-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bot: Bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.16.0 in /playground #2155
bot: Bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.16.0 in /playground #2155
Conversation
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. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.16.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2155 +/- ##
===========================================
- Coverage 74.31% 74.28% -0.04%
===========================================
Files 252 252
Lines 25217 25217
===========================================
- Hits 18740 18730 -10
- Misses 5193 5200 +7
- Partials 1284 1287 +3
Flags with carried forward coverage won't be shown. Click here to find out more. see 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…playground (sourcenetwork#2155) 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…playground (sourcenetwork#2155) 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps @typescript-eslint/eslint-plugin from 6.15.0 to 6.16.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
7246e56
chore: publish v6.16.03182959
fix(eslint-plugin): [unbound-method] exempt all non-Promise built-in statics ...3031117
docs(eslint-plugin): enforce a heading for each rule option (#8015)b3f87fc
docs(eslint-plugin): add Deprecating Formatting Rules blog post (#8117)9368bf3
feat(eslint-plugin): deprecate no-extra-semi in favor of ESLint Stylistic equ...f6f6a57
docs: add tombstone file for no-parameter-properties and suggested replacemen...04dea84
feat(eslint-plugin): deprecate formatting (meta.type: layout) rules (#8073)b1c92bb
chore(website): auto-generate type checked rule notice in rule docs (#7951)26ba8ea
docs: add more rationale for no-for-in-array (#8082)eff7da1
docs: fix example for no-shadow (#8080)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 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)