(Go: >> BACK << -|- >> HOME <<)

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-updates group across 1 directory with 20 updates #139

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Jul 22, 2024

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

Package From To
@angular/cdk 18.1.0 18.1.1
@angular/common 18.1.0 18.1.1
@angular/core 18.1.0 18.1.1
@angular/forms 18.1.0 18.1.1
@angular/platform-browser 18.1.0 18.1.1
@angular/platform-browser-dynamic 18.1.0 18.1.1
@angular/router 18.1.0 18.1.1
@capacitor/android 6.1.0 6.1.1
@capacitor/core 6.1.0 6.1.1
@capgo/capacitor-navigation-bar 6.1.24 6.1.30
zone.js 0.14.7 0.14.8
@angular-devkit/build-angular 18.1.0 18.1.1
@angular/cli 18.1.0 18.1.1
@angular/compiler 18.1.0 18.1.1
@angular/compiler-cli 18.1.0 18.1.1
@capacitor/cli 6.1.0 6.1.1
@types/node 20.14.10 20.14.11
@typescript-eslint/eslint-plugin 7.16.0 7.16.1
@typescript-eslint/parser 7.16.0 7.16.1
eslint-plugin-jsdoc 48.7.0 48.8.3

Updates @angular/cdk from 18.1.0 to 18.1.1

Release notes

Sourced from @​angular/cdk's releases.

v18.1.1

18.1.1 "tantalum-tale" (2024-07-17)

material

Commit Description
fix - b7959c241 button: support palettes for icon button in M3 (#29433)
fix - ffe1c35c0 chips: fix focus issue (#29427)
fix - 57cc0b04b core: require theme for option typography (#29416)
fix - 2e5e415ec tabs: prevent tab header from collapsing when empty inside a drop list (#29418)

cdk

Commit Description
fix - ca634cb7b drag-drop: remove preview after animate to placeholder animation completes (#29439)
Changelog

Sourced from @​angular/cdk's changelog.

18.1.1 "tantalum-tale" (2024-07-17)

cdk

Commit Type Description
ca634cb7b fix drag-drop: remove preview after animate to placeholder animation completes (#29439)

material

Commit Type Description
b7959c241 fix button: support palettes for icon button in M3 (#29433)
ffe1c35c0 fix chips: fix focus issue (#29427)
57cc0b04b fix core: require theme for option typography (#29416)
2e5e415ec fix tabs: prevent tab header from collapsing when empty inside a drop list (#29418)

18.2.0-next.1 "osmium-opal" (2024-07-17)

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
095947c8c fix button: support palettes for icon button in M3 (#29433)
e69b2b09e fix chips: fix focus issue (#29427)
b116643a0 fix core: require theme for option typography (#29416)
92ab713a6 fix tabs: prevent tab header from collapsing when empty inside a drop list (#29418)
ff36c80f9 fix tree: add levelAccessor, childrenAccessor, TreeKeyManager; a11y and docs improvements (#29062)

cdk

Commit Type Description
565566151 fix drag-drop: remove preview after animate to placeholder animation completes (#29439)

... (truncated)

Commits
  • cae52de release: cut the v18.1.1 release
  • b7959c2 fix(material/button): support palettes for icon button in M3 (#29433)
  • 58efa28 refactor(material/core): simplify token utils (#29430)
  • ca634cb fix(cdk/drag-drop): remove preview after animate to placeholder animation com...
  • d57e6a5 build: remove token validation tests (#29438)
  • 2e5e415 fix(material/tabs): prevent tab header from collapsing when empty inside a dr...
  • f9cc120 build: update to Angular 18.1 stable (#29429)
  • ffe1c35 fix(material/chips): fix focus issue (#29427)
  • 2124ce6 docs: update getting started (#29423)
  • 57cc0b0 fix(material/core): require theme for option typography (#29416)
  • Additional commits viewable in compare view

Updates @angular/common from 18.1.0 to 18.1.1

Release notes

Sourced from @​angular/common's releases.

v18.1.1

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Description
fix - 5682527d94 not all callbacks running when registered at the same time (#56981)

migrations

Commit Description
fix - b666d2c20f fix common module removal (#56968)
Changelog

Sourced from @​angular/common's changelog.

18.1.1 (2024-07-17)

common

Commit Type Description
a1cb9dfc0d fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
daf0317bdc fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
d7dca6dbb6 fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
c94a897248 fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
5682527d94 fix not all callbacks running when registered at the same time (#56981)

migrations

Commit Type Description
b666d2c20f fix fix common module removal (#56968)

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.2.0-next.0 (2024-07-10)

compiler

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

core

Commit Type Description
5dcdbfcba9 fix rename the equality function option in toSignal (#56769)

Commits

Updates @angular/core from 18.1.0 to 18.1.1

Release notes

Sourced from @​angular/core's releases.

v18.1.1

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Description
fix - 5682527d94 not all callbacks running when registered at the same time (#56981)

migrations

Commit Description
fix - b666d2c20f fix common module removal (#56968)
Changelog

Sourced from @​angular/core's changelog.

18.1.1 (2024-07-17)

common

Commit Type Description
a1cb9dfc0d fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
daf0317bdc fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
d7dca6dbb6 fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
c94a897248 fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
5682527d94 fix not all callbacks running when registered at the same time (#56981)

migrations

Commit Type Description
b666d2c20f fix fix common module removal (#56968)

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.2.0-next.0 (2024-07-10)

compiler

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

core

Commit Type Description
5dcdbfcba9 fix rename the equality function option in toSignal (#56769)

Commits
  • 5682527 fix(core): not all callbacks running when registered at the same time (#56981)
  • daf0317 fix(compiler): JIT mode incorrectly interpreting host directive configuration...
  • b666d2c fix(migrations): fix common module removal (#56968)
  • a7b774c refactor(core): Refactor EarlyEventContract to prepare for using it as a co...
  • 4b82b98 refactor(core): Remove unused A11Y_CLICK_SUPPORT define. (#56901)
  • See full diff in compare view

Updates @angular/forms from 18.1.0 to 18.1.1

Release notes

Sourced from @​angular/forms's releases.

v18.1.1

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Description
fix - 5682527d94 not all callbacks running when registered at the same time (#56981)

migrations

Commit Description
fix - b666d2c20f fix common module removal (#56968)
Changelog

Sourced from @​angular/forms's changelog.

18.1.1 (2024-07-17)

common

Commit Type Description
a1cb9dfc0d fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
daf0317bdc fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
d7dca6dbb6 fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
c94a897248 fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
5682527d94 fix not all callbacks running when registered at the same time (#56981)

migrations

Commit Type Description
b666d2c20f fix fix common module removal (#56968)

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.2.0-next.0 (2024-07-10)

compiler

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

core

Commit Type Description
5dcdbfcba9 fix rename the equality function option in toSignal (#56769)

Commits

Updates @angular/platform-browser from 18.1.0 to 18.1.1

Release notes

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

v18.1.1

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Description
fix - 5682527d94 not all callbacks running when registered at the same time (#56981)

migrations

Commit Description
fix - b666d2c20f fix common module removal (#56968)
Changelog

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

18.1.1 (2024-07-17)

common

Commit Type Description
a1cb9dfc0d fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
daf0317bdc fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
d7dca6dbb6 fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
c94a897248 fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
5682527d94 fix not all callbacks running when registered at the same time (#56981)

migrations

Commit Type Description
b666d2c20f fix fix common module removal (#56968)

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.2.0-next.0 (2024-07-10)

compiler

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

core

Commit Type Description
5dcdbfcba9 fix rename the equality function option in toSignal (#56769)

Commits

Updates @angular/platform-browser-dynamic from 18.1.0 to 18.1.1

Release notes

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

v18.1.1

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Description
fix - 5682527d94 not all callbacks running when registered at the same time (#56981)

migrations

Commit Description
fix - b666d2c20f fix common module removal (#56968)
Changelog

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

18.1.1 (2024-07-17)

common

Commit Type Description
a1cb9dfc0d fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
daf0317bdc fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
d7dca6dbb6 fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
c94a897248 fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
5682527d94 fix not all callbacks running when registered at the same time (#56981)

migrations

Commit Type Description
b666d2c20f fix fix common module removal (#56968)

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.2.0-next.0 (2024-07-10)

compiler

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

core

Commit Type Description
5dcdbfcba9 fix rename the equality function option in toSignal (#56769)

Commits

Updates @angular/router from 18.1.0 to 18.1.1

Release notes

Sourced from @​angular/router's releases.

v18.1.1

18.1.1 (2024-07-17)

common

Commit Description
fix - a1cb9dfc0d Don't run preconnect assertion on the server. (#56213)

compiler

Commit Description
fix - daf0317bdc JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
fix - d7dca6dbb6 use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Description
fix - c94a897248 avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Description
fix - 5682527d94 not all callbacks running when registered at the same time (#56981)

migrations

Commit Description
fix - b666d2c20f fix common module removal (#56968)
Changelog

Sourced from @​angular/router's changelog.

18.1.1 (2024-07-17)

common

Commit Type Description
a1cb9dfc0d fix Don't run preconnect assertion on the server. (#56213)

compiler

Commit Type Description
daf0317bdc fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002)
d7dca6dbb6 fix use strict equality for 'code' comparison (#56944)

compiler-cli

Commit Type Description
c94a897248 fix avoid emitting references to typecheck files in TS 5.4 (#56961)

core

Commit Type Description
5682527d94 fix not all callbacks running when registered at the same time (#56981)

migrations

Commit Type Description
b666d2c20f fix fix common module removal (#56968)

17.3.12 (2024-07-17)

compiler

Commit Type Description
327bae473b fix JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)

18.2.0-next.0 (2024-07-10)

compiler

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

core

Commit Type Description
5dcdbfcba9 fix rename the equality function option in toSignal (#56769)

Commits

Updates @capacitor/android from 6.1.0 to 6.1.1

Release notes

Sourced from @​capacitor/android's releases.

6.1.1

6.1.1 (2024-07-17)

Bug Fixes

  • android: Allow WebView to load blob urls (#7551) (0dca917)
  • android: javascript injection not working on urls with query (#7545) (57ce5c6)
  • android: send FormData on older devices (#7519) (de8b50d)
  • android: UTF-8 encode form data value (#7525) (a73ed31)
  • cli: enable cleartext for live reload (#7563) (e06648f)
  • http: handle UInt8Array on body (#7546) (cfb9ce1)
  • ios: make removeAllListeners accessible from javascript (#7566) (388a822)
  • ios: Match CapApp-SPM iOS version with project version (#7556) (df4dc9a)
Changelog

Sourced from @​capacitor/android's changelog.

6.1.1 (2024-07-17)

Bug Fixes

  • android: Allow WebView to load blob urls (#7551) (0dca917)
  • android: javascript injection not working on urls with query (#7545) (57ce5c6)
  • android: send FormData on older devices (#7519) (de8b50d)
  • android: UTF-8 encode form data value (#7525) (

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

| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `18.1.0` | `18.1.1` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.1.0` | `18.1.1` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.1.0` | `18.1.1` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.1.0` | `18.1.1` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.1.0` | `18.1.1` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.1.0` | `18.1.1` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.1.0` | `18.1.1` |
| [@capacitor/android](https://github.com/ionic-team/capacitor) | `6.1.0` | `6.1.1` |
| [@capacitor/core](https://github.com/ionic-team/capacitor) | `6.1.0` | `6.1.1` |
| [@capgo/capacitor-navigation-bar](https://github.com/Cap-go/capacitor-navigation-bar) | `6.1.24` | `6.1.30` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.14.7` | `0.14.8` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.1.0` | `18.1.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.1.0` | `18.1.1` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.1.0` | `18.1.1` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.1.0` | `18.1.1` |
| [@capacitor/cli](https://github.com/ionic-team/capacitor) | `6.1.0` | `6.1.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` | `20.14.11` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.16.0` | `7.16.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.16.0` | `7.16.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.7.0` | `48.8.3` |



Updates `@angular/cdk` from 18.1.0 to 18.1.1
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@18.1.0...18.1.1)

Updates `@angular/common` from 18.1.0 to 18.1.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.1/packages/common)

Updates `@angular/core` from 18.1.0 to 18.1.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.1/packages/core)

Updates `@angular/forms` from 18.1.0 to 18.1.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.1/packages/forms)

Updates `@angular/platform-browser` from 18.1.0 to 18.1.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.1/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.1.0 to 18.1.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.1/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.1.0 to 18.1.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.1/packages/router)

Updates `@capacitor/android` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@6.1.0...6.1.1)

Updates `@capacitor/core` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@6.1.0...6.1.1)

Updates `@capgo/capacitor-navigation-bar` from 6.1.24 to 6.1.30
- [Changelog](https://github.com/Cap-go/capacitor-navigation-bar/blob/main/CHANGELOG.md)
- [Commits](Cap-go/capacitor-navigation-bar@6.1.24...6.1.30)

Updates `zone.js` from 0.14.7 to 0.14.8
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.14.8/packages/zone.js)

Updates `@angular-devkit/build-angular` from 18.1.0 to 18.1.1
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.1.0...18.1.1)

Updates `@angular/cli` from 18.1.0 to 18.1.1
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.1.0...18.1.1)

Updates `@angular/compiler` from 18.1.0 to 18.1.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.1/packages/compiler)

Updates `@angular/compiler-cli` from 18.1.0 to 18.1.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/18.1.1/packages/compiler-cli)

Updates `@capacitor/cli` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md)
- [Commits](ionic-team/capacitor@6.1.0...6.1.1)

Updates `@types/node` from 20.14.10 to 20.14.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 7.16.0 to 7.16.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.16.0 to 7.16.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/parser)

Updates `eslint-plugin-jsdoc` from 48.7.0 to 48.8.3
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v48.7.0...v48.8.3)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@capacitor/android"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@capacitor/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@capgo/capacitor-navigation-bar"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: zone.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@angular/compiler"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@capacitor/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants