Skip to content

Bump the angular group across 1 directory with 17 updates - #1483

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/angular-8b52834a37
Open

Bump the angular group across 1 directory with 17 updates#1483
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/angular-8b52834a37

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the angular group with 17 updates in the / directory:

PackageFromTo
@angular/cdk21.2.422.1.4
@angular/common21.2.622.1.3
@angular/compiler21.2.622.1.3
@angular/core21.2.622.1.3
@angular/forms21.2.622.1.3
@angular/material21.2.422.1.4
@angular/platform-browser21.2.622.1.3
@angular/router21.2.622.1.3
@angular-devkit/build-angular21.2.2122.1.6
@angular-eslint/builder20.1.122.1.0
@angular-eslint/eslint-plugin20.1.122.1.0
@angular-eslint/eslint-plugin-template20.1.122.1.0
@angular-eslint/schematics20.1.122.1.0
@angular-eslint/template-parser20.1.122.1.0
@angular/cli21.2.522.1.6
@angular/compiler-cli21.2.622.1.3
@angular/language-service21.2.622.1.3

Updates @angular/cdk from 21.2.4 to 22.1.4

Release notes

Sourced from @​angular/cdk's releases.

22.1.4

material

CommitDescription
fix - 2ea6f0e72sidenav: prevent drawer from getting stuck when toggled rapidly (#33726)

cdk

CommitDescription
fix - 86971d660table: show a real error message instead of a crash when a table column is missing (#33698)

22.1.3

multiple

CommitDescription
fix - 72a496882account for shadow dom in aria directives (#33691)

22.1.2

material

CommitDescription
fix - 8d67957e9cdatepicker: actions overflowing at some screen sizes with touch UI (#33645)
fix - b42eea5c73form-field: update view when the control is swapped out (#33636)

cdk

CommitDescription
fix - 0074c836f2a11y: move focus to root if there are no focusable elements in focus trap (#33654)

aria

CommitDescription
fix - 020f144928combobox: empty aria-controls when the popup widget has no id (#33635)

multiple

CommitDescription
fix - ef99839fd2tokens specified in wrong category (#33660)

22.1.1

material

CommitDescription
fix - dea26e44fcheckbox: avoid making the touch target a focus stop (#33584)
fix - 8e31636d7chips: add presentation role to container elements (#33611)
fix - 0d9a28d20core: ensure all forward statements are relative (#33627)
fix - f9ad73644dialog: do not expose CDK dialog ref to users (#33603)
fix - 09303ef0aslider: thumb jumping on safari (#33619)

22.1.0

youtube-player

CommitDescription
fix - 2430e6e53update to latest typings and fix error (#33387)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

22.1.4 "nickel-nose" (2026-08-26)

cdk

CommitTypeDescription
86971d660fixtable: show a real error message instead of a crash when a table column is missing (#33698)

material

CommitTypeDescription
2ea6f0e72fixsidenav: prevent drawer from getting stuck when toggled rapidly (#33726)

22.2.0-next.2 "hydrogen-horse" (2026-08-19)

multiple

CommitTypeDescription
7dccecc78fixaccount for shadow dom in aria directives (#33691)

22.1.3 "hydrogen-harp" (2026-08-19)

multiple

CommitTypeDescription
72a496882fixaccount for shadow dom in aria directives (#33691)

22.2.0-next.1 "silver-can" (2026-08-12)

aria

CommitTypeDescription
c87e3a57e7fixcombobox: empty aria-controls when the popup widget has no id (#33635)

cdk

CommitTypeDescription
f3e6276c96fixa11y: move focus to root if there are no focusable elements in focus trap (#33654)

material

CommitTypeDescription
c71383fe37fixdatepicker: actions overflowing at some screen sizes with touch UI (#33645)
e9760b396bfixform-field: update view when the control is swapped out (#33636)

multiple

CommitTypeDescription
9582c5f301fixtokens specified in wrong category (#33660)

... (truncated)

Commits
  • 16c5e69 release: cut the v22.1.4 release
  • 86971d6 fix(cdk/table): show a real error message instead of a crash when a table col...
  • cd46be5 build: update pnpm to v11.24.0 (#33728)
  • fdd7beb build: lock file maintenance (#33725)
  • 2ea6f0e fix(material/sidenav): prevent drawer from getting stuck when toggled rapidly...
  • 7c71cdf test(multiple): address remaining fakeAsync usages in CDK (#33721)
  • 6be9b4c test(material/sort): switch tests away from fakeAsync (#33716)
  • 98842bf build: lock file maintenance (#33695)
  • 3cfc1bb build: update pnpm to v11.22.0 (#33689)
  • 149bfd7 build: update cross-repo angular dependencies (#33704)
  • Additional commits viewable in compare view

Updates @angular/common from 21.2.6 to 22.1.3

Release notes

Sourced from @​angular/common's releases.

22.1.3

animations

CommitDescription
fix - d9620e0f1bdetect object trigger values with Object.hasOwn

common

CommitDescription
fix - b3c78a5081preserve literal key union in KeyValuePipe.transform()

compiler

CommitDescription
fix - 94f0b9a371preserve &ngsp; between sibling control flow blocks

core

CommitDescription
fix - afe529cb2daccept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13stop running further effects once one destroys the view mid-flush
fix - c04931c88bthrow a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitDescription
fix - 83450d2924report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitDescription
fix - 0cd635e9e2cancel oversized fetch response bodies

language-server

CommitDescription
fix - 14fbe04612recover project for external templates in solution-style workspaces

platform-browser

CommitDescription
fix - 3ddcb1a101disallow event handler attributes in Meta
fix - 640460d606throw a descriptive error when insertBefore reference node is missing

router

CommitDescription
fix - abe019d505pass correct component to canDeactivate for named outlets in componentless parent routes

22.1.2

compiler

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

22.1.3 (2026-08-19)

animations

CommitTypeDescription
d9620e0f1bfixdetect object trigger values with Object.hasOwn

common

CommitTypeDescription
b3c78a5081fixpreserve literal key union in KeyValuePipe.transform()

compiler

CommitTypeDescription
94f0b9a371fixpreserve &ngsp; between sibling control flow blocks

core

CommitTypeDescription
afe529cb2dfixaccept readonly arrays for setClassMetadata decorators
2c72fe3797fixallow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098fixexpose debuggableFn for non-computed signal graph nodes
7bcce260f5fixprevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3fixreplace all hasOwnProperty usages with Object.hasOwn
85f12a5a13fixstop running further effects once one destroys the view mid-flush
c04931c88bfixthrow a descriptive error instead of crashing when a hydration node is missing
601d1f6576fixthrow NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitTypeDescription
83450d2924fixreport forbidden 2way bindings on when FormField is applied
5cb4ea7e35fixwarn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitTypeDescription
0cd635e9e2fixcancel oversized fetch response bodies

language-server

CommitTypeDescription
14fbe04612fixrecover project for external templates in solution-style workspaces

platform-browser

CommitTypeDescription
3ddcb1a101fixdisallow event handler attributes in Meta
640460d606fixthrow a descriptive error when insertBefore reference node is missing

router

CommitTypeDescription
abe019d505fixpass correct component to canDeactivate for named outlets in componentless parent routes

... (truncated)

Commits
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • b3c78a5 fix(common): preserve literal key union in KeyValuePipe.transform()
  • 0cd635e fix(http): cancel oversized fetch response bodies
  • 4f7e998 fix(http): always decode JSON responses as UTF-8
  • ac3728e fix(http): avoid aborting completed requests in FetchBackend
  • f99e916 refactor(common): modernize directive tests to rely on whenStable
  • 32af9b5 fix(http): strip RFC 6265 DQUOTE characters and handle URIError in parseCooki...
  • 688a0a7 fix(http): respect content-type charset in fetch backend text decoder
  • 6b643ab refactor(common): modernize directive tests to rely on whenStable
  • a13b968 fix(http): run root interceptors in the terminal request chain
  • Additional commits viewable in compare view

Updates @angular/compiler from 21.2.6 to 22.1.3

Release notes

Sourced from @​angular/compiler's releases.

22.1.3

animations

CommitDescription
fix - d9620e0f1bdetect object trigger values with Object.hasOwn

common

CommitDescription
fix - b3c78a5081preserve literal key union in KeyValuePipe.transform()

compiler

CommitDescription
fix - 94f0b9a371preserve &ngsp; between sibling control flow blocks

core

CommitDescription
fix - afe529cb2daccept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13stop running further effects once one destroys the view mid-flush
fix - c04931c88bthrow a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitDescription
fix - 83450d2924report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitDescription
fix - 0cd635e9e2cancel oversized fetch response bodies

language-server

CommitDescription
fix - 14fbe04612recover project for external templates in solution-style workspaces

platform-browser

CommitDescription
fix - 3ddcb1a101disallow event handler attributes in Meta
fix - 640460d606throw a descriptive error when insertBefore reference node is missing

router

CommitDescription
fix - abe019d505pass correct component to canDeactivate for named outlets in componentless parent routes

22.1.2

compiler

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

22.1.3 (2026-08-19)

animations

CommitTypeDescription
d9620e0f1bfixdetect object trigger values with Object.hasOwn

common

CommitTypeDescription
b3c78a5081fixpreserve literal key union in KeyValuePipe.transform()

compiler

CommitTypeDescription
94f0b9a371fixpreserve &ngsp; between sibling control flow blocks

core

CommitTypeDescription
afe529cb2dfixaccept readonly arrays for setClassMetadata decorators
2c72fe3797fixallow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098fixexpose debuggableFn for non-computed signal graph nodes
7bcce260f5fixprevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3fixreplace all hasOwnProperty usages with Object.hasOwn
85f12a5a13fixstop running further effects once one destroys the view mid-flush
c04931c88bfixthrow a descriptive error instead of crashing when a hydration node is missing
601d1f6576fixthrow NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitTypeDescription
83450d2924fixreport forbidden 2way bindings on when FormField is applied
5cb4ea7e35fixwarn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitTypeDescription
0cd635e9e2fixcancel oversized fetch response bodies

language-server

CommitTypeDescription
14fbe04612fixrecover project for external templates in solution-style workspaces

platform-browser

CommitTypeDescription
3ddcb1a101fixdisallow event handler attributes in Meta
640460d606fixthrow a descriptive error when insertBefore reference node is missing

router

CommitTypeDescription
abe019d505fixpass correct component to canDeactivate for named outlets in componentless parent routes

... (truncated)

Commits
  • 83450d2 fix(forms): report forbidden 2way bindings on when FormField is applied
  • eb0d62e Revert "fix(compiler): preserve &ngsp; between sibling control flow blocks"
  • 94f0b9a fix(compiler): preserve &ngsp; between sibling control flow blocks
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • 6f9a64e fix(compiler): remove namespaced MathML script elements
  • 76dff30 fix(compiler): Generate correct expression for optional chaning.
  • 3478df7 refactor(compiler): remove unused code and exports
  • cc84776 refactor(compiler): replace any casts with precise types
  • 091456a fix(core): account for namespaces in host binding sanitization (#69558)
  • 23cf1a8 fix(core): sanitize host bindings on concrete hosts (#69558)
  • Additional commits viewable in compare view

Updates @angular/core from 21.2.6 to 22.1.3

Release notes

Sourced from @​angular/core's releases.

22.1.3

animations

CommitDescription
fix - d9620e0f1bdetect object trigger values with Object.hasOwn

common

CommitDescription
fix - b3c78a5081preserve literal key union in KeyValuePipe.transform()

compiler

CommitDescription
fix - 94f0b9a371preserve &ngsp; between sibling control flow blocks

core

CommitDescription
fix - afe529cb2daccept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13stop running further effects once one destroys the view mid-flush
fix - c04931c88bthrow a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitDescription
fix - 83450d2924report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitDescription
fix - 0cd635e9e2cancel oversized fetch response bodies

language-server

CommitDescription
fix - 14fbe04612recover project for external templates in solution-style workspaces

platform-browser

CommitDescription
fix - 3ddcb1a101disallow event handler attributes in Meta
fix - 640460d606throw a descriptive error when insertBefore reference node is missing

router

CommitDescription
fix - abe019d505pass correct component to canDeactivate for named outlets in componentless parent routes

22.1.2

compiler

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

22.1.3 (2026-08-19)

animations

CommitTypeDescription
d9620e0f1bfixdetect object trigger values with Object.hasOwn

common

CommitTypeDescription
b3c78a5081fixpreserve literal key union in KeyValuePipe.transform()

compiler

CommitTypeDescription
94f0b9a371fixpreserve &ngsp; between sibling control flow blocks

core

CommitTypeDescription
afe529cb2dfixaccept readonly arrays for setClassMetadata decorators
2c72fe3797fixallow readonly arrays in RawScopeInfoFromDecorator
ef2ce9a098fixexpose debuggableFn for non-computed signal graph nodes
7bcce260f5fixprevent orphaned requestIdleCallback handle from re-entrant scheduling
44137117b3fixreplace all hasOwnProperty usages with Object.hasOwn
85f12a5a13fixstop running further effects once one destroys the view mid-flush
c04931c88bfixthrow a descriptive error instead of crashing when a hydration node is missing
601d1f6576fixthrow NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitTypeDescription
83450d2924fixreport forbidden 2way bindings on when FormField is applied
5cb4ea7e35fixwarn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitTypeDescription
0cd635e9e2fixcancel oversized fetch response bodies

language-server

CommitTypeDescription
14fbe04612fixrecover project for external templates in solution-style workspaces

platform-browser

CommitTypeDescription
3ddcb1a101fixdisallow event handler attributes in Meta
640460d606fixthrow a descriptive error when insertBefore reference node is missing

router

CommitTypeDescription
abe019d505fixpass correct component to canDeactivate for named outlets in componentless parent routes

... (truncated)

Commits
  • 391c378 refactor(core): pass AbortSignal to WebMCP tools to handle cancellation
  • 84a210e refactor(router): add support for non-blocking router resources (#70211)
  • 7bcce26 fix(core): prevent orphaned requestIdleCallback handle from re-entrant schedu...
  • ef2ce9a fix(core): expose debuggableFn for non-computed signal graph nodes
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • 85f12a5 fix(core): stop running further effects once one destroys the view mid-flush
  • 1e53aa0 refactor: correct typos in comments, docs, and error messages
  • edcb45b test(core): Add test to ensure Angular correctly detects paths when served fr...
  • c04931c fix(core): throw a descriptive error instead of crashing when a hydration nod...
  • 640460d fix(platform-browser): throw a descriptive error when insertBefore reference ...
  • Additional commits viewable in compare view

Updates @angular/forms from 21.2.6 to 22.1.3

Release notes

Sourced from @​angular/forms's releases.

22.1.3

animations

CommitDescription
fix - d9620e0f1bdetect object trigger values with Object.hasOwn

common

CommitDescription
fix - b3c78a5081preserve literal key union in KeyValuePipe.transform()

compiler

CommitDescription
fix - 94f0b9a371preserve &ngsp; between sibling control flow blocks

core

CommitDescription
fix - afe529cb2daccept readonly arrays for setClassMetadata decorators
fix - 2c72fe3797allow readonly arrays in RawScopeInfoFromDecorator
fix - ef2ce9a098expose debuggableFn for non-computed signal graph nodes
fix - 7bcce260f5prevent orphaned requestIdleCallback handle from re-entrant scheduling
fix - 44137117b3replace all hasOwnProperty usages with Object.hasOwn
fix - 85f12a5a13stop running further effects once one destroys the view mid-flush
fix - c04931c88bthrow a descriptive error instead of crashing when a hydration node is missing
fix - 601d1f6576throw NG0500 instead of a raw TypeError on element hydration mismatch

forms

CommitDescription
fix - 83450d2924report forbidden 2way bindings on when FormField is applied
fix - 5cb4ea7e35warn in dev mode when ngModel cannot reach parent NgForm across component boundary

http

CommitDescription
fix - 0cd635e9e2cancel oversized fetch response bodies

language-server

CommitDescription
fix - 14fbe04612recover project for external templates in solution-style workspaces

platform-browser

CommitDescription
fix - 3ddcb1a101disallow event handler attributes in Meta
fix - 640460d606throw a descriptive error when insertBefore reference node is missing

router

CommitDescription
fix - abe019d505pass correct component to canDeactivate for named outlets in componentless parent routes

22.1.2

compiler

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

22.1.3 (2026-08-19)

animations

CommitTypeDescription
d9620e0f1bfixdetect object trigger values with Object.hasOwn

common

CommitTypeDescription
b3c78a5081fixpreserve literal key union in KeyValuePipe.transform()

compiler

CommitTypeDescription
94f0b9a371fixpreserve &ngsp; between sibling control flow blocks

core

CommitTypeDescription
afe52...

Description has been truncated

Bumps the angular group with 17 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `21.2.4` | `22.1.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.2.6` | `22.1.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.2.6` | `22.1.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.2.6` | `22.1.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.2.6` | `22.1.3` |
| [@angular/material](https://github.com/angular/components) | `21.2.4` | `22.1.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.2.6` | `22.1.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.2.6` | `22.1.3` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `21.2.21` | `22.1.6` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.1.1` | `22.1.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `20.1.1` | `22.1.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `20.1.1` | `22.1.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `20.1.1` | `22.1.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `20.1.1` | `22.1.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.2.5` | `22.1.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.2.6` | `22.1.3` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `21.2.6` | `22.1.3` |
Updates `@angular/cdk` from 21.2.4 to 22.1.4
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.2.4...v22.1.4)
Updates `@angular/common` from 21.2.6 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/common)
Updates `@angular/compiler` from 21.2.6 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/compiler)
Updates `@angular/core` from 21.2.6 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/core)
Updates `@angular/forms` from 21.2.6 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/forms)
Updates `@angular/material` from 21.2.4 to 22.1.4
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.2.4...v22.1.4)
Updates `@angular/platform-browser` from 21.2.6 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/platform-browser)
Updates `@angular/router` from 21.2.6 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/router)
Updates `@angular-devkit/build-angular` from 21.2.21 to 22.1.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v21.2.21...v22.1.6)
Updates `@angular-eslint/builder` from 20.1.1 to 22.1.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/v22.1.0/packages/builder)
Updates `@angular-eslint/eslint-plugin` from 20.1.1 to 22.1.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/v22.1.0/packages/eslint-plugin)
Updates `@angular-eslint/eslint-plugin-template` from 20.1.1 to 22.1.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/v22.1.0/packages/eslint-plugin-template)
Updates `@angular-eslint/schematics` from 20.1.1 to 22.1.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/v22.1.0/packages/schematics)
Updates `@angular-eslint/template-parser` from 20.1.1 to 22.1.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/v22.1.0/packages/template-parser)
Updates `@angular/cli` from 21.2.5 to 22.1.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v21.2.5...v22.1.6)
Updates `@angular/compiler-cli` from 21.2.6 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/compiler-cli)
Updates `@angular/language-service` from 21.2.6 to 22.1.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.3/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.3/packages/language-service)
---
updated-dependencies:
- dependency-name: "@angular/cdk"
dependency-version: 22.1.4
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular/common"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular/compiler"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular/core"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular/forms"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular/material"
dependency-version: 22.1.4
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular/platform-browser"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular/router"
dependency-version: 22.1.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
dependency-version: 22.1.6
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular-eslint/builder"
dependency-version: 22.1.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin"
dependency-version: 22.1.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular-eslint/eslint-plugin-template"
dependency-version: 22.1.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular-eslint/schematics"
dependency-version: 22.1.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular-eslint/template-parser"
dependency-version: 22.1.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular/cli"
dependency-version: 22.1.6
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular/compiler-cli"
dependency-version: 22.1.3
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: angular
- dependency-name: "@angular/language-service"
dependency-version: 22.1.3
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: angular
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 29, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Aug 29, 2026

Copy link
Copy Markdown

Deploying timelinetools with Cloudflare Pages Cloudflare Pages

Latest commit:023d7cb
Status:🚫 Build failed.

View logs

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants