build: update all non-major dependencies (main)#33631
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates various dependencies across multiple package.json files in the workspace, including @typescript-eslint/eslint-plugin, undici, oxc-parser, piscina, sass, @oxc-project/types, less, postcss, and source-map. The review highlights that updating oxc-parser and @oxc-project/types to 0.141.0 introduces breaking changes (splitting MetaProperty into ImportMeta and NewTarget) which could break AST traversal or manipulation logic relying on MetaProperty.
| "magic-string": "1.0.0", | ||
| "mrmime": "2.0.1", | ||
| "oxc-parser": "0.140.0", | ||
| "oxc-parser": "0.141.0", |
There was a problem hiding this comment.
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.
| "@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.
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.
See associated pull request for more information.
6f73469 to
f7f0941
Compare
This PR contains the following updates:
4.2.4→4.2.50.140.0→0.141.08.64.0→8.65.08.64.0→8.65.04.6.7→4.7.00.140.0→0.141.05.2.0→5.3.08.5.19→8.5.221.101.0→1.101.30.7.6→0.8.08.7.0→8.8.0Release Notes
listr2/listr2 (@listr2/prompt-adapter-inquirer)
v4.2.5Compare Source
@listr2/prompt-adapter-inquirer 4.2.5 (2026-07-21)
Bug Fixes
Dependencies
oxc-project/oxc (@oxc-project/types)
v0.141.0💥 BREAKING CHANGES
54cc121ast: [BREAKING] SplitMetaPropertyintoImportMetaandNewTarget(#24557) (camc314)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.65.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.65.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
less/less.js (less)
v4.7.0Compare Source
Changes
oxc-project/oxc (oxc-parser)
v0.141.0💥 BREAKING CHANGES
54cc121ast: [BREAKING] SplitMetaPropertyintoImportMetaandNewTarget(#24557) (camc314)🚀 Features
7b045cdminfier: Drop last break from last switch case (#24673) (Armano)3d22307parser: AddParseOptions::enable_ident_hashes(#24491) (Boshen)piscinajs/piscina (piscina)
v5.3.0Compare Source
What's Changed
Full Changelog: piscinajs/piscina@v5.2.0...v5.3.0
postcss/postcss (postcss)
v8.5.22Compare Source
v8.5.21Compare Source
v8.5.20Compare Source
AtRule#paramsis set after (by @sarathfrancis90).sass/dart-sass (sass)
v1.101.3Compare Source
mozilla/source-map (source-map)
v0.8.0Compare Source
Adding security policy
Use Object.create for sourceContents
Fixes types for SourceMapConsumer.initialize
nodejs/undici (undici)
v8.8.0Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v8.7.0...v8.8.0