Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-dependencies group in /booklore-ui with 13 updates:

Package From To
@angular/animations 21.1.3 21.1.4
@angular/cdk 21.1.3 21.1.4
@angular/common 21.1.3 21.1.4
@angular/compiler 21.1.3 21.1.4
@angular/core 21.1.3 21.1.4
@angular/forms 21.1.3 21.1.4
@angular/platform-browser 21.1.3 21.1.4
@angular/platform-browser-dynamic 21.1.3 21.1.4
@angular/router 21.1.3 21.1.4
@angular/service-worker 21.1.3 21.1.4
@angular/build 21.1.3 21.1.4
@angular/cli 21.1.3 21.1.4
@angular/compiler-cli 21.1.3 21.1.4

Updates @angular/animations from 21.1.3 to 21.1.4

Release notes

Sourced from @​angular/animations'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
Changelog

Sourced from @​angular/animations'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

Updates @angular/cdk from 21.1.3 to 21.1.4

Release notes

Sourced from @​angular/cdk's releases.

21.1.4

material

Commit Description
fix - 84b5dd766 radio: hide empty labels (#32754)
fix - 58870b511 slide-toggle: overly broad selector (#32740)
fix - d175b0180 tooltip: do not block events to other overlays

aria

Commit Description
perf - 0bd0ad639 grid: performance when selecting in a large grid (#32766)

multiple

Commit Description
fix - 2a269598a change aria keyboard manager to only handle repeated events in correct places (#32728)
Changelog

Sourced from @​angular/cdk's changelog.

21.1.4 "zircaloy-gondola" (2026-02-11)

aria

Commit Type Description
0bd0ad639 perf grid: performance when selecting in a large grid (#32766)

material

Commit Type Description
84b5dd766 fix radio: hide empty labels (#32754)
58870b511 fix slide-toggle: overly broad selector (#32740)
d175b0180 fix tooltip: do not block events to other overlays

multiple

Commit Type Description
2a269598a fix change aria keyboard manager to only handle repeated events in correct places (#32728)

21.2.0-next.3 "wooden-kiwi" (2026-02-04)

aria

Commit Type Description
31ff7f26b fix grid: align output naming with styleguide
f1157b1c8 fix menu: Add label property for proper aria-label (#32710)
d030725f4 fix menu: align output naming with styleguide
06e3d756c fix toolbar: show outline on selected items when forced colors active (#32708)

material

Commit Type Description
a3f2ec8a9 fix badge: move warning check later (#32724)
865e3d50c fix chips: Example violates axe accessibility tests (#32679)

cdk-experimental

Commit Type Description
6fd833d2b perf column-resize: add debounce to column header hover to prevent excessive handler rendering (#30709)

Commits
  • c56a948 release: cut the v21.1.4 release
  • 8824c68 build: bump stackblitz template to 21.1 (#32752)
  • 84b5dd7 fix(material/radio): hide empty labels (#32754)
  • 0bd0ad6 perf(aria/grid): performance when selecting in a large grid (#32766)
  • 2a26959 fix(multiple): change aria keyboard manager to only handle repeated events in...
  • d175b01 fix(material/tooltip): do not block events to other overlays
  • 00806ea refactor(cdk/overlay): add way to only handle specific events in overlay
  • 58870b5 fix(material/slide-toggle): overly broad selector (#32740)
  • See full diff in compare view

Updates @angular/common from 21.1.3 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
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
  • See full diff in compare view

Updates @angular/compiler from 21.1.3 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
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
  • See full diff in compare view

Updates @angular/core from 21.1.3 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
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
  • See full diff in compare view

Updates @angular/forms from 21.1.3 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
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
  • See full diff in compare view

Updates @angular/platform-browser from 21.1.3 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
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

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

Updates @angular/platform-browser-dynamic from 21.1.3 to 21.1.4

Release notes

Sourced from @​angular/platform-browser-dynamic'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
Changelog

Sourced from @​angular/platform-browser-dynamic'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

Updates @angular/router from 21.1.3 to 21.1.4

Release notes

Sourced from @​angular/router'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

Bumps the npm-dependencies group in /booklore-ui with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `21.1.3` | `21.1.4` |
| [@angular/cdk](https://github.com/angular/components) | `21.1.3` | `21.1.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `21.1.3` | `21.1.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `21.1.3` | `21.1.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.1.3` | `21.1.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `21.1.3` | `21.1.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `21.1.3` | `21.1.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `21.1.3` | `21.1.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `21.1.3` | `21.1.4` |
| [@angular/service-worker](https://github.com/angular/angular/tree/HEAD/packages/service-worker) | `21.1.3` | `21.1.4` |
| [@angular/build](https://github.com/angular/angular-cli) | `21.1.3` | `21.1.4` |
| [@angular/cli](https://github.com/angular/angular-cli) | `21.1.3` | `21.1.4` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `21.1.3` | `21.1.4` |


Updates `@angular/animations` from 21.1.3 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/animations)

Updates `@angular/cdk` from 21.1.3 to 21.1.4
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@v21.1.3...v21.1.4)

Updates `@angular/common` from 21.1.3 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.1.3 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.1.3 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.1.3 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.1.3 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/platform-browser-dynamic` from 21.1.3 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-dynamic)

Updates `@angular/router` from 21.1.3 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 `@angular/service-worker` from 21.1.3 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/service-worker)

Updates `@angular/build` from 21.1.3 to 21.1.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.1.3...v21.1.4)

Updates `@angular/cli` from 21.1.3 to 21.1.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.1.3...v21.1.4)

Updates `@angular/compiler-cli` from 21.1.3 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-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/common"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/core"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/router"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/service-worker"
  dependency-version: 21.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/build"
  dependency-version: 21.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/cli"
  dependency-version: 21.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 21.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend Changes affecting the UI, Angular app, or web client. patch Backward-compatible bug fixes or tweaks labels Feb 13, 2026
@github-actions
Copy link

Frontend Test Results

8 tests  ±0   8 ✅ ±0   0s ⏱️ ±0s
2 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 137577d. ± Comparison against base commit 5e0de4d.

@github-actions
Copy link

Backend Test Results

  233 files  ±0    233 suites  ±0   55s ⏱️ +5s
1 887 tests ±0  1 883 ✅ ±0  4 💤 ±0  0 ❌ ±0 
1 944 runs  ±0  1 940 ✅ ±0  4 💤 ±0  0 ❌ ±0 

Results for commit 137577d. ± Comparison against base commit 5e0de4d.

This pull request removes 3 and adds 3 tests. Note that renamed tests count towards both.
org.booklore.service.metadata.MetadataRefreshServiceTest ‑ [2] fieldOptions = org.booklore.model.dto.request.MetadataRefreshOptions$FieldOptions@43885654, enabledFields = null
org.booklore.service.metadata.MetadataRefreshServiceTest ‑ [3] fieldOptions = null, enabledFields = org.booklore.model.dto.request.MetadataRefreshOptions$EnabledFields@5595f879
org.booklore.service.metadata.MetadataRefreshServiceTest ‑ [4] fieldOptions = org.booklore.model.dto.request.MetadataRefreshOptions$FieldOptions@6c06e4d4, enabledFields = org.booklore.model.dto.request.MetadataRefreshOptions$EnabledFields@480c406c
org.booklore.service.metadata.MetadataRefreshServiceTest ‑ [2] fieldOptions = org.booklore.model.dto.request.MetadataRefreshOptions$FieldOptions@15156faf, enabledFields = null
org.booklore.service.metadata.MetadataRefreshServiceTest ‑ [3] fieldOptions = null, enabledFields = org.booklore.model.dto.request.MetadataRefreshOptions$EnabledFields@2102f478
org.booklore.service.metadata.MetadataRefreshServiceTest ‑ [4] fieldOptions = org.booklore.model.dto.request.MetadataRefreshOptions$FieldOptions@3d24aed3, enabledFields = org.booklore.model.dto.request.MetadataRefreshOptions$EnabledFields@76cf4ade

@acx10 acx10 removed the patch Backward-compatible bug fixes or tweaks label Feb 13, 2026
@acx10 acx10 merged commit f2723cd into develop Feb 13, 2026
7 of 8 checks passed
@acx10 acx10 deleted the dependabot/npm_and_yarn/booklore-ui/npm-dependencies-3e75dc6374 branch February 13, 2026 03:49
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 frontend Changes affecting the UI, Angular app, or web client.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant