-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare for change in QueryManager.inFlightLinkObservable
(Apollo Client 3.9 beta)
#144
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See https://github.com/apollographql/apollo-client-nextjs/actions/runs/7047409099?pr=144 And now let's make this work :) |
phryneas
changed the title
prepare for change in
prepare for change in Nov 30, 2023
QueryManager.inFlightLinkObservable
QueryManager.inFlightLinkObservable
(Apollo Client 3.9 beta)
3 tasks
Working - requesting a review :) |
jerelmiller
approved these changes
Nov 30, 2023
renovate bot
referenced
this pull request
in redwoodjs/redwood
Jan 3, 2024
…t to v0.5.2 (#9716) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apollo/experimental-nextjs-app-support](https://github.com/apollographql/apollo-client-nextjs) | [`0.5.1` -> `0.5.2`](https://renovatebot.com/diffs/npm/@apollo%2fexperimental-nextjs-app-support/0.5.1/0.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fexperimental-nextjs-app-support/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fexperimental-nextjs-app-support/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fexperimental-nextjs-app-support/0.5.1/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fexperimental-nextjs-app-support/0.5.1/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>apollographql/apollo-client-nextjs (@​apollo/experimental-nextjs-app-support)</summary> ### [`v0.5.2`](https://github.com/apollographql/apollo-client-nextjs/releases/tag/v0.5.2): 0.5.2: Prepare for changes in upcoming Apollo Client 3.9 pre-release versions [Compare Source](https://github.com/apollographql/apollo-client-nextjs/compare/419072f9da36d9dbebc2ad6d367b8510d0fed994...v0.5.2) Upcoming pre-release versions of Apollo Client 3.9 contain a change to an internal data structure that is used by this package. (See [https://github.com/apollographql/apollo-client/pull/11345](https://github.com/apollographql/apollo-client/pull/11345) ) This release prepares for that change and ensures backwards compatibility with Apollo Client 3.8 as well as the upcoming 3.9 versions. #### What's Changed - prepare for change in `QueryManager.inFlightLinkObservable` (Apollo Client 3.9 beta) by [@​phryneas](https://github.com/phryneas) in [https://github.com/apollographql/apollo-client-nextjs/pull/144](https://github.com/apollographql/apollo-client-nextjs/pull/144) **Full Changelog**: apollographql/apollo-client-nextjs@v.0.5.1...v0.5.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See changes in apollographql/apollo-client#11345
Unfortunately, we already bumped the dependencies for the alphas/betas/rcs, so we can't just force an update that way.