Skip to content

chore(deps): update devdependencies#379

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies
Open

chore(deps): update devdependencies#379
renovate[bot] wants to merge 1 commit intomainfrom
renovate/devdependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/compiler (source) 21.2.0-next.021.2.4 age adoption passing confidence
@babel/code-frame (source) 8.0.0-beta.48.0.0-rc.2 age adoption passing confidence
@babel/parser (source) 8.0.0-beta.48.0.0-rc.2 age adoption passing confidence
@babel/types (source) 8.0.0-beta.48.0.0-rc.2 age adoption passing confidence
@types/node (source) 25.0.1025.5.0 age adoption passing confidence
@vitest/coverage-v8 (source) 4.0.184.1.0 age adoption passing confidence
eslint (source) 9.39.29.39.4 age adoption passing confidence
globals 17.0.017.4.0 age adoption passing confidence
tsdown (source) 0.20.10.21.2 age adoption passing confidence
typescript-eslint (source) 8.53.18.57.0 age adoption passing confidence
vitest (source) 4.0.184.1.0 age adoption passing confidence

Release Notes

angular/angular (@​angular/compiler)

v21.2.4

Compare Source

compiler
Commit Type Description
ed2d324f9c fix disallow translations of iframe src
core
Commit Type Description
abbd8797bb fix reverts "feat(core): add support for nested animations"
d1dcd16c5b fix sanitize translated form attributes

v21.2.3

Compare Source

core
Commit Type Description
62a97f7e4b fix ensure definitions compile
21b1c3b2ee fix include signal debug names in their toString() representation
224e60ecb1 fix sanitize translated attribute bindings with interpolations

v21.2.2

Compare Source

compiler
Commit Type Description
1df1697c6e fix prevent mutation of children array in RecursiveVisitor
compiler-cli
Commit Type Description
c822bf8e76 fix always parenthesize object literals in TCB
05d022d5e6 fix ignore generated ngDevMode signal branch for code coverage
forms
Commit Type Description
670d1660c4 feat add 'blur' option to debounce rule

v21.2.1

Compare Source

core
Commit Type Description
e2e9a9a531 fix adds transfer cache to httpResource to fix hydration
b4ec3cc4e4 fix prevent child animation elements from being orphaned
e923d88398 fix Prevent removal of elements during drag and drop
http
Commit Type Description
277ade97ac fix correctly cache blob responses in transfer cache (#​67002)

v21.2.0

Compare Source

common
Commit Type Description
18003a33bb feat add an 'outlet' injector option for ngTemplateOutlet
8bbe6dc46c feat Add Location strategies to manage trailing slash on write
51cc914807 feat support height in ImageLoaderConfig and built-in loaders
compiler
Commit Type Description
72534e2a34 feat Add support for the instanceof binary operator
95b3f37d4a feat Exhaustive checks for switch blocks
04ba09a8d9 feat support AstVisitor.visitEmptyExpr()
ce80136e7b fix optimize away unnecessary restore/reset view calls
3242a61bae fix variable counter visiting some expressions twice
compiler-cli
Commit Type Description
473dd3e1cb fix attach source spans to object literal keys in TCB
a904d9f77b fix support nested component declaration
2ea6dfc6c9 fix update diagnostic to flag no-op arrow functions in listeners
core
Commit Type Description
8d5210c9fe feat add ChangeDetectionStrategy.Eager alias for Default
92d2498910 feat add host node to DeferBlockData (#​66546)
ea2016a6dc feat add support for nested animations
81cabc1477 feat add support for TypeScript 6
1ba9b7ac50 feat resource composition via snapshots
d9923b72a2 feat support arrow functions in expressions
a7e8abbb7e fix correctly handle SkipSelf when resolving from embedded view injector
0806ee3826 fix prevent animated element duplication with dynamic components in zoneless mode
ed78fa05c7 fix Remove note to skip arrow functions in best practices
forms
Commit Type Description
f56bb07d83 feat add field param to submit action and onInvalid
ba009b6031 feat add form directive
22afbb2f36 feat add parsing support to native inputs (#​66917)
95c386469c feat Add passing focus options to form field
95ecce8334 feat allow setting submit options at form-level
ebae211add feat introduce parse errors in signal forms
3937afc316 feat introduce SignalFormControl for Reactive Forms compatibility
30f0914754 feat support binding null to number input (#​66917)
dd208ca259 feat update submit function to accept options object
27397b3f4f fix clear parse errors when model updates (#​66917)
63d8005703 fix preserve custom-control focus context in signal forms
631f60d1f9 fix preserve parse errors when parse returns value
adfb83146b fix simplify design of parse errors
fb05fc86d0 fix sort error summary by DOM order
567f292e8e fix support custom controls as host directives
bdfb60f3e3 fix use consistent error format returned from parse
d75046bc09 fix warn when showing hidden field state
language-server
Commit Type Description
ebc90c26f5 feat Add completions and hover info for inline styles
26fd0839c3 feat Add folding range support for inline styles
573aadef7e feat Add quick info for inline styles
6fb39d9b62 feat Support client-side file watching via onDidChangeWatchedFiles
language-service
Commit Type Description
496967e7b1 feat add JSON schema for angularCompilerOptions
8c21866f49 feat add linked editing ranges for HTML tag synchronization
d2137928e8 perf use lightweight project warmup for Angular analysis
router
Commit Type Description
b51bab583d feat Add partial ActivatedRouteSnapshot information to canMatch params
cf9620f7d0 feat Make match options optional in isActive
907a94dcec feat Update IsActiveMatchOptions APIs to accept a Partial

v21.2.0-rc.0: 21.2.0-rc.0

Compare Source

compiler
Commit Description
feat - 95b3f37d4a Exhaustive checks for switch blocks
core
Commit Description
feat - 81cabc1477 add support for TypeScript 6
fix - 0806ee3826 prevent animated element duplication with dynamic components in zoneless mode
forms
Commit Description
feat - 22afbb2f36 add parsing support to native inputs (#​66917)
feat - 30f0914754 support binding null to number input (#​66917)
fix - 27397b3f4f clear parse errors when model updates (#​66917)
fix - 63d8005703 preserve custom-control focus context in signal forms
fix - 567f292e8e support custom controls as host directives
fix - d75046bc09 warn when showing hidden field state

v21.2.0-next.3: 21.2.0-next.3

Compare Source

common
Commit Description
feat - 18003a33bb add an 'outlet' injector option for ngTemplateOutlet
feat - 51cc914807 support height in ImageLoaderConfig and built-in loaders
compiler
Commit Description
fix - 11834a4274 add geolocation element to schema
compiler-cli
Commit Description
fix - 2ea6dfc6c9 update diagnostic to flag no-op arrow functions in listeners
core
Commit Description
feat - ea2016a6dc add support for nested animations
fix - bd2868e915 capture animation dependencies eagerly to avoid destroyed injector
fix - a7e8abbb7e correctly handle SkipSelf when resolving from embedded view injector
fix - e53c8abaf9 Fix flakey test due to document injection
forms
Commit Description
feat - f56bb07d83 add field param to submit action and onInvalid
feat - ba009b6031 add form directive
feat - 24c0c5a180 support signal-based schemas in validateStandardSchema
fix - adfb83146b simplify design of parse errors
http
Commit Description
fix - cb1163e5e5 correctly parse ArrayBuffer and Blob in transfer cache

v21.2.0-next.2: 21.2.0-next.2

Compare Source

core
Commit Description
feat - 8d5210c9fe add ChangeDetectionStrategy.Eager alias for Default
fix - aff9e36a98 linkedSignal.update should propagate errors
fix - 8ab433abdd export DirectiveWithBindings
fix - cab5ddd526 hold constructors weakly in DepsTracker cache
fix - c66a19f0de prevent element duplication with dynamic components
forms
Commit Description
feat - 95ecce8334 allow setting submit options at form-level
feat - 3937afc316 introduce SignalFormControl for Reactive Forms compatibility
feat - dd208ca259 update submit function to accept options object
fix - b1bf535f8e Resolves debounce promise on abort in debounceForDuration
language-service
Commit Description
feat - 496967e7b1 add JSON schema for angularCompilerOptions
feat - 8c21866f49 add linked editing ranges for HTML tag synchronization
localize
Commit Description
fix - 1c3b1cf18d add support for unit-test builder in ng-add schematic
router
Commit Description
feat - cf9620f7d0 Make match options optional in isActive
feat - 907a94dcec Update IsActiveMatchOptions APIs to accept a Partial
fix - 458bc4a2c8 limit UrlParser recursion depth to prevent stack overflow
perf - 3867cd8554 Use .bind to avoid holding other closures in memory

v21.2.0-next.1: 21.2.0-next.1

Compare Source

common
Commit Description
feat - 8bbe6dc46c Add Location strategies to manage trailing slash on write
forms
Commit Description
feat - ebae211add introduce parse errors in signal forms
fix - e682e53113 only touch visible, interactive fields on submit
fix - fb05fc86d0 sort error summary by DOM order
language-server
Commit Description
feat - 6fb39d9b62 Support client-side file watching via onDidChangeWatchedFiles
language-service
Commit Description
fix - 8a7cbd4668 Detect local project version on creation
router
Commit Description
feat - b51bab583d Add partial ActivatedRouteSnapshot information to canMatch params
fix - dbd50be7f7 Do not intercept reload events with Navigation integration
babel/babel (@​babel/code-frame)

v8.0.0-rc.2

Compare Source

💥 Breaking Change
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
  • babel-build-external-helpers, babel-cli, babel-helper-builder-react-jsx, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-fixtures, babel-helper-import-to-platform-api, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-node, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-external-helpers, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-proposal-do-expressions, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-optional-chaining-assign, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-throw-expressions, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-keys, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-dynamic-import, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-export-namespace-from, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-json-modules, babel-plugin-transform-json-strings, babel-plugin-transform-literals, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-member-expression-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-new-target, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-object-set-prototype-of-to-assign, babel-plugin-transform-object-super, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-property-literals, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-shorthand-properties, babel-plugin-transform-spread, babel-plugin-transform-sticky-regex, babel-plugin-transform-strict-mode, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript, babel-register
  • babel-parser, babel-plugin-transform-explicit-resource-management
  • babel-plugin-proposal-discard-binding, babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-transform-block-scoping, babel-plugin-transform-json-modules, babel-standalone

v8.0.0-rc.1

Compare Source

💥 Breaking Change

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/devdependencies branch from ecba2b3 to 2bd908e Compare March 12, 2026 19:56
@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 12, 2026

Open in StackBlitz

npm i https://pkg.pr.new/angular-estree-parser@379

commit: c1c4fda

@renovate renovate bot force-pushed the renovate/devdependencies branch from 2bd908e to c3e1ab0 Compare March 12, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants