Skip to content

build: update all non-major dependencies (main)#33631

Open
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-all-non-major-dependencies
Open

build: update all non-major dependencies (main)#33631
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/main-all-non-major-dependencies

Conversation

@angular-robot

@angular-robot angular-robot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@listr2/prompt-adapter-inquirer 4.2.44.2.5 age adoption passing confidence
@oxc-project/types (source) 0.140.00.141.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.64.08.65.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.64.08.65.0 age adoption passing confidence
less (source) 4.6.74.7.0 age adoption passing confidence
oxc-parser (source) 0.140.00.141.0 age adoption passing confidence
piscina 5.2.05.3.0 age adoption passing confidence
postcss (source) 8.5.198.5.22 age adoption passing confidence
sass 1.101.01.101.3 age adoption passing confidence
source-map 0.7.60.8.0 age adoption passing confidence
undici (source) 8.7.08.8.0 age adoption passing confidence

  • If you want to rebase/retry this PR, check this box

Release Notes

listr2/listr2 (@​listr2/prompt-adapter-inquirer)

v4.2.5

Compare Source

@​listr2/prompt-adapter-inquirer 4.2.5 (2026-07-21)

Bug Fixes
  • renderer: serialize the cancelled state in the test renderer (f703f09)
Dependencies
  • listr2: upgraded to 11.0.0
oxc-project/oxc (@​oxc-project/types)

v0.141.0

💥 BREAKING CHANGES
  • 54cc121 ast: [BREAKING] Split MetaProperty into ImportMeta and NewTarget (#​24557) (camc314)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.65.0

Compare Source

🚀 Features
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#​12578)
  • add warning when TS 7 is detected (#​12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#​12527, #​19562, #​11889)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#​12568)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#​12448)
  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#​12515)
❤️ 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.0

Compare Source

🚀 Features
  • add warning when TS 7 is detected (#​12529)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#​12465)
❤️ 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.0

Compare Source

Changes
oxc-project/oxc (oxc-parser)

v0.141.0

💥 BREAKING CHANGES
  • 54cc121 ast: [BREAKING] Split MetaProperty into ImportMeta and NewTarget (#​24557) (camc314)
🚀 Features
piscinajs/piscina (piscina)

v5.3.0

Compare Source

What's Changed

Full Changelog: piscinajs/piscina@v5.2.0...v5.3.0

postcss/postcss (postcss)

v8.5.22

Compare Source

v8.5.21

Compare Source

v8.5.20

Compare Source

sass/dart-sass (sass)

v1.101.3

Compare Source

  • No user-visible changes.
mozilla/source-map (source-map)

v0.8.0

Compare Source

nodejs/undici (undici)

v8.8.0

Compare Source

What's Changed
New Contributors

Full Changelog: nodejs/undici@v8.7.0...v8.8.0

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Jul 23, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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",

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.

"@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.

See associated pull request for more information.
@angular-robot
angular-robot force-pushed the ng-renovate/main-all-non-major-dependencies branch from 6f73469 to f7f0941 Compare July 23, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants