Skip to content

Commit

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

* 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] committed Jun 22, 2023
1 parent 274c7ec commit 9feb88f
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 246 deletions.
6 changes: 6 additions & 0 deletions .changeset/@graphql-yoga_nestjs-2864-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@^10.0.0` ↗︎](https://www.npmjs.com/package/@nestjs/common/v/10.0.0) (from `^8.4.7 || ^9.0.0`, in `peerDependencies`)
- Updated dependency [`@nestjs/core@^10.0.0` ↗︎](https://www.npmjs.com/package/@nestjs/core/v/10.0.0) (from `^8.4.7 || ^9.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@^10.0.0` ↗︎](https://www.npmjs.com/package/@nestjs/common/v/10.0.0) (from `^8.4.7 || ^9.0.0`, in `peerDependencies`)
- Updated dependency [`@nestjs/core@^10.0.0` ↗︎](https://www.npmjs.com/package/@nestjs/core/v/10.0.0) (from `^8.4.7 || ^9.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": "2.0.1",
"@grpc/proto-loader": "^0.7.5",
"@nestjs/cli": "^10.0.0",
"@nestjs/common": "^9.3.12",
"@nestjs/core": "^9.3.12",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/graphql": "^12.0.0",
"@nestjs/microservices": "^9.3.12",
"@nestjs/platform-socket.io": "^9.3.12",
"@nestjs/websockets": "^9.3.12",
"@nestjs/microservices": "^10.0.0",
"@nestjs/platform-socket.io": "^10.0.0",
"@nestjs/websockets": "^10.0.0",
"amqp-connection-manager": "^4.1.11",
"amqplib": "^0.10.3",
"cache-manager": "^5.2.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 @@ -49,8 +49,8 @@
"federation"
],
"peerDependencies": {
"@nestjs/common": "^8.4.7 || ^9.0.0",
"@nestjs/core": "^8.4.7 || ^9.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/graphql": "^12.0.0",
"graphql": "^15.0.0 || ^16.0.0"
},
Expand All @@ -63,8 +63,8 @@
"@graphql-yoga/plugin-apollo-inline-trace": "2.0.1"
},
"devDependencies": {
"@nestjs/common": "^9.3.12",
"@nestjs/core": "^9.3.12",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/graphql": "^12.0.0",
"graphql": "^16.6.0",
"tslib": "^2.5.2"
Expand Down
14 changes: 7 additions & 7 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@
"graphql-yoga"
],
"peerDependencies": {
"@nestjs/common": "^8.4.7 || ^9.0.0",
"@nestjs/core": "^8.4.7 || ^9.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/graphql": "^12.0.0",
"graphql": "^15.0.0 || ^16.0.0",
"graphql-yoga": "^4.0.1"
},
"devDependencies": {
"@nestjs/common": "^9.4.2",
"@nestjs/core": "^9.4.2",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/graphql": "^12.0.0",
"@nestjs/platform-express": "^9.4.2",
"@nestjs/platform-fastify": "^9.4.2",
"@nestjs/testing": "^9.4.2",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-fastify": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@swc/core": "^1.3.35",
"@types/express": "^4.17.17",
"@types/glob": "^8.0.1",
Expand Down
Loading

0 comments on commit 9feb88f

Please sign in to comment.