Skip to content

build(deps): bump the angular group across 1 directory with 10 updates#33873

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/generators/angular/resources/angular-1bdba67c79
Open

build(deps): bump the angular group across 1 directory with 10 updates#33873
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/generators/angular/resources/angular-1bdba67c79

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the angular group with 10 updates in the /generators/angular/resources directory:

Package From To
@angular/common 21.2.17 22.0.4
@fortawesome/angular-fontawesome 4.0.0 5.0.0
@ng-bootstrap/ng-bootstrap 20.0.0 21.0.0
ngx-cookie-service 21.3.1 22.0.0
@angular-builders/custom-esbuild 21.0.3 22.0.1
@angular-builders/custom-webpack 21.0.3 22.0.1
@angular/build 21.2.13 22.0.4
@angular/cli 21.2.13 22.0.4
angular-eslint 21.4.0 22.0.0
typescript 5.9.3 6.0.3

Updates @angular/common from 21.2.17 to 22.0.4

Release notes

Sourced from @​angular/common's releases.

22.0.4

migrations

Commit Description
fix - fd37f09f37 resolve migration failure when tsconfig specifies rootDir

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

22.0.2

common

Commit Description
fix - 94ea403563 escape anchor fragment in shadow DOM name selector
fix - 6c1f3e9d49 skip transfer cache for uncacheable HTTP traffic (#69316)

compiler

Commit Description
fix - 6f1171991a restrict possible event handler check to property names longer than 2 characters

core

Commit Description
fix - 528a34f766 avoid caching missing locale data
fix - e17e8d5422 escape overlapping comment delimiters in escapeCommentText
fix - 59dea13f80 guard against DOM clobbering in declareExperimentalWebMcpTool

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

22.0.4 (2026-06-26)

migrations

Commit Type Description
fd37f09f37 fix resolve migration failure when tsconfig specifies rootDir

22.1.0-next.2 (2026-06-25)

compiler

Commit Type Description
ecd047578e fix account for NgModule dependencies in JIT-compiled partial declarations

compiler-cli

Commit Type Description
8b2785b597 fix report diagnostic instead of crashing on malformed host binding

core

Commit Type Description
91d168e74b fix avoid uncaught promise errors in injectAsync prefetching

http

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

migrations

Commit Type Description
c75ff0255c feat add migration from injectable to service

router

Commit Type Description
97a3fd6a55 feat handle null and undefined inputs in RouterLinkActive

service-worker

Commit Type Description
716f9eb032 fix preserve referrer in asset requests
6f98f98f1f fix preserve referrer policy in asset requests

upgrade

Commit Type Description
8d31b82116 fix support model() signals in downgradeComponent

22.0.3 (2026-06-25)

compiler

| Commit | Type | Description |

... (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
  • 6867f77 fix(http): distinguish repeated transfer cache params
  • 6c1f3e9 fix(common): skip transfer cache for uncacheable HTTP traffic (#69316)
  • 7ef1399 fix(http): skip transfer cache for fetch credentialed requests (#69316)
  • 94ea403 fix(common): escape anchor fragment in shadow DOM name selector
  • 2dd65d2 fix(http): pass down the reportUploadProgress and reportDownloadProgress ...
  • 1bd5a56 docs: deprecate XHR support for server-side rendering in HTTP docs and recomm...
  • 3c2892c fix(common): prevent prototype pollution in formatDateTime
  • c4b5fa3 fix(common): escape CSS string-terminating characters in escapeCssUrl
  • Additional commits viewable in compare view

Updates @fortawesome/angular-fontawesome from 4.0.0 to 5.0.0

Release notes

Sourced from @​fortawesome/angular-fontawesome's releases.

5.0.0

Added

  • Support for Angular 22.

Fixed

  • undefined values appearing in CSS class names.

Removed

  • Angular 21.x is no longer supported. If you are using this version, please, stick with version 4.0.0.
Changelog

Sourced from @​fortawesome/angular-fontawesome's changelog.

5.0.0 (TBD)

Added

  • Support for Angular 22.

Fixed

  • undefined values appearing in CSS class names.

Removed

  • Angular 21.x is no longer supported. If you are using this version, please, stick with version 4.0.0.
Commits

Updates @ng-bootstrap/ng-bootstrap from 20.0.0 to 21.0.0

Release notes

Sourced from @​ng-bootstrap/ng-bootstrap's releases.

21.0.0

21.0.0 (2026-06-22)

This release candidate version bumps minimum required versions to Angular 22.0.0

Breaking Changes

  • accordion: changeDetection strategy changed from Eager to OnPush

Bug Fixes

  • dropdown: open method not working as expected in zoneless

21.0.0-rc.0

This release candidate version bumps minimum required versions to Angular 22.0.0

Breaking Changes

  • accordion: changeDetection strategy changed from Eager to OnPush

Bug Fixes

  • dropdown: open method not working as expected in zoneless
Changelog

Sourced from @​ng-bootstrap/ng-bootstrap's changelog.

21.0.0 (2026-06-22)

This release candidate version bumps minimum required versions to Angular 22.0.0

Breaking Changes

  • accordion: changeDetection strategy changed from Eager to OnPush

Bug Fixes

  • dropdown: open method not working as expected in zoneless
Commits
  • e29d14d docs: update package.json version and CHANGELOG for 21.0.0
  • a3d44d9 demo: add v20 in history
  • 5cf643e docs: update README and getting-started doc to v21
  • 0f2f694 chore: leftover migration from Injectable to Services (#4918)
  • 4d3b451 chore: enforce npmMinimalAgeGate of 2 days (#4916)
  • 42900c8 fix(rating): skip flaky rating unit on firefox
  • de7ad97 chore: bump playwright to 1.61.0
  • c6618d2 docs: release 21.0.0-rc.0
  • e0046a5 fix(schematics): cannot run ng-add (#4915)
  • 499a074 demo: prefer using signals in most demos (#4914)
  • Additional commits viewable in compare view

Updates ngx-cookie-service from 21.3.1 to 22.0.0

Release notes

Sourced from ngx-cookie-service's releases.

22.0.0

feat(dependencies): adds angular 22 support

BREAKING CHANGE: minimum required version is 22

Commits

Updates @angular-builders/custom-esbuild from 21.0.3 to 22.0.1

Changelog

Sourced from @​angular-builders/custom-esbuild's changelog.

22.0.1 (2026-06-23)

Note: Version bump only for package @​angular-builders/custom-esbuild

22.0.1-beta.1 (2026-06-22)

Note: Version bump only for package @​angular-builders/custom-esbuild

22.0.1-beta.0 (2026-06-18)

Note: Version bump only for package @​angular-builders/custom-esbuild

22.0.0 (2026-06-10)

Note: Version bump only for package @​angular-builders/custom-esbuild

22.0.0-beta.1 (2026-06-09)

Note: Version bump only for package @​angular-builders/custom-esbuild

22.0.0-beta.0 (2026-06-09)

⚠ BREAKING CHANGES

  • All packages now require Angular 22.
  • User TypeScript config/plugin modules now load via jiti instead of ts-node. Configs are transpiled rather than type-checked (run tsc --noEmit separately if you relied on build-time type-checking); ts-node and tsconfig-paths are no longer dependencies; and the NODE_OPTIONS='--loader ts-node/esm' workaround for ESM apps is no longer needed.

Features

  • ng add / ng update schematics for jest, custom-esbuild, custom-webpack (#2267) (062f423), closes #22
  • replace ts-node with jiti for loading TypeScript modules (#2287) (0348e06), closes #816
  • upgrade builders + examples to Angular 22 (22.0.0-rc.2) (#2264) (9ed7020)

Miscellaneous Chores

  • graduate Angular 22 from RC to GA (daec882)

21.1.0 (2026-06-08)

Note: Version bump only for package @​angular-builders/custom-esbuild

21.1.0-beta.16 (2026-06-05)

Reverts

21.1.0-beta.15 (2026-06-04)

Bug Fixes

... (truncated)

Commits
  • 0a130ae ci(release): publish
  • 79b145a ci(release): publish
  • 6cdd684 style: format repo with prettier and add CI format gate (#2323)
  • 30b4050 ci(release): publish
  • e14cad2 chore(deps): update dependency esbuild to v0.28.1 [security] (#2297)
  • 7cebff9 ci(release): publish
  • 6647e73 ci(release): publish
  • 49f90e4 docs(changelog): clean up v22 breaking-change sections
  • a27c6b0 ci(release): publish
  • daec882 chore!: graduate Angular 22 from RC to GA
  • Additional commits viewable in compare view

Updates @angular-builders/custom-webpack from 21.0.3 to 22.0.1

Changelog

Sourced from @​angular-builders/custom-webpack's changelog.

22.0.1 (2026-06-23)

Note: Version bump only for package @​angular-builders/custom-webpack

22.0.1-beta.0 (2026-06-22)

Note: Version bump only for package @​angular-builders/custom-webpack

22.0.0 (2026-06-10)

Note: Version bump only for package @​angular-builders/custom-webpack

22.0.0-beta.1 (2026-06-09)

Note: Version bump only for package @​angular-builders/custom-webpack

22.0.0-beta.0 (2026-06-09)

⚠ BREAKING CHANGES

  • All packages now require Angular 22.
  • User TypeScript config/plugin modules now load via jiti instead of ts-node. Configs are transpiled rather than type-checked (run tsc --noEmit separately if you relied on build-time type-checking); ts-node and tsconfig-paths are no longer dependencies; and the NODE_OPTIONS='--loader ts-node/esm' workaround for ESM apps is no longer needed.

Features

  • ng add / ng update schematics for jest, custom-esbuild, custom-webpack (#2267) (062f423), closes #22
  • replace ts-node with jiti for loading TypeScript modules (#2287) (0348e06), closes #816
  • upgrade builders + examples to Angular 22 (22.0.0-rc.2) (#2264) (9ed7020)

Miscellaneous Chores

  • graduate Angular 22 from RC to GA (daec882)

21.1.0 (2026-06-08)

Note: Version bump only for package @​angular-builders/custom-webpack

21.1.0-beta.13 (2026-06-05)

Reverts

21.1.0-beta.12 (2026-06-04)

Bug Fixes

  • builders: annotate builder default exports with Builder to avoid TS2742 (#2278) (7db3848)

21.1.0-beta.11 (2026-06-01)

... (truncated)

Commits
  • 0a130ae ci(release): publish
  • 79b145a ci(release): publish
  • 6cdd684 style: format repo with prettier and add CI format gate (#2323)
  • 7cebff9 ci(release): publish
  • 6647e73 ci(release): publish
  • 49f90e4 docs(changelog): clean up v22 breaking-change sections
  • a27c6b0 ci(release): publish
  • daec882 chore!: graduate Angular 22 from RC to GA
  • 2cb9a56 chore(deps): update bazel-example to Angular CLI 22
  • 0348e06 feat!: replace ts-node with jiti for loading TypeScript modules (#2287)
  • Additional commits viewable in compare view

Updates @angular/build from 21.2.13 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

22.0.3

@​schematics/angular

Commit Description
fix - 0eddea898 remove default workspace vscode mcp.json configuration

22.0.2

@​angular/cli

Commit Description
fix - 136fc2714 support registry metadata fetching under bun package manager
perf - 2653dd5c7 implement semaphore backpressure throttling in PackageManager

@​angular/build

Commit Description
perf - 0b4a48add implement semaphore backpressure throttling in JavaScriptTransformer

@​angular/ssr

Commit Description
fix - d996a27e9 avoid caching non-SSG page lookups
fix - 285a34e42 correct grammar in console warning for redirected location headers
fix - c8088a536 prioritize options over environment variables in AngularNodeAppEngine

22.0.1

@​schematics/angular

Commit Description
fix - c80012294 fix browserMode option mapping in refactor-jasmine-vitest
fix - a9b6bd904 safely comment out multiline statements in refactor-jasmine-vitest
fix - 12199df00 use null objects and callbacks in karma-to-vitest migration

@​angular/cli

Commit Description
fix - b54e9a549 do not sort migrations of the same version alphabetically
fix - d33311612 fallback to local package.json for schematic detection on first run
fix - 918102a93 isolate temporary package installation from parent pnpm workspace
fix - b048b5f4a remove forceAuth and unscoped credential parsing
fix - 277934035 validate registry option is a valid URL in ng add
perf - 4510dae02 optimize update schematic registry query counts by fetching package metadata lazily

@​angular/build

Commit Description
fix - 89d1be979 allow disabling Vitest isolation from builder

... (truncated)

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

22.0.3 (2026-06-18)

@​schematics/angular

Commit Type Description
0eddea898 fix remove default workspace vscode mcp.json configuration

... (truncated)

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
  • b30b9d3 release: cut the v22.0.3 release
  • Additional commits viewable in compare view

Updates @angular/cli from 21.2.13 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

22.0.3

@​schematics/angular

Commit Description
fix - 0eddea898 remove default workspace vscode mcp.json configuration

22.0.2

@​angular/cli

Commit Description
fix - 136fc2714 support registry metadata fetching under bun package manager
perf - 2653dd5c7 implement semaphore backpressure throttling in PackageManager

@​angular/build

Commit Description
perf - 0b4a48add implement semaphore backpressure throttling in JavaScriptTransformer

@​angular/ssr

Commit Description
fix - d996a27e9 avoid caching non-SSG page lookups
fix - 285a34e42 correct grammar in console warning for redirected location headers
fix - c8088a536 prioritize options over environment variables in AngularNodeAppEngine

22.0.1

@​schematics/angular

Commit Description
fix - c80012294 fix browserMode option mapping in refactor-jasmine-vitest
fix - a9b6bd904 safely comment out multiline statements in refactor-jasmine-vitest
fix - 12199df00 use null objects and callbacks in karma-to-vitest migration

@​angular/cli

Commit Description
fix - b54e9a549 do not sort migrations of the same version alphabetically
fix - d33311612 fallback to local package.json for schematic detection on first run
fix - 918102a93 isolate temporary package installation from parent pnpm workspace
fix - b048b5f4a remove forceAuth and unscoped credential parsing
fix - 277934035 validate registry option is a valid URL in ng add
perf - 4510dae02 optimize update schematic registry query counts by fetching package metadata lazily

@​angular/build

Commit Description
fix - 89d1be979 allow disabling Vitest isolation from builder

... (truncated)

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

22.0.3 (2026-06-18)

@​schematics/angular

Commit Type Description
0eddea898 fix remove default workspace vscode mcp.json configuration

... (truncated)

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
  • b30b9d3 release: cut the v22.0.3 release
  • Additional commits viewable in compare view

Updates angular-eslint from 21.4.0 to 22.0.0

Release notes

Sourced from angular-eslint's releases.

v22.0.0

22.0.0 (2026-06-07)

As always we recommend that you update your existing workspaces by using ng update as we provide some helpful schematics to help migrate your workspaces to the latest and greatest. Running the following will update Angular, the Angular CLI and angular-eslint together:

ng update @angular/core @angular/cli angular-eslint

🚀 Features

  • ⚠️ update to Angular 22 + TS 6, drop node 20 (96592269)
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#3056)
  • support the Angular v22 @​Service decorator (#3057)
  • builder: add suppressionsLocation option (#3034)
  • ⚠️ eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058)
  • ⚠️ eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)
  • template-parser: traverse v22 arrow function, spread and tagged-template expression nodes (#3059)

🩹 Fixes

  • update dependency @​angular/compiler to v21.2.12 (#3030)

⚠️ Breaking Changes

  • eslint-plugin: remove deprecated no-conflicting-lifecycle rule (#3060)
  • eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058) prefer-on-push-component-change-detection no longer reports components that omit changeDetection (omission now means OnPush in v22); it now only reports components that opt out of OnPush via ChangeDetectionStrategy.Eager or the deprecated ChangeDetectionStrategy.Default. The rule is also now part of the recommended config, so projects extending it may see new reports — notably on components the Angular v22 migration set to Eager. The suggestion message id suggestAddChangeDetectionOnPush has been renamed to suggestChangeToOnPush.
  • drop support for eslint v8 and legacy eslintrc config format (#3056)
  • update to Angular 22 + TS 6, drop node 20 (96592269)

❤️ Thank You

Changelog

Sourced from angular-eslint's changelog.

22.0.0 (2026-06-07)

🚀 Features

  • ⚠️ eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058)
  • ⚠️ drop support for eslint v8 and legacy eslintrc config format (#3056)

⚠️ Breaking Changes

  • eslint-plugin: [prefer-on-push-component-change-detection] flag only opting out of OnPush, make recommended (#3058) prefer-on-push-component-change-detection no longer reports components that omit changeDetection (omission now means OnPush in v22); it now only reports components that opt out of OnPush via ChangeDetectionStrategy.Eager or the deprecated ChangeDetectionStrategy.Default. The rule is also now part of the recommended config, so projects extending it may see new reports — notably on components the Angular v22 migration set to Eager. The suggestion message id suggestAddChangeDetectionOnPush has been renamed to suggestChangeToOnPush.
  • drop support for eslint v8 and legacy eslintrc config format (#3056)

❤️ Thank You

Commits
  • 7ee4556 chore(release): publish 22.0.0
  • 70f228a feat(eslint-plugin)!: [prefer-on-push-component-change-detection] flag only o...
  • 526640f feat!: drop support for eslint v8 and legacy eslintrc config format (#3056)
  • See full diff in compare view

Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from ...

Description has been truncated

@dependabot dependabot Bot added skip-changelog Exclude pull requests from the release notes theme: angular theme: dependencies Pull requests that update a dependency file labels Jun 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/generators/angular/resources/angular-1bdba67c79 branch 8 times, most recently from 7eda7a3 to cf71304 Compare June 30, 2026 03:03
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/generators/angular/resources/angular-1bdba67c79 branch from cf71304 to 236d273 Compare June 30, 2026 15:49
Bumps the angular group with 10 updates in the /generators/angular/resources directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.2.17` | `22.0.4` |
| [@fortawesome/angular-fontawesome](https://github.com/FortAwesome/angular-fontawesome) | `4.0.0` | `5.0.0` |
| [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) | `20.0.0` | `21.0.0` |
| [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service) | `21.3.1` | `22.0.0` |
| [@angular-builders/custom-esbuild](https://github.com/just-jeb/angular-builders/tree/HEAD/packages/custom-esbuild) | `21.0.3` | `22.0.1` |
| [@angular-builders/custom-webpack](https://github.com/just-jeb/angular-builders/tree/HEAD/packages/custom-webpack) | `21.0.3` | `22.0.1` |
| [@angular/build](https://github.com/angular/angular-cli) | `21.2.13` | `22.0.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.2.13` | `22.0.4` |
| [angular-eslint](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/angular-eslint) | `21.4.0` | `22.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |



Updates `@angular/common` from 21.2.17 to 22.0.4
- [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.4/packages/common)

Updates `@fortawesome/angular-fontawesome` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/FortAwesome/angular-fontawesome/releases)
- [Changelog](https://github.com/FortAwesome/angular-fontawesome/blob/main/CHANGELOG.md)
- [Commits](FortAwesome/angular-fontawesome@4.0.0...5.0.0)

Updates `@ng-bootstrap/ng-bootstrap` from 20.0.0 to 21.0.0
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](ng-bootstrap/ng-bootstrap@20.0.0...21.0.0)

Updates `ngx-cookie-service` from 21.3.1 to 22.0.0
- [Release notes](https://github.com/stevermeister/ngx-cookie-service/releases)
- [Changelog](https://github.com/stevermeister/ngx-cookie-service/blob/master/CHANGELOG.md)
- [Commits](stevermeister/ngx-cookie-service@v21.3.1...v22.0.0)

Updates `@angular-builders/custom-esbuild` from 21.0.3 to 22.0.1
- [Release notes](https://github.com/just-jeb/angular-builders/releases)
- [Changelog](https://github.com/just-jeb/angular-builders/blob/master/packages/custom-esbuild/CHANGELOG.md)
- [Commits](https://github.com/just-jeb/angular-builders/commits/@angular-builders/custom-esbuild@22.0.1/packages/custom-esbuild)

Updates `@angular-builders/custom-webpack` from 21.0.3 to 22.0.1
- [Release notes](https://github.com/just-jeb/angular-builders/releases)
- [Changelog](https://github.com/just-jeb/angular-builders/blob/master/packages/custom-webpack/CHANGELOG.md)
- [Commits](https://github.com/just-jeb/angular-builders/commits/@angular-builders/custom-webpack@22.0.1/packages/custom-webpack)

Updates `@angular/build` from 21.2.13 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@v21.2.13...v22.0.4)

Updates `@angular/cli` from 21.2.13 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@v21.2.13...v22.0.4)

Updates `angular-eslint` from 21.4.0 to 22.0.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/angular-eslint/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v22.0.0/packages/angular-eslint)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: "@angular-builders/custom-esbuild"
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-builders/custom-webpack"
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/build"
  dependency-version: 22.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 22.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 22.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@fortawesome/angular-fontawesome"
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-version: 21.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: angular-eslint
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: ngx-cookie-service
  dependency-version: 22.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/generators/angular/resources/angular-1bdba67c79 branch from 236d273 to 49a9709 Compare July 1, 2026 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Exclude pull requests from the release notes theme: angular theme: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants