Skip to content

Commit

Permalink
Merge pull request #2399 from nestjs/renovate/major-nest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update nest monorepo to v11 (major)
  • Loading branch information
kamilmysliwiec authored Jan 17, 2025
2 parents 96baeba + 4f686cf commit 4de1134
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 161 deletions.
8 changes: 4 additions & 4 deletions packages/bull-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15"
"@nestjs/common": "11.0.1",
"@nestjs/core": "11.0.1"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0"
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/bull/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/platform-express": "10.4.15",
"@nestjs/testing": "10.4.15",
"@nestjs/common": "11.0.1",
"@nestjs/core": "11.0.1",
"@nestjs/platform-express": "11.0.1",
"@nestjs/testing": "11.0.1",
"@types/bull": "4.10.4",
"@types/jest": "29.5.14",
"@types/node": "22.10.7",
Expand All @@ -39,8 +39,8 @@
"rxjs": "7.8.1"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"bull": "^3.3 || ^4.0.0"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/bullmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"tslib": "2.8.1"
},
"devDependencies": {
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/platform-express": "10.4.15",
"@nestjs/testing": "10.4.15",
"@nestjs/common": "11.0.1",
"@nestjs/core": "11.0.1",
"@nestjs/platform-express": "11.0.1",
"@nestjs/testing": "11.0.1",
"@types/jest": "29.5.14",
"@types/node": "22.10.7",
"@types/reflect-metadata": "0.1.0",
Expand All @@ -35,8 +35,8 @@
"rxjs": "7.8.1"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"bullmq": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 4de1134

Please sign in to comment.