Bump @nestjs/core from 10.4.22 to 12.0.1 in /services/orchestrator - #48
Merged
BlockException merged 1 commit intoSep 3, 2026
Conversation
Owner
|
@copilot, behebe bitte die Mergekonflikte in diesem Pull Request. |
Bumps [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) from 10.4.22 to 12.0.1. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/commits/v12.0.1/packages/core) --- updated-dependencies: - dependency-name: "@nestjs/core" dependency-version: 11.1.29 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/services/orchestrator/nestjs/core-11.1.29
branch
from
September 3, 2026 22:56
0544ada to
1677e63
Compare
dependabot
Bot
deleted the
dependabot/npm_and_yarn/services/orchestrator/nestjs/core-11.1.29
branch
September 3, 2026 22:56
There was a problem hiding this comment.
🟡 Changes recommended
The service’s NestJS dependencies are now on incompatible majors (core v12 alongside other @nestjs/* v10/v11), creating peer dependency conflicts that are likely to break installs and/or runtime behavior.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR attempts to upgrade the Orchestrator service’s NestJS core runtime by bumping @nestjs/core from the 10.x line to ^12.0.1.
Changes:
- Bump
@nestjs/coredependency to^12.0.1in the Orchestrator service. - Update the Orchestrator
package-lock.jsonto reflect@nestjs/core@12.0.1(including its updated transitive dependencies and peer requirements).
File summaries
| File | Description |
|---|---|
| services/orchestrator/package.json | Updates direct dependency on @nestjs/core to v12. |
| services/orchestrator/package-lock.json | Updates resolved @nestjs/core package metadata and dependency tree to v12. |
Review details
Files not reviewed (1)
- services/orchestrator/package-lock.json: Generated file
- Files reviewed: 1/2 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
1302
to
+1306
| "peerDependencies": { | ||
| "@nestjs/common": "^10.0.0", | ||
| "@nestjs/microservices": "^10.0.0", | ||
| "@nestjs/platform-express": "^10.0.0", | ||
| "@nestjs/websockets": "^10.0.0", | ||
| "@nestjs/common": "^12.0.0", | ||
| "@nestjs/microservices": "^12.0.0", | ||
| "@nestjs/platform-express": "^12.0.0", | ||
| "@nestjs/websockets": "^12.0.0", |
Comment on lines
13
to
17
| "dependencies": { | ||
| "@nestjs/common": "^10.3.8", | ||
| "@nestjs/core": "^10.3.8", | ||
| "@nestjs/core": "^12.0.1", | ||
| "@nestjs/cqrs": "^11.0.3", | ||
| "@nestjs/platform-express": "^11.1.28", |
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
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.
Bumps @nestjs/core from 10.4.22 to 12.0.1.
Release notes
Sourced from @nestjs/core's releases.
... (truncated)
Commits
4c751c5chore(release): publish v12.0.1 release3c25112chore: update peer deps6494a6cchore(release): publish v12.0.0 releasec9d59f2chore: expose missing internals45485b5fix(core): circular durable providers issue #17562f94e9ebfix(core): preserve middleware arity and harden instance decorator1dcbc25fix(core): instrument midldeware issue #17554f5bf4dddocs(core): update Mercure SSE header comment to current pathedb0034Merge branch 'master' into v12.0.04535f43chore(release): publish v11.2.1 release