Skip to content

Commit 3a43dea

Browse files
committed
Auto merge of #2458 - rust-lang:dependabot/npm_and_yarn/prettier-2.0.5, r=Turbo87
Bump prettier from 2.0.4 to 2.0.5 Bumps [prettier](https://github.com/prettier/prettier) from 2.0.4 to 2.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>2.0.5</h2> <p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#205">🔗 Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>2.0.5</h1> <p><a href="https://github.com/prettier/prettier/compare/2.0.4...2.0.5">diff</a></p> <h4>Less: Fix formatting of <code>:extend</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/7984">#7984</a> by <a href="https://github.com/fisker">@fisker</a>)</h4> <!-- prettier-ignore --> <pre lang="less"><code>// Input .class { &amp;:extend(.some-class .some-other-class .some-very-loooooooooooooong-class all); } <p>// Prettier 2.0.4 .class { &amp;:extend( .some-class .some-other-class .some-very-loooooooooooooong-class all ); }</p> <p>// Prettier 2.0.4 (Second format) .class { &amp;: extend( .some-class .some-other-class .some-very-loooooooooooooong-class all ); }</p> <p>// Prettier 2.0.5 .class { &amp;:extend( .some-class .some-other-class .some-very-loooooooooooooong-class all ); } </code></pre></p> <h4>Editor integration: Use <a href="https://www.npmjs.com/package/resolve"><code>resolve</code></a> if builtin <code>require.resolve</code> is overridden (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/8072">#8072</a> by <a href="https://github.com/fisker">@fisker</a>)</h4> <p>This fixes issues that the users of Atom and WebStorm faced with 2.0.4.</p> <p>Prettier now switches to using the <code>resolve</code> module for resolving configuration files and plugins if it detects that <code>require.resolve</code> isn't Node's builtin function (doesn't support the second argument), which happens in environments like editor extensions. To force the fallback, set the <code>PRETTIER_FALLBACK_RESOLVE</code> environment variable to <code>true</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/6b22977cb56127cc10e04425b0eca7c5eb304e6e"><code>6b22977</code></a> Release 2.0.5</li> <li><a href="https://github.com/prettier/prettier/commit/c65606f0a389d01180ee83b421d60d43a509bbb8"><code>c65606f</code></a> Bump resolve from 1.16.0 to 1.16.1 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/8099">#8099</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/6ad8a7fef31c77bc167077750e072ab992937a2e"><code>6ad8a7f</code></a> Use <code>resolve</code> if <code>require.resolve</code> is overridden (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/8072">#8072</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/3ce819d72f5ab80be8c85f1956c66caae9a1a385"><code>3ce819d</code></a> chore: ignore test*.js in eslint and ts configs</li> <li><a href="https://github.com/prettier/prettier/commit/eaca5dbe2683d0eca21e6ac57c42cd57f4085397"><code>eaca5db</code></a> Correct <code>standalone test</code> environment variable (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/8080">#8080</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/fc5f5462eaa2cb4bec49e6fb44ba1c48b071afaf"><code>fc5f546</code></a> Simplify production tests (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/8075">#8075</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/71fbd6149a00c304202c2f29937fffceaf06eb56"><code>71fbd61</code></a> Refactor production tests (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/8073">#8073</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/58905cdf579bde69610c45d4b3cfaf939c664d47"><code>58905cd</code></a> chore: update .gitignore and tsconfig.json</li> <li><a href="https://github.com/prettier/prettier/commit/1bfef8120622bf64ee8cce12e087a91303133a83"><code>1bfef81</code></a> Fix unexpected GitHub Actions failures (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/7980">#7980</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/2a9f65104d0800e9c1222471b7f5cb2391ac1f49"><code>2a9f651</code></a> Enable GitHub Actions for a patch-release branch (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/8024">#8024</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.0.4...2.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.0.4&new-version=2.0.5)](https://dependabot.com/compatibility-score/?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.0.4&new-version=2.0.5) 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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
2 parents a3293d8 + 00cbad2 commit 3a43dea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"normalize.css": "^8.0.1",
102102
"nyc": "^15.0.1",
103103
"postcss-nested": "^4.2.1",
104-
"prettier": "^2.0.4",
104+
"prettier": "^2.0.5",
105105
"qunit-console-grouper": "^0.2.0",
106106
"qunit-dom": "^1.2.0",
107107
"sass": "^1.26.3",

0 commit comments

Comments
 (0)