Skip to content

Bump @angular/material from 16.1.7 to 17.0.0 in /web_embedding/ng-flutter - #653

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web_embedding/ng-flutter/angular/material-17.0.0
Open

Bump @angular/material from 16.1.7 to 17.0.0 in /web_embedding/ng-flutter#653
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web_embedding/ng-flutter/angular/material-17.0.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubNov 13, 2023

Copy link
Copy Markdown

Bumps @angular/material from 16.1.7 to 17.0.0.

Release notes

Sourced from @​angular/material's releases.

v17.0.0

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

cdk

CommitDescription
feat - b3e4d576boverlay: add disposeOnNavigation (#27672)
fix - 2409e7071schematics: account for single string in styles and new styleUrl (#27798)
fix - c5ab88020schematics: support both application and browser builders (#27875)

material

CommitDescription
feat - 06559a012dialog: switch to standalone (#27860)
feat - 425bad872snack-bar: convert to standalone (#27926)
feat - 7be5dde24theming: Add 'base' theming dimension to all components (#27924)
feat - 9906aa344theming: Add APIs to check what information theme has
feat - 1a85dd299theming: Add APIs to get color info from theme
feat - e608f5fa3theming: Add APIs to get density info from theme
feat - f52e97958theming: Add APIs to get typography info from theme
feat - 685b585f7theming: add support for M2 themes to theme inspection API
feat - 82844b3d5theming: Open up new APIs to access theme values (#27865)
fix - c6bc738cdbottom-sheet: move unthemable tokens to theme mixin (#27882)
fix - bcbdf910bbutton-toggle: move unthemable tokens to theme mixin (#27883)
fix - 74d1be62ebutton: align prefixes with MDC (#27936)
fix - 146bc2385button: Emit fab tokens under mixin root selector (#27806)
fix - 1de6a3aa3button: fix color tokens of raised buttons (#27904)
fix - 68096ec9dbutton: Move fab unthemable tokens to theme mixin (#27580)
fix - 408c0b492card: Apply tokens at mixin root (#27557)
fix - 06460d177card: Move unthemable tokens to theme mixin (#27579)
fix - 03a773a02checkbox: Move unthemable tokens to theme mixin (#27556)
fix - f823c2a52chips: move unthemable tokens to theme mixin (#27884)
fix - fcaa95e69core: prevent updates to v17 if project uses legacy components (#28024)
fix - b423c0e0bdatepicker: deprecate constructor injection in NativeDateAdapter (#26144)
fix - cac7a41f7dialog: css structure change (#27510)
fix - 6f0a4655edialog: Emit tokens under mixin root selector (#27830)
fix - c4a62a884dialog: MatDialog: change member _dialog (cdk) from private to protected (#28019) (#28020)
fix - dfba0edfbdialog: Move unthemable tokens to theme mixin (#27606)
fix - c6fa905dddivider: move unthemable tokens to theme mixin (#27881)
fix - afceed2a5expansion: move unthemable tokens to theme mixin (#27885)
fix - cf456a2d4form-field: don't toggle hover state over subscript (#27683)
fix - 0ac19114cform-field: move unthemable tokens to theme mixin (#27887)
fix - c7db4960elist: Emit tokens under mixin root selector (#27711)
fix - 7c16cc8b6list: Move unthemable tokens to theme mixin (#27607)
fix - c77ffa0ccmenu: move unthemable tokens to theme mixin (#27888)
fix - 047404067progress-bar: Move unthemable tokens to theme mixin (#27563)
fix - f8252d816progress-spinner: Emit tokens under mixin root selector (#27594)
fix - 593fc79ecprogress-spinner: Move unthemable tokens to theme mixin (#27567)
fix - dbd31dec8radio: Apply tokens at mixin root (#27864)
fix - 943b5dabfradio: move unthemable tokens to theme mixin (#27809)
fix - 7a42a5de9schematics: account for browser-esbuild builder (#28025)

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

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 missing styles.
  • There are new styles emitted by mat.checkbox-theme that are not emitted by any of: mat.checkbox-color, mat.checkbox-typography, mat.checkbox-density. If you rely on the partial mixins only and don't call mat.checkbox-theme, you can add mat.checkbox-base to get the missing styles.
  • There are new styles emitted by mat.chips-theme that are not emitted by any of: mat.chips-color, mat.chips-typography, mat.chips-density. If you rely on the partial mixins only and don't call mat.chips-theme, you can add mat.chips-base to get the missing styles.
  • NativeDateAdapter no longer takes Platform in its constructor. It also now uses the inject function, and therefore cannot be instantiated directly (must go through Angular's DI system instead).
  • There are new styles emitted by mat.dialog-theme that are not emitted by any of: mat.dialog-color, mat.dialog-typography, mat.dialog-density. If you rely on the partial mixins only and don't call mat.dialog-theme, you can add mat.dialog-base to get the missing styles.
  • There are new styles emitted by mat.list-theme that are not emitted by any of: mat.list-color, mat.list-typography,

... (truncated)

Commits
  • 039249a release: cut the v17.0.0 release
  • beb564c build: update to Angular v17 final (#28076)
  • 13214ce release: cut the v17.0.0-rc.3 release
  • 7b1f870 build: fix lint failure in rc branch (#28061)
  • 012b7eb docs(multiple): switch docs examples to new control flow
  • bd7c57a build: switch development apps to new control flow
  • 894344d test(multiple): switch tests to new control flow
  • 157c0e2 fix(material/schematics): asyncPipe not imported but used in the template (#2...
  • c0b38de perf(cdk/a11y): Don't trigger re-layout when detecting fake mousedown (#28029)
  • 78cf5dc build: update to the latest Angular v17 RC (#28056)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@angular/material](https://github.com/angular/components) from 16.1.7 to 17.0.0.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@16.1.7...17.0.0)
---
updated-dependencies:
- dependency-name: "@angular/material"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 13, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants