-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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 prettier from 3.2.5 to 3.3.1 #33942
Conversation
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot squash and merge
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
mdn-linter
files/en-us/web/css/env/index.md|140|
files/en-us/web/css/filter/index.md|199|
files/en-us/web/css/gradient/conic-gradient/index.md|215|
files/en-us/web/css/grid-auto-columns/index.md|52|
files/en-us/web/css/mask-image/index.md|27|
files/en-us/web/css/transform-function/matrix3d/index.md|113|
files/en-us/learn/javascript/client-side_web_apis/video_and_audio_apis/index.md
Show resolved
Hide resolved
padding: env(safe-area-inset-top, 50px) env(safe-area-inset-right, 50px) | ||
env(safe-area-inset-bottom, 50px) env(SAFE-AREA-INSET-LEFT, 50px); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
padding: env(safe-area-inset-top, 50px) env(safe-area-inset-right, 50px) | |
env(safe-area-inset-bottom, 50px) env(SAFE-AREA-INSET-LEFT, 50px); | |
padding: env(safe-area-inset-top, 50px) env(safe-area-inset-right, 50px) env( | |
safe-area-inset-bottom, | |
50px | |
) env(SAFE-AREA-INSET-LEFT, 50px); |
filter: drop-shadow(5px 5px 0 red) hue-rotate(180deg) | ||
drop-shadow(5px 5px 0 red); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
filter: drop-shadow(5px 5px 0 red) hue-rotate(180deg) | |
drop-shadow(5px 5px 0 red); | |
filter: drop-shadow(5px 5px 0 red) hue-rotate(180deg) drop-shadow(5px 5px 0 | |
red); |
) | ||
top left / 25% 25% repeat; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
) | |
top left / 25% 25% repeat; | |
) top left / 25% 25% repeat; |
grid-auto-columns: minmax(100px, auto) minmax(max-content, 2fr) | ||
minmax(20%, 80vmax); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
grid-auto-columns: minmax(100px, auto) minmax(max-content, 2fr) | |
minmax(20%, 80vmax); | |
grid-auto-columns: minmax(100px, auto) minmax(max-content, 2fr) minmax(20%, 80vmax); |
mask-image: image(url(mask.png), skyblue), | ||
linear-gradient(rgb(0 0 0 / 100%), transparent); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
mask-image: image(url(mask.png), skyblue), | |
linear-gradient(rgb(0 0 0 / 100%), transparent); | |
mask-image: image(url(mask.png), skyblue), linear-gradient(rgb(0 0 0 / 100%), transparent); |
transform: rotate3d(1, 1, 1, 30deg) | ||
matrix3d(1, 0, 0, 0, 0, 1, 6, 0, 0, 0, 1, 0, 50, 100, 0, 1.1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
transform: rotate3d(1, 1, 1, 30deg) | |
matrix3d(1, 0, 0, 0, 0, 1, 6, 0, 0, 0, 1, 0, 50, 100, 0, 1.1); | |
transform: rotate3d(1, 1, 1, 30deg) matrix3d( | |
1, | |
0, | |
0, | |
0, | |
0, | |
1, | |
6, | |
0, | |
0, | |
0, | |
1, | |
0, | |
50, | |
100, | |
0, | |
1.1 | |
); |
(Ignored the reviewbot comments, because they appear to originate from a run on |
Bumps prettier from 3.2.5 to 3.3.1.
Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
92cbd33
Release 3.3.1446a86e
Update execa to v9efc3d05
Avoid line breaks in import attributes (#16349)4a5b26f
Usewhile (true)
instead offor (;;)
(#16354)1c43973
Only add version to.git-blame-ignore-revs
when files changed (#16352)ab65eb4
chore(deps): update dependency eslint-plugin-react to v7.34.2 (#16353)86268eb
chore(deps): update eslint related dependencies (major) (#16208)ddce4fb
Move import attribute unquote test to a separate directory (#16350)450b178
PrintAtHead
node from glimmer viaprint()
(#16346)b94811f
FixstripTrailingHardline
(#16347)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 will merge this PR once CI passes on it, as requested by @mdn-bot.
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)