-
Notifications
You must be signed in to change notification settings - Fork 11.9k
build: update all non-major dependencies (main) #33631
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
base: main
Are you sure you want to change the base?
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 |
|---|---|---|
|
|
@@ -33,12 +33,12 @@ | |
| "listr2": "10.2.2", | ||
| "magic-string": "1.0.0", | ||
| "mrmime": "2.0.1", | ||
| "oxc-parser": "0.140.0", | ||
| "oxc-parser": "0.141.0", | ||
| "parse5-html-rewriting-stream": "8.0.1", | ||
| "picomatch": "4.0.5", | ||
| "piscina": "5.2.0", | ||
| "piscina": "5.3.0", | ||
| "rolldown": "1.2.0", | ||
| "sass": "1.101.0", | ||
| "sass": "1.101.3", | ||
| "semver": "7.8.5", | ||
| "source-map-support": "0.5.21", | ||
| "tinyglobby": "0.2.17", | ||
|
|
@@ -51,12 +51,12 @@ | |
| "devDependencies": { | ||
| "@angular-devkit/core": "workspace:*", | ||
| "@angular/ssr": "workspace:*", | ||
| "@oxc-project/types": "0.140.0", | ||
| "@oxc-project/types": "0.141.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The update of |
||
| "istanbul-lib-instrument": "6.0.3", | ||
| "jsdom": "29.1.1", | ||
| "less": "4.6.7", | ||
| "less": "4.8.0", | ||
| "ng-packagr": "22.1.0-next.3", | ||
| "postcss": "8.5.19", | ||
| "postcss": "8.5.22", | ||
| "rollup": "4.62.2", | ||
| "rxjs": "7.8.2", | ||
| "vitest": "4.1.10" | ||
|
|
||
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.
The update of
oxc-parserto0.141.0introduces a breaking change whereMetaPropertyis split intoImportMetaandNewTarget. Because these are pre-1.0.0 packages, this minor version bump is considered a major breaking change under semver. Any AST traversal or manipulation logic in this package that relies onMetaPropertywill fail to compile or execute correctly.