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

fix(deps): update all non-major dependencies #10070

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/client (source) 3.8.1 -> 3.11.4 age adoption passing confidence dependencies minor
@babel/core (source) 7.24.7 -> 7.25.2 age adoption passing confidence devDependencies minor
@babel/generator (source) 7.24.7 -> 7.25.0 age adoption passing confidence dependencies minor
@babel/helper-plugin-utils (source) 7.24.7 -> 7.24.8 age adoption passing confidence dependencies patch
@babel/preset-env (source) 7.24.7 -> 7.25.3 age adoption passing confidence devDependencies minor
@babel/template (source) 7.24.7 -> 7.25.0 age adoption passing confidence dependencies minor
@babel/types (source) 7.24.7 -> 7.25.2 age adoption passing confidence dependencies minor
@graphql-tools/code-file-loader (source) 8.1.2 -> 8.1.3 age adoption passing confidence dependencies patch
@graphql-tools/executor-http (source) 1.1.2 -> 1.1.5 age adoption passing confidence dependencies patch
@graphql-tools/git-loader (source) 8.0.6 -> 8.0.7 age adoption passing confidence dependencies patch
@graphql-tools/merge (source) 9.0.4 -> 9.0.6 age adoption passing confidence devDependencies patch
@graphql-tools/schema (source) 10.0.4 -> 10.0.6 age adoption passing confidence dependencies patch
@graphql-tools/utils (source) 10.3.1 -> 10.5.4 age adoption passing confidence dependencies minor
@graphql-yoga/plugin-defer-stream (source) 3.6.0 -> 3.7.0 age adoption passing confidence dependencies minor
@graphql-yoga/plugin-persisted-operations (source) 3.6.0 -> 3.7.0 age adoption passing confidence dependencies minor
@monaco-editor/react 4.5.2 -> 4.6.0 age adoption passing confidence dependencies minor
@tanstack/react-query (source) 4.33.0 -> 4.36.1 age adoption passing confidence dependencies minor
@types/micromatch (source) 4.0.7 -> 4.0.9 age adoption passing confidence devDependencies patch
@urql/vue (source) 1.1.2 -> 1.4.1 age adoption passing confidence dependencies minor
@vitejs/plugin-vue (source) 5.0.5 -> 5.1.2 age adoption passing confidence devDependencies minor
@vue/apollo-composable (source) 4.0.0-beta.8 -> 4.1.0 age adoption passing confidence dependencies minor
babel-jest (source) 29.6.4 -> 29.7.0 age adoption passing confidence resolutions minor
babel-jest (source) 29.6.4 -> 29.7.0 age adoption passing confidence devDependencies minor
classnames 2.3.2 -> 2.5.1 age adoption passing confidence dependencies minor
cosmiconfig 8.1.3 -> 8.3.6 age adoption passing confidence dependencies minor
cosmiconfig 8.1.3 -> 8.3.6 age adoption passing confidence resolutions minor
cypress (source) 13.13.0 -> 13.13.3 age adoption passing confidence devDependencies patch
dedent 1.5.1 -> 1.5.3 age adoption passing confidence dependencies patch
eslint (source) 9.6.0 -> 9.9.0 age adoption passing confidence devDependencies minor
fast-xml-parser 4.4.0 -> 4.4.1 age adoption passing confidence devDependencies patch
graphql 16.8.0 -> 16.9.0 age adoption passing confidence dependencies minor
graphql 16.8.0 -> 16.9.0 age adoption passing confidence resolutions minor
graphql 16.8.0 -> 16.9.0 age adoption passing confidence devDependencies minor
graphql-yoga (source) 5.6.0 -> 5.7.0 age adoption passing confidence dependencies minor
jest-docblock (source) 29.6.3 -> 29.7.0 age adoption passing confidence devDependencies minor
jiti 1.21.0 -> 1.21.6 age adoption passing confidence dependencies patch
lint-staged 13.2.2 -> 13.3.0 age adoption passing confidence devDependencies minor
micromatch 4.0.5 -> 4.0.7 age adoption passing confidence dependencies patch
nock 13.5.3 -> 13.5.4 age adoption passing confidence dependencies patch
react-select (source) 5.7.4 -> 5.8.0 age adoption passing confidence dependencies minor
serde (source) 1.0.186 -> 1.0.208 age adoption passing confidence dependencies patch
serde_json 1.0.105 -> 1.0.125 age adoption passing confidence dependencies patch
start-server-and-test 2.0.4 -> 2.0.5 age adoption passing confidence devDependencies patch
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence resolutions patch
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence devDependencies patch
tsup (source) 8.1.0 -> 8.2.4 age adoption passing confidence devDependencies minor
tsx (source) 4.16.2 -> 4.17.0 age adoption passing confidence devDependencies minor
vue (source) 3.3.4 -> 3.4.38 age adoption passing confidence dependencies minor
yaml (source) 2.3.2 -> 2.5.0 age adoption passing confidence dependencies minor
yarn 1.22.19 -> 1.22.22 age adoption passing confidence packageManager patch

Release Notes

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

v3.11.4

Compare Source

Patch Changes
  • #​11994 41b17e5 Thanks @​jerelmiller! - Update the Modifier function type to allow cache.modify to return deeply partial data.

  • #​11989 e609156 Thanks @​phryneas! - Fix a potential crash when calling clearStore while a query was running.

    Previously, calling client.clearStore() while a query was running had one of these results:

    • useQuery would stay in a loading: true state.
    • useLazyQuery would stay in a loading: true state, but also crash with a "Cannot read property 'data' of undefined" error.

    Now, in both cases, the hook will enter an error state with a networkError, and the promise returned by the useLazyQuery execute function will return a result in an error state.

  • #​11994 41b17e5 Thanks @​jerelmiller! - Prevent accidental distribution on cache.modify field modifiers when a field is a union type array.

v3.11.3

Compare Source

Patch Changes
Potentially disruptive change

When calling fetchMore with a query that has a no-cache fetch policy, fetchMore will now throw if an updateQuery function is not provided. This provides a mechanism to merge the results from the fetchMore call with the query's previous result.

v3.11.2

Compare Source

Patch Changes

v3.11.1

Compare Source

Patch Changes
  • #​11969 061cab6 Thanks @​jerelmiller! - Remove check for window.__APOLLO_CLIENT__ when determining whether to connect to Apollo Client Devtools when connectToDevtools or devtools.enabled is not specified. This now simply checks to see if the application is in development mode.

  • #​11971 ecf77f6 Thanks @​jerelmiller! - Prevent the setTimeout for suggesting devtools from running in non-browser environments.

v3.11.0

Compare Source

Potentially Breaking Fixes
  • #​11789 5793301 Thanks @​phryneas! - Changes usages of the GraphQLError type to GraphQLFormattedError.

    This was a type bug - these errors were never GraphQLError instances
    to begin with, and the GraphQLError class has additional properties that can
    never be correctly rehydrated from a GraphQL result.
    The correct type to use here is GraphQLFormattedError.

    Similarly, please ensure to use the type FormattedExecutionResult
    instead of ExecutionResult - the non-"Formatted" versions of these types
    are for use on the server only, but don't get transported over the network.

  • #​11626 228429a Thanks @​phryneas! - Call nextFetchPolicy with "variables-changed" even if there is a fetchPolicy specified.

    Previously this would only be called when the current fetchPolicy was equal to the fetchPolicy option or the option was not specified. If you use nextFetchPolicy as a function, expect to see this function called more often.

    Due to this bug, this also meant that the fetchPolicy might be reset to the initial fetchPolicy, even when you specified a nextFetchPolicy function. If you previously relied on this behavior, you will need to update your nextFetchPolicy callback function to implement this resetting behavior.

    As an example, if your code looked like the following:

    useQuery(QUERY, {
      nextFetchPolicy(currentFetchPolicy, info) {
        // your logic here
      }
    );

    Update your function to the following to reimplement the resetting behavior:

    useQuery(QUERY, {
      nextFetchPolicy(currentFetchPolicy, info) {
        if (info.reason === 'variables-changed') {
          return info.initialFetchPolicy;
        }
        // your logic here
      }
    );
Minor Changes
Patch Changes

v3.10.8

Compare Source

Patch Changes

v3.10.7

Compare Source

Patch Changes

v3.10.6

Compare Source

Patch Changes

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.

👻 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.

Copy link

changeset-bot bot commented Jul 24, 2024

🦋 Changeset detected

Latest commit: 92c761c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphql-codegen/testing Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ardatan ardatan force-pushed the renovate/all-minor-patch branch from d34c4d0 to 0b8b193 Compare July 24, 2024 11:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b8b193 to 415c945 Compare July 24, 2024 11:25
@ardatan ardatan force-pushed the renovate/all-minor-patch branch from 74b830d to 0b8b193 Compare July 24, 2024 11:30
Copy link
Contributor

github-actions bot commented Jul 24, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/cli 5.0.3-alpha-20240819144308-92c761c2739f10491a34bb66cd32c4e6ff194259 npm ↗︎ unpkg ↗︎
@graphql-codegen/visitor-plugin-common 5.4.0-alpha-20240819144308-92c761c2739f10491a34bb66cd32c4e6ff194259 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-document-nodes 4.0.10-alpha-20240819144308-92c761c2739f10491a34bb66cd32c4e6ff194259 npm ↗︎ unpkg ↗︎
@graphql-codegen/gql-tag-operations 4.0.10-alpha-20240819144308-92c761c2739f10491a34bb66cd32c4e6ff194259 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-operations 4.3.0-alpha-20240819144308-92c761c2739f10491a34bb66cd32c4e6ff194259 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript-resolvers 4.3.0-alpha-20240819144308-92c761c2739f10491a34bb66cd32c4e6ff194259 npm ↗︎ unpkg ↗︎
@graphql-codegen/typed-document-node 5.0.10-alpha-20240819144308-92c761c2739f10491a34bb66cd32c4e6ff194259 npm ↗︎ unpkg ↗︎
@graphql-codegen/typescript 4.1.0-alpha-20240819144308-92c761c2739f10491a34bb66cd32c4e6ff194259 npm ↗︎ unpkg ↗︎
@graphql-codegen/client-preset 4.4.0-alpha-20240819144308-92c761c2739f10491a34bb66cd32c4e6ff194259 npm ↗︎ unpkg ↗︎
@graphql-codegen/graphql-modules-preset 4.0.10-alpha-20240819144308-92c761c2739f10491a34bb66cd32c4e6ff194259 npm ↗︎ unpkg ↗︎
@graphql-codegen/testing 3.0.4-alpha-20240819144308-92c761c2739f10491a34bb66cd32c4e6ff194259 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Jul 24, 2024

💻 Website Preview

The latest changes are available as preview in: https://69fc4a99.graphql-code-generator.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b8b193 to 016f4b2 Compare July 24, 2024 11:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e537fa7 to 7cdd23d Compare August 19, 2024 14:15
@ardatan ardatan force-pushed the renovate/all-minor-patch branch from 7cdd23d to ffafe3e Compare August 19, 2024 14:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fbfb0ae to cf8ad7d Compare August 19, 2024 14:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5cde585 to b973012 Compare August 19, 2024 14:36
@ardatan ardatan merged commit 5fb302c into master Aug 19, 2024
20 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch August 19, 2024 14:51
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