From a065a5003fcf95e22e75dd0718757c664754a8ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 06:45:36 +1000 Subject: [PATCH] Bump @angular/material from 17.3.10 to 18.0.0 in /web_embedding/ng-flutter (#2307) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@angular/material](https://github.com/angular/components) from 17.3.10 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

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

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

Breaking Changes

material

material-experimental

| Commit | Type | Description |

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/material&package-manager=npm_and_yarn&previous-version=17.3.10&new-version=18.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web_embedding/ng-flutter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_embedding/ng-flutter/package.json b/web_embedding/ng-flutter/package.json index af483f3b3..77379b74c 100644 --- a/web_embedding/ng-flutter/package.json +++ b/web_embedding/ng-flutter/package.json @@ -17,7 +17,7 @@ "@angular/compiler": "^18.0.1", "@angular/core": "^18.0.1", "@angular/forms": "^17.3.3", - "@angular/material": "^17.3.3", + "@angular/material": "^18.0.0", "@angular/platform-browser": "^18.0.1", "@angular/platform-browser-dynamic": "^17.3.3", "@angular/router": "^17.3.3",