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 18 updates #97

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the all-updates group with 18 updates:

Package From To
@angular/cdk 17.2.1 17.2.2
@angular/common 17.2.3 17.2.4
@angular/core 17.2.3 17.2.4
@angular/forms 17.2.3 17.2.4
@angular/platform-browser 17.2.3 17.2.4
@angular/platform-browser-dynamic 17.2.3 17.2.4
@angular/router 17.2.3 17.2.4
@capacitor/android 5.7.1 5.7.2
@capacitor/core 5.7.1 5.7.2
@ionic/angular 7.7.3 7.7.4
@angular-devkit/build-angular 17.2.2 17.2.3
@angular/cli 17.2.2 17.2.3
@angular/compiler 17.2.3 17.2.4
@angular/compiler-cli 17.2.3 17.2.4
@capacitor/cli 5.7.1 5.7.2
@types/node 20.11.24 20.11.25
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.2.2

Release notes

Sourced from @​angular/cdk's releases.

v17.2.2

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

material-experimental

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

material

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

cdk

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

multiple

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

Sourced from @​angular/cdk's changelog.

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)

17.3.0-next.0 "allanite-apricot" (2024-02-22)

google-maps

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

Commits
  • 8c1891c release: cut the v17.2.2 release
  • fe01e29 fix(material/core): mark fields on HasErrorState as nullable (#28689)
  • 4dc2b52 refactor(material-experimental/theming): move error colors into color palette...
  • f18ef99 feat(material-experimental/theming): provide hook for formatting toke… (#28660)
  • ec6f8e2 fix(material/datepicker): datepicker doesn't announce newly selected range in...
  • 5c8feac refactor(material/core): deprecate TypeScript mixin functions (#28673)
  • afbb34e fix(material/datepicker): always move caret to the end of the start input on ...
  • 6d8160c fix(material/schematics): don't interrupt ng add if adding the animations mod...
  • 65aaaf3 fix(material/autocomplete): prevent hidden overlay from blocking clicks (#28677)
  • fb20320 fix(material/chips): derive surface color from palette
  • Additional commits viewable in compare view


Updates @angular/common from 17.2.3 to 17.2.4

Release notes

Sourced from @​angular/common's releases.

v17.2.4

17.2.4 (2024-03-06)

compiler-cli

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

core

Commit Description
fix - 586cc24a10 apply TestBed provider overrides to @defer dependencies (#54667)
fix - b558a01c84 generic inference for signal inputs may break with --strictFunctionTypes (#54652)
fix - 443e5f1591 return a readonly signal on asReadonly. (#54719)
fix - ffbafc7d4a untrack various core operations (#54614)
Changelog

Sourced from @​angular/common's changelog.

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)
b558a01c84 fix generic inference for signal inputs may break with --strictFunctionTypes (#54652)
443e5f1591 fix return a readonly signal on asReadonly. (#54719)
ffbafc7d4a fix untrack various core operations (#54614)

Commits


Updates @angular/core from 17.2.3 to 17.2.4

Release notes

Sourced from @​angular/core's releases.

v17.2.4

17.2.4 (2024-03-06)

compiler-cli

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

core

Commit Description
fix - 586cc24a10 apply TestBed provider overrides to @defer dependencies (#54667)
fix - b558a01c84 generic inference for signal inputs may break with --strictFunctionTypes (#54652)
fix - 443e5f1591 return a readonly signal on asReadonly. (#54719)
fix - ffbafc7d4a untrack various core operations (#54614)
Changelog

Sourced from @​angular/core's changelog.

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)
b558a01c84 fix generic inference for signal inputs may break with --strictFunctionTypes (#54652)
443e5f1591 fix return a readonly signal on asReadonly. (#54719)
ffbafc7d4a fix untrack various core operations (#54614)

Commits
  • 443e5f1 fix(core): return a readonly signal on asReadonly. (#54719)
  • 43b027f docs: fix label on API link. (#54621)
  • 586cc24 fix(core): apply TestBed provider overrides to @defer dependencies (#54667)
  • b558a01 fix(core): generic inference for signal inputs may break with `--strictFuncti...
  • e3bdab1 refactor(core): Pending effects should make the application unstable (#53835)
  • 37dcf8d refactor(core): remove unused EffectRef import statement (#53863)
  • ffbafc7 fix(core): untrack various core operations (#54614)
  • See full diff in compare view


Updates @angular/forms from 17.2.3 to 17.2.4

Release notes

Sourced from @​angular/forms's releases.

v17.2.4

17.2.4 (2024-03-06)

compiler-cli

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

core

Commit Description
fix - 586cc24a10 apply TestBed provider overrides to @defer dependencies (#54667)
fix - b558a01c84 generic inference for signal inputs may break with --strictFunctionTypes (#54652)
fix - 443e5f1591 return a readonly signal on asReadonly. (#54719)
fix - ffbafc7d4a untrack various core operations (#54614)
Changelog

Sourced from @​angular/forms's changelog.

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)
b558a01c84 fix generic inference for signal inputs may break with --strictFunctionTypes (#54652)
443e5f1591 fix return a readonly signal on asReadonly. (#54719)
ffbafc7d4a fix untrack various core operations (#54614)

Commits


Updates @angular/platform-browser from 17.2.3 to 17.2.4

Release notes

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

v17.2.4

17.2.4 (2024-03-06)

compiler-cli

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

core

Commit Description
fix - 586cc24a10 apply TestBed provider overrides to @defer dependencies (#54667)
fix - b558a01c84 generic inference for signal inputs may break with --strictFunctionTypes (#54652)
fix - 443e5f1591 return a readonly signal on asReadonly. (#54719)
fix - ffbafc7d4a untrack various core operations (#54614)
Changelog

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

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)
b558a01c84 fix generic inference for signal inputs may break with --strictFunctionTypes (#54652)
443e5f1591 fix return a readonly signal on asReadonly. (#54719)
ffbafc7d4a fix untrack various core operations (#54614)

Commits


Updates @angular/platform-browser-dynamic from 17.2.3 to 17.2.4

Release notes

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

v17.2.4

17.2.4 (2024-03-06)

compiler-cli

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

core

Commit Description
fix - 586cc24a10 apply TestBed provider overrides to @defer dependencies (#54667)
fix - b558a01c84 generic inference for signal inputs may break with --strictFunctionTypes (#54652)
fix - 443e5f1591 return a readonly signal on asReadonly. (#54719)
fix - ffbafc7d4a untrack various core operations (#54614)
Changelog

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

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)
b558a01c84 fix generic inference for signal inputs may break with --strictFunctionTypes (#54652)
443e5f1591 fix return a readonly signal on asReadonly. (#54719)
ffbafc7d4a fix untrack various core operations (#54614)

Commits


Updates @angular/router from 17.2.3 to 17.2.4

Release notes

Sourced from @​angular/router's releases.

v17.2.4

17.2.4 (2024-03-06)

compiler-cli

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

core

Commit Description
fix - 586cc24a10 apply TestBed provider overrides to @defer dependencies (#54667)
fix - b558a01c84 generic inference for signal inputs may break with --strictFunctionTypes (#54652)
fix - 443e5f1591 return a readonly signal on asReadonly. (#54719)
fix - ffbafc7d4a untrack various core operations (#54614)
Changelog

Sourced from @​angular/router's changelog.

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)
b558a01c84 fix generic inference for signal inputs may break with --strictFunctionTypes (#54652)
443e5f1591 fix return a readonly signal on asReadonly. (#54719)
ffbafc7d4a fix untrack various core operations (#54614)

Commits


Updates @capacitor/android from 5.7.1 to 5.7.2

Release notes

Sourced from @​capacitor/android's releases.

5.7.2

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)
Changelog

Sourced from @​capacitor/android's changelog.

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)
Commits
  • b0481ff Release 5.7.2
  • 67c00e2 fix(android): prevent crash on script injection if the script is too long (#7...
  • 28e7f08 fix(cli): Attempt to verify non-cjs modules exist if cjs resolution fails (#7...
  • See full diff in compare view


Updates @capacitor/core from 5.7.1 to 5.7.2

Release notes

Sourced from @​capacitor/core's releases.

5.7.2

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)
Changelog

Sourced from @​capacitor/core's changelog.

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)
Commits
  • b0481ff Release 5.7.2
  • 67c00e2 fix(android): prevent crash on script injection if the script is too long (#7...
  • 28e7f08 fix(cli): Attempt to verify non-cjs modules exist if cjs resolution fails (#7...
  • See full diff in compare view


Updates @ionic/angular from 7.7.3 to 7.7.4

Release notes

Sourced from @​ionic/angular's releases.

v7.7.4

7.7.4 (2024-03-06)

Bug Fixes

  • modal: ariaLabel and role are inherited when set via htmlAttributes (#29099) (de13633)
Changelog

Sourced from @​ionic/angular's changelog.

7.7.4 (2024-03-06)

Bug Fixes

  • modal: ariaLabel and role are inherited when set via htmlAttributes (#29099) (de13633)
Commits
  • 911519a v7.7.4
  • 5edee91 chore(deps): update dependency @​capacitor/core to v5.7.1 (#29112)
  • dcad470 chore(deps): update dependency @​stencil/core to v4.12.4 (#29109)
  • 4152604 docs(contributing): add more context about focus, hover, and active (#29106)
  • d16acbe chore(deps): update github/codeql-action action to v3 (#29050)
  • 02ec5d0 chore(deps): update dependency @​playwright/test to v1.41.2 (#29046)
  • 0314f1c chore(deps): update download + upload artifacts to v4 (major) (#29049)
  • 975bc43 chore(deps): update actions/setup-node action to v4 (#29048)
  • 1a5cbd0 chore(deps): update dependency @​stencil/core to v4.12.3 (#29086)
  • de13633 fix(modal): ariaLabel and role are inherited when set via htmlAttributes (#29...
  • Additional commits viewable in compare view


Updates @angular-devkit/build-angular from 17.2.2 to 17.2.3

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v17.2.3

17.2.3 (2024-03-06)

@​angular-devkit/build-angular

Commit Description
fix - 7cc8261fd avoid implicit CSS file extensions when resolving
fix - 259ec72d5 avoid marking component styles as media with no output media directory
fix - faffdfdce disable deployUrl when using vite dev-server
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

17.2.3 (2024-03-06)

@​angular-devkit/build-angular

Commit Type Description
7cc8261fd fix avoid implicit CSS file extensions when resolving
259ec72d5 fix avoid marking component styles as media with no output media directory
faffdfdce fix disable deployUrl when using vite dev-server

Commits
  • 5c49415 release: cut the v17.2.3 release
  • faffdfd fix(@​angular-devkit/build-angular): disable deployUrl when using vite dev-s...
  • 1f9cb86 docs: fix typo in json schema
  • 259ec72 fix(@​angular-devkit/build-angular): avoid marking component styles as media w...
  • 7cc8261 fix(@​angular-devkit/build-angular): avoid implicit CSS file extensions when r...
  • See full diff in compare view


Updates @angular/cli from 17.2.2 to 17.2.3

Release notes

Sourced from @​angular/cli's releases.

v17.2.3

17.2.3 (2024-03-06)

@​angular-devkit/build-angular

Commit Description
fix - 7cc8261fd avoid implicit CSS file extensions when resolving
fix - 259ec72d5 avoid marking component styles as media with no output media directory
fix - faffdfdce disable deployUrl when using vite dev-server
Changelog

Sourced from @​angular/cli's changelog.

17.2.3 (2024-03-06)

@​angular-devkit/build-angular

Commit Type Description
7cc8261fd fix avoid implicit CSS file extensions when resolving
259ec72d5 fix avoid marking component styles as media with no output media directory
faffdfdce fix disable deployUrl when using vite dev-server

Commits
  • 5c49415 release: cut the v17.2.3 release
  • faffdfd fix(@​angular-devkit/build-angular): disable deployUrl when using vite dev-s...
  • 1f9cb86 docs: fix typo in json schema
  • 259ec72 fix(@​angular-devkit/build-angular): avoid marking component styles as media w...
  • dependabot[bot] commented 4 months ago

    Looks like these dependencies are updatable in another way, so this is no longer needed.