-
Notifications
You must be signed in to change notification settings - Fork 27
fix(deps): update all non-major dependencies #1208
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-tools/executor-http |
2.0.3-alpha-f1520197549b1a4aedb42e543716ea94e3bd07bd |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.2.4-alpha-f1520197549b1a4aedb42e543716ea94e3bd07bd |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.11.15-alpha-f1520197549b1a4aedb42e543716ea94e3bd07bd |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.15.2-alpha-f1520197549b1a4aedb42e543716ea94e3bd07bd |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/nestjs |
1.0.16-alpha-f1520197549b1a4aedb42e543716ea94e3bd07bd |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/plugin-aws-sigv4 |
1.0.13-alpha-f1520197549b1a4aedb42e543716ea94e3bd07bd |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.60-alpha-f1520197549b1a4aedb42e543716ea94e3bd07bd |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.48-alpha-f1520197549b1a4aedb42e543716ea94e3bd07bd |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.9.2-alpha-f1520197549b1a4aedb42e543716ea94e3bd07bd |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http |
0.6.43-alpha-f1520197549b1a4aedb42e543716ea94e3bd07bd |
npm ↗︎ unpkg ↗︎ |
Collaborator
Collaborator
Collaborator
Collaborator
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared |
Collaborator
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared |
Collaborator
Collaborator
ardatan
approved these changes
Jun 10, 2025
f4b0f86 to
fbb0195
Compare
fbb0195 to
f152019
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.20250613.0->4.20250614.03.0.0->3.0.12.4.0->2.4.12.5.0->2.5.128.0.3->28.0.522.15.30->22.15.324.4.9->4.5.00.25.4->0.25.59.28.0->9.29.02.12.2->2.13.14.40.2->4.43.03.0.9->3.0.104.9.1->4.9.2Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250614.0Compare Source
Escape-Technologies/graphql-armor (@escape.tech/graphql-armor-block-field-suggestions)
v3.0.1Compare Source
Patch Changes
13978ed: Inherit the plugin context from envelopEscape-Technologies/graphql-armor (@escape.tech/graphql-armor-max-depth)
v2.4.1Compare Source
Patch Changes
13978ed: Inherit the plugin context from envelopEscape-Technologies/graphql-armor (@escape.tech/graphql-armor-max-tokens)
v2.5.1Compare Source
Patch Changes
13978ed: Inherit the plugin context from enveloprollup/plugins (@rollup/plugin-commonjs)
v28.0.52025-06-14
Bugfixes
v28.0.42025-06-14
Bugfixes
chartjs/Chart.js (chart.js)
v4.5.0Compare Source
evanw/esbuild (esbuild)
v0.25.5Compare Source
Fix a regression with
browserinpackage.json(#4187)The fix to #4144 in version 0.25.3 introduced a regression that caused
browseroverrides specified inpackage.jsonto fail to override relative path names that end in a trailing slash. That behavior change affected the[email protected]package. This regression has been fixed, and now has test coverage.Add support for certain keywords as TypeScript tuple labels (#4192)
Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a
?modifier. These labels includedfunction,import,infer,new,readonly, andtypeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:Add CSS prefixes for the
stretchsizing value (#4184)This release adds support for prefixing CSS declarations such as
div { width: stretch }. That CSS is now transformed into this depending on what the--target=setting includes:eslint/eslint (eslint)
v9.29.0Compare Source
privatenumber/pkgroll (pkgroll)
v2.13.1Compare Source
Bug Fixes
v2.13.0Compare Source
Features
rollup/rollup (rollup)
v4.43.0Compare Source
2025-06-11
Features
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
v4.42.0Compare Source
2025-06-06
Features
Pull Requests
allowInputInsideOutputPathoption (@btea, @lukastaegert)v4.41.2Compare Source
2025-06-06
Bug Fixes
thenand non-arrow function expressions (#5977)Pull Requests
v4.41.1Compare Source
2025-05-24
Bug Fixes
this.resolvewithskipSelf: true, subsequent calls when handling this by the same plugin with same parameters will returnnullto avoid infinite recursions (#5945)Pull Requests
v4.41.0Compare Source
2025-05-18
Features
Pull Requests
mafintosh/tar-fs (tar-fs)
v3.0.10Compare Source
yarnpkg/berry (yarn)
v4.9.2Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.