Skip to content

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

Merged
ardatan merged 2 commits into
mainfrom
renovate/all-minor-patch
Dec 5, 2024
Merged

fix(deps): update all non-major dependencies#843
ardatan merged 2 commits into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovaterenovateBot commented Nov 6, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
@apollo/client (source)3.11.8 -> 3.12.2ageadoptionpassingconfidence
@graphql-mesh/apollo-link (source)^0.104.0 -> ^0.105.0ageadoptionpassingconfidence
@graphql-mesh/cli (source)^0.97.0 -> ^0.98.0ageadoptionpassingconfidence
@graphql-mesh/fusion-runtime (source)0.10.7 -> 0.10.14ageadoptionpassingconfidence
@graphql-mesh/graphql (source)^0.102.0 -> ^0.103.0ageadoptionpassingconfidence
@graphql-mesh/transform-prefix (source)^0.102.0 -> ^0.103.0ageadoptionpassingconfidence
@graphql-mesh/transform-rename (source)^0.102.0 -> ^0.103.0ageadoptionpassingconfidence
@graphql-mesh/transform-type-merging (source)^0.102.0 -> ^0.103.0ageadoptionpassingconfidence
@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.0ageadoptionpassingconfidence
@graphql-mesh/urql-exchange (source)^0.104.0 -> ^0.105.0ageadoptionpassingconfidence
@graphql-tools/utils (source)10.6.1 -> 10.6.2ageadoptionpassingconfidence
@tanstack/react-query (source)5.59.19 -> 5.62.2ageadoptionpassingconfidence
@types/node (source)22.9.0 -> 22.10.1ageadoptionpassingconfidence
@vitejs/plugin-react (source)4.3.3 -> 4.3.4ageadoptionpassingconfidence
eslint (source)9.14.0 -> 9.16.0ageadoptionpassingconfidence
husky9.1.6 -> 9.1.7ageadoptionpassingconfidence
prettier (source)3.3.3 -> 3.4.2ageadoptionpassingconfidence

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 🎭
  • #​120421c0ecbf 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.

    newApolloClient({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.

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

More Patch Changes

v3.11.10

Compare Source

Patch Changes
  • #​120931765668 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
  • #​12110a3f95c6 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.

@changeset-bot

changeset-botBot commented Nov 6, 2024

Copy link
Copy Markdown

🦋 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
NameType
@graphprotocol/client-add-source-namePatch
@graphprotocol/client-apolloPatch
@graphprotocol/client-auto-paginationPatch
@graphprotocol/client-auto-type-mergingPatch
@graphprotocol/client-cliPatch
@graphprotocol/client-urqlPatch

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

theguild-bot commented Nov 6, 2024

Copy link
Copy Markdown
Collaborator

🚀 Snapshot Release (alpha)

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

PackageVersionInfo
@graphprotocol/client-add-source-name2.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2npm ↗︎unpkg ↗︎
@graphprotocol/client-apollo2.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2npm ↗︎unpkg ↗︎
@graphprotocol/client-auto-pagination2.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2npm ↗︎unpkg ↗︎
@graphprotocol/client-auto-type-merging2.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2npm ↗︎unpkg ↗︎
@graphprotocol/client-block-tracking2.0.7-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2npm ↗︎unpkg ↗︎
@graphprotocol/client-cli3.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2npm ↗︎unpkg ↗︎
@graphprotocol/client-urql2.0.8-alpha-20241205234841-35960e0d8692f47013be5f9b06ffe51bd2e87ab2npm ↗︎unpkg ↗︎

@renovate
renovateBotforce-pushed the renovate/all-minor-patch branch from 4c081e6 to a1cb9fdCompareDecember 5, 2024 23:47
@renovaterenovateBot changed the title fix(deps): update dependency tslib to v2.8.1fix(deps): update all non-major dependenciesDec 5, 2024
@renovate

renovateBot commented Dec 5, 2024

Copy link
Copy Markdown
ContributorAuthor

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 mainDec 5, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@theguild-bot@ardatan