luxtorpeda-dev / packages

Package build scripts and support for luxtorpeda client
https://luxtorpeda.org
zlib License
35 stars 28 forks source link

Bump @angular/material from 17.3.9 to 18.0.0 in /webui #1225

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Bumps @angular/material from 17.3.9 to 18.0.0.

Release notes

Sourced from @​angular/material's releases.

v18.0.0

18.0.0 "satin-sasquatch" (2024-05-22)

cdk

Commit Description
fix - d8a6c3edd observers: don't observe content of comments (#28858)
fix - 81fe8f322 observers: Run content changed callback in NgZone (#28870)
fix - 108cce33b overlay: Remove use of zone onStable to detach content (#28740)
fix - d91d0d424 scrolling: fix virtual scrolling jankiness with run coalescing (#28846)
fix - c8b62a154 scrolling: fix virtual scrolling jankiness with run coalescing (#28968)

material

Commit Description
feat - 4473a379f core: add prebuilt themes based on M3
feat - e2a45bf1e core: Allow namespacing ripple-loader event handler (#28699)
feat - d679024de core: move Material 3 support into stable (#28913)
feat - 4ba4689dc core: namespace m2-specific theming APIs (#28892)
feat - 295fd67fa schematics: Add custom M3 theme schematic (#28766)
feat - b312b9491 schematics: use M3 themes in schematics
feat - f8bd658df theming: add ability to use sys variables (#28898)
fix - 49901c640 button-toggle: use radio pattern for single select Mat toggle button group (#28548)
fix - 5501d9b40 core: add migration for M2 theming APIs (#28927)
fix - 0ccc52830 core: export all available M3 palettes (#28975)
fix - a5ad288bf core: ripple loader not working in shadow DOM (#29015)
fix - ec9e83db4 datepicker: resolve repeater warnings in calendar (#29028)
fix - 6dc8f7e90 dialog: mark dialog content as scrollable (#28963)
fix - ae82909a9 schematics: Add css token renaming migration
fix - 3e9d3c394 schematics: add option to generate system variables in M3 schematic
fix - bdb17c6b3 schematics: Change themeTypes to a single select instead of a multiselect prompt in M3 theme schematic (#28997)
fix - c86359dd4 slide-toggle: no outline when selected in high contrast mode (#28979)
fix - d4e61e233 table: use ResizeObserver to react to size changes (#28783)
fix - a4fc0a097 theming: remove shadow css variable (#28953)
fix - 0bb5610d0 theming: restrict css color usage behind a flag (#28944)
perf - a332146ff core: speed up M3 compilation (#29009)

material-experimental

Commit Description
feat - c345df788 theming: add mixin for customizing checkbox tokens (#28759)
fix - c932512ba theming: avoid re-emitting the same tokens from the backwards-compatibility styles

multiple

Commit Description
feat - 4719da2c3 token overrides api (#28910)

Breaking Changes

material

  • The following APIs have been renamed. If you update using ng update, your app will be fixed automatically.
    • define-light-theme to m2-define-light-theme
    • define-dark-theme to m2-define-dark-theme
    • define-palette to m2-define-palette

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

18.0.0 "satin-sasquatch" (2024-05-22)

Breaking Changes

material

  • The following APIs have been renamed. If you update using ng update, your app will be fixed automatically.
    • define-light-theme to m2-define-light-theme
    • define-dark-theme to m2-define-dark-theme
    • define-palette to m2-define-palette
    • get-contrast-color-from-palette to m2-get-contrast-color-from-palette
    • get-color-from-palette to m2-get-color-from-palette
    • get-color-config to m2-get-color-config
    • get-typography-config to m2-get-typography-config
    • get-density-config to m2-get-density-config
    • $red-palette to $m2-red-palette
    • $pink-palette to $m2-pink-palette
    • $indigo-palette to $m2-indigo-palette
    • $purple-palette to $m2-purple-palette
    • $deep-purple-palette to $m2-deep-purple-palette
    • $blue-palette to $m2-blue-palette
    • $light-blue-palette to $m2-light-blue-palette
    • $cyan-palette to $m2-cyan-palette
    • $teal-palette to $m2-teal-palette
    • $green-palette to $m2-green-palette
    • $light-green-palette to $m2-light-green-palette
    • $lime-palette to $m2-lime-palette
    • $yellow-palette to $m2-yellow-palette
    • $amber-palette to $m2-amber-palette
    • $orange-palette to $m2-orange-palette
    • $deep-orange-palette to $m2-deep-orange-palette
    • $brown-palette to $m2-brown-palette
    • $grey-palette to $m2-grey-palette
    • $gray-palette to $m2-gray-palette
    • $blue-grey-palette to $m2-blue-grey-palette
    • $blue-gray-palette to $m2-blue-gray-palette
    • $light-theme-background-palette to $m2-light-theme-background-palette
    • $dark-theme-background-palette to $m2-dark-theme-background-palette
    • $light-theme-foreground-palette to $m2-light-theme-foreground-palette
    • $dark-theme-foreground-palette to $m2-dark-theme-foreground-palette
    • define-typography-level to m2-define-typography-level
    • define-rem-typography-config to m2-define-rem-typography-config
    • define-typography-config to m2-define-typography-config
    • define-legacy-typography-config to m2-define-legacy-typography-config
    • typography-level to m2-typography-level
    • font-size to m2-font-size
    • line-height to m2-line-height
    • font-weight to m2-font-weight
    • letter-spacing to m2-letter-spacing
    • font-family to m2-font-family
    • font-shorthand to m2-font-shorthand

material-experimental

| Commit | Type | Description |

... (truncated)

Commits
  • d5df8ad release: cut the v18.0.0 release
  • e2694b0 build: update to Angular v18 final (#29097)
  • 452878e release: cut the v18.0.0-rc.3 release
  • b5fb30a refactor(material/dialog): simplify structural styles (#29068)
  • d6146b9 test(multiple): remove provideZoneChangeDetection for all menu tests (#29061)
  • 6c1982b docs: Make typography guide M3 specific (#29075)
  • 8299b09 fix(material/slider): resolve duplicate key warnings (#29073)
  • 4f544ea docs: Update theming your components guide for M3 and move M2 specific info (...
  • 28eedd2 docs(material/form-field): disable bubbling on prefix in example (#29069)
  • 6788194 fixup! test(material/schematics): Add test for CSS token renames
  • 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 4 weeks ago

Superseded by #1232.