Skip to content
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

chore(deps-dev): bump @apollo/experimental-nextjs-app-support from 0.11.3 to 0.11.7 #368

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 20, 2024

Bumps @apollo/experimental-nextjs-app-support from 0.11.3 to 0.11.7.

Release notes

Sourced from @​apollo/experimental-nextjs-app-support's releases.

v.0.11.7: React 19 🎉

This release bumps peerDependencies of all packages to include React 19.

v.0.11.6: fix a bundling issue

This release fixes a bundling issue where the graphql package was partially inlined in the bundle of @apollo/client-react-streaming. Updating to this version should reduce your bundle size.

v.0.11.5: Next.js 15

What's Changed

Full Changelog: apollographql/apollo-client-nextjs@v.0.11.4...v.0.11.5

v.0.11.4: warn on ssrMode, more resilient data transport

What's Changed

Full Changelog: apollographql/apollo-client-nextjs@v.0.11.3...v.0.11.4

v.0.11.3: remove queryRef.toPromise(), lazily load SimulatePreloadedQuery

What's Changed

New Contributors

Full Changelog: apollographql/apollo-client-nextjs@v.0.11.2...v.0.11.3

v0.11.0: Prefetching in RSC, renaming exports, Next.js 15, less transported data, @apollo/client-react-streaming/stream-utils

Prefetching queries for Client Components in RSC

Calling registerApolloClient in RSC now also returns a PrefetchQuery component that can be used to prefetch queries in RSC to seed the Client Component cache.

Usage looks like

<PreloadQuery
  query={QUERY}
  variables={{
    foo: 1,
  }}
>
  <Suspense fallback={<>loading</>}>
    <ClientChild />
  </Suspense>
</PreloadQuery>
</tr></table> 

... (truncated)

Commits
  • 6273f6c Release version 0.11.7@latest to npm
  • 2af2881 update devDependencies to React 19, adjust tests and examples (#400)
  • e852c5b Update peer deps for React 19 compatibility (#399)
  • a2f7862 Release version 0.11.6@latest to npm
  • ef542aa Fix bundling configuration so parts of the graphql package don't end (#388)
  • 3e95eeb Release version 0.11.5@latest to npm
  • cc77fe1 run tests with next 15, bump peerDependency (#379)
  • 8d15208 Release version 0.11.4@latest to npm
  • 4834f55 Warn if ssrMode or ssrForceFetchDelay are used. (#358)
  • e6bfd3a make the hook hydration cache resilient against unmounted recreation of `Manu...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2024
Copy link

vercel bot commented Dec 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mono-beets-v3 ❌ Failed (Inspect) Dec 20, 2024 11:37am
mono-frontend-v3 ❌ Failed (Inspect) Dec 20, 2024 11:37am
mono-test-v3 ❌ Failed (Inspect) Dec 20, 2024 11:37am

Bumps [@apollo/experimental-nextjs-app-support](https://github.com/apollographql/apollo-client-nextjs) from 0.11.3 to 0.11.7.
- [Release notes](https://github.com/apollographql/apollo-client-nextjs/releases)
- [Commits](apollographql/apollo-client-nextjs@v.0.11.3...v.0.11.7)

---
updated-dependencies:
- dependency-name: "@apollo/experimental-nextjs-app-support"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@agualis
Copy link
Collaborator

agualis commented Dec 20, 2024

Closed by #375

@agualis agualis closed this Dec 20, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 20, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@agualis agualis deleted the dependabot/npm_and_yarn/apollo/experimental-nextjs-app-support-0.11.7 branch December 20, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant