mirror of
https://github.com/evroon/bracket.git
synced 2026-04-21 07:47:02 -04:00
Bump @typescript-eslint/eslint-plugin from 5.59.2 to 6.2.1 in /frontend (#243)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.2 to 6.2.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>v6.2.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1">6.2.1</a> (2023-07-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-inferrable-types] apply also for parameter properties (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7288">#7288</a>) (<a href="67f93b19f2">67f93b1</a>)</li> <li><strong>scope-manager:</strong> correct decorators(.length) check in ClassVisitor for methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7334">#7334</a>) (<a href="abbb6c2c6d">abbb6c2</a>)</li> <li>yarn version not specified in monorepo (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7371">#7371</a>) (<a href="18f8d74cb9">18f8d74</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>v6.2.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0">6.2.0</a> (2023-07-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [member-ordering] account for repeated names (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6864">#6864</a>) (<a href="d207b59e24">d207b59</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] exempt bit shift operators (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7074">#7074</a>) (<a href="b3e0e7571f">b3e0e75</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] handle case when type of left side is null or undefined (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7225">#7225</a>) (<a href="b62affe8dd">b62affe</a>)</li> <li><strong>eslint-plugin:</strong> use a default export for the rules type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7266">#7266</a>) (<a href="af77a1d33f">af77a1d</a>)</li> <li><strong>typescript-estree:</strong> fix TSNode type error on old ts versions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7267">#7267</a>) (<a href="f2aed1bee1">f2aed1b</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [class-methods-use-this] add extension rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6457">#6457</a>) (<a href="18ea3b1f89">18ea3b1</a>)</li> <li><strong>eslint-plugin:</strong> sync getFunctionHeadLoc implementation with upstream (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7260">#7260</a>) (<a href="f81314731c">f813147</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>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="d368164478">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="606a52cefc">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="2a4421ccf0">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="14047963d7">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="587ac306d9">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="dd31bed1e9">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="a3da11d09b">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="41d6e9d6c0">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="841889f6bb">841889f</a>)</li> </ul> <h3>Features</h3> <!-- 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><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1">6.2.1</a> (2023-07-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-inferrable-types] apply also for parameter properties (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7288">#7288</a>) (<a href="67f93b19f2">67f93b1</a>)</li> <li><strong>scope-manager:</strong> correct decorators(.length) check in ClassVisitor for methods (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7334">#7334</a>) (<a href="abbb6c2c6d">abbb6c2</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> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0">6.2.0</a> (2023-07-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [member-ordering] account for repeated names (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6864">#6864</a>) (<a href="d207b59e24">d207b59</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] exempt bit shift operators (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7074">#7074</a>) (<a href="b3e0e7571f">b3e0e75</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] handle case when type of left side is null or undefined (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7225">#7225</a>) (<a href="b62affe8dd">b62affe</a>)</li> <li><strong>eslint-plugin:</strong> use a default export for the rules type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7266">#7266</a>) (<a href="af77a1d33f">af77a1d</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [class-methods-use-this] add extension rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6457">#6457</a>) (<a href="18ea3b1f89">18ea3b1</a>)</li> <li><strong>eslint-plugin:</strong> sync getFunctionHeadLoc implementation with upstream (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7260">#7260</a>) (<a href="f81314731c">f813147</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> <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="d368164478">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="606a52cefc">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="2a4421ccf0">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="14047963d7">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="587ac306d9">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="dd31bed1e9">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="a3da11d09b">a3da11d</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="948b061462"><code>948b061</code></a> chore: publish v6.2.1</li> <li><a href="03df26d6d3"><code>03df26d</code></a> docs: explain no-unused-vars advantages over TypeScript (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7347">#7347</a>)</li> <li><a href="abbb6c2c6d"><code>abbb6c2</code></a> fix(scope-manager): correct decorators(.length) check in ClassVisitor for met...</li> <li><a href="67f93b19f2"><code>67f93b1</code></a> fix(eslint-plugin): [no-inferrable-types] apply also for parameter properties...</li> <li><a href="6addee9b4e"><code>6addee9</code></a> docs: remove unnecessary Examples headings from extension rule docs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7345">#7345</a>)</li> <li><a href="1b8e0bc602"><code>1b8e0bc</code></a> chore: enabled no-else-return internally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7340">#7340</a>)</li> <li><a href="a56af12b83"><code>a56af12</code></a> chore(deps): update dependency <code>@eslint-community/regexpp</code> to v4.6.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7311">#7311</a>)</li> <li><a href="695b9b40ed"><code>695b9b4</code></a> docs: add await keyword in correct example of no-floating-promises.md (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7302">#7302</a>)</li> <li><a href="c869aa1792"><code>c869aa1</code></a> chore: publish v6.2.0</li> <li><a href="af77a1d33f"><code>af77a1d</code></a> fix(eslint-plugin): use a default export for the rules type (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7266">#7266</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/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 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:
@@ -49,7 +49,7 @@
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/node": "^20.1.0",
|
||||
"@types/react": "^18.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"babel-loader": "^9.1.2",
|
||||
"eslint": "^8.39.0",
|
||||
|
||||
@@ -556,17 +556,17 @@
|
||||
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz#ea89004119dc42db2e1dba0f97d553f7372f6fcb"
|
||||
integrity sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==
|
||||
|
||||
"@eslint-community/eslint-utils@^4.2.0":
|
||||
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
|
||||
version "4.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
|
||||
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
|
||||
dependencies:
|
||||
eslint-visitor-keys "^3.3.0"
|
||||
|
||||
"@eslint-community/regexpp@^4.4.0":
|
||||
version "4.5.1"
|
||||
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
|
||||
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
|
||||
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.1":
|
||||
version "4.6.2"
|
||||
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
|
||||
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
|
||||
|
||||
"@eslint/eslintrc@^2.0.2":
|
||||
version "2.0.2"
|
||||
@@ -1328,6 +1328,11 @@
|
||||
"@types/tough-cookie" "*"
|
||||
parse5 "^7.0.0"
|
||||
|
||||
"@types/json-schema@^7.0.12":
|
||||
version "7.0.12"
|
||||
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
|
||||
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
|
||||
|
||||
"@types/json-schema@^7.0.9":
|
||||
version "7.0.11"
|
||||
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
|
||||
@@ -1389,6 +1394,11 @@
|
||||
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
|
||||
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
|
||||
|
||||
"@types/semver@^7.5.0":
|
||||
version "7.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
|
||||
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
|
||||
|
||||
"@types/stack-utils@^2.0.0":
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
|
||||
@@ -1423,21 +1433,23 @@
|
||||
dependencies:
|
||||
"@types/yargs-parser" "*"
|
||||
|
||||
"@typescript-eslint/eslint-plugin@^5.54.0":
|
||||
version "5.59.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.2.tgz#684a2ce7182f3b4dac342eef7caa1c2bae476abd"
|
||||
integrity sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==
|
||||
"@typescript-eslint/eslint-plugin@^6.2.1":
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.1.tgz#41b79923fee46a745a3a50cba1c33c622aa3c79a"
|
||||
integrity sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw==
|
||||
dependencies:
|
||||
"@eslint-community/regexpp" "^4.4.0"
|
||||
"@typescript-eslint/scope-manager" "5.59.2"
|
||||
"@typescript-eslint/type-utils" "5.59.2"
|
||||
"@typescript-eslint/utils" "5.59.2"
|
||||
"@eslint-community/regexpp" "^4.5.1"
|
||||
"@typescript-eslint/scope-manager" "6.2.1"
|
||||
"@typescript-eslint/type-utils" "6.2.1"
|
||||
"@typescript-eslint/utils" "6.2.1"
|
||||
"@typescript-eslint/visitor-keys" "6.2.1"
|
||||
debug "^4.3.4"
|
||||
grapheme-splitter "^1.0.4"
|
||||
ignore "^5.2.0"
|
||||
graphemer "^1.4.0"
|
||||
ignore "^5.2.4"
|
||||
natural-compare "^1.4.0"
|
||||
natural-compare-lite "^1.4.0"
|
||||
semver "^7.3.7"
|
||||
tsutils "^3.21.0"
|
||||
semver "^7.5.4"
|
||||
ts-api-utils "^1.0.1"
|
||||
|
||||
"@typescript-eslint/parser@^5.54.0":
|
||||
version "5.59.2"
|
||||
@@ -1457,21 +1469,34 @@
|
||||
"@typescript-eslint/types" "5.59.2"
|
||||
"@typescript-eslint/visitor-keys" "5.59.2"
|
||||
|
||||
"@typescript-eslint/type-utils@5.59.2":
|
||||
version "5.59.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.2.tgz#0729c237503604cd9a7084b5af04c496c9a4cdcf"
|
||||
integrity sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==
|
||||
"@typescript-eslint/scope-manager@6.2.1":
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.1.tgz#b6f43a867b84e5671fe531f2b762e0b68f7cf0c4"
|
||||
integrity sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q==
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree" "5.59.2"
|
||||
"@typescript-eslint/utils" "5.59.2"
|
||||
"@typescript-eslint/types" "6.2.1"
|
||||
"@typescript-eslint/visitor-keys" "6.2.1"
|
||||
|
||||
"@typescript-eslint/type-utils@6.2.1":
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.1.tgz#8eb8a2cccdf39cd7cf93e02bd2c3782dc90b0525"
|
||||
integrity sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ==
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree" "6.2.1"
|
||||
"@typescript-eslint/utils" "6.2.1"
|
||||
debug "^4.3.4"
|
||||
tsutils "^3.21.0"
|
||||
ts-api-utils "^1.0.1"
|
||||
|
||||
"@typescript-eslint/types@5.59.2":
|
||||
version "5.59.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.2.tgz#b511d2b9847fe277c5cb002a2318bd329ef4f655"
|
||||
integrity sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==
|
||||
|
||||
"@typescript-eslint/types@6.2.1":
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.1.tgz#7fcdeceb503aab601274bf5e210207050d88c8ab"
|
||||
integrity sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==
|
||||
|
||||
"@typescript-eslint/typescript-estree@5.59.2":
|
||||
version "5.59.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz#6e2fabd3ba01db5d69df44e0b654c0b051fe9936"
|
||||
@@ -1485,7 +1510,33 @@
|
||||
semver "^7.3.7"
|
||||
tsutils "^3.21.0"
|
||||
|
||||
"@typescript-eslint/utils@5.59.2", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0":
|
||||
"@typescript-eslint/typescript-estree@6.2.1":
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.1.tgz#2af6e90c1e91cb725a5fe1682841a3f74549389e"
|
||||
integrity sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "6.2.1"
|
||||
"@typescript-eslint/visitor-keys" "6.2.1"
|
||||
debug "^4.3.4"
|
||||
globby "^11.1.0"
|
||||
is-glob "^4.0.3"
|
||||
semver "^7.5.4"
|
||||
ts-api-utils "^1.0.1"
|
||||
|
||||
"@typescript-eslint/utils@6.2.1":
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.1.tgz#2aa4279ec13053d05615bcbde2398e1e8f08c334"
|
||||
integrity sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ==
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils" "^4.4.0"
|
||||
"@types/json-schema" "^7.0.12"
|
||||
"@types/semver" "^7.5.0"
|
||||
"@typescript-eslint/scope-manager" "6.2.1"
|
||||
"@typescript-eslint/types" "6.2.1"
|
||||
"@typescript-eslint/typescript-estree" "6.2.1"
|
||||
semver "^7.5.4"
|
||||
|
||||
"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.58.0":
|
||||
version "5.59.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.2.tgz#0c45178124d10cc986115885688db6abc37939f4"
|
||||
integrity sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==
|
||||
@@ -1507,6 +1558,14 @@
|
||||
"@typescript-eslint/types" "5.59.2"
|
||||
eslint-visitor-keys "^3.3.0"
|
||||
|
||||
"@typescript-eslint/visitor-keys@6.2.1":
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.1.tgz#442e7c09fe94b715a54ebe30e967987c3c41fbf4"
|
||||
integrity sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "6.2.1"
|
||||
eslint-visitor-keys "^3.4.1"
|
||||
|
||||
abab@^2.0.6:
|
||||
version "2.0.6"
|
||||
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
|
||||
@@ -2599,6 +2658,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.0:
|
||||
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
|
||||
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
|
||||
|
||||
eslint-visitor-keys@^3.4.1:
|
||||
version "3.4.2"
|
||||
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz#8c2095440eca8c933bedcadf16fefa44dbe9ba5f"
|
||||
integrity sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==
|
||||
|
||||
eslint@^8.39.0:
|
||||
version "8.39.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
|
||||
@@ -3002,6 +3066,11 @@ grapheme-splitter@^1.0.4:
|
||||
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
|
||||
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
|
||||
|
||||
graphemer@^1.4.0:
|
||||
version "1.4.0"
|
||||
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
|
||||
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
|
||||
|
||||
gzip-size@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"
|
||||
@@ -3142,7 +3211,7 @@ iconv-lite@0.6.3:
|
||||
dependencies:
|
||||
safer-buffer ">= 2.1.2 < 3.0.0"
|
||||
|
||||
ignore@^5.2.0:
|
||||
ignore@^5.2.0, ignore@^5.2.4:
|
||||
version "5.2.4"
|
||||
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
|
||||
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
|
||||
@@ -4776,7 +4845,7 @@ schema-utils@^4.0.0:
|
||||
ajv-formats "^2.1.1"
|
||||
ajv-keywords "^5.1.0"
|
||||
|
||||
semver@7.x, semver@^7.3.5, semver@^7.3.7:
|
||||
semver@7.x, semver@^7.3.5, semver@^7.3.7, semver@^7.5.4:
|
||||
version "7.5.4"
|
||||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
||||
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
||||
@@ -5119,6 +5188,11 @@ tr46@^3.0.0:
|
||||
dependencies:
|
||||
punycode "^2.1.1"
|
||||
|
||||
ts-api-utils@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
|
||||
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
|
||||
|
||||
ts-jest@^29.1.0:
|
||||
version "29.1.0"
|
||||
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.1.0.tgz#4a9db4104a49b76d2b368ea775b6c9535c603891"
|
||||
|
||||
Reference in New Issue
Block a user