Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Bump @apollo/experimental-nextjs-app-support from 0.10.1 to 0.11.2#567

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apollo/experimental-nextjs-app-support-0.11.2
Open

Bump @apollo/experimental-nextjs-app-support from 0.10.1 to 0.11.2#567
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apollo/experimental-nextjs-app-support-0.11.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2024

Bumps @apollo/experimental-nextjs-app-support from 0.10.1 to 0.11.2.

Release notes

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

v0.11.2: export additional PreloadQuery-related types

What's Changed

Full Changelog: apollographql/apollo-client-integrations@v.0.11.1...v.0.11.2

v0.11.1: type fix for PreloadQuery

This release just fixes the TypeScript type of PreloadQuery

What's Changed

New Contributors

Full Changelog: apollographql/apollo-client-integrations@v.0.11.0...v.0.11.1

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>

Client Components further down in the component tree can continue using useSuspenseQuery with the same QUERY to retrieve that data.

"use client";
import { useSuspenseQuery } from "@​apollo/client";
// ...
export function ClientChild() {
const { data } = useSuspenseQuery(QUERY);
</tr></table>

... (truncated)

Commits
  • e7a59cb Release version 0.11.2@latest to npm
  • a6b0516 Merge pull request #315 from apollographql/pr/fix-314
  • 62716af export PreloadQueryComponent and PreloadQueryProps types
  • 75ee2da Release version 0.11.1@latest to npm
  • 3325025 Merge pull request #313 from apollographql/pr/fix-312
  • 650f886 more explicit PreloadQuery return type
  • bef6f04 update integration test lockfile
  • 0b74683 update react and next to RC
  • 2481ea1 Use \ instead of double spaces to add line breaks (#310)
  • 4f4124e Update doc links to point to non-experimental (#309)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ignore-for-release Exclude from Release Notes. labels Jun 13, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apollo/experimental-nextjs-app-support-0.11.2 branch from 0d9621c to 460c9f0 Compare June 13, 2024 05:14
@albelium-bot albelium-bot bot enabled auto-merge June 13, 2024 05:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apollo/experimental-nextjs-app-support-0.11.2 branch from 460c9f0 to 2e2be8d Compare June 13, 2024 05:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apollo/experimental-nextjs-app-support-0.11.2 branch from 2e2be8d to 6155354 Compare June 13, 2024 05:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apollo/experimental-nextjs-app-support-0.11.2 branch from 6155354 to eb05f6d Compare June 24, 2024 04:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apollo/experimental-nextjs-app-support-0.11.2 branch from eb05f6d to ccb46ab Compare June 24, 2024 04:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apollo/experimental-nextjs-app-support-0.11.2 branch from ccb46ab to 099fe6e Compare June 24, 2024 04:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apollo/experimental-nextjs-app-support-0.11.2 branch from 099fe6e to b38eb31 Compare June 24, 2024 04:36
Bumps [@apollo/experimental-nextjs-app-support](https://github.com/apollographql/apollo-client-nextjs) from 0.10.1 to 0.11.2.
- [Release notes](https://github.com/apollographql/apollo-client-nextjs/releases)
- [Commits](apollographql/apollo-client-integrations@v.0.10.1...v.0.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apollo/experimental-nextjs-app-support-0.11.2 branch from b38eb31 to be84afb Compare June 28, 2024 04:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

@apps/frontend dependencies Pull requests that update a dependency file ignore-for-release Exclude from Release Notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants