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/61
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 10/20/2020
**Status:** ✅ Merged
**Merged:** 10/20/2020
**Merged by:** [@mergify[bot]](https://github.com/apps/mergify)
**Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/typescript-eslint/parser-4.5.0`
---
### 📝 Commits (1)
- [`3cc0740`](https://github.com/joelwmale/webhook-action/commit/3cc074018d92e34b8afb27c662fb1bfb3ea61d27) Bump @typescript-eslint/parser from 4.4.1 to 4.5.0
### 📊 Changes
**2 files changed** (+30 additions, -30 deletions)
<details>
<summary>View changed files</summary>
📝 `package.json` (+1 -1)
📝 `yarn.lock` (+29 -29)
</details>
### 📄 Description
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.4.1 to 4.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">@typescript-eslint/parser's releases</a>.</em></p>
<blockquote>
<h2>v4.5.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.1...v4.5.0">4.5.0</a> (2020-10-19)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [array-type] fix issues with readonly option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2667">#2667</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/63d1d8189c829c6543c7966a864b62c07fbd61a0">63d1d81</a>)</li>
<li><strong>eslint-plugin:</strong> [lines-between-class-members] fix typo in schema (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2681">#2681</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a2a2514f8a8eee478c8697c4ce42d3c586599b14">a2a2514</a>)</li>
<li><strong>eslint-plugin:</strong> [naming-convention] check bodyless function parameters (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2675">#2675</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c505863ac41755383e08893ba0bc4c0fd937eb1d">c505863</a>)</li>
<li><strong>eslint-plugin:</strong> [no-invalid-this] allow "this" in class property definitions (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2685">#2685</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/dccb6ee9f1cd9519c26808d10a5bed8291d0a8e4">dccb6ee</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] False negative in LogicalExpression (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2682">#2682</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/30a695103e99d214fd40847aaa51c1631981c226">30a6951</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2544">#2544</a></li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] correct fixer for vue files (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2680">#2680</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/55111afd7819d29d65da4f41cc6a129f34aaeb3e">55111af</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] do not auto-fix when type is <code>any</code>/<code>unknown</code> (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2671">#2671</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/d690c8dff3636d8c8a9a38bd422e0bedbd1d72cb">d690c8d</a>)</li>
<li><strong>parser:</strong> minor fix regexp, map-filter to reduce (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2684">#2684</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f1329f6c4e3d1de21b1dc59c30ce16503c346eee">f1329f6</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [dot-notation] add <code>allowProtectedClassPropertyAccess</code> option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2622">#2622</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/bbc9e3540576891552dc2dc54b2acbc54104be9d">bbc9e35</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] add <code>ignoreInferredTypes</code> option (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2668">#2668</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/91010e88258bf47a0438e842c8ddca19e0414b48">91010e8</a>)</li>
<li><strong>eslint-plugin:</strong> [restrict-plus-operands] add intersection type determination logic (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2628">#2628</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/da713627c88354229f245866ccf1018fb56b6e53">da71362</a>)</li>
<li><strong>typescript-estree:</strong> add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2669">#2669</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/90a587845088da1b205e4d7d77dbc3f9447b1c5a">90a5878</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md">@typescript-eslint/parser's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.4.1...v4.5.0">4.5.0</a> (2020-10-19)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>parser:</strong> minor fix regexp, map-filter to reduce (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2684">#2684</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f1329f6c4e3d1de21b1dc59c30ce16503c346eee">f1329f6</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>typescript-estree:</strong> add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2669">#2669</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/90a587845088da1b205e4d7d77dbc3f9447b1c5a">90a5878</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5225a76852568fb584de2e09d016ed844f8b13dd"><code>5225a76</code></a> chore: publish v4.5.0</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f1329f6c4e3d1de21b1dc59c30ce16503c346eee"><code>f1329f6</code></a> fix(parser): minor fix regexp, map-filter to reduce (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/2684">#2684</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/90a587845088da1b205e4d7d77dbc3f9447b1c5a"><code>90a5878</code></a> feat(typescript-estree): add flag EXPERIMENTAL_useSourceOfProjectReferenceRed...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2c4b8389e3ae070c9c545bfdd8c22e7ec044c66b"><code>2c4b838</code></a> chore(parser): clean up some unused code (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/2674">#2674</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.5.0/packages/parser">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
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/61
Author: @dependabot[bot]
Created: 10/20/2020
Status: ✅ Merged
Merged: 10/20/2020
Merged by: @mergify[bot]
Base:
develop← Head:dependabot/npm_and_yarn/typescript-eslint/parser-4.5.0📝 Commits (1)
3cc0740Bump @typescript-eslint/parser from 4.4.1 to 4.5.0📊 Changes
2 files changed (+30 additions, -30 deletions)
View changed files
📝
package.json(+1 -1)📝
yarn.lock(+29 -29)📄 Description
Bumps @typescript-eslint/parser from 4.4.1 to 4.5.0.
Release notes
Sourced from @typescript-eslint/parser's releases.
Changelog
Sourced from @typescript-eslint/parser's changelog.
Commits
5225a76chore: publish v4.5.0f1329f6fix(parser): minor fix regexp, map-filter to reduce (#2684)90a5878feat(typescript-estree): add flag EXPERIMENTAL_useSourceOfProjectReferenceRed...2c4b838chore(parser): clean up some unused code (#2674)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.