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: , #872

Closed
wants to merge 1 commit into from
Closed

Conversation

kidwen
Copy link
Owner

@kidwen kidwen commented Aug 22, 2024

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯 The following dependencies are linked and will therefore be updated together.

ℹ️ 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.

Name Versions Released on

@angular/cdk
from 18.1.2 to 18.1.3 | 1 version ahead of your current version | 22 days ago
on 2024-07-31
@angular/material
from 18.1.2 to 18.1.3 | 1 version ahead of your current version | 22 days ago
on 2024-07-31

Release notes
Package name: @angular/cdk
  • 18.1.3 - 2024-07-31

    18.1.3 "plastic-beach" (2024-07-31)

    material

    Commit Description
    fix - caf4b61ead chips: remove tab-index attribute from mat-chip host (#29436)
    fix - 913267c0b1 core: custom system-level variable prefix not used in some mixins (#29513)
    fix - 70048ef226 dialog: invalid font-family declaration (#29516)
    fix - d7d82e1455 slide-toggle: don't trigger active state for entire container (#29514)
    fix - d237e7d2c7 slide-toggle: remove divs from button (#29485)

    cdk

    Commit Description
    fix - 2c76917779 coercion: Return undefined when the fallback value is undefined (#29491)
  • 18.1.2 - 2024-07-24

    18.1.2 "velvet-violin" (2024-07-24)

    material

    Commit Description
    fix - cf61af53bd chips: remove button is too small (#29351)
    fix - c79ec264aa form-field: hiding a label after it has been (#29461)
    fix - 15238d255f input: Number input not changing on wheel interaction (#29449)

    Breaking Changes

    material

    • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.
    • refactor(material/chips): chip remove touch target size is insufficient

    Updates fix to Autocomplete Component Chips component where the
    touch target size is too small and fails minimum accessibility
    size of 48x48 px. Addresses nit fixes from PR review.

    Fixes b/286959517

    • updates padding size of remove touch target to
      satisfy minimum 48x48 accessibility size.

      • fix(material/chip): remove button is too small

      Fixes Angular Components Chip component where the touch target of the
      remove button of a chip is too small. Updates .mat-mdc-chip-remove to
      target more specific styles to override original style of padding: 8px
      so that the user has a larger touch target particularly on mobile
      devices.

      Fixes b/286959517

      • refactor(material/chips): remove button is too small

      Fixes lint errors from previous commit for Angular Components
      Chip component where the remove button touch target is too small,
      particularly for touch/mobile devices. Increases padding on all
      sides.

      Fixes b/286959517

      • fix(material/chips): increase chip remove button touch target size

      Fixes issue with Angular Component Chip's touch target size by
      increasing the padding on chips with a trailing icon that has
      an action.

      Fixes b/286959517

    • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.

    • fix(material/chips): chips remove touch target is too small to be accessible

    Updates Angular Components Chips component by increasing its
    .mat-mdc-chip-remove::after styles to increase the size of the
    touch target to make it more accessible/clickable.

    Fixes b/286959517

    • refactor(material/chips): fix lint errors

    Updates fix for Angular Components Chips component where there
    were lint formatting errors.

    • refactor(material/chips): replace px with _trailing-icon-size variable

    Updates previous Angular Components Chip component fix and makes it
    adaptable by swapping the hard-coded 18px offset to equal the
    variable for -icon-size.

    • refactor(material/chips): updates touch target centering method

    Updates previous Angular Component Chip component fix which
    added padding to the ::after pseudo-element and attempted to
    calculate centering. Changes calculation based on using
    with padding values countered
    with margin negative values to center the touch target.

    • refactor(material/chips): updates ::after styles and fix lint errors

    Updates Angular Component Chips component fix to change ::after
    background property changes to be background-color specifically to
    avoid overriding background-clip styles. Suppresses lint warning
    material/no-prefixes for background-clip since it's majority
    compatible with browsers.

    Fixes b/286959517

    (cherry picked from commit d6aed80)

from @angular/cdk GitHub release notes
Package name: @angular/material
  • 18.1.3 - 2024-07-31

    18.1.3 "plastic-beach" (2024-07-31)

    material

    Commit Description
    fix - caf4b61ead chips: remove tab-index attribute from mat-chip host (#29436)
    fix - 913267c0b1 core: custom system-level variable prefix not used in some mixins (#29513)
    fix - 70048ef226 dialog: invalid font-family declaration (#29516)
    fix - d7d82e1455 slide-toggle: don't trigger active state for entire container (#29514)
    fix - d237e7d2c7 slide-toggle: remove divs from button (#29485)

    cdk

    Commit Description
    fix - 2c76917779 coercion: Return undefined when the fallback value is undefined (#29491)
  • 18.1.2 - 2024-07-24

    18.1.2 "velvet-violin" (2024-07-24)

    material

    Commit Description
    fix - cf61af53bd chips: remove button is too small (#29351)
    fix - c79ec264aa form-field: hiding a label after it has been (#29461)
    fix - 15238d255f input: Number input not changing on wheel interaction (#29449)

    Breaking Changes

    material

    • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.
    • refactor(material/chips): chip remove touch target size is insufficient

    Updates fix to Autocomplete Component Chips component where the
    touch target size is too small and fails minimum accessibility
    size of 48x48 px. Addresses nit fixes from PR review.

    Fixes b/286959517

    • updates padding size of remove touch target to
      satisfy minimum 48x48 accessibility size.

      • fix(material/chip): remove button is too small

      Fixes Angular Components Chip component where the touch target of the
      remove button of a chip is too small. Updates .mat-mdc-chip-remove to
      target more specific styles to override original style of padding: 8px
      so that the user has a larger touch target particularly on mobile
      devices.

      Fixes b/286959517

      • refactor(material/chips): remove button is too small

      Fixes lint errors from previous commit for Angular Components
      Chip component where the remove button touch target is too small,
      particularly for touch/mobile devices. Increases padding on all
      sides.

      Fixes b/286959517

      • fix(material/chips): increase chip remove button touch target size

      Fixes issue with Angular Component Chip's touch target size by
      increasing the padding on chips with a trailing icon that has
      an action.

      Fixes b/286959517

    • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.

    • fix(material/chips): chips remove touch target is too small to be accessible

    Updates Angular Components Chips component by increasing its
    .mat-mdc-chip-remove::after styles to increase the size of the
    touch target to make it more accessible/clickable.

    Fixes b/286959517

    • refactor(material/chips): fix lint errors

    Updates fix for Angular Components Chips component where there
    were lint formatting errors.

    • refactor(material/chips): replace px with _trailing-icon-size variable

    Updates previous Angular Components Chip component fix and makes it
    adaptable by swapping the hard-coded 18px offset to equal the
    variable for -icon-size.

    • refactor(material/chips): updates touch target centering method

    Updates previous Angular Component Chip component fix which
    added padding to the ::after pseudo-element and attempted to
    calculate centering. Changes calculation based on using
    with padding values countered
    with margin negative values to center the touch target.

    • refactor(material/chips): updates ::after styles and fix lint errors

    Updates Angular Component Chips component fix to change ::after
    background property changes to be background-color specifically to
    avoid overriding background-clip styles. Suppresses lint warning
    material/no-prefixes for background-clip since it's majority
    compatible with browsers.

    Fixes b/286959517

    (cherry picked from commit d6aed80)

from @angular/material 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/cdk from 18.1.2 to 18.1.3.
    See this package in npm: https://www.npmjs.com/package/@angular/cdk
  - @angular/material from 18.1.2 to 18.1.3.
    See this package in npm: https://www.npmjs.com/package/@angular/material

See this project in Snyk:
https://app.snyk.io/org/kidwen/project/033159e5-2deb-4d15-9c77-03ccc1aa3203?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Aug 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web-style ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 22, 2024 9:47am

Copy link

nx-cloud bot commented Aug 22, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit eee984d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@kidwen kidwen closed this Aug 26, 2024
@kidwen kidwen deleted the snyk-upgrade-846f61c8700d154fc06e7ab96e598321 branch September 20, 2024 10:18
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