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
146 stars 7 forks source link

Bump the all-updates group across 1 directory with 31 updates #142

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the all-updates group with 31 updates in the / directory:

Package From To
@angular/cdk 18.1.0 18.1.4
@angular/common 18.1.0 18.1.4
@angular/core 18.1.0 18.1.4
@angular/forms 18.1.0 18.1.4
@angular/platform-browser 18.1.0 18.1.4
@angular/platform-browser-dynamic 18.1.0 18.1.4
@angular/router 18.1.0 18.1.4
@capacitor/android 6.1.0 6.1.2
@capacitor/app 6.0.0 6.0.1
@capacitor/clipboard 6.0.0 6.0.1
@capacitor/core 6.1.0 6.1.2
@capacitor/device 6.0.0 6.0.1
@capacitor/filesystem 6.0.0 6.0.1
@capacitor/preferences 6.0.1 6.0.2
@capacitor/share 6.0.1 6.0.2
@capacitor/status-bar 6.0.0 6.0.1
@capgo/capacitor-navigation-bar 6.1.24 6.1.38
@ionic/angular 8.2.5 8.2.6
capacitor-native-settings 6.0.0 6.0.1
zone.js 0.14.7 0.14.10
@angular-devkit/build-angular 18.1.0 18.1.4
@angular/cli 18.1.0 18.1.4
@angular/compiler 18.1.0 18.1.4
@angular/compiler-cli 18.1.0 18.1.4
@capacitor/cli 6.1.0 6.1.2
@types/node 20.14.10 22.2.0
@typescript-eslint/eslint-plugin 7.16.0 8.0.1
@typescript-eslint/parser 7.16.0 8.0.1
eslint 9.7.0 9.9.0
eslint-plugin-jsdoc 48.7.0 50.0.1
typescript 5.5.3 5.5.4

Updates @angular/cdk from 18.1.0 to 18.1.4

Release notes

Sourced from @​angular/cdk's releases.

v18.1.4

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Description
fix - 2b5ae8c0ed chips: missing tokens in M3 (#29531)
fix - b98432839e sidenav: disable focus trap while closed (#29548)

v18.1.3

18.1.3 "plastic-beach" (2024-07-31)

material

Commit Description
fix - caf4b61ead chips: remove tab-index attribute from mat-chip host (#29436)
fix - 913267c0b1 core: custom system-level variable prefix not used in some mixins (#29513)
fix - 70048ef226 dialog: invalid font-family declaration (#29516)
fix - d7d82e1455 slide-toggle: don't trigger active state for entire container (#29514)
fix - d237e7d2c7 slide-toggle: remove divs from button (#29485)

cdk

Commit Description
fix - 2c76917779 coercion: Return undefined when the fallback value is undefined (#29491)

v18.1.2

18.1.2 "velvet-violin" (2024-07-24)

material

Commit Description
fix - cf61af53bd chips: remove button is too small (#29351)
fix - c79ec264aa form-field: hiding a label after it has been (#29461)
fix - 15238d255f input: Number input not changing on wheel interaction (#29449)

Breaking Changes

material

  • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.
  • refactor(material/chips): chip remove touch target size is insufficient

Updates fix to Autocomplete Component Chips component where the touch target size is too small and fails minimum accessibility size of 48x48 px. Addresses nit fixes from PR review.

Fixes b/286959517

  • updates padding size of remove touch target to satisfy minimum 48x48 accessibility size.

    • fix(material/chip): remove button is too small

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Type Description
2b5ae8c0ed fix chips: missing tokens in M3 (#29531)
b98432839e fix sidenav: disable focus trap while closed (#29548)

18.2.0-next.3 "gold-medal" (2024-07-31)

cdk

Commit Type Description
c9078d1d1a fix coercion: Return undefined when the fallback value is undefined (#29491)

material

Commit Type Description
0af3b61750 feat radio: add the ability to interact with disabled radio buttons (#29490)
4292e1b3a0 feat slide-toggle: add the ability to interact with disabled toggle (#29502)
5403b2b316 fix chips: remove tab-index attribute from mat-chip host (#29436)
6d701146cc fix core: custom system-level variable prefix not used in some mixins (#29513)
95d1354cdd fix dialog: invalid font-family declaration (#29516)
fd47a0e60d fix radio: avoid error if destroyed quickly (#29507)
5892acfde3 fix slide-toggle: don't trigger active state for entire container (#29514)
1aa8512ebe fix slide-toggle: remove divs from button (#29485)

multiple

Commit Type Description
db5b8dc29b feat fallback to system level variables (#29480)

18.1.3 "plastic-beach" (2024-07-31)

cdk

Commit Type Description
2c76917779 fix coercion: Return undefined when the fallback value is undefined (#29491)

material

Commit Type Description
caf4b61ead fix chips: remove tab-index attribute from mat-chip host (#29436)
913267c0b1 fix core: custom system-level variable prefix not used in some mixins (#29513)
70048ef226 fix dialog: invalid font-family declaration (#29516)
d7d82e1455 fix slide-toggle: don't trigger active state for entire container (#29514)
d237e7d2c7 fix slide-toggle: remove divs from button (#29485)

... (truncated)

Commits
  • 2b1e0d4 release: cut the v18.1.4 release
  • b984328 fix(material/sidenav): disable focus trap while closed (#29548)
  • f229e7b refactor(cdk/drag-drop): remove unnecessary generics (#29542)
  • 8dfd1dc refactor(cdk/drag-drop): remove unnecessary type (#29541)
  • 2b5ae8c fix(material/chips): missing tokens in M3 (#29531)
  • 27eb1db build: fix the approve-size-tests script (#29538)
  • 0e1bf7c release: cut the v18.1.3 release
  • caf4b61 fix(material/chips): remove tab-index attribute from mat-chip host (#29436)
  • 4d6aa2e build: update to Angular 18.2 next (#29521)
  • 70048ef fix(material/dialog): invalid font-family declaration (#29516)
  • Additional commits viewable in compare view


Updates @angular/common from 18.1.0 to 18.1.4

Release notes

Sourced from @​angular/common's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits
  • e366473 refactor(core): replace usages of removeChild (#57203)
  • 6eac1b3 refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
  • 81b30dc refactor(docs-infra): migrate @​angular/docs from dev-infra into adev director...
  • a1cb9df fix(common): Don't run preconnect assertion on the server. (#56213)
  • See full diff in compare view


Updates @angular/core from 18.1.0 to 18.1.4

Release notes

Sourced from @​angular/core's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits
  • e366473 refactor(core): replace usages of removeChild (#57203)
  • 6eac1b3 refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
  • 0c72976 refactor(core): Remove clickmod support from Angular. (#57201)
  • 2ece950 test: update symbol golden after lock file maintenance (#57211)
  • 62ade76 refactor(core): Update callback schedulers to cancel pending timers (#57186)
  • 0def76f refactor(core): Private option to rethrow ApplicationRef.tick errors in tests...
  • eaa83f9 fix(core): hydration error in some let declaration setups (#57173)
  • 81b30dc refactor(docs-infra): migrate @​angular/docs from dev-infra into adev director...
  • f7ab040 fix(core): errors during ApplicationRef.tick should be rethrown for zoneless ...
  • 1a606b0 refactor(core): Switch to using concat rather than spread operator for events...
  • Additional commits viewable in compare view


Updates @angular/forms from 18.1.0 to 18.1.4

Release notes

Sourced from @​angular/forms's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits


Updates @angular/platform-browser from 18.1.0 to 18.1.4

Release notes

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

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)

v18.1.3

18.1.3 (2024-07-31)

compiler

Commit Description
fix - 31dea066d6 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - 1f9e090910 emitting references to ngtypecheck files (#57138) (#57202)

core

Commit Description
fix - f7ab04018e errors during ApplicationRef.tick should be rethrown for zoneless tests (#56993)
fix - eaa83f9d27 hydration error in some let declaration setups (#57173)

v18.1.2

18.1.2 (2024-07-24)

compiler

Commit Description
fix - 463945003d limit the number of chained instructions (#57069)

compiler-cli

Commit Description
fix - e904f34020 add warning for unused let declarations (#57033)

core

Commit Description
fix - 9e52c1c840 afterNextRender hooks return that callback value. (#57031)
fix - b9fb98c67c tree shake dev mode error message (#57035)

... (truncated)

Changelog

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

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f9... _Description has been truncated_