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 #786

Merged
merged 2 commits into from
Aug 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-mesh/apollo-link (source) ^0.102.0 -> ^0.103.0 age adoption passing confidence
@graphql-mesh/cli (source) ^0.94.0 -> ^0.95.0 age adoption passing confidence
@graphql-mesh/fusion-runtime (source) ^0.7.0 -> ^0.8.0 age adoption passing confidence
@graphql-mesh/graphql (source) ^0.101.0 -> ^0.102.0 age adoption passing confidence
@graphql-mesh/transform-prefix (source) ^0.101.0 -> ^0.102.0 age adoption passing confidence
@graphql-mesh/transform-rename (source) ^0.101.0 -> ^0.102.0 age adoption passing confidence
@graphql-mesh/transform-type-merging (source) ^0.101.0 -> ^0.102.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.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 age adoption passing confidence
@graphql-mesh/urql-exchange (source) ^0.102.0 -> ^0.103.0 age adoption passing confidence
@tanstack/react-query (source) 5.51.24 -> 5.52.0 age adoption passing confidence

Release Notes

ardatan/graphql-mesh (@​graphql-mesh/apollo-link)

v0.103.0

Compare Source

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

v0.95.0

Compare Source

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

v0.8.0

Compare Source

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

v0.102.0

Compare Source

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

v0.102.0

Compare Source

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

v0.102.0

Compare Source

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

v0.102.0

Compare Source

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

v0.102.0

Compare Source

Minor Changes
  • #​7530
    db41f96
    Thanks @​enisdenjo! - Support Hive's experimental persisted
    documents

    import { useMeshHive } from '@​graphql-mesh/plugin-hive'
    
    // Usage Reporting
    useMeshHive({
      token: '<hive_registry_token>'
    })
    
    // Persisted Documents
    useMeshHive({
      experimental__persistedDocuments: {
        cdn: {
          endpoint: 'https://cdn.graphql-hive.com/<target_id>',
          accessToken: '<cdn_access_token>'
        }
      }
    })
    
    // Usage Reporting and Persisted Documents
    useMeshHive({
      token: '<hive_registry_token>',
      experimental__persistedDocuments: {
        cdn: {
          endpoint: 'https://cdn.graphql-hive.com/<target_id>',
          accessToken: '<cdn_access_token>'
        }
      }
    })
Patch Changes
ardatan/graphql-mesh (@​graphql-mesh/urql-exchange)

v0.103.0

Compare Source

Patch Changes
TanStack/query (@​tanstack/react-query)

v5.52.0

Compare Source

Version 5.52.0 - 8/20/24, 6:54 PM

Changes

Feat
  • eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array (#​7911) (f65ebe7) by Manuel Schiller
Refactor
Docs

Packages


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 Aug 20, 2024

🦋 Changeset detected

Latest commit: 1b94932

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

This PR includes changesets to release 7 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-block-tracking 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

🚀 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.7-alpha-20240820203045-1b94932ab549218af68c9ef8a7e077baa462446b npm ↗︎ unpkg ↗︎
@graphprotocol/client-apollo 2.0.7-alpha-20240820203045-1b94932ab549218af68c9ef8a7e077baa462446b npm ↗︎ unpkg ↗︎
@graphprotocol/client-auto-pagination 2.0.7-alpha-20240820203045-1b94932ab549218af68c9ef8a7e077baa462446b npm ↗︎ unpkg ↗︎
@graphprotocol/client-auto-type-merging 2.0.7-alpha-20240820203045-1b94932ab549218af68c9ef8a7e077baa462446b npm ↗︎ unpkg ↗︎
@graphprotocol/client-block-tracking 2.0.6-alpha-20240820203045-1b94932ab549218af68c9ef8a7e077baa462446b npm ↗︎ unpkg ↗︎
@graphprotocol/client-cli 3.0.7-alpha-20240820203045-1b94932ab549218af68c9ef8a7e077baa462446b npm ↗︎ unpkg ↗︎
@graphprotocol/client-urql 2.0.7-alpha-20240820203045-1b94932ab549218af68c9ef8a7e077baa462446b npm ↗︎ unpkg ↗︎

Copy link
Contributor Author

renovate bot commented Aug 20, 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 e2964ca into main Aug 21, 2024
7 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