-
Notifications
You must be signed in to change notification settings - Fork 23.1k
chore: Fixes for Prettier 3 7 1 #42152
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
Conversation
Bumps [prettier](https://github.com/prettier/prettier) from 3.6.2 to 3.7.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.1) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
| | © | `©` | U+000A9 | | ||
| | ® | `®` | U+000AE | | ||
| | ™ | `™` | U+02122 | |
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 🐶
| | © | `©` | U+000A9 | | |
| | ® | `®` | U+000AE | | |
| | ™ | `™` | U+02122 | | |
| | © | `©` | U+000A9 | | |
| | ® | `®` | U+000AE | | |
| | ™ | `™` | U+02122 | |
| ```css | ||
| a[href^="https://"]::after | ||
| { | ||
| a[href^="https://"]::after { |
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 🐶
| a[href^="https://"]::after { | |
| a[href^="https://"]::after | |
| { |
| ```css | ||
| a[href="http://example.com"] | ||
| { | ||
| a[href="http://example.com"] { |
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 🐶
| a[href="http://example.com"] { | |
| a[href="http://example.com"] | |
| { |
| /* <a> elements with an href matching "https://example.org" */ | ||
| a[href="https://example.org"] | ||
| { | ||
| a[href="https://example.org"] { |
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 🐶
| a[href="https://example.org"] { | |
| a[href="https://example.org"] | |
| { |
| /* Links that start with "https://" and end in ".org" */ | ||
| a[href^="https://"][href$=".org"] | ||
| { | ||
| a[href^="https://"][href$=".org"] { |
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 🐶
| a[href^="https://"][href$=".org"] { | |
| a[href^="https://"][href$=".org"] | |
| { |
| import type { TypeFromRequire } from "pkg" with { | ||
| "resolution-mode": "require", | ||
| }; |
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 🐶
| import type { TypeFromRequire } from "pkg" with { | |
| "resolution-mode": "require", | |
| }; | |
| import type { TypeFromRequire } from "pkg" with { "resolution-mode": "require" }; |
|
Preview URLs
Flaws (194)Note! 2 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
|
Description
Fix using:
yarn && yarn fix:mdRelated issues and pull requests
Supersedes: