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 21 updates #146

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

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

Package From To
@angular/cdk 18.1.4 18.2.1
@angular/common 18.1.4 18.2.1
@angular/core 18.1.4 18.2.1
@angular/forms 18.1.4 18.2.1
@angular/platform-browser 18.1.4 18.2.1
@angular/platform-browser-dynamic 18.1.4 18.2.1
@angular/router 18.1.4 18.2.1
@capacitor-community/contacts 6.0.5-alpha.0 6.0.6
@capgo/capacitor-navigation-bar 6.1.38 6.1.42
@ionic/angular 8.2.6 8.2.7
tslib 2.6.3 2.7.0
zone.js 0.14.10 0.15.0
@angular-devkit/build-angular 18.1.4 18.2.1
@angular/cli 18.1.4 18.2.1
@angular/compiler 18.1.4 18.2.1
@angular/compiler-cli 18.1.4 18.2.1
@types/node 22.2.0 22.5.0
@typescript-eslint/eslint-plugin 8.0.1 8.2.0
@typescript-eslint/parser 8.0.1 8.2.0
eslint 9.9.0 9.9.1
eslint-plugin-jsdoc 50.0.1 50.2.2

Updates @angular/cdk from 18.1.4 to 18.2.1

Release notes

Sourced from @​angular/cdk's releases.

v18.2.1

18.2.1 "plastic-panda" (2024-08-22)

material

Commit Description
fix - bad94fda58 datepicker: calendar font tokens not being picked up (#29610) (#29615)
fix - c4c62b8549 icon: update error message for missing HttpClient (#29589)
fix - b2a32e9898 menu: inconsistent layout of submenu icon (#29603)
fix - 5f0c89030e tabs: switch pagination to not use native buttons (#29605)

cdk

Commit Description
fix - 3a2d13e2e4 drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

v18.2.0

18.2.0 "technetium-tapas" (2024-08-14)

cdk

Commit Description
feat - b2c051d2c drag-drop: add input to specify dragged item scale (#29392)

material

Commit Description
feat - ddc307e28 button-toggle: allow disabled buttons to be interactive (#29550)
feat - 841760101 checkbox: add the ability to interact with disabled checkboxes (#29474)
feat - 0af3b6175 radio: add the ability to interact with disabled radio buttons (#29490)
feat - 4292e1b3a slide-toggle: add the ability to interact with disabled toggle (#29502)
feat - a018fb0ee tooltip: replicate tooltipClass to default MatTooltipDefaultOptions (#29467)
fix - aaf0d5156 checkbox: account for disabledInteractive in harness
fix - d22a24d66 list: checkmark not visible in high contrast mode (#29546)
fix - a259b016b radio: account for disabledInteractive in harness
fix - fd47a0e60 radio: avoid error if destroyed quickly (#29507)
fix - 08d2e3e69 slide-toggle: account for disabledInteractive in harness
fix - fd416a30e tooltip: remove aria-describedby when disabled (#29520)
fix - ff36c80f9 tree: add levelAccessor, childrenAccessor, TreeKeyManager; a11y and docs improvements (#29062)
fix - 1f992d06c tree: aria-expanded attribute should not appear in the leaf node (#29273)

multiple

Commit Description
feat - db5b8dc29 fallback to system level variables (#29480)

Deprecations

material

  • Tree controller deprecated. Use one of levelAccessor or childrenAccessor instead. To be removed in a future version.
    • BaseTreeControl, TreeControl, FlatTreeControl, and NestedTreeControl deprecated
    • CdkTree#treeControl deprecated. Provide one of CdkTree#levelAccessor or CdkTree#childrenAccessor instead.
    • MatTreeFlattener deprecated. Use MatTree#childrenAccessor and MatTreeNode#isExpandable instead.
    • MatTreeFlatDataSource deprecated. Use one of levelAccessor or childrenAccessor instead of TreeControl.

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.2.1 "plastic-panda" (2024-08-22)

cdk

Commit Type Description
3a2d13e2e4 fix drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

material

Commit Type Description
bad94fda58 fix datepicker: calendar font tokens not being picked up (#29610) (#29615)
c4c62b8549 fix icon: update error message for missing HttpClient (#29589)
b2a32e9898 fix menu: inconsistent layout of submenu icon (#29603)
5f0c89030e fix tabs: switch pagination to not use native buttons (#29605)

19.0.0-next.0 "yttrium-igloo" (2024-08-14)

cdk

Commit Type Description
bd84c2a67 fix tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565)

18.2.0 "technetium-tapas" (2024-08-14)

Deprecations

material

  • Tree controller deprecated. Use one of levelAccessor or childrenAccessor instead. To be removed in a future version.

    • BaseTreeControl, TreeControl, FlatTreeControl, and NestedTreeControl deprecated
    • CdkTree#treeControl deprecated. Provide one of CdkTree#levelAccessor or CdkTree#childrenAccessor instead.
    • MatTreeFlattener deprecated. Use MatTree#childrenAccessor and MatTreeNode#isExpandable instead.
    • MatTreeFlatDataSource deprecated. Use one of levelAccessor or childrenAccessor instead of TreeControl.

    Note when upgrading: isExpandable works differently on Trees using treeControl than trees using childrenAccessor or levelAccessor. Nodes on trees that have a treeControl are expandable by default. Nodes on trees using childrenAccessor or levelAccessor are not expandable by default. Provide isExpandable to override default behavior.

  • Setting tabindex of tree nodes deprecated. By default, Tree ignores tabindex passed to tree nodes.

    • MatTreeNode#tabIndex deprecated. MatTreeNode ignores Input tabIndex and manages its own focus behavior.
    • MatTreeNode#defaultTabIndex deprecated. MatTreeNode ignores defaultTabIndex and manages its own focus behavior.
    • MatNestedTreeNode#tabIndex deprecated. MatTreeNode ignores Input defaultTabIndex and manages its own focus behavior.
    • LegacyTreeKeyManager and LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER deprecated. Inject a TreeKeyManagerFactory to customize keyboard behavior.

    Note when upgrading: an opt-out is available for keyboard functionality changes. Provide LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER to opt-out of Tree managing its own focus. When provided, Tree does not manage it’s own focus and respects tabindex passed to TreeNode. When provided, have the same focus behavior as before this commit is applied.

    Add Legacy Keyboard Interface demo, which shows usage of LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER. Add Custom Key Manager, which shows usage of injecting a TreeKeyManagerStrategy

  • disabled renamed to isDisabled.

    • CdkTreeNode#disabled deprecated and alias to CdkTreeNode#isDisabled

material

Commit Type Description
ddc307e28 feat button-toggle: allow disabled buttons to be interactive (#29550)

... (truncated)

Commits
  • 32e8b26 release: cut the v18.2.1 release
  • bad94fd fix(material/datepicker): calendar font tokens not being picked up (#29610) (...
  • 5f0c890 fix(material/tabs): switch pagination to not use native buttons (#29605)
  • 3a2d13e fix(cdk/drag-drop): preview positioned incorrectly when RTL is set on the bod...
  • b2a32e9 fix(material/menu): inconsistent layout of submenu icon (#29603)
  • f719693 build: use the new logo for the dev app favicon (#29598)
  • d12512b build: remove outdated --non-interactive yarn option from doc site install ...
  • c4c62b8 fix(material/icon): update error message for missing HttpClient (#29589)
  • 2caed5b release: cut the v18.2.0 release
  • f7a0305 fix(material/tabs): allow for tablist aria-label and aria-labelledby to be se...
  • Additional commits viewable in compare view


Updates @angular/common from 18.1.4 to 18.2.1

Release notes

Sourced from @​angular/common's releases.

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

Commit Description
fix - 0bb649b8fa account for members with doc strings and no modifiers (#57389)
fix - 3b63082384 avoid migrating route component in tests (#57317)
fix - 6b4357fae4 preserve type when using inject decorator (#57389)

v18.2.0

18.2.0 (2024-08-14)

compiler

Commit Description
feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

compiler-cli

Commit Description
feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
fix - c76b440ac0 add warning for unused let declarations (#57033)
fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)
fix - e11c0c42d2 run JIT transforms on @NgModule classes with jit: true (#57212)

core

Commit Description
feat - f7918f5272 Add 'flush' parameter option to fakeAsync to flush after the test (#57239)
feat - fab673a1dd add ng generate schematic to convert to inject (#57056)
feat - 7919982063 Add whenStable helper on ApplicationRef (#57190)
feat - 3459289ef0 bootstrapModule can configure NgZone in providers (#57060)
fix - 296216cbe1 Allow hybrid CD scheduling to support multiple "Angular zones" (#57267)
fix - 8718abce90 Deprecate ignoreChangesOutsideZone option (#57029)
fix - 827070e331 Do not run image performance warning checks on server (#57234)
fix - ca89ef9141 handle shorthand assignment in the inject migration (#57134)
fix - 5dcdbfcba9 rename the equality function option in toSignal (#56769)
fix - 2a4f488a6c warnings for oversized images and lazy-lcp present with bootstrapModule (#57060)

language-service

Commit Description
feat - 4bb558ab0c support writing code refactorings (#56895)
perf - 7663debce1 quick exit if no code fixes can exist (#57000)

migrations

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.2.1 (2024-08-22)

core

Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#56932)
286012fb89 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#57389)
3b63082384 fix avoid migrating route component in tests (#57317)
6b4357fae4 fix preserve type when using inject decorator (#57389)

19.0.0-next.1 (2024-08-22)

Breaking Changes

core

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

compiler-cli

Commit Type Description
9e87593055 feat ensure template style elements are preprocessed as inline styles (#57429)

core

Commit Type Description
b063468027 feat support TypeScript 5.6 (#57424)
3b0dca75d6 fix Allow zoneless scheduler to run inside fakeAsync (#56932)
f03d274e87 fix ComponentFixture autoDetect feature works like production (#55228)
d4449fce21 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
4ae66f25d0 fix account for members with doc strings and no modifiers (#57389)
ac93839d69 fix avoid migrating route component in tests (#57317)
58a79b6e43 fix preserve type when using inject decorator (#57389)

19.0.0-next.0 (2024-08-14)

Breaking Changes

core

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to

... (truncated)

Commits
  • 980c64a docs: remove incorrect documentation around the use of timezone abbreviations...
  • 513a4fe refactor(core): replace usages of removeChild (#57203)
  • 3bdead1 refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
  • 2d8635d refactor(docs-infra): migrate @​angular/docs from dev-infra into adev director...
  • 2c4613a fix(common): Don't run preconnect assertion on the server. (#56213)
  • 229dd83 fix(common): typo in warning for NgOptimizedDirective (#56817)
  • 6e1f78f perf(http): execute fetch outside of Angular zone (#56820)
  • d9fe17a refactor(common): Fire priority check on stable. (#56776)
  • b5c2e91 refactor(common): remove remaining code for NgSwitch equality patch (#56806)
  • See full diff in compare view


Updates @angular/core from 18.1.4 to 18.2.1

Release notes

Sourced from @​angular/core's releases.

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

Commit Description
fix - 0bb649b8fa account for members with doc strings and no modifiers (#57389)
fix - 3b63082384 avoid migrating route component in tests (#57317)
fix - 6b4357fae4 preserve type when using inject decorator (#57389)

v18.2.0

18.2.0 (2024-08-14)

compiler

Commit Description
feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

compiler-cli

Commit Description
feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
fix - c76b440ac0 add warning for unused let declarations (#57033)
fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)
fix - e11c0c42d2 run JIT transforms on @NgModule classes with jit: true (#57212)

core

Commit Description
feat - f7918f5272 Add 'flush' parameter option to fakeAsync to flush after the test (#57239)
feat - fab673a1dd add ng generate schematic to convert to inject (#57056)
feat - 7919982063 Add whenStable helper on ApplicationRef (#57190)
feat - 3459289ef0 bootstrapModule can configure NgZone in providers (#57060)
fix - 296216cbe1 Allow hybrid CD scheduling to support multiple "Angular zones" (#57267)
fix - 8718abce90 Deprecate ignoreChangesOutsideZone option (#57029)
fix - 827070e331 Do not run image performance warning checks on server (#57234)
fix - ca89ef9141 handle shorthand assignment in the inject migration (#57134)
fix - 5dcdbfcba9 rename the equality function option in toSignal (#56769)
fix - 2a4f488a6c warnings for oversized images and lazy-lcp present with bootstrapModule (#57060)

language-service

Commit Description
feat - 4bb558ab0c support writing code refactorings (#56895)
perf - 7663debce1 quick exit if no code fixes can exist (#57000)

migrations

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

18.2.1 (2024-08-22)

core

Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#56932)
286012fb89 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#57389)
3b63082384 fix avoid migrating route component in tests (#57317)
6b4357fae4 fix preserve type when using inject decorator (#57389)

19.0.0-next.1 (2024-08-22)

Breaking Changes

core

  • The autoDetect feature of ComponentFixture will now attach the fixture to the ApplicationRef. As a result, errors during automatic change detection of the fixture be reported to the ErrorHandler. This change may cause custom error handlers to observe new failures that were previously unreported.

compiler-cli

Commit Type Description
9e87593055 feat ensure template style elements are preprocessed as inline styles (#57429)

core

Commit Type Description
b063468027 feat support TypeScript 5.6 (#57424)
3b0dca75d6 fix Allow zoneless scheduler to run inside fakeAsync (#56932)
f03d274e87 fix ComponentFixture autoDetect feature works like production (#55228)
d4449fce21 fix handle hydration of components that project content conditionally (#57383)

migrations

Commit Type Description
4ae66f25d0 fix account for members with doc strings and no modifiers (#57389)
ac93839d69 fix avoid migrating route component in tests (#57317)
58a79b6e43 fix preserve type when using inject decorator (#57389)

19.0.0-next.0 (2024-08-14)

Breaking Changes

core

  • Errors that are thrown during ApplicationRef.tick will now be rethrown when using TestBed. These errors should be resolved by ensuring the test environment is set up correctly to

... (truncated)

Commits
  • df3e9c1 refactor(migrations): leverage tsurge for signal input migration (#57451)
  • cb7d817 refactor(migrations): improve generic assignability in tsurge and pass more i...
  • 57db366 refactor(migrations): framework to build batchable migrations (#57396)
  • 4bd9ba7 docs(docs-infra): move link tag for correct view (#57395)
  • 3b63082 fix(migrations): avoid migrating route component in tests (#57317)
  • 9de30a7 fix(core): Allow zoneless scheduler to run inside fakeAsync (#56932)
  • 6b4357f fix(migrations): preserve type when using inject decorator (#57389)
  • 0bb649b fix(migrations): account for members with doc strings and no modifiers (#57389)
  • 286012f fix(core): handle hydration of components that project content conditionally ...
  • e30c60e refactor(core): Add experimental support to have one event contract when ther...
  • Additional commits viewable in compare view


Updates @angular/forms from 18.1.4 to 18.2.1

Release notes

Sourced from @​angular/forms's releases.

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

Commit Description
fix - 0bb649b8fa account for members with doc strings and no modifiers (#57389)
fix - 3b63082384 avoid migrating route component in tests (#57317)
fix - 6b4357fae4 preserve type when using inject decorator (#57389)

v18.2.0

18.2.0 (2024-08-14)

compiler

Commit Description
feat - c8e2885136 Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295) (#56295)

compiler-cli

Commit Description
feat - 98ed5b609e run JIT transform on classes with jit: true opt-out (#56892)
fix - c76b440ac0 add warning for unused let declarations (#57033)
fix - 0f0a1f2836 emitting references to ngtypecheck files (#57138)
fix - 6c2fbda694 extended diagnostic visitor not visiting template attributes (#57033)
fix - e11c0c42d2 run JIT transforms on @NgModule classes with jit: true (#57212)

core

Commit Description
feat - f7918f5272 Add 'flush' parameter option to fakeAsync to flush after the test (#57239)
feat - fab673a1dd add ng generate schematic to convert to inject (#57056)
feat - 7919982063 Add whenStable helper on ApplicationRef (#57190)
feat - 3459289ef0 bootstrapModule can configure NgZone in providers (#57060)
fix - 296216cbe1 Allow hybrid CD scheduling to support multiple "Angular zones" (#57267)
fix - 8718abce90 Deprecate ignoreChangesOutsideZone option (#57029)
fix - 827070e331 Do not run image performance warning checks on server (#57234)
fix - ca89ef9141 handle shorthand assignment in the inject migration (#57134)
fix - 5dcdbfcba9 rename the equality function option in toSignal (#56769)
fix - 2a4f488a6c warnings for oversized images and lazy-lcp present with bootstrapModule (#57060)

language-service

Commit Description
feat - 4bb558ab0c support writing code refactorings (#56895)
perf - 7663debce1 quick exit if no code fixes can exist (#57000)

migrations

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

18.2.1 (2024-08-22)

core

Commit Type Description
dependabot[bot] commented 2 weeks ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml