Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 11 updates#13

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-ed64f7a09e
Open

chore(deps): bump the production-dependencies group across 1 directory with 11 updates#13
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-ed64f7a09e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the production-dependencies group with 11 updates in the / directory:

Package From To
bun-types 1.3.5 1.3.9
@angular/common 21.0.6 21.1.4
@angular/compiler 21.0.6 21.1.4
@angular/core 21.0.6 21.1.4
@angular/forms 21.0.6 21.1.4
@angular/platform-browser 21.0.6 21.1.4
@angular/router 21.0.6 21.1.4
@fortawesome/fontawesome-svg-core 7.1.0 7.2.0
@fortawesome/free-brands-svg-icons 7.1.0 7.2.0
@fortawesome/free-regular-svg-icons 7.1.0 7.2.0
@fortawesome/free-solid-svg-icons 7.1.0 7.2.0

Updates bun-types from 1.3.5 to 1.3.9

Release notes

Sourced from bun-types's releases.

Bun v1.3.9

To install Bun v1.3.9

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.9:

bun upgrade

Read Bun v1.3.9's release notes on Bun's blog

Thanks to 10 contributors!

Bun v1.3.8

To install Bun v1.3.8

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.8:

bun upgrade

... (truncated)

Commits
  • e5cd034 Define seed in crc32 types (#26754)
  • 41de7a3 [publish images] Upgrade LLVM toolchain from 19.1.7 to 21.1.8 (#26667)
  • d23312d feat(test): add Symbol.dispose support to mock/spyOn (#26692)
  • 9d68ec8 require --compile for ESM bytecode (#26624)
  • a524634 fix(types): Socket.reload() now correctly expects { socket: handler } (#26291)
  • f648483 fix(types): add missing SIMD variants to Bun.Build.CompileTarget type (#26248)
  • 01fa610 fix(types): add missing bun-linux-x64-${SIMD} compile target type (#26607)
  • 1bfe5c6 feat(md): Zig markdown parser with Bun.markdown API (#26440)
  • b59c77a feat: add native JSON5 parser (Bun.JSON5) (#26439)
  • e8b2455 feat: add Bun.JSONL.parse() for streaming newline-delimited JSON parsing (#...
  • Additional commits viewable in compare view

Updates @angular/common from 21.0.6 to 21.1.4

Release notes

Sourced from @​angular/common's releases.

21.1.4

compiler

Commit Description
fix - caab23dfe6 add geolocation element to schema

core

Commit Description
fix - 2b99eaa019 capture animation dependencies eagerly to avoid destroyed injector
fix - d6aeac504c Fix flakey test due to document injection

forms

Commit Description
feat - 0d1acd0165 support signal-based schemas in validateStandardSchema

http

Commit Description
fix - 3905015ccc correctly parse ArrayBuffer and Blob in transfer cache

21.1.3

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

21.1.4 (2026-02-11)

compiler

Commit Type Description
caab23dfe6 fix add geolocation element to schema

core

Commit Type Description
2b99eaa019 fix capture animation dependencies eagerly to avoid destroyed injector
d6aeac504c fix Fix flakey test due to document injection

forms

Commit Type Description
0d1acd0165 feat support signal-based schemas in validateStandardSchema

http

Commit Type Description
3905015ccc fix correctly parse ArrayBuffer and Blob in transfer cache

21.2.0-next.2 (2026-02-04)

core

Commit Type Description
8d5210c9fe feat add ChangeDetectionStrategy.Eager alias for Default
aff9e36a98 fix linkedSignal.update should propagate errors
8ab433abdd fix export DirectiveWithBindings
cab5ddd526 fix hold constructors weakly in DepsTracker cache
c66a19f0de fix prevent element duplication with dynamic components

forms

Commit Type Description
95ecce8334 feat allow setting submit options at form-level
3937afc316 feat introduce SignalFormControl for Reactive Forms compatibility
dd208ca259 feat update submit function to accept options object
b1bf535f8e fix Resolves debounce promise on abort in debounceForDuration

language-service

Commit Type Description
496967e7b1 feat add JSON schema for angularCompilerOptions
8c21866f49 feat add linked editing ranges for HTML tag synchronization

localize

Commit Type Description
1c3b1cf18d fix add support for unit-test builder in ng-add schematic

router

Commit Type Description

... (truncated)

Commits
  • 6c14e3a build: update Jasmine to 6.0.0
  • 19542a3 test(common): remove zone-based testing utilities
  • 3905015 fix(http): correctly parse ArrayBuffer and Blob in transfer cache
  • 6f5c233 refactor(common): extract argument assertion
  • 7242da2 docs: reword docs on standalone.
  • 6601f06 test(common): enables zoneless change detection in tests
  • 3954dc2 refactor(http): remove redundant providedIn: 'root' in XSRF_HEADER_NAME
  • 03e2b36 refactor(core): update error message links to versioned docs (#66374)
  • 74af7d8 refactor(core): Use the provided Document value rather than global in FakeNav...
  • a2b9429 Revert "feat(router): add trailingSlash config option"
  • Additional commits viewable in compare view

Updates @angular/compiler from 21.0.6 to 21.1.4

Release notes

Sourced from @​angular/compiler's releases.

21.1.4

compiler

Commit Description
fix - caab23dfe6 add geolocation element to schema

core

Commit Description
fix - 2b99eaa019 capture animation dependencies eagerly to avoid destroyed injector
fix - d6aeac504c Fix flakey test due to document injection

forms

Commit Description
feat - 0d1acd0165 support signal-based schemas in validateStandardSchema

http

Commit Description
fix - 3905015ccc correctly parse ArrayBuffer and Blob in transfer cache

21.1.3

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

21.1.4 (2026-02-11)

compiler

Commit Type Description
caab23dfe6 fix add geolocation element to schema

core

Commit Type Description
2b99eaa019 fix capture animation dependencies eagerly to avoid destroyed injector
d6aeac504c fix Fix flakey test due to document injection

forms

Commit Type Description
0d1acd0165 feat support signal-based schemas in validateStandardSchema

http

Commit Type Description
3905015ccc fix correctly parse ArrayBuffer and Blob in transfer cache

21.2.0-next.2 (2026-02-04)

core

Commit Type Description
8d5210c9fe feat add ChangeDetectionStrategy.Eager alias for Default
aff9e36a98 fix linkedSignal.update should propagate errors
8ab433abdd fix export DirectiveWithBindings
cab5ddd526 fix hold constructors weakly in DepsTracker cache
c66a19f0de fix prevent element duplication with dynamic components

forms

Commit Type Description
95ecce8334 feat allow setting submit options at form-level
3937afc316 feat introduce SignalFormControl for Reactive Forms compatibility
dd208ca259 feat update submit function to accept options object
b1bf535f8e fix Resolves debounce promise on abort in debounceForDuration

language-service

Commit Type Description
496967e7b1 feat add JSON schema for angularCompilerOptions
8c21866f49 feat add linked editing ranges for HTML tag synchronization

localize

Commit Type Description
1c3b1cf18d fix add support for unit-test builder in ng-add schematic

router

Commit Type Description

... (truncated)

Commits
  • 6c14e3a build: update Jasmine to 6.0.0
  • caab23d fix(compiler): add geolocation element to schema
  • 3f0fbaa refactor(compiler): remove zone-based testing utilities
  • 0729181 test(compiler): remove zone-based testing utilities
  • ea70b00 refactor(compiler): remove unused symbols
  • ded654d build: initial test of TypeScript 6
  • 5326333 fix(forms): Ensure the control instruction comes after the other bindings
  • 29f074a fix(forms): Rename signal form [field] to [formField]
  • 0875dea refactor(compiler): switch Binary.isAssignmentOperation to type guard function
  • 83bac5a refactor(compiler): tighten Unary.operator type
  • Additional commits viewable in compare view

Updates @angular/core from 21.0.6 to 21.1.4

Release notes

Sourced from @​angular/core's releases.

21.1.4

compiler

Commit Description
fix - caab23dfe6 add geolocation element to schema

core

Commit Description
fix - 2b99eaa019 capture animation dependencies eagerly to avoid destroyed injector
fix - d6aeac504c Fix flakey test due to document injection

forms

Commit Description
feat - 0d1acd0165 support signal-based schemas in validateStandardSchema

http

Commit Description
fix - 3905015ccc correctly parse ArrayBuffer and Blob in transfer cache

21.1.3

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

21.1.4 (2026-02-11)

compiler

Commit Type Description
caab23dfe6 fix add geolocation element to schema

core

Commit Type Description
2b99eaa019 fix capture animation dependencies eagerly to avoid destroyed injector
d6aeac504c fix Fix flakey test due to document injection

forms

Commit Type Description
0d1acd0165 feat support signal-based schemas in validateStandardSchema

http

Commit Type Description
3905015ccc fix correctly parse ArrayBuffer and Blob in transfer cache

21.2.0-next.2 (2026-02-04)

core

Commit Type Description
8d5210c9fe feat add ChangeDetectionStrategy.Eager alias for Default
aff9e36a98 fix linkedSignal.update should propagate errors
8ab433abdd fix export DirectiveWithBindings
cab5ddd526 fix hold constructors weakly in DepsTracker cache
c66a19f0de fix prevent element duplication with dynamic components

forms

Commit Type Description
95ecce8334 feat allow setting submit options at form-level
3937afc316 feat introduce SignalFormControl for Reactive Forms compatibility
dd208ca259 feat update submit function to accept options object
b1bf535f8e fix Resolves debounce promise on abort in debounceForDuration

language-service

Commit Type Description
496967e7b1 feat add JSON schema for angularCompilerOptions
8c21866f49 feat add linked editing ranges for HTML tag synchronization

localize

Commit Type Description
1c3b1cf18d fix add support for unit-test builder in ng-add schematic

router

Commit Type Description

... (truncated)

Commits
  • 2b99eaa fix(core): capture animation dependencies eagerly to avoid destroyed injector
  • d9ec23e test: add test about mapped attributes to input
  • 6c14e3a build: update Jasmine to 6.0.0
  • d6aeac5 fix(core): Fix flakey test due to document injection
  • 3905015 fix(http): correctly parse ArrayBuffer and Blob in transfer cache
  • 3f0fbaa refactor(compiler): remove zone-based testing utilities
  • 52745a2 build: update cross-repo angular dependencies
  • 2cf4da0 fix(core): hold constructors weakly in DepsTracker cache
  • 2b254bc fix(core): linkedSignal.update should propagate errors
  • e5110b4 fix(core): export DirectiveWithBindings
  • Additional commits viewable in compare view

Updates @angular/forms from 21.0.6 to 21.1.4

Release notes

Sourced from @​angular/forms's releases.

21.1.4

compiler

Commit Description
fix - caab23dfe6 add geolocation element to schema

core

Commit Description
fix - 2b99eaa019 capture animation dependencies eagerly to avoid destroyed injector
fix - d6aeac504c Fix flakey test due to document injection

forms

Commit Description
feat - 0d1acd0165 support signal-based schemas in validateStandardSchema

http

Commit Description
fix - 3905015ccc correctly parse ArrayBuffer and Blob in transfer cache

21.1.3

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

21.1.4 (2026-02-11)

compiler

Commit Type Description
caab23dfe6 fix add geolocation element to schema

core

Commit Type Description
2b99eaa019 fix capture animation dependencies eagerly to avoid destroyed injector
d6aeac504c fix Fix flakey test due to document injection

forms

Commit Type Description
0d1acd0165 feat support signal-based schemas in validateStandardSchema

http

Commit Type Description
3905015ccc fix correctly parse ArrayBuffer and Blob in transfer cache

21.2.0-next.2 (2026-02-04)

core

Commit Type Description
8d5210c9fe feat add ChangeDetectionStrategy.Eager alias for Default
aff9e36a98 fix linkedSignal.update should propagate errors
8ab433abdd fix export DirectiveWithBindings
cab5ddd526 fix hold constructors weakly in DepsTracker cache
c66a19f0de fix prevent element duplication with dynamic components

forms

Commit Type Description
95ecce8334 feat allow setting submit options at form-level
3937afc316 feat introduce SignalFormControl for Reactive Forms compatibility
dd208ca259 feat update submit function to accept options object
b1bf535f8e fix Resolves debounce promise on abort in debounceForDuration

language-service

Commit Type Description
496967e7b1 feat add JSON schema for angularCompilerOptions
8c21866f49 feat add linked editing ranges for HTML tag synchronization

localize

Commit Type Description
1c3b1cf18d fix add support for unit-test builder in ng-add schematic

router

Commit Type Description

... (truncated)

Commits
  • 2c3f3cc refactor(forms): use optional chaining for safer method calls in form directives
  • 6c14e3a build: update Jasmine to 6.0.0
  • 0d1acd0 feat(forms): support signal-based schemas in validateStandardSchema
  • 1bf6bfc test(forms): remove zone-based testing utilities
  • 04d518b refactor(forms): work around internal issue
  • bbd5cf8 test(forms): migrate reactive forms and value accessors to zoneless
  • 6f75b6e fix(forms): Resolves debounce promise on abort in debounceForDuration
  • 9f99b14 fix(forms): only touch visible, interactive fields on submit
  • 31e6f0d test(forms): submit behavior while validation is pending
  • 223ff74 build: don't substitute binary files
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 21.0.6 to 21.1.4

Release notes

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

21.1.4

compiler

Commit Description
fix - caab23dfe6 add geolocation element to schema

core

Commit Description
fix - 2b99eaa019 capture animation dependencies eagerly to avoid destroyed injector
fix - d6aeac504c Fix flakey test due to document injection

forms

Commit Description
feat - 0d1acd0165 support signal-based schemas in validateStandardSchema

http

Commit Description
fix - 3905015ccc correctly parse ArrayBuffer and Blob in transfer cache

21.1.3

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory

21.1.2

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

... (truncated)

Changelog

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

21.1.4 (2026-02-11)

compiler

Commit Type Description
caab23dfe6 fix add geolocation element to schema

core

Commit Type Description
2b99eaa019 fix capture animation dependencies eagerly to avoid destroyed injector
d6aeac504c fix Fix flakey test due to document injection

forms

Commit Type Description
0d1acd0165 feat support signal-based schemas in validateStandardSchema

http

Commit Type Description
3905015ccc fix correctly parse ArrayBuffer and Blob in transfer cache

21.2.0-next.2 (2026-02-04)

core

Commit Type Description
8d5210c9fe feat add ChangeDetectionStrategy.Eager alias for Default
aff9e36a98 fix linkedSignal.update should propagate errors
8ab433abdd fix export DirectiveWithBindings
cab5ddd526 fix hold constructors weakly in DepsTracker cache
c66a19f0de fix prevent element duplication with dynamic components

forms

Commit Type Description
95ecce8334 feat allow setting submit options at form-level
3937afc316 feat introduce SignalFormControl for Reactive Forms compatibility
dd208ca259 feat update submit function to accept options object
b1bf535f8e fix Resolves debounce promise on abort in debounceForDuration

language-service

...

Description has been truncated

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Labels

The following labels could not be found: automated. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 16, 2026
…y with 11 updates

Bumps the production-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) | `1.3.5` | `1.3.9` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.0.6` | `21.1.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.0.6` | `21.1.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.0.6` | `21.1.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.0.6` | `21.1.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.0.6` | `21.1.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.0.6` | `21.1.4` |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `7.1.0` | `7.2.0` |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.1.0` | `7.2.0` |
| [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.1.0` | `7.2.0` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `7.1.0` | `7.2.0` |



Updates `bun-types` from 1.3.5 to 1.3.9
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/commits/bun-v1.3.9/packages/bun-types)

Updates `@angular/common` from 21.0.6 to 21.1.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/v21.1.4/packages/common)

Updates `@angular/compiler` from 21.0.6 to 21.1.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/v21.1.4/packages/compiler)

Updates `@angular/core` from 21.0.6 to 21.1.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/v21.1.4/packages/core)

Updates `@angular/forms` from 21.0.6 to 21.1.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/v21.1.4/packages/forms)

Updates `@angular/platform-browser` from 21.0.6 to 21.1.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/v21.1.4/packages/platform-browser)

Updates `@angular/router` from 21.0.6 to 21.1.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/v21.1.4/packages/router)

Updates `@fortawesome/fontawesome-svg-core` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.1.0...7.2.0)

Updates `@fortawesome/free-brands-svg-icons` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.1.0...7.2.0)

Updates `@fortawesome/free-regular-svg-icons` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.1.0...7.2.0)

Updates `@fortawesome/free-solid-svg-icons` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.1.0...7.2.0)

---
updated-dependencies:
- dependency-name: bun-types
  dependency-version: 1.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/common"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@angular/core"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@angular/router"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@fortawesome/free-regular-svg-icons"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-ed64f7a09e branch from 94a3846 to 53a6092 Compare February 23, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants