-
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
chore(deps): Bump Prettier to 3.1.0, content changes #30243
Conversation
@@ -215,7 +215,7 @@ if (!(mycar instanceof Car)) { | |||
This is really different from: | |||
|
|||
```js example-bad | |||
if (!mycar instanceof Car) { | |||
if ((!mycar) instanceof Car) { |
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.
Maybe we want to ignore / nolint this block
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.
Right, please add nolint
...s/en-us/learn/tools_and_testing/client-side_javascript_frameworks/svelte_typescript/index.md
Show resolved
Hide resolved
...s/en-us/learn/tools_and_testing/client-side_javascript_frameworks/svelte_typescript/index.md
Show resolved
Hide resolved
...us/learn/tools_and_testing/client-side_javascript_frameworks/svelte_variables_props/index.md
Show resolved
Hide resolved
files/en-us/web/api/webgl_api/by_example/hello_vertex_attributes/index.md
Show resolved
Hide resolved
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.
👍 Happy to see MDN being so easy to adapt for a "medium" release like 3.1.0!
@bsmth I think the failing test of Markdownlint is unrelated, but I'm not 100% sure. Let's rerun it to check. |
Yeah I'm not 100% certain why it's failing. Needs a proper look 👀 |
I will try to add the prettier-induced changes to the other PR: that way, both the bump and the content changes will be in one single PR and there shouldn't be test failures (except the "System file changes" one). I'm closing this one so we don't merge it by error. If it doesn't work, we can reopen it. |
This PR includes some fixes in content required to get tests passing while bumping this dep.
Changes:
Tested on this branch: