Skip to content

deps: bump the minor-and-patch group across 2 directories with 9 updates#287

Merged
svcdevopsgit2-sa merged 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/angular/login-pkce/minor-and-patch-9de5e8776b
Jun 26, 2026
Merged

deps: bump the minor-and-patch group across 2 directories with 9 updates#287
svcdevopsgit2-sa merged 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/angular/login-pkce/minor-and-patch-9de5e8776b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 9 updates in the /samples/angular/login-pkce directory:

Package From To
@angular/common 22.0.2 22.0.3
@angular/compiler 22.0.2 22.0.3
@angular/core 22.0.2 22.0.3
@angular/forms 22.0.2 22.0.3
@angular/platform-browser 22.0.2 22.0.3
@angular/router 22.0.2 22.0.3
@angular/build 22.0.3 22.0.4
@angular/cli 22.0.3 22.0.4
@angular/compiler-cli 22.0.2 22.0.3

Bumps the minor-and-patch group with 9 updates in the /samples/angular/token-refresh directory:

Package From To
@angular/common 22.0.2 22.0.3
@angular/compiler 22.0.2 22.0.3
@angular/core 22.0.2 22.0.3
@angular/forms 22.0.2 22.0.3
@angular/platform-browser 22.0.2 22.0.3
@angular/router 22.0.2 22.0.3
@angular/build 22.0.3 22.0.4
@angular/cli 22.0.3 22.0.4
@angular/compiler-cli 22.0.2 22.0.3

Updates @angular/common from 22.0.2 to 22.0.3

Release notes

Sourced from @​angular/common's releases.

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent
Changelog

Sourced from @​angular/common's changelog.

22.0.3 (2026-06-25)

compiler

Commit Type Description
f90c20df40 fix account for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755c fix remove unused import breaking CI in 22.0.x

compiler-cli

Commit Type Description
06d854929c fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
2799304259 fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
8cdc202dfc fix prevent caching of responses with Set-Cookie headers

service-worker

Commit Type Description
b4a5a2fb4e fix preserve referrer in asset requests
a16f9b2263 fix preserve referrer policy in asset requests

upgrade

Commit Type Description
bcc648f4b6 fix support model() signals in downgradeComponent

22.1.0-next.1 (2026-06-17)

common

Commit Type Description
a69e56df71 fix escape anchor fragment in shadow DOM name selector

compiler

Commit Type Description
417a4071a7 fix restrict possible event handler check to property names longer than 2 characters

core

Commit Type Description
98f42eaaae fix avoid caching missing locale data
ea1a3ed64c fix escape overlapping comment delimiters in escapeCommentText
8cf7731468 fix guard against DOM clobbering in declareExperimentalWebMcpTool
6b5616b2c7 fix preserve leave animation for sibling instances sharing a TNode
28cb15a2bb fix prevent unsubscribe during emit from throwing off other listeners
0152e3cbdf fix treat iframe credentialless as security-sensitive
327744ac17 perf detect existing signal dependency without checking all producer links

... (truncated)

Commits
  • cd8f472 docs: add documentation for HttpClient response body size limit and related e...
  • 8cdc202 fix(http): prevent caching of responses with Set-Cookie headers
  • See full diff in compare view

Updates @angular/compiler from 22.0.2 to 22.0.3

Release notes

Sourced from @​angular/compiler's releases.

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent
Changelog

Sourced from @​angular/compiler's changelog.

22.0.3 (2026-06-25)

compiler

Commit Type Description
f90c20df40 fix account for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755c fix remove unused import breaking CI in 22.0.x

compiler-cli

Commit Type Description
06d854929c fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
2799304259 fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
8cdc202dfc fix prevent caching of responses with Set-Cookie headers

service-worker

Commit Type Description
b4a5a2fb4e fix preserve referrer in asset requests
a16f9b2263 fix preserve referrer policy in asset requests

upgrade

Commit Type Description
bcc648f4b6 fix support model() signals in downgradeComponent

22.1.0-next.1 (2026-06-17)

common

Commit Type Description
a69e56df71 fix escape anchor fragment in shadow DOM name selector

compiler

Commit Type Description
417a4071a7 fix restrict possible event handler check to property names longer than 2 characters

core

Commit Type Description
98f42eaaae fix avoid caching missing locale data
ea1a3ed64c fix escape overlapping comment delimiters in escapeCommentText
8cf7731468 fix guard against DOM clobbering in declareExperimentalWebMcpTool
6b5616b2c7 fix preserve leave animation for sibling instances sharing a TNode
28cb15a2bb fix prevent unsubscribe during emit from throwing off other listeners
0152e3cbdf fix treat iframe credentialless as security-sensitive
327744ac17 perf detect existing signal dependency without checking all producer links

... (truncated)

Commits
  • f4f7f37 fix(compiler): remove unused import breaking CI in 22.0.x
  • f90c20d fix(compiler): account for NgModule dependencies in JIT-compiled partial decl...
  • 489d170 refactor(compiler): desable the legacy template syntax
  • 39001be refactor(compiler): Move the attribute comment to the HTML AST
  • See full diff in compare view

Updates @angular/core from 22.0.2 to 22.0.3

Release notes

Sourced from @​angular/core's releases.

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent
Changelog

Sourced from @​angular/core's changelog.

22.0.3 (2026-06-25)

compiler

Commit Type Description
f90c20df40 fix account for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755c fix remove unused import breaking CI in 22.0.x

compiler-cli

Commit Type Description
06d854929c fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
2799304259 fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
8cdc202dfc fix prevent caching of responses with Set-Cookie headers

service-worker

Commit Type Description
b4a5a2fb4e fix preserve referrer in asset requests
a16f9b2263 fix preserve referrer policy in asset requests

upgrade

Commit Type Description
bcc648f4b6 fix support model() signals in downgradeComponent

22.1.0-next.1 (2026-06-17)

common

Commit Type Description
a69e56df71 fix escape anchor fragment in shadow DOM name selector

compiler

Commit Type Description
417a4071a7 fix restrict possible event handler check to property names longer than 2 characters

core

Commit Type Description
98f42eaaae fix avoid caching missing locale data
ea1a3ed64c fix escape overlapping comment delimiters in escapeCommentText
8cf7731468 fix guard against DOM clobbering in declareExperimentalWebMcpTool
6b5616b2c7 fix preserve leave animation for sibling instances sharing a TNode
28cb15a2bb fix prevent unsubscribe during emit from throwing off other listeners
0152e3cbdf fix treat iframe credentialless as security-sensitive
327744ac17 perf detect existing signal dependency without checking all producer links

... (truncated)

Commits
  • f90c20d fix(compiler): account for NgModule dependencies in JIT-compiled partial decl...
  • 01d58d7 refactor(core): Tree shake the SimpleChanges & co.
  • 03d1a64 docs(core): document resource chaining with chain() in params context
  • 2799304 fix(core): avoid uncaught promise errors in injectAsync prefetching
  • 3e7c83b Revert "fix(core): escape overlapping comment delimiters in escapeCommentText"
  • See full diff in compare view

Updates @angular/forms from 22.0.2 to 22.0.3

Release notes

Sourced from @​angular/forms's releases.

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent
Changelog

Sourced from @​angular/forms's changelog.

22.0.3 (2026-06-25)

compiler

Commit Type Description
f90c20df40 fix account for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755c fix remove unused import breaking CI in 22.0.x

compiler-cli

Commit Type Description
06d854929c fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
2799304259 fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
8cdc202dfc fix prevent caching of responses with Set-Cookie headers

service-worker

Commit Type Description
b4a5a2fb4e fix preserve referrer in asset requests
a16f9b2263 fix preserve referrer policy in asset requests

upgrade

Commit Type Description
bcc648f4b6 fix support model() signals in downgradeComponent

22.1.0-next.1 (2026-06-17)

common

Commit Type Description
a69e56df71 fix escape anchor fragment in shadow DOM name selector

compiler

Commit Type Description
417a4071a7 fix restrict possible event handler check to property names longer than 2 characters

core

Commit Type Description
98f42eaaae fix avoid caching missing locale data
ea1a3ed64c fix escape overlapping comment delimiters in escapeCommentText
8cf7731468 fix guard against DOM clobbering in declareExperimentalWebMcpTool
6b5616b2c7 fix preserve leave animation for sibling instances sharing a TNode
28cb15a2bb fix prevent unsubscribe during emit from throwing off other listeners
0152e3cbdf fix treat iframe credentialless as security-sensitive
327744ac17 perf detect existing signal dependency without checking all producer links

... (truncated)

Commits
  • 2353bf2 refactor(forms): widen AsyncValidatorOptions.factory
  • d2b6139 docs(forms): clarify debounce('blur') usage with custom FormValueControl
  • 59ee51e docs(forms): update package docs for Signal Forms graduation
  • See full diff in compare view

Updates @angular/platform-browser from 22.0.2 to 22.0.3

Release notes

Sourced from @​angular/platform-browser's releases.

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent
Changelog

Sourced from @​angular/platform-browser's changelog.

22.0.3 (2026-06-25)

compiler

Commit Type Description
f90c20df40 fix account for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755c fix remove unused import breaking CI in 22.0.x

compiler-cli

