Skip to content

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

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

Merged
merged 2 commits into from
Dec 5, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.11.8 -> 3.12.2 age adoption passing confidence
@graphql-mesh/apollo-link (source) ^0.104.0 -> ^0.105.0 age adoption passing confidence
@graphql-mesh/cli (source) ^0.97.0 -> ^0.98.0 age adoption passing confidence
@graphql-mesh/fusion-runtime (source) 0.10.7 -> 0.10.14 age adoption passing confidence
@graphql-mesh/graphql (source) ^0.102.0 -> ^0.103.0 age adoption passing confidence
@graphql-mesh/transform-prefix (source) ^0.102.0 -> ^0.103.0 age adoption passing confidence
@graphql-mesh/transform-rename (source) ^0.102.0 -> ^0.103.0 age adoption passing confidence
@graphql-mesh/transform-type-merging (source) ^0.102.0 -> ^0.103.0 age adoption passing confidence
@graphql-mesh/types (source) ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 -> ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.93.0 || ^0.94.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0 age adoption passing confidence
@graphql-mesh/urql-exchange (source) ^0.104.0 -> ^0.105.0 age adoption passing confidence
@graphql-tools/utils (source) 10.6.1 -> 10.6.2 age adoption passing confidence
@tanstack/react-query (source) 5.59.19 -> 5.62.2 age adoption passing confidence
@types/node (source) 22.9.0 -> 22.10.1 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.3 -> 4.3.4 age adoption passing confidence
eslint (source) 9.14.0 -> 9.16.0 age adoption passing confidence
husky 9.1.6 -> 9.1.7 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence

Release Notes

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

v3.12.2

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Minor Changes
Data masking 🎭
  • #​12042 1c0ecbf Thanks @​jerelmiller! - Introduces data masking in Apollo Client.

    Data masking enforces that only the fields requested by the query or fragment is available to that component. Data masking is best paired with colocated fragments.

    To enable data masking in Apollo Client, set the dataMasking option to true.

    new ApolloClient({
      dataMasking: true,
      // ... other options
    });

    For detailed information on data masking, including how to incrementally adopt it in an existing applications, see the data masking documentation.

  • #​12131 21c3f08 Thanks @​jerelmiller! - Allow null as a valid from value in useFragment.

More Patch Changes

v3.11.10

Compare Source

Patch Changes
  • #​12093 1765668 Thanks @​mgmolisani! - Fixed a bug when evaluating the devtools flag with the new syntax devtools.enabled that could result to true when explicitly set to false.

v3.11.9

Compare Source

Patch Changes
  • #​12110 a3f95c6 Thanks @​jerelmiller! - Fix an issue where errors returned from a fetchMore call from a Suspense hook would cause a Suspense boundary to be shown indefinitely.
ardatan/graphql-mesh (@​graphql-mesh/apollo-link)

v0.105.5

Compare Source

Patch Changes

v0.105.4

Compare Source

Patch Changes

v0.105.2

Compare Source

Patch Changes

v0.105.1

Compare Source

Patch Changes

v0.105.0

Compare Source

Patch Changes
ardatan/graphql-mesh (@​graphql-mesh/cli)

v0.98.6

Compare Source

Patch Changes

v0.98.5

Compare Source

Patch Changes

v0.98.4

Compare Source

Patch Changes

v0.98.2

Compare Source

Patch Changes

v0.98.1

Compare Source

Patch Changes

v0.98.0

Compare Source

Patch Changes
graphql-hive/gateway (@​graphql-mesh/fusion-runtime)

v0.10.14

Compare Source

Patch Changes

v0.10.13

Compare Source

Patch Changes

v0.10.12

Compare Source

Patch Changes

v0.10.11

Compare Source

Patch Changes

v0.10.10

Compare Source

Patch Changes

v0.10.9

Compare Source

Patch Changes

v0.10.8

Compare Source

Patch Changes
ardatan/graphql-mesh (@​graphql-mesh/graphql)

v0.103.6

Compare Source

Patch Changes

v0.103.5

Compare Source

Patch Changes

v0.103.4

Compare Source

Patch Changes

v0.103.2

Compare Source

Patch Changes

v0.103.1

Compare Source

Patch Changes

v0.103.0

Compare Source

Patch Changes
ardatan/graphql-mesh (@​graphql-mesh/transform-prefix)

v0.103.5

Compare Source

Patch Changes

v0.103.4

Compare Source

Patch Changes

v0.103.2

Compare Source

Patch Changes

v0.103.1

Compare Source

Patch Changes

v0.103.0

Compare Source

Patch Changes
ardatan/graphql-mesh (@​graphql-mesh/transform-rename)

v0.103.5

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.

@renovate renovate bot added the dependencies label Nov 6, 2024
Copy link

changeset-bot bot commented Nov 6, 2024

🦋 Changeset detected

Latest commit: 35960e0

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

This PR includes changesets to release 6 packages
Name Type
@graphprotocol/client-add-source-name Patch
@graphprotocol/client-apollo Patch
@graphprotocol/client-auto-pagination Patch
@graphprotocol/client-auto-type-merging Patch
@graphprotocol/client-cli Patch
@graphprotocol/client-urql 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

@theguild-bot
Copy link
Collaborator

theguild-bot commented Nov 6, 2024

🚀 Snapshot Release (alpha)

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

Package Version Info
@graphprotocol/client-add-source-name 2.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2 npm ↗︎ unpkg ↗︎
@graphprotocol/client-apollo 2.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2 npm ↗︎ unpkg ↗︎
@graphprotocol/client-auto-pagination 2.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2 npm ↗︎ unpkg ↗︎
@graphprotocol/client-auto-type-merging 2.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2 npm ↗︎ unpkg ↗︎
@graphprotocol/client-block-tracking 2.0.7-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2 npm ↗︎ unpkg ↗︎
@graphprotocol/client-cli 3.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2 npm ↗︎ unpkg ↗︎
@graphprotocol/client-urql 2.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2 npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c081e6 to a1cb9fd Compare December 5, 2024 23:47
@renovate renovate bot changed the title fix(deps): update dependency tslib to v2.8.1 fix(deps): update all non-major dependencies Dec 5, 2024
Copy link
Contributor Author

renovate bot commented Dec 5, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ardatan ardatan merged commit 5a122c1 into main Dec 5, 2024
6 checks passed
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.

2 participants