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

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/batch-delegate (source) 9.0.7 -> 9.0.8 age adoption passing confidence
@graphql-tools/delegate (source) 10.0.25 -> 10.0.26 age adoption passing confidence
@graphql-tools/federation (source) 2.2.15 -> 2.2.16 age adoption passing confidence
@graphql-tools/stitch (source) 9.2.14 -> 9.2.15 age adoption passing confidence
@graphql-tools/stitching-directives (source) 3.1.6 -> 3.1.7 age adoption passing confidence
@graphql-tools/url-loader (source) 8.0.6 -> 8.0.7 age adoption passing confidence
@graphql-tools/wrap (source) 10.0.9 -> 10.0.10 age adoption passing confidence
@testing-library/jest-dom 6.6.1 -> 6.6.2 age adoption passing confidence
mongoose (source) 8.7.1 -> 8.7.2 age adoption passing confidence
wrangler (source) 3.80.5 -> 3.81.0 age adoption passing confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/batch-delegate)

v9.0.8

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/delegate)

v10.0.26

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/federation)

v2.2.16

Compare Source

ardatan/graphql-tools (@​graphql-tools/stitch)

v9.2.15

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/stitching-directives)

v3.1.7

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/url-loader)

v8.0.7

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/wrap)

v10.0.10

Compare Source

Patch Changes
testing-library/jest-dom (@​testing-library/jest-dom)

v6.6.2

Compare Source

Automattic/mongoose (mongoose)

v8.7.2

Compare Source

==================

  • fix(document): recursively clear modified subpaths when setting deeply nested subdoc to null #​14963 #​14952
  • fix(populate): handle array of ids with parent refPath #​14965
  • types: make Buffers into mongodb.Binary in lean result type to match runtime behavior #​14967
  • types: correct schema type inference when using nested typeKey like type: { type: String } #​14956 #​14950
  • types: re-export DeleteResult and UpdateResult from MongoDB Node.js driver #​14947 #​14946
  • docs(documents): add section on setting deeply nested properties, including warning about nullish coalescing assignment #​14972
  • docs(model): add more info on acknowledged: false, specifically that Mongoose may return that if the update was empty #​14957
cloudflare/workers-sdk (wrangler)

v3.81.0

Compare Source

Minor Changes
Patch Changes
  • #​6963 a5ac45d Thanks @​RamIdeas! - fix: make wrangler dev --remote respect wrangler.toml's account_id property.

    This was a regression in the --x-dev-env flow recently turned on by default.

  • #​6996 b8ab809 Thanks @​emily-shen! - fix: improve error messaging when accidentally using Workers commands in Pages project

    If we detect a Workers command used with a Pages project (i.e. wrangler.toml contains pages_output_build_dir), error with Pages version of command rather than "missing entry-point" etc.


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
Contributor

github-actions bot commented Oct 17, 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-hive/gateway 1.2.1-alpha-20241017191832-59e4a022401efbd3ee564379e01db7b0e628b189 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-opentelemetry 1.2.1-alpha-20241017191832-59e4a022401efbd3ee564379e01db7b0e628b189 npm ↗︎ unpkg ↗︎
@graphql-mesh/serve-cli 1.2.1-alpha-20241017191832-59e4a022401efbd3ee564379e01db7b0e628b189 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Oct 17, 2024

💻 Website Preview

The latest changes are available as preview in: https://758b9f2c.graphql-mesh.pages.dev

Copy link
Contributor

github-actions bot commented Oct 17, 2024

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

Copy link
Contributor

github-actions bot commented Oct 17, 2024

The build artifacts of mesh-serve as a single executable for Linux-X64 are available at:
Download

Copy link
Contributor

github-actions bot commented Oct 17, 2024

Published mesh-serve images for this PR are available at:

ghcr.io/ardatan/mesh-serve:1.2.1-alpha-20241017191832-59e4a022401efbd3ee564379e01db7b0e628b189

Copy link
Contributor

github-actions bot commented Oct 17, 2024

Published hive-gateway images for this PR are available at:

ghcr.io/ardatan/hive-gateway:1.2.1-alpha-20241017191832-59e4a022401efbd3ee564379e01db7b0e628b189

Copy link
Contributor

github-actions bot commented Oct 17, 2024

The build artifacts of mesh-serve as a single executable for Windows-X64 are available at:
Download

Copy link
Contributor

github-actions bot commented Oct 17, 2024

The build artifacts of hive-gateway as a single executable for macOS-ARM64 are available at:
Download

Copy link
Contributor

github-actions bot commented Oct 17, 2024

The build artifacts of hive-gateway as a single executable for macOS-X64 are available at:
Download

@ardatan ardatan merged commit 750e5d2 into master Oct 17, 2024
42 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch October 17, 2024 20:20
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