Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps the all-dependencies group with 4 updates: @apollo/client, next, @testing-library/jest-dom and eslint-config-next.

Updates @apollo/client from 3.13.9 to 3.14.0

Release notes

Sourced from @​apollo/client's releases.

@​apollo/client-codemod-migrate-3-to-4@​1.0.1

Patch Changes

  • #12866 0d1614a Thanks @​jerelmiller! - Export isNetworkStatusInFlight from @apollo/client/utilities. Add isNetworkStatusSettled to @apollo/client/utilities and re-export it from @apollo/client with a deprecation.

@​apollo/client-codemod-migrate-3-to-4@​1.0.0

Major Changes

  • #12727 b845906 Thanks @​jerelmiller! - Add a codemod that renames old import locations from 3.x entrypoint to their 4.x entrypoint.

    Run the codemod using the following command:

    npx @apollo/client-codemod-migrate-3-to-4 --parser tsx ./src/**/*.{ts,tsx}

    The codemod supports .js, .jsx, .ts, and .tsx files.

  • #12851 32bc830 Thanks @​phryneas! - Add a new clientSetup codemod step which applies the following steps from the migration guide to your Apollo Client setup code:

    • Moves uri, headers and credentials to the link option and creates a new HttpLink instance
    • Moves name and version into a clientAwareness option
    • Adds a localState option with a new LocalState instance, moves resolvers, and removes typeDefs and fragmentMatcher options
    • Changes the connectToDevTools option to devtools.enabled
    • Renames disableNetworkFetches to prioritizeCacheValues
    • If dataMasking is enabled, adds a template for global type augmentation to re-enable data masking types
    • Adds the incrementalHandler option and adds a template for global type augmentation to accordingly type network responses in custom links

Minor Changes

Patch Changes

  • #12846 71ccfb5 Thanks @​phryneas! - Add a new legacyEntryPoints transformation step that moves imports from old legacy entry points like @apollo/client/main.cjs or @apollo/client/react/react.cjs to the new entry points like @apollo/client or @apollo/client/react.

  • #12775 454ec78 Thanks @​jerelmiller! - Don't export gql from @apollo/client/react entrypoint. Import from @apollo/client instead.

  • #12858 6440e8b Thanks @​phryneas! - adjust the clientSetup codemod so that it removes the TCacheShape type argument from all ApolloClient usages (types and constructor calls).

@​apollo/client-codemod-migrate-3-to-4@​1.0.0-rc.3

Major Changes

  • #12851 32bc830 Thanks @​phryneas! - Add a new clientSetup codemod step which applies the following steps from the migration guide to your Apollo Client setup code:
    • Moves uri, headers and credentials to the link option and creates a new HttpLink instance
    • Moves name and version into a clientAwareness option
    • Adds a localState option with a new LocalState instance, moves resolvers, and removes typeDefs and fragmentMatcher options
    • Changes the connectToDevTools option to devtools.enabled
    • Renames disableNetworkFetches to prioritizeCacheValues
    • If dataMasking is enabled, adds a template for global type augmentation to re-enable data masking types
    • Adds the incrementalHandler option and adds a template for global type augmentation to accordingly type network responses in custom links

... (truncated)

Changelog

Sourced from @​apollo/client's changelog.

3.14.0

Minor Changes

  • #12752 8b779b4 Thanks @​jerelmiller! - Add deprecations and warnings to remaining APIs changed in Apollo Client 4.0.

  • #12746 0bcd2f4 Thanks @​jerelmiller! - Add warnings and deprecations for options and methods for all React APIs.

  • #12751 567cad8 Thanks @​jerelmiller! - Add @deprecated tags to all properties returned from any query API (e.g. client.query, observableQuery.refetch, etc.), client.mutate, and client.subscribe that are no longer available in Apollo Client 4.0.

  • #12746 0bcd2f4 Thanks @​jerelmiller! - Add preloadQuery.toPromise(queryRef) as a replacement for queryRef.toPromise(). queryRef.toPromise() has been removed in Apollo Client 4.0 in favor of preloadQuery.toPromise and is now considered deprecated.

  • #12736 ea89440 Thanks @​jerelmiller! - Add deprecations and deprecation warnings for ApolloClient options and methods.

  • #12763 5de6a3d Thanks @​jerelmiller! - Version bump only to release latest as rc.

  • #12459 1c5a031 Thanks @​jerelmiller! - Reset addTypenameTransform and fragments caches when calling cache.gc() only when resetResultCache is true.

  • #12743 92ad409 Thanks @​jerelmiller! - Add deprecations and warnings for addTypename in InMemoryCache and MockedProvider.

  • #12743 92ad409 Thanks @​jerelmiller! - Add deprecations and warnings for canonizeResults.

  • #12751 567cad8 Thanks @​jerelmiller! - Warn when using a standby fetch policy with client.query.

Patch Changes

3.14.0-rc.0

Minor Changes

3.14.0-alpha.1

Minor Changes

  • #12752 8b779b4 Thanks @​jerelmiller! - Add deprecations and warnings to remaining APIs changed in Apollo Client 4.0.

  • #12751 567cad8 Thanks @​jerelmiller! - Add @deprecated tags to all properties returned from any query API (e.g. client.query, observableQuery.refetch, etc.), client.mutate, and client.subscribe that are no longer available in Apollo Client 4.0.

  • #12751 567cad8 Thanks @​jerelmiller! - Warn when using a standby fetch policy with client.query.

3.14.0-alpha.0

Minor Changes

... (truncated)

Commits

Updates next from 15.4.6 to 15.5.0

Release notes

Sourced from next's releases.

v15.5.0

Core Changes

  • Use and enforce exhaustive switch statements for work unit store: #81577
  • Enable @typescript-eslint/switch-exhaustiveness-check rule: #81583
  • [dynamicIO] use RSC dynamicness to control partial vs complete PPR result: #81627
  • [dynamicIO] Do not use React.unstable_postpone(): #81652
  • feat: new detachable panel UI: #81483
  • Turbopack: content-hash PageLoaderAsset: #81450
  • [segment explorer] fix content overflow styling: #81649
  • Improve reliability of owner stacks for async I/O errors: #81501
  • fix(router): Prevent redirect loop on root data requests with basePath: #81096
  • Ensure custom NextServer config is honored: #81681
  • Fix before interactive incorrectly render css: #81146
  • perf: memorize exclude function in webpack config: #81525
  • Also enforce experimental features when there's no next config file: #81679
  • feat(next/image): warn when images.qualities is undefined: #81690
  • feat(build): optimize filterUniqueParamsCombinations to generate sub-combinations: #81321
  • Update NextAdapter type and re-export: #81692
  • upgrade to path-to-regexp@6.3.0: #80123
  • [metadata] replace for initial body icon case: #81688
  • [segment explorer] remove dev panel ui flag: #81670
  • Simplify running test apps locally with ppr or dynamicIO enabled: #81668
  • [turbopack] Return cached Promise from __turbopack_load_by_url__ : #81663
  • Upgrade React from 97cdd5d3-20250710 to 2f0e7e57-20250715: #81678
  • Delete unused renderToString function: #81707
  • Discard prerendered route handler data from FS cache after revalidation: #81611
  • Upgrade React from 2f0e7e57-20250715 to d85ec5f5-20250716: #81708
  • Ignore pending revalidations during prerendering: #81621
  • [turbopack] Clear chunk cache on HMR instead of creating new next-server VM: #81664
  • fix: rootParams should throw in client when fallbackParams are not present: #81711
  • perf(build): optimize buildAppStaticPaths performance and add helper function: #81386
  • Turbopack: Support string without options for @​next/mdx: #81713
  • [Segment Cache] Support dynamic head prefetching: #81677
  • [sourcemaps] Consistent cursor columns: #81375
  • fix: revert client segment route changes for sub shell generation: #81731
  • fix: pages router metadata bugs with React 19: #81733
  • Improve error handling for headers/cookies/draftMode in 'use cache': #81716
  • [devtool] fix duplicate rendered indicator on server: #81729
  • [devtool] enable segment explorer by default: #81737
  • [turbopack] Stop exposing globals from Turbopack runtime: #81727
  • Remove unnecessary await: #81761
  • [chore] bump zod to latest v3: #81757
  • feat(turbopack): Log anonymized internal error (panic) information to telemetry: #81272
  • fix: revert client segment route changes for sub shell generation: #81740
  • bugfix: static resources staleTime should be renewed once refetched: #81771
  • [devtool] move font styling to global.css: #81782
  • [devtool] copy decoded info of error details: #81735
  • fix(build): add sourcePage context for PPR dynamic route lambda creation: #81781
  • refactor: rename experimental.dynamicIO to experimental.cacheComponents: #81562

... (truncated)

Commits

Updates @testing-library/jest-dom from 6.7.0 to 6.8.0

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.8.0

6.8.0 (2025-08-20)

Features

Commits

Updates eslint-config-next from 14.2.31 to 14.2.32

Release notes

Sourced from eslint-config-next's releases.

v14.2.32

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix router handling when setting a location response header #82588

Credits

Huge thanks to @​ztanner for helping!

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 4 updates: [@apollo/client](https://github.com/apollographql/apollo-client), [next](https://github.com/vercel/next.js), [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).


Updates `@apollo/client` from 3.13.9 to 3.14.0
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.13.9...v3.14.0)

Updates `next` from 15.4.6 to 15.5.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.4.6...v15.5.0)

Updates `@testing-library/jest-dom` from 6.7.0 to 6.8.0
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.7.0...v6.8.0)

Updates `eslint-config-next` from 14.2.31 to 14.2.32
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.32/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: next
  dependency-version: 15.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-version: 6.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint-config-next
  dependency-version: 14.2.32
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 26, 2025 09:08
@alvarocavalcanti alvarocavalcanti merged commit b008edb into develop Aug 26, 2025
5 checks passed
@alvarocavalcanti alvarocavalcanti deleted the dependabot/npm_and_yarn/all-dependencies-7cdc683e57 branch August 26, 2025 11:40
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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant