nicorac / bcr-gui

BCR-GUI is a companion app for the great BCR (Basic Call Recorder) Android application and other supported ROMs with embedded call recorders.
https://coolsoft.altervista.org
GNU General Public License v3.0
120 stars 6 forks source link

Bump the all-updates group with 24 updates #101

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps the all-updates group with 24 updates:

Package From To
@angular/cdk 17.2.1 17.3.0
@angular/common 17.2.3 17.3.0
@angular/core 17.2.3 17.3.0
@angular/forms 17.2.3 17.3.0
@angular/platform-browser 17.2.3 17.3.0
@angular/platform-browser-dynamic 17.2.3 17.3.0
@angular/router 17.2.3 17.3.0
@capacitor/android 5.7.1 5.7.3
@capacitor/core 5.7.1 5.7.3
@ionic/angular 7.7.3 7.8.0
@angular-devkit/build-angular 17.2.2 17.3.0
@angular-eslint/builder 17.2.1 17.3.0
@angular-eslint/eslint-plugin 17.2.1 17.3.0
@angular-eslint/eslint-plugin-template 17.2.1 17.3.0
@angular-eslint/template-parser 17.2.1 17.3.0
@angular/cli 17.2.2 17.3.0
@angular/compiler 17.2.3 17.3.0
@angular/compiler-cli 17.2.3 17.3.0
@capacitor/cli 5.7.1 5.7.3
@types/node 20.11.24 20.11.28
@typescript-eslint/eslint-plugin 7.1.1 7.2.0
@typescript-eslint/parser 7.1.1 7.2.0
eslint-plugin-jsdoc 48.2.0 48.2.1
typescript 5.3.3 5.4.2

Updates @angular/cdk from 17.2.1 to 17.3.0

Release notes

Sourced from @​angular/cdk's releases.

v17.3.0

17.3.0 "cobalt-catfish" (2024-03-14)

google-maps

Commit Description
feat - b4b91be04 add advanced marker (#28525)
fix - cc618b450 advanced marker not destroyed
fix - 5269e0f9d mapId not being set

material

Commit Description
feat - 26b376e43 tooltip: be able to customize the longpress delay (#27512)
fix - 09111d002 button-toggle: Add checkmark indicators with hideSingleSelectionIndicator and hideMultipleSelectionIndicator input and config options (#28553)
fix - 52da8b33f core: avoid solid ripples in buttons (#28717)
fix - 36d82d89c core: theming validation for m2 themes firing incorrectly (#28707)
fix - 79b447e2e form-field: ensure same stacking context as container (#28713)
fix - 63a764de6 slide-toggle: m3 selected track outline (#28625)
fix - 386f768b6 slider: fix animation issue (#28704)

v17.3.0-rc.0

17.3.0-rc.0 "silver-shoes" (2024-03-06)

material-experimental

Commit Description
feat - c62c578676 theming: provide hook for formatting toke… (#28660)

material

Commit Description
feat - 26b376e43e tooltip: be able to customize the longpress delay (#27512)
fix - 979e903020 autocomplete: prevent hidden overlay from blocking clicks (#28677)
fix - 216ae0cca1 autocomplete: requireSelection sometimes not clearing value when editing after selection (#28628)
fix - 09111d0029 button-toggle: Add checkmark indicators with hideSingleSelectionIndicator and hideMultipleSelectionIndicator input and config options (#28553)
fix - c20bac78fb checkbox: derive checkmark color from palette
fix - 577d070ffe chips: derive surface color from palette
fix - a99d8e929f core: mark fields on HasErrorState as nullable (#28689)
fix - fa2687f1a8 datepicker: always move caret to the end of the start input on backspace (#28669)
fix - c72add69a3 datepicker: datepicker doesn't announce newly selected range in firefox (#28529)
fix - 24eaa2ed63 expansion: prevent focus from entering the panel while it's animating (#28646)
fix - dd97c0eb96 schematics: add typography and density to custom theme (#28645)
fix - b169320777 schematics: don't interrupt ng add if adding the animations module fails (#28675)
fix - 63a764de61 slide-toggle: m3 selected track outline (#28625)
perf - f6e85844a0 form-field: resolve scrolling performance issues (#27251)

cdk

Commit Description
fix - ef68e3215c drag-drop: resolve helper directives with DI for proper hostDirectives support (#28633)
fix - 8f60b62c94 overlay: fix overlay margin in isBoundedByLeftViewportEdge ('left-ward') mode (#28233)

multiple

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

17.3.0 "cobalt-catfish" (2024-03-14)

material

Commit Type Description
26b376e43 feat tooltip: be able to customize the longpress delay (#27512)
09111d002 fix button-toggle: Add checkmark indicators with hideSingleSelectionIndicator and hideMultipleSelectionIndicator input and config options (#28553)
52da8b33f fix core: avoid solid ripples in buttons (#28717)
36d82d89c fix core: theming validation for m2 themes firing incorrectly (#28707)
79b447e2e fix form-field: ensure same stacking context as container (#28713)
63a764de6 fix slide-toggle: m3 selected track outline (#28625)
386f768b6 fix slider: fix animation issue (#28704)

google-maps

Commit Type Description
b4b91be04 feat add advanced marker (#28525)
cc618b450 fix advanced marker not destroyed
5269e0f9d fix mapId not being set

17.2.2 "metal-marble" (2024-03-06)

cdk

Commit Type Description
4af777a189 fix drag-drop: resolve helper directives with DI for proper hostDirectives support (#28633)
94eafc134f fix overlay: fix overlay margin in isBoundedByLeftViewportEdge ('left-ward') mode (#28233)

material

Commit Type Description
65aaaf3abf fix autocomplete: prevent hidden overlay from blocking clicks (#28677)
d08ddaab81 fix autocomplete: requireSelection sometimes not clearing value when editing after selection (#28628)
5b3210bfda fix checkbox: derive checkmark color from palette
fb20320b82 fix chips: derive surface color from palette
fe01e298a0 fix core: mark fields on HasErrorState as nullable (#28689)
afbb34e415 fix datepicker: always move caret to the end of the start input on backspace (#28669)
ec6f8e2e62 fix datepicker: datepicker doesn't announce newly selected range in firefox (#28529)
ba6e809761 fix expansion: prevent focus from entering the panel while it's animating (#28646)
07f5ed9dc6 fix schematics: add typography and density to custom theme (#28645)
6d8160c166 fix schematics: don't interrupt ng add if adding the animations module fails (#28675)
9655ecb872 fix slide-toggle: m3 selected track outline (#28625) (#28634)
7d352fbf88 perf form-field: resolve scrolling performance issues (#27251)

material-experimental

Commit Type Description
f18ef99785 feat theming: provide hook for formatting toke… (#28660)

multiple

Commit Type Description
14c055fe07 fix derive all token values from theme (#28664)

... (truncated)

Commits
  • 0a15c54 release: cut the v17.3.0 release
  • 52da8b3 fix(material/core): avoid solid ripples in buttons (#28717)
  • 79b447e fix(material/form-field): ensure same stacking context as container (#28713)
  • 36d82d8 fix(material/core): theming validation for m2 themes firing incorrectly (#28707)
  • 0b6f153 docs: remove current work from readme (#28705)
  • 386f768 fix(material/slider): fix animation issue (#28704)
  • 3b45502 refactor(cdk/a11y): only call currentResolve if defined (#28701)
  • 4e0e120 release: cut the v17.3.0-rc.0 release
  • a6ce587 docs: release notes for the v17.2.2 release
  • a99d8e9 fix(material/core): mark fields on HasErrorState as nullable (#28689)
  • Additional commits viewable in compare view


Updates @angular/common from 17.2.3 to 17.3.0

Release notes

Sourced from @​angular/common's releases.

v17.3.0

17.3.0 (2024-03-13)

compiler

Commit Description
feat - 1a6beae8a2 Enable template pipeline by default. (#54571)
fix - f386a04c9d handle two-way bindings to signal-based template variables in instruction generation (#54714)
fix - 1f129f114e not catching for loop empty tracking expressions (#54772)

compiler-cli

Commit Description
fix - 12dc4d074e account for as expression in docs extraction (#54414)
fix - da7fbb40f0 detect when the linker is working in unpublished angular and widen supported versions (#54439)
fix - 492e03f699 flag two-way bindings to non-signal values in templates (#54714)
fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)

core

Commit Description
feat - 331b16efd2 add API to inject attributes on the host node (#54604)
feat - fb540e169a add migration for invalid two-way bindings (#54630)
feat - c687b8f453 expose new output() API (#54650)
feat - c809069f21 introduce outputFromObservable() interop function (#54650)
feat - aff65fd1f4 introduce outputToObservable interop helper (#54650)
feat - 974958913c support TypeScript 5.4 (#54414)
fix - 39a50f9a8d ensure all initializer functions run in an injection context (#54761)
fix - 243ccce624 exclude class attribute intended for projection matching from directive matching (#54800)
fix - 2909e9817d prevent infinite loops in clobbered elements check (#54425)
fix - 7243c704cf return a readonly signal on asReadonly. (#54706)
perf - bb35414a38 speed up retrieval of DestroyRef in EventEmitter (#54748)

http

Commit Description
fix - 8d37ed035c exclude caching for authenticated HTTP requests (#54746)

router

Commit Description
feat - c1c7384e02 Add reusable types for router guards (#54580)
fix - 7225485311 Navigations triggered by cancellation events should cancel previous navigation (#54710)

v17.3.0-rc.0

17.3.0-rc.0 (2024-03-06)

compiler-cli

Commit Description
fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)
fix - ae7dbe42de unwrap expressions with type parameters in query read property (#54647)

core

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

17.3.0 (2024-03-13)

compiler

Commit Type Description
1a6beae8a2 feat Enable template pipeline by default. (#54571)
f386a04c9d fix handle two-way bindings to signal-based template variables in instruction generation (#54714)
1f129f114e fix not catching for loop empty tracking expressions (#54772)

compiler-cli

Commit Type Description
12dc4d074e fix account for as expression in docs extraction (#54414)
da7fbb40f0 fix detect when the linker is working in unpublished angular and widen supported versions (#54439)
492e03f699 fix flag two-way bindings to non-signal values in templates (#54714)
5afa4f0ec1 fix support ModuleWithProviders literal detection with typeof (#54650)

core

Commit Type Description
331b16efd2 feat add API to inject attributes on the host node (#54604)
fb540e169a feat add migration for invalid two-way bindings (#54630)
c687b8f453 feat expose new output() API (#54650)
c809069f21 feat introduce outputFromObservable() interop function (#54650)
aff65fd1f4 feat introduce outputToObservable interop helper (#54650)
974958913c feat support TypeScript 5.4 (#54414)
39a50f9a8d fix ensure all initializer functions run in an injection context (#54761)
243ccce624 fix exclude class attribute intended for projection matching from directive matching (#54800)
2909e9817d fix prevent infinite loops in clobbered elements check (#54425)
7243c704cf fix return a readonly signal on asReadonly. (#54706)
bb35414a38 perf speed up retrieval of DestroyRef in EventEmitter (#54748)

http

Commit Type Description
8d37ed035c fix exclude caching for authenticated HTTP requests (#54746)

router

Commit Type Description
c1c7384e02 feat Add reusable types for router guards (#54580)
7225485311 fix Navigations triggered by cancellation events should cancel previous navigation (#54710)

17.2.4 (2024-03-06)

compiler-cli

Commit Type Description
917b9bdd2e fix unwrap expressions with type parameters in query read property (#54647)

core

Commit Type Description
586cc24a10 fix apply TestBed provider overrides to @defer dependencies (#54667)

... (truncated)

Commits
  • 8d37ed0 fix(http): exclude caching for authenticated HTTP requests (#54746)
  • 9749589 feat(core): support TypeScript 5.4 (#54414)
  • 707bfc9 perf(common): AsyncPipe should not call markForCheck on subscription (#54...
  • 55fd7b3 docs(docs-infra): Add missing api entries (#54517)
  • 219445c fix(common): image placeholder not removed in OnPush component (#54515)
  • 74b5a51 fix(http): Use string body to generate transfer cache key. (#54379)
  • See full diff in compare view


Updates @angular/core from 17.2.3 to 17.3.0

Release notes

Sourced from @​angular/core's releases.

v17.3.0

17.3.0 (2024-03-13)

compiler

Commit Description
feat - 1a6beae8a2 Enable template pipeline by default. (#54571)
fix - f386a04c9d handle two-way bindings to signal-based template variables in instruction generation (#54714)
fix - 1f129f114e not catching for loop empty tracking expressions (#54772)

compiler-cli

Commit Description
fix - 12dc4d074e account for as expression in docs extraction (#54414)
fix - da7fbb40f0 detect when the linker is working in unpublished angular and widen supported versions (#54439)
fix - 492e03f699 flag two-way bindings to non-signal values in templates (#54714)
fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)

core

Commit Description
feat - 331b16efd2 add API to inject attributes on the host node (#54604)
feat - fb540e169a add migration for invalid two-way bindings (#54630)
feat - c687b8f453 expose new output() API (#54650)
feat - c809069f21 introduce outputFromObservable() interop function (#54650)
feat - aff65fd1f4 introduce outputToObservable interop helper (#54650)
feat - 974958913c support TypeScript 5.4 (#54414)
fix - 39a50f9a8d ensure all initializer functions run in an injection context (#54761)
fix - 243ccce624 exclude class attribute intended for projection matching from directive matching (#54800)
fix - 2909e9817d prevent infinite loops in clobbered elements check (#54425)
fix - 7243c704cf return a readonly signal on asReadonly. (#54706)
perf - bb35414a38 speed up retrieval of DestroyRef in EventEmitter (#54748)

http

Commit Description
fix - 8d37ed035c exclude caching for authenticated HTTP requests (#54746)

router

Commit Description
feat - c1c7384e02 Add reusable types for router guards (#54580)
fix - 7225485311 Navigations triggered by cancellation events should cancel previous navigation (#54710)

v17.3.0-rc.0

17.3.0-rc.0 (2024-03-06)

compiler-cli

Commit Description
fix - 5afa4f0ec1 support ModuleWithProviders literal detection with typeof (#54650)
fix - ae7dbe42de unwrap expressions with type parameters in query read property (#54647)

core

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

17.3.0 (2024-03-13)

compiler

Commit Type Description
1a6beae8a2 feat Enable template pipeline by default. (#54571)
f386a04c9d fix handle two-way bindings to signal-based template variables in instruction generation (#54714)
1f129f114e fix not catching for loop empty tracking expressions (#54772)

compiler-cli

Commit Type Description
12dc4d074e fix account for as expression in docs extraction (#54414)
da7fbb40f0 fix detect when the linker is working in unpublished angular and widen supported versions (#54439)
492e03f699 fix flag two-way bindings to non-signal values in templates (#54714)
5afa4f0ec1 fix support ModuleWithProviders literal detection with typeof (#54650)

core

Commit Type Description
331b16efd2 feat add API to inject attributes on the host node (#54604)
fb540e169a feat add migration for invalid two-way bindings (#54630)
c687b8f453 feat expose new output() API (#54650)
c809069f21 feat introduce outputFromObservable() interop function (#54650)
aff65fd1f4 feat introduce outputToObservable interop helper (#54650)
974958913c feat support TypeScript 5.4 (#54414)
39a50f9a8d fix ensure all initializer functions run in an injection context (#54761)
243ccce624 fix exclude class attribute intended for projection matching from directive matching (#54800)
2909e9817d fix prevent infinite loops in clobbered elements check (#54425)
7243c704cf fix return a readonly signal on asReadonly. (#54706)
bb35414a38 perf speed up retrieval of DestroyRef in EventEmitter (#54748)

http

Commit Type Description
8d37ed035c fix exclude caching for authenticated HTTP requests (#54746)

router

Commit Type Description
c1c7384e02 feat Add reusable types for router guards (#54580)
7225485311 fix Navigations triggered by cancellation events should cancel previous navigation (#54710)

17.2.4 (2024-03-06)

compiler-cli

Commit Type Description
917b9bdd2e fix unwrap expressions with type parameters in query read property (#54647)

core

Commit Type Description
586cc24a10 fix apply TestBed provider overrides to @defer dependencies (#54667)

... (truncated)

Commits
  • 5d41ab9 refactor(core): restructure logic in isCssClassMatching function (#54800)
  • 243ccce fix(core): exclude class attribute intended for projection matching from dire...
  • cdfcb77 refactor(core): add internal API to enable i18n hydration (#54784)
  • 7df0a8a refactor(core): report subscription errors for OutputEmitterRef to `ErrorHa...
  • 9889346 docs: typo in output documentation (#54773)
  • 39a50f9 fix(core): ensure all initializer functions run in an injection context (#54761)
  • 1f77083 refactor(core): assert presence of the track function (#54814)
  • bb35414 perf(core): speed up retrieval of DestroyRef in EventEmitter (#54748)
  • 2909e98 fix(core): prevent infinite loops in clobbered elements check (#54425)
  • 619f3c8 refactor(core): add i18nNodes in preparation for i18n hydration (#54750)
  • Additional commits viewable in compare view


Updates @angular/forms from 17.2.3 to 17.3.0

Release notes

Sourced from @​angular/forms's releases.

v17.3.0

17.3.0 (20... _Description has been truncated_

nicorac commented 3 months ago

@dependabot rebase

dependabot[bot] commented 3 months ago

Superseded by #103.