eclipse-edc / DataDashboard

DataDashboard
Apache License 2.0
13 stars 74 forks source link

build(deps): bump @angular/material from 15.2.9 to 17.0.1 #150

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps @angular/material from 15.2.9 to 17.0.1.

Release notes

Sourced from @​angular/material's releases.

v17.0.1

17.0.1 "plastic-chicken" (2023-11-16)

material-experimental

Commit Description
feat - cfe596ab1d theming: add M3 form-field & input support (#28121)
feat - 365789bd0f theming: add M3 list support (#28122)
feat - 81a8cc77e8 theming: add M3 slide-toggle support (#28014)
feat - ac62b42742 theming: add M3 sort support (#28105)
fix - c5e4766d0f theming: Update M3 palettes (#28109)

material

Commit Description
fix - df5e9c4f3f autocomplete: clear previous selection on reactive form reset (#27653)
fix - efc0dcfc4c autocomplete: regression in requireSelection when options are filtered (#28119)
fix - 09c7eb4f8b button: fix raised button line-height (#28073)
fix - 1a61fc7eea datepicker: Fix raw date value being compared (#27896)
fix - fe339ee2ba list: validation using wrong variable (#27638)
fix - a09ca60be8 schematics: switch to new control flow (#28106)

v17.0.0

17.0.0 "deferred-diamond" (2023-11-08)

cdk

Commit Description
feat - b3e4d576b overlay: add disposeOnNavigation (#27672)
fix - 2409e7071 schematics: account for single string in styles and new styleUrl (#27798)
fix - c5ab88020 schematics: support both application and browser builders (#27875)

material

Commit Description
feat - 06559a012 dialog: switch to standalone (#27860)
feat - 425bad872 snack-bar: convert to standalone (#27926)
feat - 7be5dde24 theming: Add 'base' theming dimension to all components (#27924)
feat - 9906aa344 theming: Add APIs to check what information theme has
feat - 1a85dd299 theming: Add APIs to get color info from theme
feat - e608f5fa3 theming: Add APIs to get density info from theme
feat - f52e97958 theming: Add APIs to get typography info from theme
feat - 685b585f7 theming: add support for M2 themes to theme inspection API
feat - 82844b3d5 theming: Open up new APIs to access theme values (#27865)
fix - c6bc738cd bottom-sheet: move unthemable tokens to theme mixin (#27882)
fix - bcbdf910b button-toggle: move unthemable tokens to theme mixin (#27883)
fix - 74d1be62e button: align prefixes with MDC (#27936)
fix - 146bc2385 button: Emit fab tokens under mixin root selector (#27806)
fix - 1de6a3aa3 button: fix color tokens of raised buttons (#27904)
fix - 68096ec9d button: Move fab unthemable tokens to theme mixin (#27580)
fix - 408c0b492 card: Apply tokens at mixin root (#27557)
fix - 06460d177 card: Move unthemable tokens to theme mixin (#27579)

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

17.0.1 "plastic-chicken" (2023-11-16)

material

Commit Type Description
df5e9c4f3f fix autocomplete: clear previous selection on reactive form reset (#27653)
efc0dcfc4c fix autocomplete: regression in requireSelection when options are filtered (#28119)
09c7eb4f8b fix button: fix raised button line-height (#28073)
1a61fc7eea fix datepicker: Fix raw date value being compared (#27896)
fe339ee2ba fix list: validation using wrong variable (#27638)
a09ca60be8 fix schematics: switch to new control flow (#28106)

material-experimental

Commit Type Description
cfe596ab1d feat theming: add M3 form-field & input support (#28121)
365789bd0f feat theming: add M3 list support (#28122)
81a8cc77e8 feat theming: add M3 slide-toggle support (#28014)
ac62b42742 feat theming: add M3 sort support (#28105)
c5e4766d0f fix theming: Update M3 palettes (#28109)

17.0.0 "deferred-diamond" (2023-11-08)

Breaking Changes

material

  • There are new styles emitted by mat.<component>-theme that are not emitted by any of: mat.<component>-color, mat.<component>-typography, or mat.<component>-density. If you rely on the partial mixins only and don't call mat.<component>-theme, you can add mat.<component>-base to get the missing styles. Alternatively you can call mat.all-component-bases to get just the base styles for all components.
  • There are new styles emitted by mat.bottom-sheet-theme that are not emitted by any of: mat.bottom-sheet-color, mat.bottom-sheet-typography, mat.bottom-sheet-density. If you rely on the partial mixins only and don't call mat.bottom-sheet-theme, you can add mat.bottom-sheet-base to get the missing styles.
  • There are new styles emitted by mat.button-toggle-theme that are not emitted by any of: mat.button-toggle-color, mat.button-toggle-typography, mat.button-toggle-density. If you rely on the partial mixins only and don't call mat.button-toggle-theme, you can add mat.button-toggle-base to get the missing styles.
  • There are new styles emitted by mat.fab-theme that are not emitted by any of: mat.fab-color, mat.fab-typography, mat.fab-density. If you rely on the partial mixins only and don't call mat.fab-theme, you can add mat.fab-base to get the missing styles.
  • There are new styles emitted by mat.card-theme that are not emitted by any of: mat.card-color, mat.card-typography, mat.card-density. If you rely on the partial mixins only and don't call mat.card-theme, you can add mat.card-base to get the

... (truncated)

Commits
  • c0e7622 release: cut the v17.0.1 release
  • 365789b feat(material-experimental/theming): add M3 list support (#28122)
  • c5e4766 fix(material-experimental/theming): Update M3 palettes (#28109)
  • cfe596a feat(material-experimental/theming): add M3 form-field & input support (#28121)
  • 0de344f docs: update CODE_REVIEWS.md bullet formatting (#28123)
  • efc0dcf fix(material/autocomplete): regression in requireSelection when options are f...
  • 0c96ee7 build: update angular shared dev-infra code (#28099)
  • ac62b42 feat(material-experimental/theming): add M3 sort support (#28105)
  • cfded8c docs(material/snack-bar): adjust docs for standalone (#28111)
  • 02074cd build: update tooling packages to final (#28114)
  • 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 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[bot] commented 7 months ago

Superseded by #160.