[PR #28] [CLOSED] chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.1 #32

Closed
opened 2026-03-02 02:26:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppacYazilim/zamanejs/pull/28
Author: @dependabot[bot]
Created: 3/25/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.3.1


📝 Commits (1)

  • bd75c89 chore(deps-dev): bump @typescript-eslint/eslint-plugin

📊 Changes

1 file changed (+205 additions, -21 deletions)

View changed files

📝 package-lock.json (+205 -21)

📄 Description

Bumps @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.1.

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.3.1

7.3.1 (2024-03-18)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config (#8718)

❤️ Thank You

  • Josh Goldberg

You can read about our versioning strategy and releases on our website.

v7.3.0

7.3.0 (2024-03-18)

Note that this release enables rules to have more restrictive default options as configured in the strict and strict-type-checked configs. See #8364 for more details.

🚀 Features

  • eslint-plugin: [restrict-template-expressions] add allowArray option (#8389)
  • eslint-plugin: add meta.docs.recommended setting for strict config options (#8364)
  • eslint-plugin: add rule use-unknown-in-catch-callback-variables (#8383)
  • eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection (#8642)
  • eslint-plugin-internal: add internal lint rule no-relative-paths-to-internal-packages (#8596)
  • typescript-estree: disallow switch statements with multiple default cases (#8411)
  • utils: add parser name to thrown parser error message (#8484)

🩹 Fixes

  • correct engines.node constraints in package.json (#8671)
  • eslint-plugin: [unbound-method] check method definition in object literal using longhand form (#8637)
  • eslint-plugin: [consistent-type-imports] handle imports without specifiers (#8308)
  • eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant (#8282)
  • eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum (#8591)
  • eslint-plugin: [no-unused-expressions] false negatives when using assertions (#8668)
  • eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments (#8416)
  • eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option (#8508)
  • eslint-plugin: [class-literal-property-style] ignore property assigned in constructor (#8412)
  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations (#8558)
  • typescript-estree: fix the issue of single run inferring in the pnpm repo (#3811, #8702)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.3.1 (2024-03-18)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config

❤️ Thank You

  • Josh Goldberg

You can read about our versioning strategy and releases on our website.

7.3.0 (2024-03-18)

🚀 Features

  • eslint-plugin: [restrict-template-expressions] add allowArray option

  • eslint-plugin: add meta.docs.recommended setting for strict config options

  • eslint-plugin: add rule use-unknown-in-catch-callback-variables

  • eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection

🩹 Fixes

  • correct engines.node constraints in package.json

  • eslint-plugin: [unbound-method] check method definition in object literal using longhand form

  • eslint-plugin: [consistent-type-imports] handle imports without specifiers

  • eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant

  • eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum

  • eslint-plugin: [no-unused-expressions] false negatives when using assertions

  • eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments

  • eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option

  • eslint-plugin: [class-literal-property-style] ignore property assigned in constructor

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

... (truncated)

Commits
  • 5995614 chore(release): publish 7.3.1
  • d78d98b fix(eslint-plugin): [no-floating-promises] revert disable of ignoreVoid in st...
  • 4cf8ec7 chore(release): publish 7.3.0
  • d2995df fix(eslint-plugin): [no-unnecessary-type-assertion] fix false negative for co...
  • 2869c68 feat(eslint-plugin): [prefer-reduce-type-parameter] supports tuple, union, in...
  • d830364 test(eslint-plugin): [no-unnecessary-type-assertion] add tests with noUncheck...
  • 04e32d6 fix(eslint-plugin): [class-literal-property-style] ignore property assigned i...
  • 612875b fix(eslint-plugin): [explicit-function-return-type, explicit-module-boundary-...
  • da006b1 fix(eslint-plugin): [ban-ts-comment] more accurate handling of multiline comm...
  • 71bfb7c chore: fix ast-spec type import snapshot errors (#8699)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

🔄 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/AppacYazilim/zamanejs/pull/28 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/25/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.3.1` --- ### 📝 Commits (1) - [`bd75c89`](https://github.com/AppacYazilim/zamanejs/commit/bd75c89acd8fecf5d98f96f0a6db12ec7ca6fb85) chore(deps-dev): bump @typescript-eslint/eslint-plugin ### 📊 Changes **1 file changed** (+205 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+205 -21) </details> ### 📄 Description Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.2.0 to 7.3.1. <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>v7.3.1</h2> <h2>7.3.1 (2024-03-18)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] revert disable of ignoreVoid in strict config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8718">#8718</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</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> <h2>v7.3.0</h2> <h2>7.3.0 (2024-03-18)</h2> <p>Note that this release enables rules to have more restrictive default options as configured in the <code>strict</code> and <code>strict-type-checked</code> configs. See <a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8364">#8364</a> for more details.</p> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [restrict-template-expressions] add <code>allowArray</code> option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8389">#8389</a>)</li> <li><strong>eslint-plugin:</strong> add meta.docs.recommended setting for strict config options (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8364">#8364</a>)</li> <li><strong>eslint-plugin:</strong> add rule <code>use-unknown-in-catch-callback-variables</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8383">#8383</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-reduce-type-parameter] supports tuple, union, intersection (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8642">#8642</a>)</li> <li><strong>eslint-plugin-internal:</strong> add internal lint rule no-relative-paths-to-internal-packages (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8596">#8596</a>)</li> <li><strong>typescript-estree:</strong> disallow switch statements with multiple default cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8411">#8411</a>)</li> <li><strong>utils:</strong> add parser name to thrown parser error message (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8484">#8484</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>correct <code>engines.node</code> constraints in <code>package.json</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8671">#8671</a>)</li> <li><strong>eslint-plugin:</strong> [unbound-method] check method definition in object literal using longhand form (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8637">#8637</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-imports] handle imports without specifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8308">#8308</a>)</li> <li><strong>eslint-plugin:</strong> [no-redundant-type-constituents] incorrectly marks &amp; string as redundant (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8282">#8282</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-qualifier] handle merge namespace with enum (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8591">#8591</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-expressions] false negatives when using assertions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8668">#8668</a>)</li> <li><strong>eslint-plugin:</strong> [ban-ts-comment] more accurate handling of multiline comments (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8416">#8416</a>)</li> <li><strong>eslint-plugin:</strong> [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8508">#8508</a>)</li> <li><strong>eslint-plugin:</strong> [class-literal-property-style] ignore property assigned in constructor (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8412">#8412</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix false negative for const variable declarations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8558">#8558</a>)</li> <li><strong>typescript-estree:</strong> fix the issue of single run inferring in the pnpm repo (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/3811">#3811</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8702">#8702</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Alexu</li> <li>Arka Pratim Chaudhuri <a href="https://github.com/arka1002"><code>@​arka1002</code></a></li> <li>auvred <a href="https://github.com/auvred"><code>@​auvred</code></a></li> <li>Derrick Isaacson</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h2>7.3.1 (2024-03-18)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] revert disable of ignoreVoid in strict config</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</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> <h2>7.3.0 (2024-03-18)</h2> <h3>🚀 Features</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [restrict-template-expressions] add <code>allowArray</code> option</p> </li> <li> <p><strong>eslint-plugin:</strong> add meta.docs.recommended setting for strict config options</p> </li> <li> <p><strong>eslint-plugin:</strong> add rule <code>use-unknown-in-catch-callback-variables</code></p> </li> <li> <p><strong>eslint-plugin:</strong> [prefer-reduce-type-parameter] supports tuple, union, intersection</p> </li> </ul> <h3>🩹 Fixes</h3> <ul> <li> <p>correct <code>engines.node</code> constraints in <code>package.json</code></p> </li> <li> <p><strong>eslint-plugin:</strong> [unbound-method] check method definition in object literal using longhand form</p> </li> <li> <p><strong>eslint-plugin:</strong> [consistent-type-imports] handle imports without specifiers</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-redundant-type-constituents] incorrectly marks &amp; string as redundant</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-qualifier] handle merge namespace with enum</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unused-expressions] false negatives when using assertions</p> </li> <li> <p><strong>eslint-plugin:</strong> [ban-ts-comment] more accurate handling of multiline comments</p> </li> <li> <p><strong>eslint-plugin:</strong> [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option</p> </li> <li> <p><strong>eslint-plugin:</strong> [class-literal-property-style] ignore property assigned in constructor</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix false negative for const variable declarations</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5995614324a59f558190f6123be96857e324bcb2"><code>5995614</code></a> chore(release): publish 7.3.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d78d98b8227ab07759e7246f8d6e830c62c21f55"><code>d78d98b</code></a> fix(eslint-plugin): [no-floating-promises] revert disable of ignoreVoid in st...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4cf8ec7201a01141162f67da27c7bf7b886b712d"><code>4cf8ec7</code></a> chore(release): publish 7.3.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d2995df028831191881079fa62e1f38dc10e2c59"><code>d2995df</code></a> fix(eslint-plugin): [no-unnecessary-type-assertion] fix false negative for co...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2869c68b28054bc1b69bbd0eecb58a12d015b988"><code>2869c68</code></a> feat(eslint-plugin): [prefer-reduce-type-parameter] supports tuple, union, in...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d830364226513f8556fe53a0901c9c0c70e05204"><code>d830364</code></a> test(eslint-plugin): [no-unnecessary-type-assertion] add tests with noUncheck...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/04e32d6834c19160fb4f44f812a3e64671fca893"><code>04e32d6</code></a> fix(eslint-plugin): [class-literal-property-style] ignore property assigned i...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/612875bced1cd5a197a97c58dc9a89bf9e59cd8a"><code>612875b</code></a> fix(eslint-plugin): [explicit-function-return-type, explicit-module-boundary-...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/da006b1c9bb758b51c52c8b5af4ce43b44976e3f"><code>da006b1</code></a> fix(eslint-plugin): [ban-ts-comment] more accurate handling of multiline comm...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/71bfb7c6fc250413ce783d57f20a686e9e210b12"><code>71bfb7c</code></a> chore: fix ast-spec type import snapshot errors (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8699">#8699</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.3.1/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=7.2.0&new-version=7.3.1)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:26:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zamanejs#32
No description provided.