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 across 1 directory with 37 updates #118

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

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

Package From To
@angular/cdk 17.3.2 17.3.8
@angular/common 17.3.2 17.3.8
@angular/core 17.3.2 17.3.8
@angular/forms 17.3.2 17.3.8
@angular/platform-browser 17.3.2 17.3.8
@angular/platform-browser-dynamic 17.3.2 17.3.8
@angular/router 17.3.2 17.3.8
@capacitor/android 5.7.4 6.0.0
@capacitor/app 5.0.7 6.0.0
@capacitor/clipboard 5.0.7 6.0.0
@capacitor/core 5.7.4 6.0.0
@capacitor/device 5.0.7 6.0.0
@capacitor/filesystem 5.2.1 6.0.0
@capacitor/preferences 5.0.7 6.0.0
@capacitor/share 5.0.7 6.0.0
@capacitor/status-bar 5.0.7 6.0.0
@capgo/capacitor-navigation-bar 6.0.12 6.1.7
@ionic/angular 7.8.2 8.1.1
capacitor-native-settings 5.0.1 6.0.0
filesize 10.1.1 10.1.2
ionicons 7.3.1 7.4.0
zone.js 0.14.4 0.14.5
@angular-devkit/build-angular 17.3.2 17.3.7
@angular-eslint/builder 17.3.0 17.4.0
@angular-eslint/eslint-plugin 17.3.0 17.4.0
@angular-eslint/eslint-plugin-template 17.3.0 17.4.0
@angular-eslint/template-parser 17.3.0 17.4.0
@angular/cli 17.3.2 17.3.7
@angular/compiler 17.3.2 17.3.8
@angular/compiler-cli 17.3.2 17.3.8
@capacitor/cli 5.7.4 6.0.0
@types/node 20.12.2 20.12.11
@typescript-eslint/eslint-plugin 7.4.0 7.8.0
@typescript-eslint/parser 7.4.0 7.8.0
eslint 8.57.0 9.2.0
eslint-plugin-jsdoc 48.2.2 48.2.4
typescript 5.4.3 5.4.5

Updates @angular/cdk from 17.3.2 to 17.3.8

Release notes

Sourced from @​angular/cdk's releases.

v17.3.8

17.3.8 "rock-rope" (2024-05-08)

material

Commit Description
fix - f20105d87e button: incorrect template for icon button anchor (#28996)
fix - 72baa7cff2 chips: highlighted not working in M3 (#29001)
fix - cf0785cd67 tooltip: Tooltip should mark for check when visibility changes (#29000)

cdk

Commit Description
fix - 23dc148e7f menu: allow for scroll strategy to be configured (#29005)

v17.3.7

17.3.7 "plastic-deer" (2024-05-02)

cdk

Commit Description
fix - 3c8abfb990 drag-drop: remove preview wrapper
fix - a03a47c938 drag-drop: reset user agent color on preview popover
fix - 8e3dfd2e5b drag-drop: resolve incompatibility with property minification (#28980)

v17.3.6

17.3.6 "onyx-whisper" (2024-04-24)

material

Commit Description
fix - d78c7706c6 progress-bar: avoid CSP issues for apps not using buffer mode (#28946)

cdk

Commit Description
fix - c2dc2da71e a11y: handle signal based items in list key manager (#28854)
fix - e33c436c73 drag-drop: use native popover to avoid stacking issues with preview

multiple

Commit Description
fix - 73d1e2e3cf remove label for attribute on non-native elements (#28948)

v17.3.5

17.3.5 "titanium-bear" (2024-04-17)

google-maps

Commit Description
fix - d99167eb3 make info window open method compatible with advanced marker

material

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

17.3.8 "rock-rope" (2024-05-08)

cdk

Commit Type Description
23dc148e7f fix menu: allow for scroll strategy to be configured (#29005)

material

Commit Type Description
f20105d87e fix button: incorrect template for icon button anchor (#28996)
72baa7cff2 fix chips: highlighted not working in M3 (#29001)
cf0785cd67 fix tooltip: Tooltip should mark for check when visibility changes (#29000)

17.3.7 "plastic-deer" (2024-05-02)

cdk

Commit Type Description
3c8abfb990 fix drag-drop: remove preview wrapper
a03a47c938 fix drag-drop: reset user agent color on preview popover
8e3dfd2e5b fix drag-drop: resolve incompatibility with property minification (#28980)

18.0.0-rc.0 "plastic-moose" (2024-05-02)

cdk

Commit Type Description
f13b9095ef fix drag-drop: remove preview wrapper
b86c8c84d1 fix drag-drop: reset user agent color on preview popover
66afde5b7e fix drag-drop: resolve incompatibility with property minification (#28980)
c8b62a1549 fix scrolling: fix virtual scrolling jankiness with run coalescing (#28968)

material

Commit Type Description
0ccc52830e fix core: export all available M3 palettes (#28975)
6dc8f7e90d fix dialog: mark dialog content as scrollable (#28963)
c86359dd43 fix slide-toggle: no outline when selected in high contrast mode (#28979)
a4fc0a0970 fix theming: remove shadow css variable (#28953)

18.0.0-next.6 "smoke-contour" (2024-04-25)

Breaking Changes

material

  • The following APIs have been renamed. If you update using ng update, your app will be fixed automatically.
    • define-light-theme to m2-define-light-theme

... (truncated)

Commits
  • b6dd1a8 release: cut the v17.3.8 release
  • cf0785c fix(material/tooltip): Tooltip should mark for check when visibility changes ...
  • 23dc148 fix(cdk/menu): allow for scroll strategy to be configured (#29005)
  • 72baa7c fix(material/chips): highlighted not working in M3 (#29001)
  • f20105d fix(material/button): incorrect template for icon button anchor (#28996)
  • 9a0a467 release: cut the v17.3.7 release
  • 117ac9a docs(cdk/drag-drop): Add table drag drop example (#28969)
  • 3c8abfb fix(cdk/drag-drop): remove preview wrapper
  • a03a47c fix(cdk/drag-drop): reset user agent color on preview popover
  • 8e3dfd2 fix(cdk/drag-drop): resolve incompatibility with property minification (#28980)
  • Additional commits viewable in compare view


Updates @angular/common from 17.3.2 to 17.3.8

Release notes

Sourced from @​angular/common's releases.

v17.3.8

17.3.8 (2024-05-08)

compiler

Commit Description
fix - c21b459ba6 add math elements to schema (#55631) (#55645)

core

Commit Description
fix - 3818436ebc don't schedule timer triggers on the server (#55605)

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

17.3.8 (2024-05-08)

compiler

Commit Type Description
c21b459ba6 fix add math elements to schema (#55631) (#55645)

core

Commit Type Description
3818436ebc fix don't schedule timer triggers on the server (#55605)

18.0.0-rc.0 (2024-05-01)

core

Commit Type Description
44c0ed83a6 fix hide implementation details of ExperimentalPendingTasks (#55516)
a177abef1b fix render hooks should not specifically run outside the Angular zone (#55399)
a5c57c7484 fix resolve error for multiple component instances that use fallback content (#55478)

migrations

Commit Type Description
f93e5180be fix resolve multiple structural issues with HttpClient migration (#55557)

router

Commit Type Description
aefee87074 fix Scroller should scroll as soon as change detection completes (#55105)

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

... (truncated)

Commits


Updates @angular/core from 17.3.2 to 17.3.8

Release notes

Sourced from @​angular/core's releases.

v17.3.8

17.3.8 (2024-05-08)

compiler

Commit Description
fix - c21b459ba6 add math elements to schema (#55631) (#55645)

core

Commit Description
fix - 3818436ebc don't schedule timer triggers on the server (#55605)

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

17.3.8 (2024-05-08)

compiler

Commit Type Description
c21b459ba6 fix add math elements to schema (#55631) (#55645)

core

Commit Type Description
3818436ebc fix don't schedule timer triggers on the server (#55605)

18.0.0-rc.0 (2024-05-01)

core

Commit Type Description
44c0ed83a6 fix hide implementation details of ExperimentalPendingTasks (#55516)
a177abef1b fix render hooks should not specifically run outside the Angular zone (#55399)
a5c57c7484 fix resolve error for multiple component instances that use fallback content (#55478)

migrations

Commit Type Description
f93e5180be fix resolve multiple structural issues with HttpClient migration (#55557)

router

Commit Type Description
aefee87074 fix Scroller should scroll as soon as change detection completes (#55105)

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

... (truncated)

Commits
  • 760e284 Revert "fix(core): render hooks should not specifically run outside the Angul...
  • 3818436 fix(core): don't schedule timer triggers on the server (#55605)
  • ac4e8f7 docs: remove non existing link (#55562)
  • 9bb3446 docs: update ChangeDetectionStrategy links (#55553)
  • 3ee8618 refactor(core): set up framework injector profile exclusively in browser envi...
  • af0eb84 fix(core): render hooks should not specifically run outside the Angular zone ...
  • 826861b fix(core): DeferBlockFixture.render should not wait for stability (#55271)
  • eda03d4 docs: Fix typo in waitForAsync example (#55407)
  • 8979fba fix(core): skip defer timers on the server (#55480)
  • 5cf14da fix(core): make ActivatedRoute inject correct instance inside @defer bloc...
  • Additional commits viewable in compare view


Updates @angular/forms from 17.3.2 to 17.3.8

Release notes

Sourced from @​angular/forms's releases.

v17.3.8

17.3.8 (2024-05-08)

compiler

Commit Description
fix - c21b459ba6 add math elements to schema (#55631) (#55645)

core

Commit Description
fix - 3818436ebc don't schedule timer triggers on the server (#55605)

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

17.3.8 (2024-05-08)

compiler

Commit Type Description
c21b459ba6 fix add math elements to schema (#55631) (#55645)

core

Commit Type Description
3818436ebc fix don't schedule timer triggers on the server (#55605)

18.0.0-rc.0 (2024-05-01)

core

Commit Type Description
44c0ed83a6 fix hide implementation details of ExperimentalPendingTasks (#55516)
a177abef1b fix render hooks should not specifically run outside the Angular zone (#55399)
a5c57c7484 fix resolve error for multiple component instances that use fallback content (#55478)

migrations

Commit Type Description
f93e5180be fix resolve multiple structural issues with HttpClient migration (#55557)

router

Commit Type Description
aefee87074 fix Scroller should scroll as soon as change detection completes (#55105)

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

... (truncated)

Commits


Updates @angular/platform-browser from 17.3.2 to 17.3.8

Release notes

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

v17.3.8

17.3.8 (2024-05-08)

compiler

Commit Description
fix - c21b459ba6 add math elements to schema (#55631) (#55645)

core

Commit Description
fix - 3818436ebc don't schedule timer triggers on the server (#55605)

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)

v17.3.6

17.3.6 (2024-04-25)

core

Commit Description
fix - 826861b1fa DeferBlockFixture.render should not wait for stability (#55271)
fix - 5cf14da35c make ActivatedRoute inject correct instance inside @defer blocks (#55374)
fix - 8979fba2c5 skip defer timers on the server (#55480)

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

... (truncated)

Changelog

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

17.3.8 (2024-05-08)

compiler

Commit Type Description
c21b459ba6 fix add math elements to schema (#55631) (#55645)

core

Commit Type Description
3818436ebc fix don't schedule timer triggers on the server (#55605)

18.0.0-rc.0 (2024-05-01)

core

Commit Type Description
44c0ed83a6 fix hide implementation details of ExperimentalPendingTasks (#55516)
a177abef1b fix render hooks should not specifically run outside the Angular zone (#55399)
a5c57c7484 fix resolve error for multiple component instances that use fallback content (#55478)

migrations

Commit Type Description
f93e5180be fix resolve multiple structural issues with HttpClient migration (#55557)

router

Commit Type Description
aefee87074 fix Scroller should scroll as soon as change detection completes (#55105)

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

... (truncated)

Commits


Updates @angular/platform-browser-dynamic from 17.3.2 to 17.3.8

Release notes

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

v17.3.8

17.3.8 (2024-05-08)

compiler

Commit Description
fix - c21b459ba6 add math elements to schema (#55631) (#55645)

core

Commit Description
fix - 3818436ebc don't schedule timer triggers on the server (#55605)

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (
dependabot[bot] commented 1 month ago

Superseded by #119.