Commit Type Description
06d854929c fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
2799304259 fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
8cdc202dfc fix prevent caching of responses with Set-Cookie headers

service-worker

Commit Type Description
b4a5a2fb4e fix preserve referrer in asset requests
a16f9b2263 fix preserve referrer policy in asset requests

upgrade

Commit Type Description
bcc648f4b6 fix support model() signals in downgradeComponent

22.1.0-next.1 (2026-06-17)

common

Commit Type Description
a69e56df71 fix escape anchor fragment in shadow DOM name selector

compiler

Commit Type Description
417a4071a7 fix restrict possible event handler check to property names longer than 2 characters

core

Commit Type Description
98f42eaaae fix avoid caching missing locale data
ea1a3ed64c fix escape overlapping comment delimiters in escapeCommentText
8cf7731468 fix guard against DOM clobbering in declareExperimentalWebMcpTool
6b5616b2c7 fix preserve leave animation for sibling instances sharing a TNode
28cb15a2bb fix prevent unsubscribe during emit from throwing off other listeners
0152e3cbdf fix treat iframe credentialless as security-sensitive
327744ac17 perf detect existing signal dependency without checking all producer links

... (truncated)

Commits

Updates @angular/router from 22.0.2 to 22.0.3

Release notes

Sourced from @​angular/router's releases.

22.0.3

compiler

Commit Description
fix - f90c20df40 account for NgModule dependencies in JIT-compiled partial declarations
fix - f4f7f3755c remove unused import breaking CI in 22.0.x

compiler-cli

Commit Description
fix - 06d854929c report diagnostic instead of crashing on malformed host binding

core

Commit Description
fix - 2799304259 avoid uncaught promise errors in injectAsync prefetching

http

Commit Description
fix - 8cdc202dfc prevent caching of responses with Set-Cookie headers

service-worker

Commit Description
fix - b4a5a2fb4e preserve referrer in asset requests
fix - a16f9b2263 preserve referrer policy in asset requests

upgrade

Commit Description
fix - bcc648f4b6 support model() signals in downgradeComponent
Changelog

Sourced from @​angular/router's changelog.

22.0.3 (2026-06-25)

compiler

Commit Type Description
f90c20df40 fix account for NgModule dependencies in JIT-compiled partial declarations
f4f7f3755c fix remove unused import breaking CI in 22.0.x

compiler-cli

Commit Type Description
06d854929c fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
2799304259 fix avoid uncaught promise errors in injectAsync prefetching

http

Commit Type Description
8cdc202dfc fix prevent caching of responses with Set-Cookie headers

service-worker

Commit Type Description
b4a5a2fb4e fix preserve referrer in asset requests
a16f9b2263 fix preserve referrer policy in asset requests

upgrade

Commit Type Description
bcc648f4b6 fix support model() signals in downgradeComponent

22.1.0-next.1 (2026-06-17)

common

Commit Type Description
a69e56df71 fix escape anchor fragment in shadow DOM name selector

compiler

Commit Type Description
417a4071a7 fix restrict possible event handler check to property names longer than 2 characters

core

Commit Type Description
98f42eaaae fix avoid caching missing locale data
ea1a3ed64c fix escape overlapping comment delimiters in escapeCommentText
8cf7731468 fix guard against DOM clobbering in declareExperimentalWebMcpTool
6b5616b2c7 fix preserve leave animation for sibling instances sharing a TNode
28cb15a2bb fix prevent unsubscribe during emit from throwing off other listeners
0152e3cbdf fix treat iframe credentialless as security-sensitive
327744ac17 perf detect existing signal dependency without checking all producer links

... (truncated)

Commits

Updates @angular/build from 22.0.3 to 22.0.4

Release notes

Sourced from @​angular/build's releases.

22.0.4

@​angular/build

Commit Description
fix - 46185ceac aggregate parallel worker performance timings on the main thread
perf - 5d7e29c41 dispose builder result context early in non-watch mode
Changelog

Sourced from @​angular/build's changelog.

22.0.4 (2026-06-24)

@​angular/build

Commit Type Description
46185ceac fix aggregate parallel worker performance timings on the main thread
5d7e29c41 perf dispose builder result context early in non-watch mode

21.2.17 (2026-06-24)

@​angular/build

Commit Type Description
9c366e8be fix bump @​babel/core to 7.29.7
6a06ce9e9 fix bump esbuild to 0.28.1
637b84877 fix bump piscina to 5.2.0
e86d58a12 fix bump vite to 7.3.5

20.3.30 (2026-06-24)

@​angular/build

Commit Type Description
36adca99c fix bump @​babel/core to 7.29.7
7f236cfea fix bump esbuild to 0.28.1
94fb3c122 fix bump piscina to 5.2.0
1f283a41c fix bump vite to 7.3.5

