mirror of
https://github.com/evroon/bracket.git
synced 2026-06-14 11:44:55 -04:00
Bump @typescript-eslint/parser from 5.59.2 to 6.3.0 in /frontend (#244)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.2 to 6.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v6.3.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.1...v6.3.0">6.3.0</a> (2023-08-07)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7375">#7375</a>) (<a href="38e5e4eb86">38e5e4e</a>)</li> <li><strong>eslint-plugin:</strong> [no-restricted-imports] allow inline type qualifiers when <code>allowTypeImports</code> enabled (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7379">#7379</a>) (<a href="cc9a46d01b">cc9a46d</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] allow <code>ignorePrimitives</code> option to be <code>true</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7331">#7331</a>) (<a href="dfcafae515">dfcafae</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.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> <!-- 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/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.1...v6.3.0">6.3.0</a> (2023-08-07)</h1> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> <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><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1">6.2.1</a> (2023-07-31)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> <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> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> <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>Features</h3> <ul> <li><strong>typescript-estree:</strong> add EXPERIMENTAL_useProjectService option to use TypeScript project service (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6754">#6754</a>) (<a href="6d3d162ce0">6d3d162</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/v5.62.0...v6.0.0">6.0.0</a> (2023-07-10)</h1> <h3>Bug Fixes</h3> <ul> <li>update <code>exports</code> field in package.json files (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6550">#6550</a>) (<a href="53776c244f">53776c2</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="0a1de14ba2"><code>0a1de14</code></a> chore: publish v6.3.0</li> <li><a href="948b061462"><code>948b061</code></a> chore: publish v6.2.1</li> <li><a href="c869aa1792"><code>c869aa1</code></a> chore: publish v6.2.0</li> <li><a href="d98f1e811a"><code>d98f1e8</code></a> chore: publish v6.1.0</li> <li><a href="6d3d162ce0"><code>6d3d162</code></a> feat(typescript-estree): add EXPERIMENTAL_useProjectService option to use Typ...</li> <li><a href="2e30379350"><code>2e30379</code></a> chore: bump dependency versions (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/7191">#7191</a>)</li> <li><a href="6ae1fa74b1"><code>6ae1fa7</code></a> chore: publish v6.0.0</li> <li><a href="980bda3f81"><code>980bda3</code></a> Merge branch 'main' (I swear this had better be the last one</li> <li><a href="cba0d113bb"><code>cba0d11</code></a> chore: publish v5.62.0</li> <li><a href="c233652926"><code>c233652</code></a> Merge branch 'main'</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.3.0/packages/parser">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:
@@ -50,7 +50,7 @@
|
||||
"@types/node": "^20.1.0",
|
||||
"@types/react": "^18.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^6.3.0",
|
||||
"babel-loader": "^9.1.2",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
|
||||
@@ -1451,14 +1451,15 @@
|
||||
semver "^7.5.4"
|
||||
ts-api-utils "^1.0.1"
|
||||
|
||||
"@typescript-eslint/parser@^5.54.0":
|
||||
version "5.59.2"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.2.tgz#c2c443247901d95865b9f77332d9eee7c55655e8"
|
||||
integrity sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==
|
||||
"@typescript-eslint/parser@^6.3.0":
|
||||
version "6.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.3.0.tgz#359684c443f4f848db3c4f14674f544f169c8f46"
|
||||
integrity sha512-ibP+y2Gr6p0qsUkhs7InMdXrwldjxZw66wpcQq9/PzAroM45wdwyu81T+7RibNCh8oc0AgrsyCwJByncY0Ongg==
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager" "5.59.2"
|
||||
"@typescript-eslint/types" "5.59.2"
|
||||
"@typescript-eslint/typescript-estree" "5.59.2"
|
||||
"@typescript-eslint/scope-manager" "6.3.0"
|
||||
"@typescript-eslint/types" "6.3.0"
|
||||
"@typescript-eslint/typescript-estree" "6.3.0"
|
||||
"@typescript-eslint/visitor-keys" "6.3.0"
|
||||
debug "^4.3.4"
|
||||
|
||||
"@typescript-eslint/scope-manager@5.59.2":
|
||||
@@ -1477,6 +1478,14 @@
|
||||
"@typescript-eslint/types" "6.2.1"
|
||||
"@typescript-eslint/visitor-keys" "6.2.1"
|
||||
|
||||
"@typescript-eslint/scope-manager@6.3.0":
|
||||
version "6.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.3.0.tgz#6b74e338c4b88d5e1dfc1a28c570dd5cf8c86b09"
|
||||
integrity sha512-WlNFgBEuGu74ahrXzgefiz/QlVb+qg8KDTpknKwR7hMH+lQygWyx0CQFoUmMn1zDkQjTBBIn75IxtWss77iBIQ==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "6.3.0"
|
||||
"@typescript-eslint/visitor-keys" "6.3.0"
|
||||
|
||||
"@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"
|
||||
@@ -1497,6 +1506,11 @@
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.1.tgz#7fcdeceb503aab601274bf5e210207050d88c8ab"
|
||||
integrity sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==
|
||||
|
||||
"@typescript-eslint/types@6.3.0":
|
||||
version "6.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.3.0.tgz#84517f1427923e714b8418981e493b6635ab4c9d"
|
||||
integrity sha512-K6TZOvfVyc7MO9j60MkRNWyFSf86IbOatTKGrpTQnzarDZPYPVy0oe3myTMq7VjhfsUAbNUW8I5s+2lZvtx1gg==
|
||||
|
||||
"@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"
|
||||
@@ -1523,6 +1537,19 @@
|
||||
semver "^7.5.4"
|
||||
ts-api-utils "^1.0.1"
|
||||
|
||||
"@typescript-eslint/typescript-estree@6.3.0":
|
||||
version "6.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.3.0.tgz#20e1e10e2f51cdb9e19a2751215cac92c003643c"
|
||||
integrity sha512-Xh4NVDaC4eYKY4O3QGPuQNp5NxBAlEvNQYOqJquR2MePNxO11E5K3t5x4M4Mx53IZvtpW+mBxIT0s274fLUocg==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "6.3.0"
|
||||
"@typescript-eslint/visitor-keys" "6.3.0"
|
||||
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"
|
||||
@@ -1566,6 +1593,14 @@
|
||||
"@typescript-eslint/types" "6.2.1"
|
||||
eslint-visitor-keys "^3.4.1"
|
||||
|
||||
"@typescript-eslint/visitor-keys@6.3.0":
|
||||
version "6.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.3.0.tgz#8d09aa3e389ae0971426124c155ac289afbe450a"
|
||||
integrity sha512-kEhRRj7HnvaSjux1J9+7dBen15CdWmDnwrpyiHsFX6Qx2iW5LOBUgNefOFeh2PjWPlNwN8TOn6+4eBU3J/gupw==
|
||||
dependencies:
|
||||
"@typescript-eslint/types" "6.3.0"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user