Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v11 (major) (#3666)
Browse files Browse the repository at this point in the history
* chore(deps): update nest monorepo to v11

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Jan 16, 2025
1 parent e047388 commit 356d5f2
Show file tree
Hide file tree
Showing 6 changed files with 421 additions and 182 deletions.
6 changes: 6 additions & 0 deletions .changeset/@graphql-yoga_nestjs-3666-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@graphql-yoga/nestjs": patch
---
dependencies updates:
- Updated dependency [`@nestjs/common@^11.0.0` ↗︎](https://www.npmjs.com/package/@nestjs/common/v/11.0.0) (from `^10.0.0`, in `peerDependencies`)
- Updated dependency [`@nestjs/core@^11.0.0` ↗︎](https://www.npmjs.com/package/@nestjs/core/v/11.0.0) (from `^10.0.0`, in `peerDependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@graphql-yoga/nestjs-federation": patch
---
dependencies updates:
- Updated dependency [`@nestjs/common@^11.0.0` ↗︎](https://www.npmjs.com/package/@nestjs/common/v/11.0.0) (from `^10.0.0`, in `peerDependencies`)
- Updated dependency [`@nestjs/core@^11.0.0` ↗︎](https://www.npmjs.com/package/@nestjs/core/v/11.0.0) (from `^10.0.0`, in `peerDependencies`)
10 changes: 5 additions & 5 deletions examples/nestjs-apollo-federation-compatibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@graphql-yoga/nestjs-federation": "workspace:*",
"@grpc/proto-loader": "^0.7.5",
"@nestjs/cli": "^10.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/graphql": "^12.0.0",
"@nestjs/microservices": "^10.0.0",
"@nestjs/platform-socket.io": "^10.0.0",
"@nestjs/websockets": "^10.0.0",
"@nestjs/microservices": "^11.0.0",
"@nestjs/platform-socket.io": "^11.0.0",
"@nestjs/websockets": "^11.0.0",
"amqp-connection-manager": "^4.1.11",
"amqplib": "^0.10.3",
"cache-manager": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/nestjs-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"check": "tsc --pretty --noEmit"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/graphql": "^12.0.0",
"graphql": "^15.0.0 || ^16.0.0"
},
Expand All @@ -61,8 +61,8 @@
"@graphql-yoga/plugin-apollo-inline-trace": "workspace:*"
},
"devDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/graphql": "^12.0.0",
"graphql": "16.10.0",
"tslib": "^2.8.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"check": "tsc --pretty --noEmit"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/graphql": "^12.0.0",
"graphql": "^15.0.0 || ^16.0.0",
"graphql-yoga": "workspace:^"
},
"devDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/graphql": "^12.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-fastify": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@nestjs/platform-express": "^11.0.0",
"@nestjs/platform-fastify": "^11.0.0",
"@nestjs/testing": "^11.0.0",
"@swc/core": "^1.3.35",
"@types/express": "^5.0.0",
"@types/glob": "^8.0.1",
Expand Down
Loading

0 comments on commit 356d5f2

Please sign in to comment.