-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 @material/web from 2.1.0 to 2.2.0 #18
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [@material/web](https://github.com/material-components/material-web) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/material-components/material-web/releases) - [Changelog](https://github.com/material-components/material-web/blob/main/CHANGELOG.md) - [Commits](material-components/material-web@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: "@material/web" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Nov 1, 2024
@dependabot ignore this dependency
On Friday, November 1, 2024 at 12:59:40 AM CDT, dependabot[bot] ***@***.***> wrote:
Bumps @material/web from 2.1.0 to 2.2.0.
Release notes
Sourced from @material/web's releases.
v2.2.0
2.2.0 (2024-09-17)
Features
- field,textfield: add container slot for custom background content (44c13cd)
Bug Fixes
- checkbox: add override to symbol properties (a9ee4f5)
- remove the input entirely and replace it with a touch target (cf84a27)
- remove unnecessary css variable prefixes (5044e6e)
- Replace aria-hidden attribute with inert attribute in <md-radio> component (192f17e)
- Set touch target to display: none (a696121)
Changelog
Sourced from @material/web's changelog.
2.2.0 (2024-09-17)
Features
- field,textfield: add container slot for custom background content (44c13cd)
Bug Fixes
- checkbox: add override to symbol properties (a9ee4f5)
- remove the input entirely and replace it with a touch target (cf84a27)
- remove unnecessary css variable prefixes (5044e6e)
- Replace aria-hidden attribute with inert attribute in <md-radio> component (192f17e)
- Set touch target to display: none (a696121)
Commits
- 40b8cb3 Merge pull request #5702 from material-components:release-please--branches--m...
- 7655b7c chore: release 2.2.0
- d6afbff chore: add declare to class fields for typescript
- 28d8a1e chore: add missing required overrides to symbol properties
- 44c13cd feat(field,textfield): add container slot for custom background content
- a9ee4f5 fix(checkbox): add override to symbol properties
- 990d065 Merge pull request #5700 from pennin-style:use-inert-radio
- a696121 fix: Set touch target to display: none
- cf84a27 fix: remove the input entirely and replace it with a touch target
- 22e19c2 Merge pull request #5701 from bre97-web:fix-token
- Additional commits viewable in compare view
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)
You can view, comment on, or merge this pull request online at:
#18
Commit Summary
- 74c712f Bump @material/web from 2.1.0 to 2.2.0
File Changes
(2 files)
- M package-lock.json (11)
- M package.json (2)
Patch Links:
- https://github.com/thlucas1/spotifyplus_card/pull/18.patch
- https://github.com/thlucas1/spotifyplus_card/pull/18.diff
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
OK, I won't notify you about @material/web again, unless you re-open this PR. |
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
javascript
Pull requests that update Javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @material/web from 2.1.0 to 2.2.0.
Release notes
Sourced from
@material/web
's releases.Changelog
Sourced from
@material/web
's changelog.Commits
40b8cb3
Merge pull request #5702 from material-components:release-please--branches--m...7655b7c
chore: release 2.2.0d6afbff
chore: adddeclare
to class fields for typescript28d8a1e
chore: add missing required overrides to symbol properties44c13cd
feat(field,textfield): addcontainer
slot for custom background contenta9ee4f5
fix(checkbox): add override to symbol properties990d065
Merge pull request #5700 from pennin-style:use-inert-radioa696121
fix: Set touch target todisplay: none
cf84a27
fix: remove the input entirely and replace it with a touch target22e19c2
Merge pull request #5701 from bre97-web:fix-tokenDependabot 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)