Skip to content

Commit

Permalink
chore(deps-dev): Bump prettier from 2.2.1 to 2.3.1 (#61)
Browse files Browse the repository at this point in the history
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.1.
<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>v2.3.1</h2>
<p><a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#231">Changelog</a></p>
<h2>2.3.0</h2>
<p><a href="https://github.com/prettier/prettier/compare/2.2.1...2.3.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2021/05/09/2.3.0.html">Release Notes</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.3.1</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.3.0...2.3.1">diff</a></p>
<h4>Support TypeScript 4.3 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10945">#10945</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4>
<h5><a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#override"><code>override</code> modifiers in class elements</a></h5>
<pre lang="ts"><code>class Foo extends  {
  override method() {}
}
</code></pre>
<h5><a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#static-index-signatures">static index signatures (<code>[key: KeyType]: ValueType</code>) in classes</a></h5>
<pre lang="ts"><code>class Foo {
  static [key: string]: Bar;
}
</code></pre>
<h5><a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#separate-write-types"><code>get</code> / <code>set</code> in type declarations</a></h5>
<pre lang="ts"><code>interface Foo {
  set foo(value);
  get foo(): string;
}
</code></pre>
<h4>Preserve attributes order for element node (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10958">#10958</a> by <a href="https://github.com/dcyriller"><code>@​dcyriller</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="handlebars"><code>{{!-- Input --}}
&lt;MyComponent
  {{! this is a comment for arg 1}}
  @Arg1=&quot;hello&quot;
  {{on &quot;clik&quot; this.modify}}
  @ARG2=&quot;hello&quot;
  {{! this is a comment for arg 3}}
  @arg3=&quot;hello&quot;
  @arg4=&quot;hello&quot;
  {{! this is a comment for arg 5}}
  @ARG5=&quot;hello&quot;
  ...arguments
/&gt;
{{!-- Prettier stable --}}
&lt;MyComponent
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/prettier/prettier/commit/d770f49dc0797aa2a741b75e3bb894a4c6238d44"><code>d770f49</code></a> Release 2.3.1</li>
<li><a href="https://github.com/prettier/prettier/commit/09d65c35af4810e975c34d85377793eec260059f"><code>09d65c3</code></a> Revert features for minor (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11016">#11016</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/3cd28ca80d923db52724305e46bd25833f315371"><code>3cd28ca</code></a> Preserve attributes order for element node (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10958">#10958</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/c3c300dd8fb29782c01236f04d7a7ee1a2ce3980"><code>c3c300d</code></a> Remove <code>@types/node</code> package (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10994">#10994</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/4b4aeaffa5b0d6bc7823cd09c6a758c24131de0c"><code>4b4aeaf</code></a> Fix a typo (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11009">#11009</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/cedaec3c2df56ccc0f29351a9434edca8d843f24"><code>cedaec3</code></a> Fix docs urls for internal lint rules (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11011">#11011</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/1d6954945246a5f315b794ac463c7340d5349d47"><code>1d69549</code></a> Update v2.3 blog post (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11002">#11002</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/ddcfdd47f3f557dc3a4ffa2bedce349abe5385b8"><code>ddcfdd4</code></a> Build(deps): Bump linguist-languages from 7.14.0 to 7.15.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10990">#10990</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/c8133f8afabbfa0b6a8f88da8a37c8e79d9f5671"><code>c8133f8</code></a> Fix <code>StringLiteral</code> print (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10997">#10997</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/3a7179194e634677ab24b1af49d259a945a1bd27"><code>3a71791</code></a> Build(deps): Bump <code>@​angular/compiler</code> from 11.2.14 to 12.0.2 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10995">#10995</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.2.1...2.3.1">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.2.1&new-version=2.3.1)](https://dependabot.com/compatibility-score/?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.2.1&new-version=2.3.1)

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
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>
  • Loading branch information
dependabot-preview[bot] authored Jun 25, 2021
1 parent fcae4dd commit 25116e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/ws": "^7.4.2",
"del-cli": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"prettier": "^2.3.1",
"ts-node": "^10.0.0",
"tslint": "^5.20.1",
"typedoc": "^0.21.0",
Expand Down

0 comments on commit 25116e5

Please sign in to comment.