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 #111

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps the all-updates group with 18 updates:

Package From To
@angular/cdk 17.3.2 17.3.4
@angular/common 17.3.2 17.3.4
@angular/core 17.3.2 17.3.4
@angular/forms 17.3.2 17.3.4
@angular/platform-browser 17.3.2 17.3.4
@angular/platform-browser-dynamic 17.3.2 17.3.4
@angular/router 17.3.2 17.3.4
@ionic/angular 7.8.2 7.8.4
@angular-devkit/build-angular 17.3.2 17.3.4
@angular/cli 17.3.2 17.3.4
@angular/compiler 17.3.2 17.3.4
@angular/compiler-cli 17.3.2 17.3.4
@types/node 20.12.2 20.12.7
@typescript-eslint/eslint-plugin 7.4.0 7.6.0
@typescript-eslint/parser 7.4.0 7.6.0
eslint 8.57.0 9.0.0
eslint-plugin-jsdoc 48.2.2 48.2.3
typescript 5.4.3 5.4.5

Updates @angular/cdk from 17.3.2 to 17.3.4

Release notes

Sourced from @​angular/cdk's releases.

v17.3.4

17.3.4 "aluminum-arrow" (2024-04-11)

material

Commit Description
fix - 36a1d45e4e list: nav list item border-radius (#28789)
fix - 317327d82b menu: invert arrow in RTL (#28830)

cdk

Commit Description
fix - 09dcbd2ecf drag-drop: make sure event is cancelable before calling "preventDefault" (#28825)

v17.3.3

17.3.3 "metal-fork" (2024-04-03)

material

Commit Description
fix - 7ccc392936 button-toggle: standard button toggle strong focus bord… (#28790)
fix - 8b92fda61f sort: clear aria description on destroy (#28801)

multiple

Commit Description
fix - 6b5b0c5db3 set nonce using setAttribute (#28800)
Changelog

Sourced from @​angular/cdk's changelog.

17.3.4 "aluminum-arrow" (2024-04-11)

cdk

Commit Type Description
09dcbd2ecf fix drag-drop: make sure event is cancelable before calling "preventDefault" (#28825)

material

Commit Type Description
36a1d45e4e fix list: nav list item border-radius (#28789)
317327d82b fix menu: invert arrow in RTL (#28830)

18.0.0-next.3 "plastic-spoon" (2024-04-03)

material

Commit Type Description
46db6a6ba5 fix button-toggle: standard button toggle strong focus bord… (#28790)
49901c6400 fix button-toggle: use radio pattern for single select Mat toggle button group (#28548)
ced93a94db fix sort: clear aria description on destroy (#28801)
d4e61e2330 fix table: use ResizeObserver to react to size changes (#28783)

multiple

Commit Type Description
452cde2ad9 fix set nonce using setAttribute (#28800)

17.3.3 "metal-fork" (2024-04-03)

material

Commit Type Description
7ccc392936 fix button-toggle: standard button toggle strong focus bord… (#28790)
8b92fda61f fix sort: clear aria description on destroy (#28801)

multiple

Commit Type Description
6b5b0c5db3 fix set nonce using setAttribute (#28800)

Commits
  • c34bde9 release: cut the v17.3.4 release
  • b6a9bf1 docs(material/chips): added an example that corresponds to the title of stati...
  • 008b94a Add autosize virtual-scroll and popover edit to universal test app (#28857)
  • 36a1d45 fix(material/list): nav list item border-radius (#28789)
  • 6d26f56 build: remove engines field from package.json (#28853)
  • 317327d fix(material/menu): invert arrow in RTL (#28830)
  • 09dcbd2 fix(cdk/drag-drop): make sure event is cancelable before calling "preventDefa...
  • b71e42e docs: fix typo in M3 themeing docs (#28820)
  • 797d97d release: cut the v17.3.3 release
  • 8b92fda fix(material/sort): clear aria description on destroy (#28801)
  • Additional commits viewable in compare view


Updates @angular/common from 17.3.2 to 17.3.4

Release notes

Sourced from @​angular/common's releases.

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)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/common's changelog.

17.3.4 (2024-04-10)

common

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

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description
c04ffb1fa6 fix use switch statements to narrow Angular switch blocks (#55168)

core

Commit Type Description
666d646575 feat Add event delegation library to queue up events and replay them when the application is ready (#55121)
146306a141 feat add support for i18n hydration (#54823)
840c375255 fix do not save point-in-time setTimeout and rAF references (#55124)
231e0a3528 fix handle ChainedInjectors in injector debug utils (#55144)
a5fa279b6e fix prevent i18n hydration from cleaning projected nodes (#54823)
f44a5e4604 fix support content projection and VCRs in i18n (#54823)
914e4530b0 fix test cleanup should not throw if Zone is not present (#55096)
a99cb7ce5b fix zoneless scheduler should check if Zone is defined before accessing it (#55118)

forms

Commit Type Description
1c736dc3b2 feat Unified Control State Change Events (#54579)

language-service

Commit Type Description
a48afe0d94 fix avoid generating TS syntactic diagnostics for templates (#55091)

migrations

Commit Type Description

... (truncated)

Commits


Updates @angular/core from 17.3.2 to 17.3.4

Release notes

Sourced from @​angular/core's releases.

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)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/core's changelog.

17.3.4 (2024-04-10)

common

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

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description
c04ffb1fa6 fix use switch statements to narrow Angular switch blocks (#55168)

core

Commit Type Description
666d646575 feat Add event delegation library to queue up events and replay them when the application is ready (#55121)
146306a141 feat add support for i18n hydration (#54823)
840c375255 fix do not save point-in-time setTimeout and rAF references (#55124)
231e0a3528 fix handle ChainedInjectors in injector debug utils (#55144)
a5fa279b6e fix prevent i18n hydration from cleaning projected nodes (#54823)
f44a5e4604 fix support content projection and VCRs in i18n (#54823)
914e4530b0 fix test cleanup should not throw if Zone is not present (#55096)
a99cb7ce5b fix zoneless scheduler should check if Zone is defined before accessing it (#55118)

forms

Commit Type Description
1c736dc3b2 feat Unified Control State Change Events (#54579)

language-service

Commit Type Description
a48afe0d94 fix avoid generating TS syntactic diagnostics for templates (#55091)

migrations

Commit Type Description

... (truncated)

Commits
  • 766548c fix(common): skip transfer cache on client (#55012)
  • 9a2295f refactor(core): Remove zone assertion from hydration cleanup. (#55214)
  • 88f0545 refactor(core): remove unnecessary folder (#55197)
  • eb9a5f5 ci: Add primitives groups to pullapprove (#53404)
  • 158ceaf fix(core): handle ChainedInjectors in injector debug utils (#55144)
  • 949dec2 fix(migrations): avoid conflicts with some greek letters in control flow migr...
  • 9cef0d2 docs(core): fix toSignal docs (#54964)
  • 4d04399 fix(core): test cleanup should not throw if Zone is not present (#55096)
  • See full diff in compare view


Updates @angular/forms from 17.3.2 to 17.3.4

Release notes

Sourced from @​angular/forms's releases.

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)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/forms's changelog.

17.3.4 (2024-04-10)

common

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

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description
c04ffb1fa6 fix use switch statements to narrow Angular switch blocks (#55168)

core

Commit Type Description
666d646575 feat Add event delegation library to queue up events and replay them when the application is ready (#55121)
146306a141 feat add support for i18n hydration (#54823)
840c375255 fix do not save point-in-time setTimeout and rAF references (#55124)
231e0a3528 fix handle ChainedInjectors in injector debug utils (#55144)
a5fa279b6e fix prevent i18n hydration from cleaning projected nodes (#54823)
f44a5e4604 fix support content projection and VCRs in i18n (#54823)
914e4530b0 fix test cleanup should not throw if Zone is not present (#55096)
a99cb7ce5b fix zoneless scheduler should check if Zone is defined before accessing it (#55118)

forms

Commit Type Description
1c736dc3b2 feat Unified Control State Change Events (#54579)

language-service

Commit Type Description
a48afe0d94 fix avoid generating TS syntactic diagnostics for templates (#55091)

migrations

Commit Type Description

... (truncated)

Commits


Updates @angular/platform-browser from 17.3.2 to 17.3.4

Release notes

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

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)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

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

17.3.4 (2024-04-10)

common

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

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description
c04ffb1fa6 fix use switch statements to narrow Angular switch blocks (#55168)

core

Commit Type Description
666d646575 feat Add event delegation library to queue up events and replay them when the application is ready (#55121)
146306a141 feat add support for i18n hydration (#54823)
840c375255 fix do not save point-in-time setTimeout and rAF references (#55124)
231e0a3528 fix handle ChainedInjectors in injector debug utils (#55144)
a5fa279b6e fix prevent i18n hydration from cleaning projected nodes (#54823)
f44a5e4604 fix support content projection and VCRs in i18n (#54823)
914e4530b0 fix test cleanup should not throw if Zone is not present (#55096)
a99cb7ce5b fix zoneless scheduler should check if Zone is defined before accessing it (#55118)

forms

Commit Type Description
1c736dc3b2 feat Unified Control State Change Events (#54579)

language-service

Commit Type Description
a48afe0d94 fix avoid generating TS syntactic diagnostics for templates (#55091)

migrations

Commit Type Description

... (truncated)

Commits


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

Release notes

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

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)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

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

17.3.4 (2024-04-10)

common

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

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description
c04ffb1fa6 fix use switch statements to narrow Angular switch blocks (#55168)

core

Commit Type Description
666d646575 feat Add event delegation library to queue up events and replay them when the application is ready (#55121)
146306a141 feat add support for i18n hydration (#54823)
840c375255 fix do not save point-in-time setTimeout and rAF references (#55124)
231e0a3528 fix handle ChainedInjectors in injector debug utils (#55144)
a5fa279b6e fix prevent i18n hydration from cleaning projected nodes (#54823)
f44a5e4604 fix support content projection and VCRs in i18n (#54823)
914e4530b0 fix test cleanup should not throw if Zone is not present (#55096)
a99cb7ce5b fix zoneless scheduler should check if Zone is defined before accessing it (#55118)

forms

Commit Type Description
1c736dc3b2 feat Unified Control State Change Events (#54579)

language-service

Commit Type Description
a48afe0d94 fix avoid generating TS syntactic diagnostics for templates (#55091)

migrations

Commit Type Description

... (truncated)

Commits


Updates @angular/router from 17.3.2 to 17.3.4

Release notes

Sourced from @​angular/router's releases.

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)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/router's changelog.

17.3.4 (2024-04-10)

common

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

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description
c04ffb1fa6 fix use switch statements to narrow Angular switch blocks (#55168)

core

Commit Type Description
666d646575 feat Add event delegation library to queue up events and replay them when the application is ready (#55121)
146306a141 feat add support for i18n hydration (#54823)
840c375255 fix do not save point-in-time setTimeout and rAF references (#55124)
dependabot[bot] commented 2 months ago

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