Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"@types/watchpack": "^2.4.4",
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@typescript-eslint/eslint-plugin": "8.64.0",
"@typescript-eslint/parser": "8.64.0",
"@typescript-eslint/eslint-plugin": "8.65.0",
"@typescript-eslint/parser": "8.65.0",
"ajv": "8.20.0",
"buffer": "6.0.3",
"esbuild": "0.28.1",
Expand Down Expand Up @@ -129,7 +129,7 @@
"semver": "7.8.5",
"source-map-support": "0.5.21",
"tslib": "2.8.1",
"undici": "8.7.0",
"undici": "8.8.0",
"unenv": "^1.10.0",
"verdaccio": "6.8.0",
"verdaccio-auth-memory": "^13.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The update of oxc-parser to 0.141.0 introduces a breaking change where MetaProperty is split into ImportMeta and NewTarget. 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 on MetaProperty will fail to compile or execute correctly.

"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",
Expand All @@ -51,12 +51,12 @@
"devDependencies": {
"@angular-devkit/core": "workspace:*",
"@angular/ssr": "workspace:*",
"@oxc-project/types": "0.140.0",
"@oxc-project/types": "0.141.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The update of @oxc-project/types to 0.141.0 introduces a breaking change where MetaProperty is split into ImportMeta and NewTarget. 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 on MetaProperty will fail to compile or execute correctly.

"istanbul-lib-instrument": "6.0.3",
"jsdom": "29.1.1",
"less": "4.6.7",
"less": "4.7.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"
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "workspace:0.0.0-PLACEHOLDER",
"@inquirer/prompts": "8.5.2",
"@listr2/prompt-adapter-inquirer": "4.2.4",
"@listr2/prompt-adapter-inquirer": "4.2.5",
"@modelcontextprotocol/sdk": "1.29.0",
"@schematics/angular": "workspace:0.0.0-PLACEHOLDER",
"jsonc-parser": "3.3.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"istanbul-lib-instrument": "6.0.3",
"jsonc-parser": "3.3.1",
"karma-source-map-support": "1.4.0",
"less": "4.6.7",
"less": "4.7.0",
"less-loader": "13.0.0",
"license-webpack-plugin": "4.0.2",
"loader-utils": "3.3.1",
"mini-css-extract-plugin": "2.10.2",
"open": "11.0.0",
"ora": "9.4.1",
"picomatch": "4.0.5",
"piscina": "5.2.0",
"postcss": "8.5.19",
"piscina": "5.3.0",
"postcss": "8.5.22",
"postcss-loader": "8.2.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.2",
"sass": "1.101.0",
"sass": "1.101.3",
"sass-loader": "17.0.0",
"semver": "7.8.5",
"source-map-loader": "5.0.0",
Expand All @@ -67,7 +67,7 @@
"@angular/ssr": "workspace:*",
"browser-sync": "3.0.4",
"ng-packagr": "22.1.0-next.3",
"undici": "8.7.0"
"undici": "8.8.0"
},
"peerDependencies": {
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jsonc-parser": "3.3.1",
"picomatch": "4.0.5",
"rxjs": "7.8.2",
"source-map": "0.7.6"
"source-map": "0.8.0"
},
"devDependencies": {
"chokidar": "5.0.0"
Expand Down
Loading
Loading