{{!-- Input --}}
<MyComponent
{{! this is a comment for arg 1}}
@arg1="hello"
{{on "clik" this.modify}}
@arg2="hello"
{{! this is a comment for arg 3}}
@arg3="hello"
@arg4="hello"
{{! this is a comment for arg 5}}
@arg5="hello"
...arguments
/>
{{!-- Prettier stable --}}
<MyComponent
</tr></table>
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 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 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)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/joelwmale/webhook-action/pull/212
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/7/2021
**Status:** ✅ Merged
**Merged:** 6/7/2021
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/prettier-2.3.1`
---
### 📝 Commits (1)
- [`b4de9c8`](https://github.com/joelwmale/webhook-action/commit/b4de9c80b3315b95f80835509984ee950a7f498b) Bump prettier from 2.3.0 to 2.3.1
### 📊 Changes
**2 files changed** (+5 additions, -5 deletions)
<details>
<summary>View changed files</summary>
📝 `package.json` (+1 -1)
📝 `yarn.lock` (+4 -4)
</details>
### 📄 Description
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 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>
</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 --}}
<MyComponent
{{! this is a comment for arg 1}}
@arg1="hello"
{{on "clik" this.modify}}
@arg2="hello"
{{! this is a comment for arg 3}}
@arg3="hello"
@arg4="hello"
{{! this is a comment for arg 5}}
@arg5="hello"
...arguments
/>
{{!-- Prettier stable --}}
<MyComponent
</tr></table>
</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.3.0...2.3.1">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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)
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/joelwmale/webhook-action/pull/212
Author: @dependabot[bot]
Created: 6/7/2021
Status: ✅ Merged
Merged: 6/7/2021
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/prettier-2.3.1📝 Commits (1)
b4de9c8Bump prettier from 2.3.0 to 2.3.1📊 Changes
2 files changed (+5 additions, -5 deletions)
View changed files
📝
package.json(+1 -1)📝
yarn.lock(+4 -4)📄 Description
Bumps prettier from 2.3.0 to 2.3.1.
Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
d770f49Release 2.3.109d65c3Revert features for minor (#11016)3cd28caPreserve attributes order for element node (#10958)c3c300dRemove@types/nodepackage (#10994)4b4aeafFix a typo (#11009)cedaec3Fix docs urls for internal lint rules (#11011)1d69549Update v2.3 blog post (#11002)ddcfdd4Build(deps): Bump linguist-languages from 7.14.0 to 7.15.0 (#10990)c8133f8FixStringLiteralprint (#10997)3a71791Build(deps): Bump@angular/compilerfrom 11.2.14 to 12.0.2 (#10995)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.