Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@0no-co/graphqlsp devDependencies pin ^1.15.11.15.2 age adoption passing confidence
@apollo/client (source) devDependencies minor 3.11.103.14.0 age adoption passing confidence
@apollo/client-3 (source) devDependencies minor 3.13.03.14.0 age adoption passing confidence
@apollo/datasource-rest devDependencies pin ^6.0.06.0.0 age adoption passing confidence
@apollo/server (source) devDependencies pin ^4.3.04.9.3 age adoption passing confidence
@changesets/cli (source) devDependencies minor 2.27.122.29.8 age adoption passing confidence
@eslint/js (source) devDependencies pin ^9.21.09.21.0 age adoption passing confidence
@graphql-codegen/fragment-matcher (source) devDependencies pin ^5.1.05.1.0 age adoption passing confidence
@graphql-codegen/typescript (source) devDependencies minor 4.0.94.1.6 age adoption passing confidence
@graphql-codegen/typescript-operations (source) devDependencies minor 4.2.34.6.1 age adoption passing confidence
@graphql-codegen/typescript-resolvers (source) devDependencies minor 4.1.04.5.2 age adoption passing confidence
@graphql-tools/mock (source) devDependencies minor 9.0.259.1.4 age adoption passing confidence
@parcel/watcher devDependencies minor 2.4.12.5.1 age adoption passing confidence
@testing-library/dom devDependencies pin ^10.4.110.4.1 age adoption passing confidence
@testing-library/jest-dom devDependencies pin ^6.0.06.1.2 age adoption passing confidence
@testing-library/react devDependencies pin ^16.0.016.0.0 age adoption passing confidence
@testing-library/user-event devDependencies pin ^14.5.114.5.2 age adoption passing confidence
@types/chrome (source) devDependencies minor 0.0.3260.1.32 age adoption passing confidence
@​types/classnames devDependencies pin ^2.2.102.2.10 age adoption passing confidence
@types/jest (source) devDependencies pin ^29.5.029.5.14 age adoption passing confidence
@types/node (source) devDependencies pin ^22.0.022.0.0 age adoption passing confidence
@types/node (source) devDependencies minor 20.14.1020.19.27 age adoption passing confidence
@types/react (source) devDependencies pin ^18.3.2318.3.23 age adoption passing confidence
@types/react-dom (source) devDependencies pin ^18.3.718.3.7 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.14.17.18.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor 7.14.17.18.0 age adoption passing confidence
@vitejs/plugin-react (source) devDependencies pin ^4.5.24.5.2 age adoption passing confidence
classnames devDependencies pin ^2.2.62.2.6 age adoption passing confidence
eslint-plugin-jest-dom devDependencies minor 5.4.05.5.0 age adoption passing confidence
eslint-plugin-react devDependencies minor 7.34.37.37.5 age adoption passing confidence
eslint-plugin-testing-library devDependencies minor 6.2.26.5.0 age adoption passing confidence
graphql devDependencies pin ^16.6.016.8.1 age adoption passing confidence
graphql devDependencies pin ^16.0.016.8.1 age adoption passing confidence
graphql devDependencies minor 16.9.016.12.0 age adoption passing confidence
jest (source) devDependencies minor 30.0.530.2.0 age adoption passing confidence
lowdb devDependencies pin ^1.0.01.0.0 age adoption passing confidence
pkg-pr-new (source) devDependencies pin ^0.0.620.0.62 age adoption passing confidence
postcss (source) devDependencies minor 8.4.498.5.6 age adoption passing confidence
postcss-loader devDependencies minor 8.1.18.2.0 age adoption passing confidence
react (source) devDependencies pin ^18.2.018.2.0 age adoption passing confidence
react-dom (source) devDependencies pin ^18.2.018.2.0 age adoption passing confidence
react-router-dom (source) devDependencies pin ^6.0.06.11.2 age adoption passing confidence
rxjs (source) devDependencies pin ^7.8.27.8.2 age adoption passing confidence
tsx (source) devDependencies minor 4.11.04.21.0 age adoption passing confidence
typescript (source) devDependencies minor 5.5.45.9.3 age adoption passing confidence
typescript (source) devDependencies pin ^5.8.35.8.3 age adoption passing confidence
typescript (source) devDependencies minor 5.4.55.9.3 age adoption passing confidence
typescript-eslint (source) devDependencies minor 7.14.17.18.0 age adoption passing confidence
vite (source) devDependencies pin ^6.3.56.4.1 age adoption passing confidence
web-ext-plugin devDependencies minor 2.11.02.12.0 age adoption passing confidence
webpack devDependencies minor 5.101.35.104.1 age adoption passing confidence
ws devDependencies pin ^8.18.08.18.0 age adoption passing confidence
zone.js (source, changelog) devDependencies minor 0.14.70.16.0 age adoption passing confidence

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

apollographql/apollo-client (@​apollo/client)

v3.14.0

Compare Source

Minor Changes
Patch Changes

v3.13.9

Compare Source

Patch Changes
  • #​12804 32c9aa9 Thanks @​phryneas! - Fix a possible race condition on queries that were reobserved before they were subscribed to the first time.

v3.13.8

Compare Source

Patch Changes

v3.13.7

Compare Source

Patch Changes

v3.13.6

Compare Source

Patch Changes

v3.13.5

Compare Source

Patch Changes
  • #​12461 12c8d06 Thanks @​jerelmiller! - Fix an issue where a cache-first query would return the result for previous variables when a cache update is issued after simultaneously changing variables and skipping the query.

v3.13.4

Compare Source

Patch Changes

v3.13.3

Compare Source

Patch Changes
  • #​12362 f6d387c Thanks @​jerelmiller! - Fixes an issue where calling observableQuery.getCurrentResult() when the errorPolicy was set to all would return the networkStatus as NetworkStatus.ready when there were errors returned in the result. This has been corrected to report NetworkStatus.error.

    This bug also affected the useQuery and useLazyQuery hooks and may affect you if you check for networkStatus in your component.

v3.13.2

Compare Source

Patch Changes
  • #​12409 6aa2f3e Thanks @​phryneas! - To mitigate problems when Apollo Client ends up more than once in the bundle, some unique symbols were converted into Symbol.for calls.

  • #​12392 644bb26 Thanks @​Joja81! - Fixes an issue where the DeepOmit type would turn optional properties into required properties. This should only affect you if you were using the omitDeep or stripTypename utilities exported by Apollo Client.

  • #​12404 4332b88 Thanks @​jerelmiller! - Show NaN rather than converting to null in debug messages from MockLink for unmatched variables values.

v3.13.1

Compare Source

Patch Changes

v3.13.0

Compare Source

Minor Changes
  • #​12066 c01da5d Thanks @​jerelmiller! - Adds a new useSuspenseFragment hook.

    useSuspenseFragment suspends until data is complete. It is a drop-in replacement for useFragment when you prefer to use Suspense to control the loading state of a fragment. See the documentation for more details.

  • #​12174 ba5cc33 Thanks @​jerelmiller! - Ensure errors thrown in the onCompleted callback from useMutation don't call onError.

  • #​12340 716d02e Thanks @​phryneas! - Deprecate the onCompleted and onError callbacks of useQuery and useLazyQuery.
    For more context, please see the related issue on GitHub.

  • #​12276 670f112 Thanks @​Cellule! - Provide a more type-safe option for the previous data value passed to observableQuery.updateQuery. Using it could result in crashes at runtime as this callback could be called with partial data even though its type reported the value as a complete result.

    The updateQuery callback function is now called with a new type-safe previousData property and a new complete property in the 2nd argument that determines whether previousData is a complete or partial result.

    As a result of this change, it is recommended to use the previousData property passed to the 2nd argument of the callback rather than using the previous data value from the first argument since that value is not type-safe. The first argument is now deprecated and will be removed in a future version of Apollo Client.

    observableQuery.updateQuery(
      (unsafePreviousData, { previousData, complete }) => {
        previousData;
        // ^? TData | DeepPartial<TData> | undefined
    
        if (complete) {
          previousData;
          // ^? TData
        } else {
          previousData;
          // ^? DeepPartial<TData> | undefined
        }
      }
    );
  • #​12174 ba5cc33 Thanks @​jerelmiller! - Reject the mutation promise if errors are thrown in the onCompleted callback of useMutation.

Patch Changes
  • #​12276 670f112 Thanks @​Cellule! - Fix the return type of the updateQuery function to allow for undefined. updateQuery had the ability to bail out of the update by returning a falsey value, but the return type enforced a query value.

    observableQuery.updateQuery(
      (unsafePreviousData, { previousData, complete }) => {
        if (!complete) {
          // Bail out of the update by returning early
          return;
        }
    
        // ...
      }
    );
  • #​12296 2422df2 Thanks @​Cellule! - Deprecate option ignoreResults in useMutation.
    Once this option is removed, existing code still using it might see increase in re-renders.
    If you don't want to synchronize your component state with the mutation, please use useApolloClient to get your ApolloClient instance and call client.mutate directly.

  • #​12338 67c16c9 Thanks @​phryneas! - In case of a multipart response (e.g. with @defer), query deduplication will
    now keep going until the final chunk has been received.

  • #​12276 670f112 Thanks @​Cellule! - Fix the type of the variables property passed as the 2nd argument to the subscribeToMore callback. This was previously reported as the variables type for the subscription itself, but is now properly typed as the query variables.

v3.12.11

Compare Source

Patch Changes
  • #​12351 3da908b Thanks @​jerelmiller! - Fixes an issue where the wrong networkStatus and loading value was emitted from observableQuery when calling fetchMore with a no-cache fetch policy. The networkStatus now properly reports as ready and loading as false after the result is returned.

  • #​12354 a24ef94 Thanks @​phryneas! - Fix missing main.d.cts file

v3.12.10

Compare Source

Patch Changes

v3.12.9

Compare Source

Patch Changes

v3.12.8

[Compare Source](https://r


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner June 8, 2024 18:12
@relativeci
Copy link

relativeci bot commented Jun 8, 2024

#1682 Bundle Size — 2.01MiB (-0.06%).

9d4b607(current) vs 788002a main#1674(baseline)

Warning

Bundle contains 14 duplicate packages – View duplicate packages

Bundle metrics  Change 5 changes Regression 1 regression Improvement 1 improvement
                 Current
#1682
     Baseline
#1674
Improvement  Initial JS 1.73MiB(-0.05%) 1.73MiB
No change  Initial CSS 0B 0B
Change  Cache Invalidation 86.59% 78.92%
No change  Chunks 5 5
No change  Assets 235 235
Change  Modules 1528(+0.07%) 1527
Regression  Duplicate Modules 135(+0.75%) 134
Change  Duplicate Code 5.7%(-0.18%) 5.71%
No change  Packages 179 179
No change  Duplicate Packages 11 11
Bundle size by type  Change 2 changes Improvement 2 improvements
                 Current
#1682
     Baseline
#1674
Improvement  JS 1.73MiB (-0.05%) 1.73MiB
Improvement  Other 251.19KiB (-0.09%) 251.43KiB
No change  IMG 35.85KiB 35.85KiB
No change  HTML 857B 857B

Bundle analysis reportBranch renovate/all-devProject dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot force-pushed the renovate/all-dev branch 4 times, most recently from c3b1a19 to a1fa681 Compare June 15, 2024 07:24
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 84863a2 to 4ffb67f Compare June 22, 2024 08:17
@renovate
Copy link
Contributor Author

renovate bot commented Jun 22, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: development/client-angular/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @angular-devkit/[email protected]
npm error Found: [email protected]
npm error node_modules/typescript
npm error   dev typescript@"5.9.3" from the root project
npm error   peerOptional typescript@">=4.9.5" from [email protected]
npm error   node_modules/cosmiconfig
npm error     cosmiconfig@"^9.0.0" from [email protected]
npm error     node_modules/postcss-loader
npm error       postcss-loader@"8.1.1" from @angular-devkit/[email protected]
npm error       node_modules/@angular-devkit/build-angular
npm error         dev @angular-devkit/build-angular@"17.3.17" from the root project
npm error   3 more (ts-node, tslint, tsutils)
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=5.2 <5.5" from @angular-devkit/[email protected]
npm error node_modules/@angular-devkit/build-angular
npm error   dev @angular-devkit/build-angular@"17.3.17" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/typescript
npm error   peer typescript@">=5.2 <5.5" from @angular-devkit/[email protected]
npm error   node_modules/@angular-devkit/build-angular
npm error     dev @angular-devkit/build-angular@"17.3.17" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-01-03T08_52_26_391Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-01-03T08_52_26_391Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from cb7321d to 202fe27 Compare June 25, 2024 17:44
@renovate renovate bot changed the title chore(deps): update all devdependencies chore(deps): pin dependencies Jun 25, 2024
@renovate renovate bot force-pushed the renovate/all-dev branch 4 times, most recently from 9257b7c to 0b48714 Compare July 6, 2024 07:23
@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from dadff7e to b71c208 Compare July 13, 2024 09:09
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 4a27819 to 11c4694 Compare July 20, 2024 09:21
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from da25784 to 1d4ec90 Compare August 3, 2024 08:23
@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from 3f3d626 to 3a4cfd4 Compare August 17, 2024 07:12
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from d2d0ea9 to 5d76208 Compare August 19, 2024 03:59
@renovate renovate bot force-pushed the renovate/all-dev branch from 57f1dde to 1230b4b Compare August 31, 2025 10:34
@renovate renovate bot changed the title chore(deps): update all devdependencies chore(deps): pin dependencies Aug 31, 2025
@renovate renovate bot force-pushed the renovate/all-dev branch from 1230b4b to 5646cdf Compare September 6, 2025 09:12
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 4b73f8a to 77e4a22 Compare September 20, 2025 08:49
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 9ff2d68 to 31d6921 Compare September 28, 2025 08:45
@renovate renovate bot force-pushed the renovate/all-dev branch from 31d6921 to 508331f Compare October 4, 2025 09:36
@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from 7a4639e to 37b35ef Compare October 18, 2025 09:03
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 8e846e9 to f79292b Compare October 25, 2025 10:16
@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from 4e26e98 to d890219 Compare November 8, 2025 09:50
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 00714cf to 5fd238f Compare November 22, 2025 09:10
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 0380ac0 to fbfae5d Compare November 29, 2025 10:15
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 3f1bf3f to bf9d553 Compare December 6, 2025 09:13
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 6, 2025

npm i https://pkg.pr.new/apollographql/apollo-client-devtools@1412
npm i https://pkg.pr.new/apollographql/apollo-client-devtools/@apollo/client-devtools-vscode@1412

commit: 9d4b607

@renovate renovate bot force-pushed the renovate/all-dev branch 3 times, most recently from 325f0dc to 602296e Compare December 13, 2025 17:16
@renovate renovate bot force-pushed the renovate/all-dev branch 2 times, most recently from 3fff5df to 53777c3 Compare December 20, 2025 08:58
@renovate renovate bot force-pushed the renovate/all-dev branch from 53777c3 to 9d4b607 Compare January 3, 2026 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant