mirror of
https://github.com/evroon/bracket.git
synced 2026-05-19 14:10:16 -04:00
Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.13.0 in /frontend (#764)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.11.0 to 7.13.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>v7.13.0</h2> <h2>7.13.0 (2024-06-10)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-dynamic-delete] allow all string literals as index (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9280">#9280</a>)</li> <li><strong>parser, typescript-estree:</strong> export withoutProjectParserOptions utility (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9233">#9233</a>)</li> <li><strong>typescript-estree:</strong> require <code>import = require()</code> argument to be a string literal (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9226">#9226</a>)</li> <li><strong>typescript-estree:</strong> forbid <code>.body</code>, <code>.async</code>, <code>.generator</code> on <code>declare function</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9225">#9225</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>ast-spec:</strong> function-call-like callee should be Expression not LeftHandSideExpression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9231">#9231</a>)</li> <li><strong>eslint-plugin:</strong> [init-declarations] refine report locations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8893">#8893</a>)</li> <li><strong>eslint-plugin:</strong> [no-base-to-string] make error message more nuanced (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9281">#9281</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-assignment] be more specific about error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8304">#8304</a>)</li> <li><strong>eslint-plugin:</strong> [no-magic-numbers] fix implementation of the <code>ignore</code> option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9167">#9167</a>)</li> <li><strong>scope-manager:</strong> handle index signature in class (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9054">#9054</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Fotis Papadogeorgopoulos</li> <li>Joshua Chen</li> <li>Kirk Waiblinger</li> <li>Tobiloba Adedeji <a href="https://github.com/tobySolutions"><code>@tobySolutions</code></a></li> <li>Vinccool96</li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></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> <h2>v7.12.0</h2> <h2>7.12.0 (2024-06-03)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-useless-template-literals] rename to <code>no-useless-template-expression</code> (deprecate <code>no-useless-template-literals</code>) (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8821">#8821</a>)</li> <li><strong>eslint-plugin:</strong> [no-floating-promises] add option 'allowForKnownSafePromises' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9186">#9186</a>)</li> <li><strong>rule-tester:</strong> check for parsing errors in suggestion fixes (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9052">#9052</a>)</li> <li><strong>rule-tester:</strong> port <code>checkDuplicateTestCases</code> from ESLint (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9026">#9026</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>no-useless-template-expression -> no-unnecessary-template-expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9174">#9174</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] combine template literal check with <code>const</code> variable check (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8820">#8820</a>)</li> <li><strong>eslint-plugin:</strong> [dot-notation] fix false positive when accessing private/protected property with optional chaining (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8851">#8851</a>)</li> <li><strong>eslint-plugin:</strong> [explicit-member-accessibility] refine report locations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8869">#8869</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] declares are always defined, so always check <code>declare</code>s (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8901">#8901</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9114">#9114</a>)</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.13.0 (2024-06-10)</h2> <h3>🚀 Features</h3> <ul> <li> <p><strong>typescript-estree:</strong> require <code>import = require()</code> argument to be a string literal</p> </li> <li> <p><strong>typescript-estree:</strong> forbid <code>.body</code>, <code>.async</code>, <code>.generator</code> on <code>declare function</code></p> </li> <li> <p><strong>eslint-plugin:</strong> [no-dynamic-delete] allow all string literals as index</p> </li> </ul> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>ast-spec:</strong> function-call-like callee should be Expression not LeftHandSideExpression</p> </li> <li> <p><strong>scope-manager:</strong> handle index signature in class</p> </li> <li> <p><strong>eslint-plugin:</strong> [init-declarations] refine report locations</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-base-to-string] make error message more nuanced</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unsafe-assignment] be more specific about error types</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-magic-numbers] fix implementation of the <code>ignore</code> option</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Fotis Papadogeorgopoulos</li> <li>Joshua Chen</li> <li>Kirk Waiblinger</li> <li>Tobiloba Adedeji</li> <li>Vinccool96</li> <li>YeonJuan</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.12.0 (2024-06-03)</h2> <h3>🚀 Features</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [no-useless-template-literals] rename to <code>no-useless-template-expression</code> (deprecate <code>no-useless-template-literals</code>)</p> </li> <li> <p><strong>rule-tester:</strong> check for parsing errors in suggestion fixes</p> </li> <li> <p><strong>rule-tester:</strong> port <code>checkDuplicateTestCases</code> from ESLint</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-floating-promises] add option 'allowForKnownSafePromises'</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="8a178edc65"><code>8a178ed</code></a> chore(release): publish 7.13.0</li> <li><a href="63e53e28f6"><code>63e53e2</code></a> chore(deps): update dependency prettier to v3.3.1 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9308">#9308</a>)</li> <li><a href="fb52f78d2d"><code>fb52f78</code></a> feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...</li> <li><a href="ab2916c046"><code>ab2916c</code></a> chore: enable eslint-plugin/no-property-in-node internally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9261">#9261</a>)</li> <li><a href="629035f092"><code>629035f</code></a> docs: mention rule scripts under Local Development (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9258">#9258</a>)</li> <li><a href="bf5394dbe3"><code>bf5394d</code></a> fix(eslint-plugin): [no-magic-numbers] fix implementation of the <code>ignore</code> opt...</li> <li><a href="60fb643500"><code>60fb643</code></a> chore(deps): update dependency prettier to v3.3.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9266">#9266</a>)</li> <li><a href="c6e9719c85"><code>c6e9719</code></a> docs(eslint-plugin): [sort-type-constituents] deprecate the rule (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9253">#9253</a>)</li> <li><a href="293fb2492a"><code>293fb24</code></a> fix(eslint-plugin): [no-unsafe-assignment] be more specific about error types...</li> <li><a href="cb1720d59e"><code>cb1720d</code></a> fix(eslint-plugin): [no-base-to-string] make error message more nuanced (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9281">#9281</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
"@types/jest": "^29.5.11",
|
||||
"@types/node": "^20.14.0",
|
||||
"@types/react": "^18.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
||||
"@typescript-eslint/parser": "^7.13.0",
|
||||
"babel-loader": "^9.1.3",
|
||||
"eslint": "^8.57.0",
|
||||
|
||||
@@ -1278,16 +1278,16 @@
|
||||
dependencies:
|
||||
"@types/yargs-parser" "*"
|
||||
|
||||
"@typescript-eslint/eslint-plugin@^7.11.0":
|
||||
version "7.11.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.11.0.tgz#f90f0914657ead08e1c75f66939c926edeab42dd"
|
||||
integrity sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ==
|
||||
"@typescript-eslint/eslint-plugin@^7.13.0":
|
||||
version "7.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.13.0.tgz#3cdeb5d44d051b21a9567535dd90702b2a42c6ff"
|
||||
integrity sha512-FX1X6AF0w8MdVFLSdqwqN/me2hyhuQg4ykN6ZpVhh1ij/80pTvDKclX1sZB9iqex8SjQfVhwMKs3JtnnMLzG9w==
|
||||
dependencies:
|
||||
"@eslint-community/regexpp" "^4.10.0"
|
||||
"@typescript-eslint/scope-manager" "7.11.0"
|
||||
"@typescript-eslint/type-utils" "7.11.0"
|
||||
"@typescript-eslint/utils" "7.11.0"
|
||||
"@typescript-eslint/visitor-keys" "7.11.0"
|
||||
"@typescript-eslint/scope-manager" "7.13.0"
|
||||
"@typescript-eslint/type-utils" "7.13.0"
|
||||
"@typescript-eslint/utils" "7.13.0"
|
||||
"@typescript-eslint/visitor-keys" "7.13.0"
|
||||
graphemer "^1.4.0"
|
||||
ignore "^5.3.1"
|
||||
natural-compare "^1.4.0"
|
||||
@@ -1312,14 +1312,6 @@
|
||||
"@typescript-eslint/types" "5.62.0"
|
||||
"@typescript-eslint/visitor-keys" "5.62.0"
|
||||
|
||||
"@typescript-eslint/scope-manager@7.11.0":
|
||||
version "7.11.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d"
|
||||
integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "7.11.0"
|
||||
"@typescript-eslint/visitor-keys" "7.11.0"
|
||||
|
||||
"@typescript-eslint/scope-manager@7.13.0":
|
||||
version "7.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.13.0.tgz#6927d6451537ce648c6af67a2327378d4cc18462"
|
||||
@@ -1328,13 +1320,13 @@
|
||||
"@typescript-eslint/types" "7.13.0"
|
||||
"@typescript-eslint/visitor-keys" "7.13.0"
|
||||
|
||||
"@typescript-eslint/type-utils@7.11.0":
|
||||
version "7.11.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.11.0.tgz#ac216697d649084fedf4a910347b9642bd0ff099"
|
||||
integrity sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==
|
||||
"@typescript-eslint/type-utils@7.13.0":
|
||||
version "7.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.13.0.tgz#4587282b5227a23753ea8b233805ecafc3924c76"
|
||||
integrity sha512-xMEtMzxq9eRkZy48XuxlBFzpVMDurUAfDu5Rz16GouAtXm0TaAoTFzqWUFPPuQYXI/CDaH/Bgx/fk/84t/Bc9A==
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree" "7.11.0"
|
||||
"@typescript-eslint/utils" "7.11.0"
|
||||
"@typescript-eslint/typescript-estree" "7.13.0"
|
||||
"@typescript-eslint/utils" "7.13.0"
|
||||
debug "^4.3.4"
|
||||
ts-api-utils "^1.3.0"
|
||||
|
||||
@@ -1343,11 +1335,6 @@
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
||||
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
||||
|
||||
"@typescript-eslint/types@7.11.0":
|
||||
version "7.11.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722"
|
||||
integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==
|
||||
|
||||
"@typescript-eslint/types@7.13.0":
|
||||
version "7.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.13.0.tgz#0cca95edf1f1fdb0cfe1bb875e121b49617477c5"
|
||||
@@ -1366,20 +1353,6 @@
|
||||
semver "^7.3.7"
|
||||
tsutils "^3.21.0"
|
||||
|
||||
"@typescript-eslint/typescript-estree@7.11.0":
|
||||
version "7.11.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa"
|
||||
integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "7.11.0"
|
||||
"@typescript-eslint/visitor-keys" "7.11.0"
|
||||
debug "^4.3.4"
|
||||
globby "^11.1.0"
|
||||
is-glob "^4.0.3"
|
||||
minimatch "^9.0.4"
|
||||
semver "^7.6.0"
|
||||
ts-api-utils "^1.3.0"
|
||||
|
||||
"@typescript-eslint/typescript-estree@7.13.0":
|
||||
version "7.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.13.0.tgz#4cc24fc155088ebf3b3adbad62c7e60f72c6de1c"
|
||||
@@ -1394,15 +1367,15 @@
|
||||
semver "^7.6.0"
|
||||
ts-api-utils "^1.3.0"
|
||||
|
||||
"@typescript-eslint/utils@7.11.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0":
|
||||
version "7.11.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.11.0.tgz#524f047f2209959424c3ef689b0d83b3bc09919c"
|
||||
integrity sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==
|
||||
"@typescript-eslint/utils@7.13.0", "@typescript-eslint/utils@^6.0.0 || ^7.0.0":
|
||||
version "7.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.13.0.tgz#f84e7e8aeceae945a9a3f40d077fd95915308004"
|
||||
integrity sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils" "^4.4.0"
|
||||
"@typescript-eslint/scope-manager" "7.11.0"
|
||||
"@typescript-eslint/types" "7.11.0"
|
||||
"@typescript-eslint/typescript-estree" "7.11.0"
|
||||
"@typescript-eslint/scope-manager" "7.13.0"
|
||||
"@typescript-eslint/types" "7.13.0"
|
||||
"@typescript-eslint/typescript-estree" "7.13.0"
|
||||
|
||||
"@typescript-eslint/utils@^5.58.0":
|
||||
version "5.62.0"
|
||||
@@ -1426,14 +1399,6 @@
|
||||
"@typescript-eslint/types" "5.62.0"
|
||||
eslint-visitor-keys "^3.3.0"
|
||||
|
||||
"@typescript-eslint/visitor-keys@7.11.0":
|
||||
version "7.11.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597"
|
||||
integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "7.11.0"
|
||||
eslint-visitor-keys "^3.4.3"
|
||||
|
||||
"@typescript-eslint/visitor-keys@7.13.0":
|
||||
version "7.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.13.0.tgz#2eb7ce8eb38c2b0d4a494d1fe1908e7071a1a353"
|
||||
|
||||
Reference in New Issue
Block a user