Commits
  • e197652 release: cut the v22.0.4 release
  • 69755f7 build: update dependency node to v22.23.1
  • 908daa5 build: update cross-repo angular dependencies
  • 454d35a build: lock file maintenance
  • 5d7e29c perf(@​angular/build): dispose builder result context early in non-watch mode
  • 46185ce fix(@​angular/build): aggregate parallel worker performance timings on the mai...
  • 38d26a6 build: update dependency node to v22.23.0
  • abd9974 build: update pnpm to v10.34.4
  • a1ec745 build: update dependency piscina to v5.2.0
  • See full diff in compare view

Updates @angular/cli from 22.0.3 to 22.0.4

Release notes

Sourced from @​angular/cli's releases.

22.0.4

@​angular/build

Commit Description
fix - 46185ceac aggregate parallel worker performance timings on the main thread
perf - 5d7e29c41 dispose builder result context early in non-watch mode
Changelog

Sourced from @​angular/cli's changelog.

22.0.4 (2026-06-24)

@​angular/build

Commit Type Description
46185ceac fix aggregate parallel worker performance timings on the main thread
5d7e29c41 perf dispose builder result context early in non-watch mode

21.2.17 (2026-06-24)

@​angular/build

Commit Type Description
9c366e8be fix bump @​babel/core to 7.29.7
6a06ce9e9 fix bump esbuild to 0.28.1
637b84877 fix bump piscina to 5.2.0
e86d58a12 fix bump vite to 7.3.5

20.3.30 (2026-06-24)

@​angular/build

Commit Type Description
36adca99c fix bump @​babel/core to 7.29.7
7f236cfea fix bump esbuild to 0.28.1
94fb3c122 fix bump piscina to 5.2.0
1f283a41c fix bump vite to 7.3.5

Commits
  • e197652 release: cut the v22.0.4 release
  • 69755f7 build: update dependency node to v22.23.1
  • 908daa5 build: update cross-repo angular dependencies
  • 454d35a build: lock ...

    Description has been truncated

Bumps the minor-and-patch group with 9 updates in the /samples/angular/login-pkce directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.0.2` | `22.0.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.0.2` | `22.0.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.0.2` | `22.0.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `22.0.2` | `22.0.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.0.2` | `22.0.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.0.2` | `22.0.3` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.0.3` | `22.0.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `22.0.3` | `22.0.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.0.2` | `22.0.3` |

Bumps the minor-and-patch group with 9 updates in the /samples/angular/token-refresh directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `22.0.2` | `22.0.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `22.0.2` | `22.0.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `22.0.2` | `22.0.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `22.0.2` | `22.0.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `22.0.2` | `22.0.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `22.0.2` | `22.0.3` |
| [@angular/build](https://github.com/angular/angular-cli) | `22.0.3` | `22.0.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `22.0.3` | `22.0.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `22.0.2` | `22.0.3` |



Updates `@angular/common` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/common)

Updates `@angular/compiler` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/compiler)

Updates `@angular/core` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/core)

Updates `@angular/forms` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/forms)

Updates `@angular/platform-browser` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/platform-browser)

Updates `@angular/router` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/router)

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

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

Updates `@angular/compiler-cli` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/compiler-cli)

Updates `@angular/common` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/common)

Updates `@angular/compiler` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/compiler)

Updates `@angular/core` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/core)

Updates `@angular/forms` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/forms)

Updates `@angular/platform-browser` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/platform-browser)

Updates `@angular/router` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/router)

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

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

Updates `@angular/compiler-cli` from 22.0.2 to 22.0.3
- [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/v22.0.3/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/compiler"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/core"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/forms"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/platform-browser"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/router"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/build"
  dependency-version: 22.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/cli"
  dependency-version: 22.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/common"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/compiler"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/core"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/forms"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/platform-browser"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/router"
  dependency-version: 22.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/build"
  dependency-version: 22.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/cli"
  dependency-version: 22.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@angular/compiler-cli"
  dependency-version: 22.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 25, 2026
@dependabot dependabot Bot requested a review from ksroda-sa as a code owner June 25, 2026 20:30
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 25, 2026
@svcdevopsgit2-sa svcdevopsgit2-sa enabled auto-merge (squash) June 25, 2026 20:30
@svcdevopsgit2-sa svcdevopsgit2-sa merged commit 725f686 into main Jun 26, 2026
19 checks passed
@svcdevopsgit2-sa svcdevopsgit2-sa deleted the dependabot/npm_and_yarn/samples/angular/login-pkce/minor-and-patch-9de5e8776b branch June 26, 2026 06:08
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants