Skip to content

chore(deps): Bump the dependencies-angular group across 1 directory with 12 updates - #1802

Merged
sam0r040 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c
Aug 30, 2026
Merged

chore(deps): Bump the dependencies-angular group across 1 directory with 12 updates#1802
sam0r040 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies-angular group with 12 updates in the /springwolf-ui directory:

Package From To
@angular/animations 22.0.2 22.1.4
@angular/cdk 22.0.2 22.1.4
@angular/common 22.0.2 22.1.4
@angular/compiler 22.0.2 22.1.4
@angular/core 22.0.2 22.1.4
@angular/material 22.0.2 22.1.4
@angular/platform-browser 22.0.2 22.1.4
@angular/platform-browser-dynamic 22.0.2 22.1.4
@angular/router 22.0.2 22.1.4
@angular/build 22.0.4 22.1.6
@angular/cli 22.0.4 22.1.6
@angular/compiler-cli 22.0.2 22.1.4

Updates @angular/animations from 22.0.2 to 22.1.4

Release notes

Sourced from @​angular/animations's releases.

22.1.4

common

Commit Description
fix - 60a874c3fb avoid prototype member collisions
fix - e8378dfeab use locale NaN symbol in number formatting

compiler

Commit Description
fix - 05c7c725a5 scope animations declared in minified nested rules

compiler-cli

Commit Description
fix - afe8499a14 default template diagnostic related message source file to template
fix - 079a846263 Produce correct tcb expression for optional chaining
fix - 55eeb46418 retain metadata for strict standalone errors

core

Commit Description
fix - 3da35cbab9 avoid prototype member collisions
fix - b199bdfa2a explicitly reject foreign components in JIT mode
fix - 9a8e4826b9 preserve namespace for dynamic component hosts
fix - 7c752d4815 prevent TransferState prototype pollution
fix - 7546b7a805 throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Description
fix - c8eb7f0056 use dot-access for readonly rule configuration

language-service

Commit Description
fix - 93d7f718d2 honor quote style preference when generating imports

migrations

Commit Description
fix - 85c8829ac1 preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Description
fix - 71e52d1396 avoid stripping unicode whitespace during url resolution

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

22.1.4 (2026-08-26)

common

Commit Type Description
60a874c3fb fix avoid prototype member collisions
e8378dfeab fix use locale NaN symbol in number formatting

compiler

Commit Type Description
05c7c725a5 fix scope animations declared in minified nested rules

compiler-cli

Commit Type Description
afe8499a14 fix default template diagnostic related message source file to template
079a846263 fix Produce correct tcb expression for optional chaining
55eeb46418 fix retain metadata for strict standalone errors

core

Commit Type Description
3da35cbab9 fix avoid prototype member collisions
b199bdfa2a fix explicitly reject foreign components in JIT mode
9a8e4826b9 fix preserve namespace for dynamic component hosts
7c752d4815 fix prevent TransferState prototype pollution
7546b7a805 fix throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Type Description
c8eb7f0056 fix use dot-access for readonly rule configuration

language-service

Commit Type Description
93d7f718d2 fix honor quote style preference when generating imports

migrations

Commit Type Description
85c8829ac1 fix preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Type Description
71e52d1396 fix avoid stripping unicode whitespace during url resolution

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

... (truncated)

Commits
  • 4413711 fix(core): replace all hasOwnProperty usages with Object.hasOwn
  • d9620e0 fix(animations): detect object trigger values with Object.hasOwn
  • 3d0067a refactor(animations): remove outdated comment
  • 861d37e build: update minimum supported Node.js versions
  • a7dab60 refactor(core): use the @Service decorator where possible.
  • See full diff in compare view

Updates @angular/cdk from 22.0.2 to 22.1.4

Release notes

Sourced from @​angular/cdk's releases.

22.1.4

material

Commit Description
fix - 2ea6f0e72 sidenav: prevent drawer from getting stuck when toggled rapidly (#33726)

cdk

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

22.1.3

multiple

Commit Description
fix - 72a496882 account for shadow dom in aria directives (#33691)

22.1.2

material

Commit Description
fix - 8d67957e9c datepicker: actions overflowing at some screen sizes with touch UI (#33645)
fix - b42eea5c73 form-field: update view when the control is swapped out (#33636)

cdk

Commit Description
fix - 0074c836f2 a11y: move focus to root if there are no focusable elements in focus trap (#33654)

aria

Commit Description
fix - 020f144928 combobox: empty aria-controls when the popup widget has no id (#33635)

multiple

Commit Description
fix - ef99839fd2 tokens specified in wrong category (#33660)

22.1.1

material

Commit Description
fix - dea26e44f checkbox: avoid making the touch target a focus stop (#33584)
fix - 8e31636d7 chips: add presentation role to container elements (#33611)
fix - 0d9a28d20 core: ensure all forward statements are relative (#33627)
fix - f9ad73644 dialog: do not expose CDK dialog ref to users (#33603)
fix - 09303ef0a slider: thumb jumping on safari (#33619)

22.1.0

youtube-player

Commit Description
fix - 2430e6e53 update to latest typings and fix error (#33387)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

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

cdk

Commit Type Description
86971d660 fix table: show a real error message instead of a crash when a table column is missing (#33698)

material

Commit Type Description
2ea6f0e72 fix sidenav: prevent drawer from getting stuck when toggled rapidly (#33726)

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

multiple

Commit Type Description
7dccecc78 fix account for shadow dom in aria directives (#33691)

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

multiple

Commit Type Description
72a496882 fix account for shadow dom in aria directives (#33691)

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

aria

Commit Type Description
c87e3a57e7 fix combobox: empty aria-controls when the popup widget has no id (#33635)

cdk

Commit Type Description
f3e6276c96 fix a11y: move focus to root if there are no focusable elements in focus trap (#33654)

material

Commit Type Description
c71383fe37 fix datepicker: actions overflowing at some screen sizes with touch UI (#33645)
e9760b396b fix form-field: update view when the control is swapped out (#33636)

multiple

Commit Type Description
9582c5f301 fix tokens 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 22.0.2 to 22.1.4

Release notes

Sourced from @​angular/common's releases.

22.1.4

common

Commit Description
fix - 60a874c3fb avoid prototype member collisions
fix - e8378dfeab use locale NaN symbol in number formatting

compiler

Commit Description
fix - 05c7c725a5 scope animations declared in minified nested rules

compiler-cli

Commit Description
fix - afe8499a14 default template diagnostic related message source file to template
fix - 079a846263 Produce correct tcb expression for optional chaining
fix - 55eeb46418 retain metadata for strict standalone errors

core

Commit Description
fix - 3da35cbab9 avoid prototype member collisions
fix - b199bdfa2a explicitly reject foreign components in JIT mode
fix - 9a8e4826b9 preserve namespace for dynamic component hosts
fix - 7c752d4815 prevent TransferState prototype pollution
fix - 7546b7a805 throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Description
fix - c8eb7f0056 use dot-access for readonly rule configuration

language-service

Commit Description
fix - 93d7f718d2 honor quote style preference when generating imports

migrations

Commit Description
fix - 85c8829ac1 preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Description
fix - 71e52d1396 avoid stripping unicode whitespace during url resolution

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

22.1.4 (2026-08-26)

common

Commit Type Description
60a874c3fb fix avoid prototype member collisions
e8378dfeab fix use locale NaN symbol in number formatting

compiler

Commit Type Description
05c7c725a5 fix scope animations declared in minified nested rules

compiler-cli

Commit Type Description
afe8499a14 fix default template diagnostic related message source file to template
079a846263 fix Produce correct tcb expression for optional chaining
55eeb46418 fix retain metadata for strict standalone errors

core

Commit Type Description
3da35cbab9 fix avoid prototype member collisions
b199bdfa2a fix explicitly reject foreign components in JIT mode
9a8e4826b9 fix preserve namespace for dynamic component hosts
7c752d4815 fix prevent TransferState prototype pollution
7546b7a805 fix throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Type Description
c8eb7f0056 fix use dot-access for readonly rule configuration

language-service

Commit Type Description
93d7f718d2 fix honor quote style preference when generating imports

migrations

Commit Type Description
85c8829ac1 fix preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Type Description
71e52d1396 fix avoid stripping unicode whitespace during url resolution

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

... (truncated)

Commits
  • e8378df fix(common): use locale NaN symbol in number formatting
  • 60a874c fix(common): avoid prototype member collisions
  • 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
  • Additional commits viewable in compare view

Updates @angular/compiler from 22.0.2 to 22.1.4

Release notes

Sourced from @​angular/compiler's releases.

22.1.4

common

Commit Description
fix - 60a874c3fb avoid prototype member collisions
fix - e8378dfeab use locale NaN symbol in number formatting

compiler

Commit Description
fix - 05c7c725a5 scope animations declared in minified nested rules

compiler-cli

Commit Description
fix - afe8499a14 default template diagnostic related message source file to template
fix - 079a846263 Produce correct tcb expression for optional chaining
fix - 55eeb46418 retain metadata for strict standalone errors

core

Commit Description
fix - 3da35cbab9 avoid prototype member collisions
fix - b199bdfa2a explicitly reject foreign components in JIT mode
fix - 9a8e4826b9 preserve namespace for dynamic component hosts
fix - 7c752d4815 prevent TransferState prototype pollution
fix - 7546b7a805 throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Description
fix - c8eb7f0056 use dot-access for readonly rule configuration

language-service

Commit Description
fix - 93d7f718d2 honor quote style preference when generating imports

migrations

Commit Description
fix - 85c8829ac1 preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Description
fix - 71e52d1396 avoid stripping unicode whitespace during url resolution

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

22.1.4 (2026-08-26)

common

Commit Type Description
60a874c3fb fix avoid prototype member collisions
e8378dfeab fix use locale NaN symbol in number formatting

compiler

Commit Type Description
05c7c725a5 fix scope animations declared in minified nested rules

compiler-cli

Commit Type Description
afe8499a14 fix default template diagnostic related message source file to template
079a846263 fix Produce correct tcb expression for optional chaining
55eeb46418 fix retain metadata for strict standalone errors

core

Commit Type Description
3da35cbab9 fix avoid prototype member collisions
b199bdfa2a fix explicitly reject foreign components in JIT mode
9a8e4826b9 fix preserve namespace for dynamic component hosts
7c752d4815 fix prevent TransferState prototype pollution
7546b7a805 fix throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Type Description
c8eb7f0056 fix use dot-access for readonly rule configuration

language-service

Commit Type Description
93d7f718d2 fix honor quote style preference when generating imports

migrations

Commit Type Description
85c8829ac1 fix preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Type Description
71e52d1396 fix avoid stripping unicode whitespace during url resolution

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

... (truncated)

Commits
  • 079a846 fix(compiler-cli): Produce correct tcb expression for optional chaining
  • 05c7c72 fix(compiler): scope animations declared in minified nested rules
  • df00ed2 refactor(compiler-cli): add compiler option for enabling source locations
  • 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
  • Additional commits viewable in compare view

Updates @angular/core from 22.0.2 to 22.1.4

Release notes

Sourced from @​angular/core's releases.

22.1.4

common

Commit Description
fix - 60a874c3fb avoid prototype member collisions
fix - e8378dfeab use locale NaN symbol in number formatting

compiler

Commit Description
fix - 05c7c725a5 scope animations declared in minified nested rules

compiler-cli

Commit Description
fix - afe8499a14 default template diagnostic related message source file to template
fix - 079a846263 Produce correct tcb expression for optional chaining
fix - 55eeb46418 retain metadata for strict standalone errors

core

Commit Description
fix - 3da35cbab9 avoid prototype member collisions
fix - b199bdfa2a explicitly reject foreign components in JIT mode
fix - 9a8e4826b9 preserve namespace for dynamic component hosts
fix - 7c752d4815 prevent TransferState prototype pollution
fix - 7546b7a805 throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Description
fix - c8eb7f0056 use dot-access for readonly rule configuration

language-service

Commit Description
fix - 93d7f718d2 honor quote style preference when generating imports

migrations

Commit Description
fix - 85c8829ac1 preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Description
fix - 71e52d1396 avoid stripping unicode whitespace during url resolution

22.1.3

animations

Commit Description
fix - d9620e0f1b detect object trigger values with Object.hasOwn

common

Commit Description
fix - b3c78a5081 preserve literal key union in KeyValuePipe.transform()

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

22.1.4 (2026-08-26)

common

Commit Type Description
60a874c3fb fix avoid prototype member collisions
e8378dfeab fix use locale NaN symbol in number formatting

compiler

Commit Type Description
05c7c725a5 fix scope animations declared in minified nested rules

compiler-cli

Commit Type Description
afe8499a14 fix default template diagnostic related message source file to template
079a846263 fix Produce correct tcb expression for optional chaining
55eeb46418 fix retain metadata for strict standalone errors

core

Commit Type Description
3da35cbab9 fix avoid prototype member collisions
b199bdfa2a fix explicitly reject foreign components in JIT mode
9a8e4826b9 fix preserve namespace for dynamic component hosts
7c752d4815 fix prevent TransferState prototype pollution
7546b7a805 fix throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node

forms

Commit Type Description
c8eb7f0056 fix use dot-access for readonly rule configuration

language-service

Commit Type Description
93d7f718d2 fix honor quote style preference when generating imports

migrations

Commit Type Description
85c8829ac1 fix preserve registerLocaleData calls in standalone bootstrap migration

platform-server

Commit Type Description
71e52d1396 fix avoid stripping unicode whitespace during url resolution

22.1.3 (2026-08-19)

animations

Commit Type Description
d9620e0f1b fix detect object trigger values with Object.hasOwn

common

... (truncated)

Commits
  • 9bf7113 build: update cross-repo angular dependencies
  • 151a8f2 refactor(core): Decouple ɵɵFactoryDeclaration and ɵɵInjectableDeclaration fro...
  • b199bdf fix(core): explicitly reject foreign components in JIT mode
  • 7546b7a fix(core): throw coded RuntimeErrors instead of crashing when hydration/rende...
  • 7c752d4 fix(core): prevent TransferState prototype pollution
  • f58f5fd refactor(core): loosen return type of ɵɵFactoryDeclaration to any
  • 85c8829 fix(migrations): preserve registerLocaleData calls in standalone bootstrap mi...
  • 9a8e482 fix(core): preserve namespace for dynamic component hosts

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 6, 2026
@netlify

netlify Bot commented Jul 6, 2026

Copy link
Copy Markdown

Deploy Preview for springwolf-ui ready!

Name Link
🔨 Latest commit bda4e33
🔍 Latest deploy log https://app.netlify.com/projects/springwolf-ui/deploys/6a940981f96ff400086feb64
😎 Deploy Preview https://deploy-preview-1802--springwolf-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c branch from 9ce8d11 to bdaca90 Compare July 13, 2026 22:25
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c branch from bdaca90 to f1b1636 Compare July 20, 2026 22:25
@sam0r040

Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c branch 2 times, most recently from 30016c8 to 6c20afb Compare July 27, 2026 22:25
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c branch 2 times, most recently from 475ad6e to 37cb711 Compare August 24, 2026 22:26
@sam0r040

Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c branch from 37cb711 to ad140c5 Compare August 26, 2026 22:38
@sam0r040

Copy link
Copy Markdown
Collaborator

@dependabot recreate

…ith 12 updates

Bumps the dependencies-angular group with 12 updates in the /springwolf-ui directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `22.0.2` | `22.1.4` |
| [@angular/cdk](https://github.com/angular/components) | `22.0.2` | `22.1.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.0.2` | `22.1.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.0.2` | `22.1.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.0.2` | `22.1.4` |
| [@angular/material](https://github.com/angular/components) | `22.0.2` | `22.1.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.0.2` | `22.1.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `22.0.2` | `22.1.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.0.2` | `22.1.4` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.0.4` | `22.1.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `22.0.4` | `22.1.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.0.2` | `22.1.4` |



Updates `@angular/animations` from 22.0.2 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/animations)

Updates `@angular/cdk` from 22.0.2 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@v22.0.2...v22.1.4)

Updates `@angular/common` from 22.0.2 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/common)

Updates `@angular/compiler` from 22.0.2 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/compiler)

Updates `@angular/core` from 22.0.2 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/core)

Updates `@angular/material` from 22.0.2 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@v22.0.2...v22.1.4)

Updates `@angular/platform-browser` from 22.0.2 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 22.0.2 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/platform-browser-dynamic)

Updates `@angular/router` from 22.0.2 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/router)

Updates `@angular/build` from 22.0.4 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@v22.0.4...v22.1.6)

Updates `@angular/cli` from 22.0.4 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@v22.0.4...v22.1.6)

Updates `@angular/compiler-cli` from 22.0.2 to 22.1.4
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/v22.1.4/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/v22.1.4/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 22.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/build"
  dependency-version: 22.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/cdk"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/cli"
  dependency-version: 22.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/common"
  dependency-version: 22.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler"
  dependency-version: 22.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/core"
  dependency-version: 22.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/material"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 22.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 22.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/router"
  dependency-version: 22.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c branch from ad140c5 to bda4e33 Compare August 30, 2026 10:44
@sam0r040
sam0r040 merged commit a49475e into main Aug 30, 2026
42 checks passed
@sam0r040
sam0r040 deleted the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-ddb389889c branch August 30, 2026 15:51
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.

1 participant