-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the patch group across 1 directory with 8 updates #129
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
Conversation
Bumps the patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [turbo](https://github.com/vercel/turborepo) | `2.2.3` | `2.4.4` | | [@changesets/cli](https://github.com/changesets/changesets) | `2.27.9` | `2.28.1` | | [@apollo/gateway](https://github.com/apollographql/federation/tree/HEAD/gateway-js) | `2.9.3` | `2.10.0` | | [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `4.11.0` | `4.11.3` | | [node-mocks-http](https://github.com/eugef/node-mocks-http) | `1.16.1` | `1.16.2` | | [tsup](https://github.com/egoist/tsup) | `8.3.0` | `8.4.0` | | [fastify](https://github.com/fastify/fastify) | `5.2.1` | `5.2.2` | | [graphql-yoga](https://github.com/dotansimha/graphql-yoga/tree/HEAD/packages/graphql-yoga) | `5.9.0` | `5.13.2` | Updates `turbo` from 2.2.3 to 2.4.4 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/release.md) - [Commits](vercel/turborepo@v2.2.3...v2.4.4) Updates `@changesets/cli` from 2.27.9 to 2.28.1 - [Release notes](https://github.com/changesets/changesets/releases) - [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md) - [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected]) Updates `@apollo/gateway` from 2.9.3 to 2.10.0 - [Release notes](https://github.com/apollographql/federation/releases) - [Changelog](https://github.com/apollographql/federation/blob/main/gateway-js/CHANGELOG.md) - [Commits](https://github.com/apollographql/federation/commits/@apollo/[email protected]/gateway-js) Updates `@apollo/server` from 4.11.0 to 4.11.3 - [Release notes](https://github.com/apollographql/apollo-server/releases) - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/[email protected]/packages/server) Updates `node-mocks-http` from 1.16.1 to 1.16.2 - [Release notes](https://github.com/eugef/node-mocks-http/releases) - [Changelog](https://github.com/eugef/node-mocks-http/blob/master/HISTORY.md) - [Commits](eugef/node-mocks-http@v1.16.1...v1.16.2) Updates `tsup` from 8.3.0 to 8.4.0 - [Release notes](https://github.com/egoist/tsup/releases) - [Commits](egoist/tsup@v8.3.0...v8.4.0) Updates `fastify` from 5.2.1 to 5.2.2 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v5.2.1...v5.2.2) Updates `graphql-yoga` from 5.9.0 to 5.13.2 - [Release notes](https://github.com/dotansimha/graphql-yoga/releases) - [Changelog](https://github.com/graphql-hive/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-yoga/commits/[email protected]/packages/graphql-yoga) --- updated-dependencies: - dependency-name: turbo dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch - dependency-name: "@changesets/cli" dependency-version: 2.28.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch - dependency-name: "@apollo/gateway" dependency-version: 2.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch - dependency-name: "@apollo/server" dependency-version: 4.11.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: node-mocks-http dependency-version: 1.16.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: tsup dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch - dependency-name: fastify dependency-version: 5.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: graphql-yoga dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the patch group with 8 updates in the / directory:
2.2.3
2.4.4
2.27.9
2.28.1
2.9.3
2.10.0
4.11.0
4.11.3
1.16.1
1.16.2
8.3.0
8.4.0
5.2.1
5.2.2
5.9.0
5.13.2
Updates
turbo
from 2.2.3 to 2.4.4Release notes
Sourced from turbo's releases.
... (truncated)
Commits
d195d73
publish 2.4.4 to registry565f90a
feat(turborepo): --continue=dependencies-successful (#10023)20736f9
chore: add comment about trace fix (#10040)3606f1d
fix: update oxc-resolver and fix windows bug (#9754)453637f
release(turborepo): 2.4.3 (#10039)ba2c758
release(turborepo): 2.4.3-canary.4 (#10037)5c2a23c
chore: bump Svelte example to Svelte v5 (#9981)4b1d04e
fix(proxy): make proxy task persistent (#10036)67cf6ad
refactor(spaces): no more spaces (#9961)7c991a0
docs: update Nx page on dependency recommendations (#10034)Updates
@changesets/cli
from 2.27.9 to 2.28.1Release notes
Sourced from
@changesets/cli
's releases.... (truncated)
Commits
5c2bac5
Version Packages (#1595)b9df596
Prevent fatal errors when using the newly-introducedprettier
option (#1590)1621d9d
Add requirement for adding to cool projects (#1587)3b9298d
Version Packages (#1588)84a4a1b
Add a new config option to opt-out from auto-formatting using Prettier (#1453)01c037c
Add Apollo Client to cool projects list (#1576)68a83d5
Version Packages (#1567)a0f87f1
Fixed changelog application when executing throughnpx
(#1562)a8c474f
Update default config object in config-file-options.md (#1052)0417c90
Fix minor grammar and spelling in docs (#609)Updates
@apollo/gateway
from 2.9.3 to 2.10.0Release notes
Sourced from
@apollo/gateway
's releases.... (truncated)
Changelog
Sourced from
@apollo/gateway
's changelog.Commits
16106c7
release: on branch main (#3196)8927e31
federation 2.10.0 (#3215)0311433
feat: Add request param to didEncounter method (#3194)789e07b
Fix incorrect Gateway API documentation link (#3174)Updates
@apollo/server
from 4.11.0 to 4.11.3Release notes
Sourced from
@apollo/server
's releases.... (truncated)
Changelog
Sourced from
@apollo/server
's changelog.Commits
4ae18e7
Version Packages (#8006)f4228e8
Upgrade@apollo/utils.createhash
(#8010)a830562
chore(deps): update dependency graphql-subscriptions to v3 (#7989)9e946d5
Remove discord1475d82
Version Packages (#7969)2a26f23
chore(deps): update all non-major dependencies (#7951)b7e7cd1
Version Packages (#7953)bb81b2c
deps: upgrade express to v4.21.1 to quiet automated scans (#7952)Updates
node-mocks-http
from 1.16.1 to 1.16.2Changelog
Sourced from node-mocks-http's changelog.
Commits
306a8cf
Release 1.16.29bd17ca
npm audit fix8618dd8
fix(mockResponse): writeHead() sets headersSent. (#313)Updates
tsup
from 8.3.0 to 8.4.0Release notes
Sourced from tsup's releases.
... (truncated)
Commits
773d27e
chore: release v8.4.089c4780
fix: upgrade esbuild to 0.25 (#1309)0328fd6
chore(deps): update dependency@swc/core
to v1.10.18 (#1243)c3f320e
feat: upgrade svelte and css compiler (#1288)22e4860
chore: upgrade depsd4f133c
ci: remove corepack4066e73
chore: upgrade pnpm612ce12
chore: upgrade cross-spawn to 7.0.6 (#1275)bee8f42
chore: release v8.3.686c3b0b
chore: fix pass optionsUpdates
fastify
from 5.2.1 to 5.2.2Release notes
Sourced from fastify's releases.
... (truncated)
Commits
1b6ddaa
Bumped v5.2.2980c3a6
test(content-type-parser): proxy toad-cache (#6025)0dfa46c
fix: double hook execution (#6013)6cbcfa7
test: migrated listen.4.test.js from tap to node:test (#6024)664204f
test: migrated listen.3.test.js from tap to node:test (#6022)f2b4f16
flaky (#6021)97df2df
test: migrated upgrade.test.js from tap to node:test and update inde… (#5917)ce3811f
chore: Bump typescript in the dev-dependencies-typescript group (#6000)ae92b6e
test: migrated listen.1.test.js from tap to node:test (#6014)5aa6789
Remove --node-arg prefix (#6018)Updates
graphql-yoga
from 5.9.0 to 5.13.2Changelog
Sourced from graphql-yoga's changelog.
... (truncated)
Commits
1aa989c
chore(release): update monorepo packages versions (#3877)9311842
fix(server): Addrequest
to theoperation
instrumentation's payload (#3874)abe91bd
feat(graphql-yoga): Re-Export AsyncIterableIteratorOrValue util type (#3876)9d52756
fix(deps): update all non-major dependencies (#3872)95f8d9e
chore(release): update monorepo packages versions (#3867)af14684
fix(deps): update envelop (#3866)dee7995
Rename instruments to instrumentation (#3865)25a773c
fix(deps): update envelop (#3863)cb8d8dc
fix(deps): update envelop (#3862)ef8959f
fix(deps): update dependency@hapi/hapi
to v21.4.0 (#3857)