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 @angular/material from 13.3.8 to 18.1.3 #4406

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps @angular/material from 13.3.8 to 18.1.3.

Release notes

Sourced from @​angular/material's releases.

v18.1.3

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)

v18.1.2

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

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

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

cdk

Commit Type Description
2c76917779 fix coercion: Return undefined when the fallback value is undefined (#29491)

material

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

18.2.0-next.2 "velvet-guitar" (2024-07-24)

material

Commit Type Description
8417601015 feat checkbox: add the ability to interact with disabled checkboxes (#29474)
a018fb0ee8 feat tooltip: replicate tooltipClass to default MatTooltipDefaultOptions (#29467)
d6aed80446 fix chips: remove button is too small (#29351)
13aef8cf87 fix form-field: hiding a label after it has been (#29461)
10da6c6375 fix input: Number input not changing on wheel interaction (#29449)

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

material

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

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)

... (truncated)

Commits
  • 0e1bf7c release: cut the v18.1.3 release
  • caf4b61 fix(material/chips): remove tab-index attribute from mat-chip host (#29436)
  • 4d6aa2e build: update to Angular 18.2 next (#29521)
  • 70048ef fix(material/dialog): invalid font-family declaration (#29516)
  • 913267c fix(material/core): custom system-level variable prefix not used in some mixi...
  • d7d82e1 fix(material/slide-toggle): don't trigger active state for entire container (...
  • 85409f5 docs(cdk/drag-drop): add tabs example (#29517)
  • 2c76917 fix(cdk/coercion): Return undefined when the fallback value is undefined (#29...
  • caa4bc5 build: switch dev app to inject (#29499)
  • d78a66d refactor(material/core): split token utils (#29498)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2024
Bumps [@angular/material](https://github.com/angular/components) from 13.3.8 to 18.1.3.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@13.3.8...18.1.3)

---
updated-dependencies:
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular/material-18.1.3 branch from 72dd209 to ea924e7 Compare August 1, 2024 10:38
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 2024

Superseded by #4423.

@dependabot dependabot bot closed this Aug 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/material-18.1.3 branch August 8, 2024 10:05
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.

0 participants