Skip to content

Commit

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

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.15.0 to 6.16.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.16.0</h2>
<h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.15.0...v6.16.0">6.16.0</a> (2023-12-25)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [unbound-method] exempt all non-Promise built-in statics (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/8096">#8096</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/31829591e2c5cf6bdbdd5da23b12c5782f710fa5">3182959</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> deprecate formatting rules (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/8073">#8073</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/04dea84e8e934a415ec1381a90de3cde670d0dc3">04dea84</a>)</li>
<li><strong>typescript-estree:</strong> add allowDefaultProjectForFiles project service allowlist option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7752">#7752</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7ddadda10845bc53967eeec83ba6b7cdc71a079f">7ddadda</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.15.0...v6.16.0">6.16.0</a> (2023-12-25)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [unbound-method] exempt all non-Promise built-in statics (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/8096">#8096</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/31829591e2c5cf6bdbdd5da23b12c5782f710fa5">3182959</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> deprecate formatting (meta.type: layout) rules (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/8073">#8073</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/04dea84e8e934a415ec1381a90de3cde670d0dc3">04dea84</a>)</li>
<li><strong>eslint-plugin:</strong> deprecate no-extra-semi in favor of ESLint Stylistic equivalent (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/8123">#8123</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9368bf390afc58a19123782f8dff2bb5cdd3cccc">9368bf3</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/7246e5604afb20835088104cb47c03b16610f21c"><code>7246e56</code></a> chore: publish v6.16.0</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/31829591e2c5cf6bdbdd5da23b12c5782f710fa5"><code>3182959</code></a> fix(eslint-plugin): [unbound-method] exempt all non-Promise built-in statics ...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/30311175d6e113200c3cade3d8cf7bbd2ff2e157"><code>3031117</code></a> docs(eslint-plugin): enforce a heading for each rule option (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8015">#8015</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b3f87fc23c9238751087ed7c193877ef4084b0b4"><code>b3f87fc</code></a> docs(eslint-plugin): add Deprecating Formatting Rules blog post (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8117">#8117</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9368bf390afc58a19123782f8dff2bb5cdd3cccc"><code>9368bf3</code></a> feat(eslint-plugin): deprecate no-extra-semi in favor of ESLint Stylistic equ...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f6f6a57ff04176c5bce025695b360bf85d2d8e02"><code>f6f6a57</code></a> docs: add tombstone file for no-parameter-properties and suggested replacemen...</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/04dea84e8e934a415ec1381a90de3cde670d0dc3"><code>04dea84</code></a> feat(eslint-plugin): deprecate formatting (meta.type: layout) rules (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8073">#8073</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b1c92bbca17021605950308987ebc0383037f649"><code>b1c92bb</code></a> chore(website): auto-generate type checked rule notice in rule docs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7951">#7951</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/26ba8eaecfcf67b2837f1401404711094f46ea3a"><code>26ba8ea</code></a> docs: add more rationale for no-for-in-array (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8082">#8082</a>)</li>
<li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/eff7da182714244bb5ba2d46c6428729f791ff8f"><code>eff7da1</code></a> docs: fix example for no-shadow (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8080">#8080</a>)</li>
<li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.16.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.15.0&new-version=6.16.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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
dependabot[bot] authored Dec 26, 2023
1 parent cd80c17 commit 6b7c509
Showing 1 changed file with 62 additions and 20 deletions.
82 changes: 62 additions & 20 deletions yarn.lock

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

0 comments on commit 6b7c509

Please sign in to comment.