Skip to content

Commit

Permalink
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.0.0 to …
Browse files Browse the repository at this point in the history
…6.1.0 (#325)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
from 6.0.0 to 6.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v6.1.0</h2>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0">6.1.0</a>
(2023-07-17)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-dangle] fixed crash from
undefined predicate.ignore (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7223">#7223</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d368164478a8b141ad6b1c4ea5088fdc639ccafe">d368164</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] false
negative calling .then with second argument undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6881">#6881</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/606a52cefcecd594df6edc359bff291b835169f2">606a52c</a>),
closes <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6850">#6850</a></li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] finally
should be transparent to unhandled promises (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7092">#7092</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2a4421ccf072f866bb6c2dadab967aa69ac9bf4a">2a4421c</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-constraint]
correctly fix in cts/mts files (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6795">#6795</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/14047963d79e4d4a783854e2826a30004fa34570">1404796</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] check if any
variable definition is exported (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6873">#6873</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/587ac306d9e53736ebe799f5b9edcb7dd030eed6">587ac30</a>),
closes <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6188">#6188</a></li>
<li><strong>eslint-plugin:</strong> fix schemas across several rules and
add schema tests (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6947">#6947</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/dd31bed1e921531abe039180c9aeccbd56934601">dd31bed</a>)</li>
<li><strong>eslint-plugin:</strong> include the rules types in the
package (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7215">#7215</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a3da11d09b1d119fd5bc4cd776474e2520d7fefd">a3da11d</a>)</li>
<li><strong>typescript-estree:</strong> remove ts.sys watch program
override (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7252">#7252</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/41d6e9d6c0a58973700e2b971b7464cde636f147">41d6e9d</a>)</li>
<li><strong>utils:</strong> accept null as default option in
<code>applyDefault</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6724">#6724</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/841889f6bb598828e0df989bf607f847aba31601">841889f</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>typescript-estree:</strong> add
EXPERIMENTAL_useProjectService option to use TypeScript project service
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6754">#6754</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191">6d3d162</a>)</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0">6.1.0</a>
(2023-07-17)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-dangle] fixed crash from
undefined predicate.ignore (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7223">#7223</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d368164478a8b141ad6b1c4ea5088fdc639ccafe">d368164</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] false
negative calling .then with second argument undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6881">#6881</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/606a52cefcecd594df6edc359bff291b835169f2">606a52c</a>),
closes <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6850">#6850</a></li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] finally
should be transparent to unhandled promises (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7092">#7092</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2a4421ccf072f866bb6c2dadab967aa69ac9bf4a">2a4421c</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-constraint]
correctly fix in cts/mts files (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6795">#6795</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/14047963d79e4d4a783854e2826a30004fa34570">1404796</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] check if any
variable definition is exported (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6873">#6873</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/587ac306d9e53736ebe799f5b9edcb7dd030eed6">587ac30</a>),
closes <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6188">#6188</a></li>
<li><strong>eslint-plugin:</strong> fix schemas across several rules and
add schema tests (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6947">#6947</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/dd31bed1e921531abe039180c9aeccbd56934601">dd31bed</a>)</li>
<li><strong>eslint-plugin:</strong> include the rules types in the
package (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7215">#7215</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a3da11d09b1d119fd5bc4cd776474e2520d7fefd">a3da11d</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>typescript-estree:</strong> add
EXPERIMENTAL_useProjectService option to use TypeScript project service
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6754">#6754</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191">6d3d162</a>)</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d98f1e811a6a06128a86f10824b6005984dc8265"><code>d98f1e8</code></a>
chore: publish v6.1.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/14047963d79e4d4a783854e2826a30004fa34570"><code>1404796</code></a>
fix(eslint-plugin): [no-unnecessary-type-constraint] correctly fix in
cts/mts...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/587ac306d9e53736ebe799f5b9edcb7dd030eed6"><code>587ac30</code></a>
fix(eslint-plugin): [no-unused-vars] check if any variable definition is
expo...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2a4421ccf072f866bb6c2dadab967aa69ac9bf4a"><code>2a4421c</code></a>
fix(eslint-plugin): [no-floating-promises] finally should be transparent
to u...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191"><code>6d3d162</code></a>
feat(typescript-estree): add EXPERIMENTAL_useProjectService option to
use Typ...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/606a52cefcecd594df6edc359bff291b835169f2"><code>606a52c</code></a>
fix(eslint-plugin): [no-floating-promises] false negative calling .then
with ...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d368164478a8b141ad6b1c4ea5088fdc639ccafe"><code>d368164</code></a>
fix(eslint-plugin): [comma-dangle] fixed crash from undefined
predicate.ignor...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e08a722456e9924feb5eb566f6f21c378ae5c612"><code>e08a722</code></a>
docs: fix typo in explicit-member-accessibility (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7224">#7224</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a3da11d09b1d119fd5bc4cd776474e2520d7fefd"><code>a3da11d</code></a>
fix(eslint-plugin): include the rules types in the package (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7215">#7215</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2e3037935016ccc376f854a2bdea5122fd326a9a"><code>2e30379</code></a>
chore: bump dependency versions (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7191">#7191</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.1.0/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.1.0)](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>
  • Loading branch information
avaitonis authored Jul 18, 2023
2 parents 1ea233a + aec87b6 commit 7c4d6d9
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 81 deletions.
217 changes: 137 additions & 80 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 @@ -63,7 +63,7 @@
"@types/jest": "^29.5.3",
"@types/node": "^20.4.2",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"chance": "^1.1.11",
"cspell": "^6.31.2",
Expand Down

0 comments on commit 7c4d6d9

Please sign in to comment.