Skip to content

Bump the angular group with 19 updates#1377

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular-334e72529e
Open

Bump the angular group with 19 updates#1377
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular-334e72529e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the angular group with 19 updates:

Package From To
@angular/animations 20.1.2 21.2.0
@angular/cdk 20.1.2 21.2.0
@angular/common 20.1.2 21.2.0
@angular/compiler 20.1.2 21.2.0
@angular/core 20.1.2 21.2.0
@angular/forms 20.1.2 21.2.0
@angular/material 20.1.2 21.2.0
@angular/platform-browser 20.1.2 21.2.0
@angular/platform-browser-dynamic 20.1.2 21.2.0
@angular/router 20.1.2 21.2.0
@angular-devkit/build-angular 20.3.18 21.2.0
@angular-eslint/builder 20.1.1 21.2.0
@angular-eslint/eslint-plugin 20.1.1 21.2.0
@angular-eslint/eslint-plugin-template 20.1.1 21.2.0
@angular-eslint/schematics 20.1.1 21.2.0
@angular-eslint/template-parser 20.1.1 21.2.0
@angular/cli 20.3.18 21.2.0
@angular/compiler-cli 20.1.2 21.2.0
@angular/language-service 20.1.2 21.2.0

Updates @angular/animations from 20.1.2 to 21.2.0

Release notes

Sourced from @​angular/animations's releases.

VSCode Extension: 21.2.0

  • fix(vscode-extension): Highlight function calls with optional chaining (4f8d3995f0)
  • feat(language-service): add linked editing ranges for HTML tag synchronization (8c21866f49)
  • fix(vscode-extension): support highlighting for class bindings with brackets (01ed57f297)
  • feat(language-service): add JSON schema for angularCompilerOptions (496967e7b1)
  • fix(language-service): Detect local project version on creation (8a7cbd4668)
  • feat(language-server): Support client-side file watching via onDidChangeWatchedFiles (6fb39d9b62)
  • feat(language-server): Add completions and hover info for inline styles (ebc90c26f5)
  • feat(language-server): Add quick info for inline styles (573aadef7e)
  • feat(language-server): Add folding range support for inline styles (26fd0839c3)

21.2.0

common

Commit Description
feat - 18003a33bb add an 'outlet' injector option for ngTemplateOutlet
feat - 8bbe6dc46c Add Location strategies to manage trailing slash on write
feat - 51cc914807 support height in ImageLoaderConfig and built-in loaders

compiler

Commit Description
feat - 72534e2a34 Add support for the instanceof binary operator
feat - 95b3f37d4a Exhaustive checks for switch blocks
feat - 04ba09a8d9 support AstVisitor.visitEmptyExpr()
fix - ce80136e7b optimize away unnecessary restore/reset view calls
fix - 3242a61bae variable counter visiting some expressions twice

compiler-cli

Commit Description
fix - 473dd3e1cb attach source spans to object literal keys in TCB
fix - a904d9f77b support nested component declaration
fix - 2ea6dfc6c9 update diagnostic to flag no-op arrow functions in listeners

core

Commit Description
feat - 8d5210c9fe add ChangeDetectionStrategy.Eager alias for Default
feat - 92d2498910 add host node to DeferBlockData (#66546)
feat - ea2016a6dc add support for nested animations
feat - 81cabc1477 add support for TypeScript 6
feat - 1ba9b7ac50 resource composition via snapshots
feat - d9923b72a2 support arrow functions in expressions
fix - a7e8abbb7e correctly handle SkipSelf when resolving from embedded view injector
fix - 0806ee3826 prevent animated element duplication with dynamic components in zoneless mode
fix - ed78fa05c7 Remove note to skip arrow functions in best practices

forms

Commit Description
feat - f56bb07d83 add field param to submit action and onInvalid
feat - ba009b6031 add form directive
feat - 22afbb2f36 add parsing support to native inputs (#66917)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

21.2.0 (2026-02-25)

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

... (truncated)

Commits
  • 81cabc1 feat(core): add support for TypeScript 6
  • abb1794 refactor(core): mark VERSION exports as pure for better tree-shaking
  • 26fed34 build: format md files
  • b9e2ccd refactor(common): remove unused import (#64699)
  • 70332b0 fix(core): pass element removal property through in all locations (#64565)
  • 2b257b3 fix(animations): account for Element.animate exceptions (#64506)
  • dde5bad fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • c357650 refactor(core): Update tests for zoneless by default (#63668)
  • 021ead5 refactor(animations): remove dependency on @angular/common (#63248)
  • 2fcafb6 build: rename defaults2.bzl to defaults.bzl (#63383)
  • Additional commits viewable in compare view

Updates @angular/cdk from 20.1.2 to 21.2.0

Release notes

Sourced from @​angular/cdk's releases.

21.2.0

material

Commit Description
fix - 8c4526935e core: expose strong focus indicator structural styles (#32808)
fix - 7fe3081148 datepicker: drop dependency on NgClass (#32810)

cdk

Commit Description
fix - cd5209e9f5 portal: allow bindings to be passed to component portal (#32814)
fix - e397ecbcfa table: remove string-based DI tokens (#32677)

aria

Commit Description
fix - 31ff7f26b5 grid: align output naming with styleguide
fix - d030725f46 menu: align output naming with styleguide

21.2.0-rc.0

No release notes provided.

21.2.0-next.5

google-maps

Commit Description
fix - 0870786036 fix mismatch in clusterer types (#32778)

material

Commit Description
fix - f5c586925e select: disable position locking (#32772)

cdk

Commit Description
fix - b15b48df98 tree: no nodes focusable if data is replaced (#32781)

aria

Commit Description
fix - c57e6a1545 combobox: fix autocomplete examples and add comments explaining combobox selection behavior (#32714)

21.2.0-next.4

material

Commit Description
fix - 4ff346bbb radio: hide empty labels (#32754)
fix - bee55117c slide-toggle: overly broad selector (#32740)
fix - 06750e02e tooltip: do not block events to other overlays

aria

Commit Description
perf - 70f8b6aac grid: performance when selecting in a large grid (#32766)

multiple

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

21.2.0 "plastic-lion" (2026-02-25)

aria

Commit Type Description
31ff7f26b5 fix grid: align output naming with styleguide
d030725f46 fix menu: align output naming with styleguide

cdk

Commit Type Description
cd5209e9f5 fix portal: allow bindings to be passed to component portal (#32814)
e397ecbcfa fix table: remove string-based DI tokens (#32677)

material

Commit Type Description
8c4526935e fix core: expose strong focus indicator structural styles (#32808)
7fe3081148 fix datepicker: drop dependency on NgClass (#32810)

21.1.6 "plastic-monkey" (2026-02-25)

aria

Commit Type Description
50c34e6ef3 fix combobox: Adjust AutoComplete examples to properly announce no results text (#32786)

21.1.5 "chlorine-car" (2026-02-18)

aria

Commit Type Description
017caa3be7 fix combobox: fix autocomplete examples and add comments explaining combobox selection behavior (#32714)

cdk

Commit Type Description
c825fa208d fix tree: no nodes focusable if data is replaced (#32781)

material

Commit Type Description
8f412ec5b7 fix select: disable position locking (#32772)

google-maps

Commit Type Description
a73a70d291 fix fix mismatch in clusterer types (#32778)

... (truncated)

Commits
  • 37cffba release: cut the v21.2.0 release
  • eeacb0e ci: remove mmalerba from code reviewers (#32824)
  • cd5209e fix(cdk/portal): allow bindings to be passed to component portal (#32814)
  • 7fe3081 fix(material/datepicker): drop dependency on NgClass (#32810)
  • ef2f1cb build: set up schematics for v22 (#32806)
  • 8c45269 fix(material/core): expose strong focus indicator structural styles (#32808)
  • ddd5114 build: update dependencies and resolve breaking change (#32799)
  • f9e7149 build: update cross-repo angular dependencies (#32802)
  • e94e19c build: update pnpm to v10.30.0 (#32804)
  • 1c14bfb fix(aria/combobox): Adjust AutoComplete examples to properly announce no resu...
  • Additional commits viewable in compare view

Updates @angular/common from 20.1.2 to 21.2.0

Release notes

Sourced from @​angular/common's releases.

VSCode Extension: 21.2.0

  • fix(vscode-extension): Highlight function calls with optional chaining (4f8d3995f0)
  • feat(language-service): add linked editing ranges for HTML tag synchronization (8c21866f49)
  • fix(vscode-extension): support highlighting for class bindings with brackets (01ed57f297)
  • feat(language-service): add JSON schema for angularCompilerOptions (496967e7b1)
  • fix(language-service): Detect local project version on creation (8a7cbd4668)
  • feat(language-server): Support client-side file watching via onDidChangeWatchedFiles (6fb39d9b62)
  • feat(language-server): Add completions and hover info for inline styles (ebc90c26f5)
  • feat(language-server): Add quick info for inline styles (573aadef7e)
  • feat(language-server): Add folding range support for inline styles (26fd0839c3)

21.2.0

common

Commit Description
feat - 18003a33bb add an 'outlet' injector option for ngTemplateOutlet
feat - 8bbe6dc46c Add Location strategies to manage trailing slash on write
feat - 51cc914807 support height in ImageLoaderConfig and built-in loaders

compiler

Commit Description
feat - 72534e2a34 Add support for the instanceof binary operator
feat - 95b3f37d4a Exhaustive checks for switch blocks
feat - 04ba09a8d9 support AstVisitor.visitEmptyExpr()
fix - ce80136e7b optimize away unnecessary restore/reset view calls
fix - 3242a61bae variable counter visiting some expressions twice

compiler-cli

Commit Description
fix - 473dd3e1cb attach source spans to object literal keys in TCB
fix - a904d9f77b support nested component declaration
fix - 2ea6dfc6c9 update diagnostic to flag no-op arrow functions in listeners

core

Commit Description
feat - 8d5210c9fe add ChangeDetectionStrategy.Eager alias for Default
feat - 92d2498910 add host node to DeferBlockData (#66546)
feat - ea2016a6dc add support for nested animations
feat - 81cabc1477 add support for TypeScript 6
feat - 1ba9b7ac50 resource composition via snapshots
feat - d9923b72a2 support arrow functions in expressions
fix - a7e8abbb7e correctly handle SkipSelf when resolving from embedded view injector
fix - 0806ee3826 prevent animated element duplication with dynamic components in zoneless mode
fix - ed78fa05c7 Remove note to skip arrow functions in best practices

forms

Commit Description
feat - f56bb07d83 add field param to submit action and onInvalid
feat - ba009b6031 add form directive
feat - 22afbb2f36 add parsing support to native inputs (#66917)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

21.2.0 (2026-02-25)

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

... (truncated)

Commits
  • 70e4c7f refactor(common): log a warning when a KeyValuePipe receives a signal
  • 2eeeabb fix(common): fix LCP image detection with duplicate URLs
  • 3c4deaa refactor(common): log a warning when a JsonPipe receives a signal
  • a8aab64 refactor(core): remove outdated TODO comments referencing TypeScript 2.1
  • ddfc833 refactor(common): improve image directive typings
  • 18003a3 feat(common): add an 'outlet' injector option for ngTemplateOutlet
  • 0c6eb60 test(http): remove zone-based testing utilities
  • 51cc914 feat(common): support height in ImageLoaderConfig and built-in loaders
  • c6d7500 test(common): remove zone-based testing utilities
  • cb1163e fix(http): correctly parse ArrayBuffer and Blob in transfer cache
  • Additional commits viewable in compare view

Updates @angular/compiler from 20.1.2 to 21.2.0

Release notes

Sourced from @​angular/compiler's releases.

VSCode Extension: 21.2.0

  • fix(vscode-extension): Highlight function calls with optional chaining (4f8d3995f0)
  • feat(language-service): add linked editing ranges for HTML tag synchronization (8c21866f49)
  • fix(vscode-extension): support highlighting for class bindings with brackets (01ed57f297)
  • feat(language-service): add JSON schema for angularCompilerOptions (496967e7b1)
  • fix(language-service): Detect local project version on creation (8a7cbd4668)
  • feat(language-server): Support client-side file watching via onDidChangeWatchedFiles (6fb39d9b62)
  • feat(language-server): Add completions and hover info for inline styles (ebc90c26f5)
  • feat(language-server): Add quick info for inline styles (573aadef7e)
  • feat(language-server): Add folding range support for inline styles (26fd0839c3)

21.2.0

common

Commit Description
feat - 18003a33bb add an 'outlet' injector option for ngTemplateOutlet
feat - 8bbe6dc46c Add Location strategies to manage trailing slash on write
feat - 51cc914807 support height in ImageLoaderConfig and built-in loaders

compiler

Commit Description
feat - 72534e2a34 Add support for the instanceof binary operator
feat - 95b3f37d4a Exhaustive checks for switch blocks
feat - 04ba09a8d9 support AstVisitor.visitEmptyExpr()
fix - ce80136e7b optimize away unnecessary restore/reset view calls
fix - 3242a61bae variable counter visiting some expressions twice

compiler-cli

Commit Description
fix - 473dd3e1cb attach source spans to object literal keys in TCB
fix - a904d9f77b support nested component declaration
fix - 2ea6dfc6c9 update diagnostic to flag no-op arrow functions in listeners

core

Commit Description
feat - 8d5210c9fe add ChangeDetectionStrategy.Eager alias for Default
feat - 92d2498910 add host node to DeferBlockData (#66546)
feat - ea2016a6dc add support for nested animations
feat - 81cabc1477 add support for TypeScript 6
feat - 1ba9b7ac50 resource composition via snapshots
feat - d9923b72a2 support arrow functions in expressions
fix - a7e8abbb7e correctly handle SkipSelf when resolving from embedded view injector
fix - 0806ee3826 prevent animated element duplication with dynamic components in zoneless mode
fix - ed78fa05c7 Remove note to skip arrow functions in best practices

forms

Commit Description
feat - f56bb07d83 add field param to submit action and onInvalid
feat - ba009b6031 add form directive
feat - 22afbb2f36 add parsing support to native inputs (#66917)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

21.2.0 (2026-02-25)

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

...

Description has been truncated

Bumps the angular group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.1.2` | `21.2.0` |
| [@angular/cdk](https://github.com/angular/components) | `20.1.2` | `21.2.0` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.1.2` | `21.2.0` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.1.2` | `21.2.0` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.1.2` | `21.2.0` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.1.2` | `21.2.0` |
| [@angular/material](https://github.com/angular/components) | `20.1.2` | `21.2.0` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.1.2` | `21.2.0` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.1.2` | `21.2.0` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.1.2` | `21.2.0` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `20.3.18` | `21.2.0` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.1.1` | `21.2.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `20.1.1` | `21.2.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `20.1.1` | `21.2.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `20.1.1` | `21.2.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `20.1.1` | `21.2.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.18` | `21.2.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.1.2` | `21.2.0` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `20.1.2` | `21.2.0` |


Updates `@angular/animations` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.0/packages/animations)

Updates `@angular/cdk` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@20.1.2...v21.2.0)

Updates `@angular/common` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.0/packages/common)

Updates `@angular/compiler` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.0/packages/compiler)

Updates `@angular/core` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.0/packages/core)

Updates `@angular/forms` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.0/packages/forms)

Updates `@angular/material` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@20.1.2...v21.2.0)

Updates `@angular/platform-browser` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.0/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.0/packages/platform-browser-dynamic)

Updates `@angular/router` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.0/packages/router)

Updates `@angular-devkit/build-angular` from 20.3.18 to 21.2.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v20.3.18...v21.2.0)

Updates `@angular-eslint/builder` from 20.1.1 to 21.2.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.2.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 20.1.1 to 21.2.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.2.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 20.1.1 to 21.2.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.2.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 20.1.1 to 21.2.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.2.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 20.1.1 to 21.2.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v21.2.0/packages/template-parser)

Updates `@angular/cli` from 20.3.18 to 21.2.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v20.3.18...v21.2.0)

Updates `@angular/compiler-cli` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.0/packages/compiler-cli)

Updates `@angular/language-service` from 20.1.2 to 21.2.0
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v21.2.0/packages/language-service)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/material"
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/builder"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 1, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 1, 2026

Deploying timelinetools with  Cloudflare Pages  Cloudflare Pages

Latest commit: 78a6153
Status:🚫  Build failed.

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants