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

[Snyk] Upgrade @angular/google-maps from 18.1.4 to 18.2.0 #33

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

Conversation

second-slip
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade @angular/google-maps from 18.1.4 to 18.2.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 7 versions ahead of your current version.

  • The recommended version was released on 21 days ago.

Release notes
Package name: @angular/google-maps
  • 18.2.0 - 2024-08-14

    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.

      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
  • 18.2.0-rc.0 - 2024-08-07

    18.2.0-rc.0 "wicker-whirlwind" (2024-08-07)

    material

    Commit Description
    feat - ddc307e284 button-toggle: allow disabled buttons to be interactive (#29550)
    fix - 7370eb92fc chips: missing tokens in M3 (#29531)
    fix - d22a24d667 list: checkmark not visible in high contrast mode (#29546)
    fix - 626164ba5f sidenav: disable focus trap while closed (#29548)
    fix - fd416a30e8 tooltip: remove aria-describedby when disabled (#29520)
  • 18.2.0-next.3 - 2024-07-31

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

    material

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

    cdk

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

    multiple

    Commit Description
    feat - db5b8dc29b fallback to system level variables (#29480)
  • 18.2.0-next.2 - 2024-07-24
  • 18.2.0-next.1 - 2024-07-17
  • 18.2.0-next.0 - 2024-07-10
  • 18.1.5 - 2024-08-14

    18.1.5 "ruthenium-roulette" (2024-08-14)

    material

    Commit Description
    fix - b2e728db9 form-field: update state if control changes (#29573)
    fix - 1c438b312 schematics: Generate more accurate tonal palettes for M3 schematic (#29536)
    fix - 838d1a45a tabs: allow for tablist aria-label and aria-labelledby to be set (#29562)
  • 18.1.4 - 2024-08-07

    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)
from @angular/google-maps GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @angular/google-maps from 18.1.4 to 18.2.0.

See this package in npm:
@angular/google-maps

See this project in Snyk:
https://app.snyk.io/org/winthorpecross/project/d71c9ef4-0833-4299-a040-7904d82c29a2?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.45%. Comparing base (71fc019) to head (67963e0).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   93.45%   93.45%           
=======================================
  Files         103      103           
  Lines        1100     1100           
  Branches       77       77           
=======================================
  Hits         1028     1028           
  Misses         53       53           
  Partials       19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants