-
Notifications
You must be signed in to change notification settings - Fork 9
chore: defer @swc/cli@0.8.0 upgrade due to ecosystem incompatibility #2622
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,27 @@ | ||||||||||
| # Package Upgrade Notes | ||||||||||
|
|
||||||||||
| ## @swc/cli Upgrade - Deferred | ||||||||||
|
|
||||||||||
| **Status:** Deferred until ecosystem compatibility improves | ||||||||||
|
|
||||||||||
| **Issue:** Renovate PR attempted to upgrade `@swc/cli` from `^0.7.0` to `^0.8.0` | ||||||||||
|
|
||||||||||
| ### Why It Cannot Proceed | ||||||||||
|
|
||||||||||
| 1. **@swc/cli@0.8.0** requires `chokidar@^5.0.0` as a peer dependency | ||||||||||
| 2. **@nestjs/cli** latest version (11.0.16) only declares compatibility with `@swc/cli@^0.1-0.7.x` | ||||||||||
| 3. No newer version of `@nestjs/cli` exists yet that supports `@swc/cli@0.8.0` | ||||||||||
|
Comment on lines
+12
to
+13
|
||||||||||
| 2. **@nestjs/cli** latest version (11.0.16) only declares compatibility with `@swc/cli@^0.1-0.7.x` | |
| 3. No newer version of `@nestjs/cli` exists yet that supports `@swc/cli@0.8.0` | |
| 2. As of 2025-02-10, **@nestjs/cli** version 11.0.16 declares compatibility only with `@swc/cli@^0.1-0.7.x` (per its `peerDependencies`) | |
| 3. As of 2025-02-10, no released version of `@nestjs/cli` declares support for `@swc/cli@0.8.0` in its `peerDependencies` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This note is written as if the repository has a single Node project, but
@nestjs/cli/@swc/clionly appear underbackend/. Consider explicitly calling out the impacted workspace/path (e.g.,backend/package.json) so future readers don’t assume this applies to the frontend or other packages.