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/cdk, @angular/material #32

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

Conversation

sixcorners
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade multiple dependencies.

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

As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

ℹ️ 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 17.2.1 to 17.2.2
1 version ahead of your current version 21 days ago
on 2024-03-06
@angular/material
from 17.2.1 to 17.2.2
1 version ahead of your current version 21 days ago
on 2024-03-06
Release notes
Package name: @angular/cdk
  • 17.2.2 - 2024-03-06

    17.2.2 "metal-marble" (2024-03-06)

    material-experimental

    Commit Description
    feat - f18ef99785 theming: provide hook for formatting toke… (#28660)

    material

    Commit Description
    fix - 65aaaf3abf autocomplete: prevent hidden overlay from blocking clicks (#28677)
    fix - d08ddaab81 autocomplete: requireSelection sometimes not clearing value when editing after selection (#28628)
    fix - 5b3210bfda checkbox: derive checkmark color from palette
    fix - fb20320b82 chips: derive surface color from palette
    fix - fe01e298a0 core: mark fields on HasErrorState as nullable (#28689)
    fix - afbb34e415 datepicker: always move caret to the end of the start input on backspace (#28669)
    fix - ec6f8e2e62 datepicker: datepicker doesn't announce newly selected range in firefox (#28529)
    fix - ba6e809761 expansion: prevent focus from entering the panel while it's animating (#28646)
    fix - 07f5ed9dc6 schematics: add typography and density to custom theme (#28645)
    fix - 6d8160c166 schematics: don't interrupt ng add if adding the animations module fails (#28675)
    fix - 9655ecb872 slide-toggle: m3 selected track outline (#28625) (#28634)
    perf - 7d352fbf88 form-field: resolve scrolling performance issues (#27251)

    cdk

    Commit Description
    fix - 4af777a189 drag-drop: resolve helper directives with DI for proper hostDirectives support (#28633)
    fix - 94eafc134f overlay: fix overlay margin in isBoundedByLeftViewportEdge ('left-ward') mode (#28233)

    multiple

    Commit Description
    fix - 14c055fe07 derive all token values from theme (#28664)
  • 17.2.1 - 2024-02-22

    17.2.1 "allactite-acorn" (2024-02-22)

    material

    Commit Description
    fix - 0c5781bfc expansion: center indicator icon in M3 (#28603)

    cdk

    Commit Description
    fix - c617cd7c8 listbox: make typeahead label nullable (#28602)
    fix - 67956e065 overlay: only emit positionChanges when position is different
    fix - d5d856348 overlay: run positionChange event inside the zone
from @angular/cdk GitHub release notes
Package name: @angular/material
  • 17.2.2 - 2024-03-06
    Read more
  • 17.2.1 - 2024-02-22

    17.2.1 "allactite-acorn" (2024-02-22)

    material

    Commit Description
    fix - 0c5781bfc expansion: center indicator icon in M3 (#28603)

    cdk

    Commit Description
    fix - c617cd7c8 listbox: make typeahead label nullable (#28602)
    fix - 67956e065 overlay: only emit positionChanges when position is different
    fix - d5d856348 overlay: run positionChange event inside the zone
from @angular/material GitHub release notes
Commit messages
Package name: @angular/cdk
  • f066d31 release: cut the v17.2.2 release
  • fe01e29 fix(material/core): mark fields on HasErrorState as nullable (#28689)
  • 4dc2b52 refactor(material-experimental/theming): move error colors into color palettes (#28666)
  • f18ef99 feat(material-experimental/theming): provide hook for formatting toke… (#28660)
  • ec6f8e2 fix(material/datepicker): datepicker doesn't announce newly selected range in firefox (#28529)
  • 5c8feac refactor(material/core): deprecate TypeScript mixin functions (#28673)
  • afbb34e fix(material/datepicker): always move caret to the end of the start input on backspace (#28669)
  • 6d8160c fix(material/schematics): don't interrupt ng add if adding the animations module fails (#28675)
  • 65aaaf3 fix(material/autocomplete): prevent hidden overlay from blocking clicks (#28677)
  • fb20320 fix(material/chips): derive surface color from palette
  • 5b3210b fix(material/checkbox): derive checkmark color from palette
  • 14c055f fix(multiple): derive all token values from theme (#28664)
  • 7d352fb perf(material/form-field): resolve scrolling performance issues (#27251)
  • c92abba docs(material/form-field): custom MatFormFieldControl validation not working unless touched (#26873)
  • 2d8dc70 docs(material-3): fix typography config (#28635)
  • c8cb925 refactor(material/select): Remove use of zone onStable to wait for options (#28637)
  • c5f66da ci: pin dependency for actions/upload-artifact (#28650)
  • ba6e809 fix(material/expansion): prevent focus from entering the panel while it's animating (#28646)
  • 4af777a fix(cdk/drag-drop): resolve helper directives with DI for proper hostDirectives support (#28633)
  • 94eafc1 fix(cdk/overlay): fix overlay margin in isBoundedByLeftViewportEdge ('left-ward') mode (#28233)
  • 537ed41 refactor(multiple): use object literal syntax in inputs array (#28638)
  • 07f5ed9 fix(material/schematics): add typography and density to custom theme (#28645)
  • d20edbf refactor(multiple): switch to styleUrl for single stylesheets
  • d017348 build: account for styleUrl in examples generation

Compare

Package name: @angular/material
  • f066d31 release: cut the v17.2.2 release
  • fe01e29 fix(material/core): mark fields on HasErrorState as nullable (#28689)
  • 4dc2b52 refactor(material-experimental/theming): move error colors into color palettes (#28666)
  • f18ef99 feat(material-experimental/theming): provide hook for formatting toke… (#28660)
  • ec6f8e2 fix(material/datepicker): datepicker doesn't announce newly selected range in firefox (#28529)
  • 5c8feac refactor(material/core): deprecate TypeScript mixin functions (#28673)
  • afbb34e fix(material/datepicker): always move caret to the end of the start input on backspace (#28669)
  • 6d8160c fix(material/schematics): don't interrupt ng add if adding the animations module fails (#28675)
  • 65aaaf3 fix(material/autocomplete): prevent hidden overlay from blocking clicks (#28677)
  • fb20320 fix(material/chips): derive surface color from palette
  • 5b3210b fix(material/checkbox): derive checkmark color from palette
  • 14c055f fix(multiple): derive all token values from theme (#28664)
  • 7d352fb perf(material/form-field): resolve scrolling performance issues (#27251)
  • c92abba docs(material/form-field): custom MatFormFieldControl validation not working unless touched (#26873)
  • 2d8dc70 docs(material-3): fix typography config (#28635)
  • c8cb925 refactor(material/select): Remove use of zone onStable to wait for options (#28637)
  • c5f66da ci: pin dependency for actions/upload-artifact (#28650)
  • ba6e809 fix(material/expansion): prevent focus from entering the panel while it's animating (#28646)
  • 4af777a fix(cdk/drag-drop): resolve helper directives with DI for proper hostDirectives support (#28633)
  • 94eafc1 fix(cdk/overlay): fix overlay margin in isBoundedByLeftViewportEdge ('left-ward') mode (#28233)
  • 537ed41 refactor(multiple): use object literal syntax in inputs array (#28638)
  • 07f5ed9 fix(material/schematics): add typography and density to custom theme (#28645)
  • d20edbf refactor(multiple): switch to styleUrl for single stylesheets
  • d017348 build: account for styleUrl in examples generation

Compare


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:

🧐 View latest project report

👩‍💻 Set who automatically gets assigned

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Snyk has created this PR to upgrade:
  - @angular/cdk from 17.2.1 to 17.2.2.
    See this package in npm: https://www.npmjs.com/package/@angular/cdk
  - @angular/material from 17.2.1 to 17.2.2.
    See this package in npm: https://www.npmjs.com/package/@angular/material

See this project in Snyk:
https://app.snyk.io/org/sixcorners/project/68d08814-a986-4309-8181-786b00cd683c?utm_source=github&utm_medium=referral&page=upgrade-pr
@sixcorners sixcorners self-assigned this Mar 27, 2024
Copy link

cloudflare-pages bot commented Mar 27, 2024

Deploying tso-tools with  Cloudflare Pages  Cloudflare Pages

Latest commit: 14c2690
Status: ✅  Deploy successful!
Preview URL: https://28b266a7.tso-tools.pages.dev
Branch Preview URL: https://snyk-upgrade-d9dfc6ad312cb50.tso-tools.pages.dev

View logs

Copy link

sonarcloud bot commented Mar 27, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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.

None yet

2 participants