Skip to content

Commit

Permalink
chore(deps-dev): Bump @typescript-eslint/parser from 5.61.0 to 6.1.0 (#…
Browse files Browse the repository at this point in the history
…1740)

Bumps
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
from 5.61.0 to 6.1.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.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="https://github.com/typescript-eslint/typescript-eslint/commit/d368164478a8b141ad6b1c4ea5088fdc639ccafe">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="https://github.com/typescript-eslint/typescript-eslint/commit/606a52cefcecd594df6edc359bff291b835169f2">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="https://github.com/typescript-eslint/typescript-eslint/commit/2a4421ccf072f866bb6c2dadab967aa69ac9bf4a">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="https://github.com/typescript-eslint/typescript-eslint/commit/14047963d79e4d4a783854e2826a30004fa34570">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="https://github.com/typescript-eslint/typescript-eslint/commit/587ac306d9e53736ebe799f5b9edcb7dd030eed6">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="https://github.com/typescript-eslint/typescript-eslint/commit/dd31bed1e921531abe039180c9aeccbd56934601">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="https://github.com/typescript-eslint/typescript-eslint/commit/a3da11d09b1d119fd5bc4cd776474e2520d7fefd">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="https://github.com/typescript-eslint/typescript-eslint/commit/41d6e9d6c0a58973700e2b971b7464cde636f147">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="https://github.com/typescript-eslint/typescript-eslint/commit/841889f6bb598828e0df989bf607f847aba31601">841889f</a>)</li>
</ul>
<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="https://github.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191">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>
<h2>v6.0.0</h2>
<p>See <a
href="https://typescript-eslint.io/blog/announcing-typescript-eslint-v6">the
announcement blog post</a> for a friendly description of all changes and
<a href="">CHANGELOG.md</a> for a full organized list of them. 🎉</p>
<h2>What's Changed</h2>
<ul>
<li>feat: made BaseNode.parent non-optional by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/5252">typescript-eslint/typescript-eslint#5252</a></li>
<li>feat(experimental-utils): console.warn on import of
experimental-utils by <a
href="https://github.com/kball"><code>@​kball</code></a> in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6179">typescript-eslint/typescript-eslint#6179</a></li>
<li>chore(eslint-plugin): remove deprecated rules for v6 by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6112">typescript-eslint/typescript-eslint#6112</a></li>
<li>feat: remove partial type-information program by <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6066">typescript-eslint/typescript-eslint#6066</a></li>
<li>chore(typescript-estree): remove unnecessary this.inTypeMode field
by <a href="https://github.com/bradzacher"><code>@​bradzacher</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6375">typescript-eslint/typescript-eslint#6375</a></li>
<li>feat(eslint-plugin): deprecate no-type-alias by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6229">typescript-eslint/typescript-eslint#6229</a></li>
<li>chore(typescript-estree): remove visitor-keys backwards compat
export by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6242">typescript-eslint/typescript-eslint#6242</a></li>
<li>fix(typescript-estree): wrap import = declaration in an export node
by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/5885">typescript-eslint/typescript-eslint#5885</a></li>
<li>feat(typescript-estree): add type checker wrapper APIs to
ParserServicesWithTypeInformation by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6404">typescript-eslint/typescript-eslint#6404</a></li>
<li>fix: replace tsutils with ts-api-tools by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6428">typescript-eslint/typescript-eslint#6428</a></li>
<li>feat: bump ts-api-utils to v0.0.21 by <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6459">typescript-eslint/typescript-eslint#6459</a></li>
<li>feat(eslint-plugin): rework configs: recommended, strict, stylistic;
-type-checked by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/5251">typescript-eslint/typescript-eslint#5251</a></li>
<li>feat: remove <code>experimental-utils</code> by <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6468">typescript-eslint/typescript-eslint#6468</a></li>
<li>fix(ast-spec): remove more invalid properties by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6243">typescript-eslint/typescript-eslint#6243</a></li>
<li>feat(eslint-plugin): add config that disables type-aware linting by
<a href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6470">typescript-eslint/typescript-eslint#6470</a></li>
<li>chore: update downlevel-dts config to target TS4.2 by <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6471">typescript-eslint/typescript-eslint#6471</a></li>
<li>feat: bump ts-api-utils to v0.0.22 by <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6472">typescript-eslint/typescript-eslint#6472</a></li>
<li>chore: cleanup repo lint + typechecking by <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6473">typescript-eslint/typescript-eslint#6473</a></li>
<li>test: allow to execute tests on windows by <a
href="https://github.com/armano2"><code>@​armano2</code></a> in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6488">typescript-eslint/typescript-eslint#6488</a></li>
<li>fix(typescript-estree): account for namespace nesting in AST
conversion by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6272">typescript-eslint/typescript-eslint#6272</a></li>
<li>feat: add package.json exports for public packages by <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a> in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6458">typescript-eslint/typescript-eslint#6458</a></li>
<li>fix: bumped ts-api-utils to 0.0.39 by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/6497">typescript-eslint/typescript-eslint#6497</a></li>
<li>fix: rename typeParameters to typeArguments where needed by <a
href="https://github.com/JoshuaKGoldberg"><code>@​JoshuaKGoldberg</code></a>
in <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/5384">typescript-eslint/typescript-eslint#5384</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/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.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="https://github.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191">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="https://github.com/typescript-eslint/typescript-eslint/commit/53776c244f8bbdc852d57c7b313b0935e755ddc4">53776c2</a>)</li>
</ul>
<h3>chore</h3>
<ul>
<li>drop support for node v14.17, v17 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5971">#5971</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/cc62015b8ae5f207912ff8988e2a0b3fe9a79243">cc62015</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add new package <code>rule-tester</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6777">#6777</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2ce1c1d22c799a1ca027674fcb9b3a7ab0107428">2ce1c1d</a>)</li>
<li>add package.json exports for public packages (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6458">#6458</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d6766838a05259556029acaac57dc7839b68c592">d676683</a>)</li>
<li>drop support for ESLint v6 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5972">#5972</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/bda806d78ee46133587d9383baff52d796a594e5">bda806d</a>)</li>
<li>drop support for node v12 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5918">#5918</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/7e3fe9a67abd394b0a114f2deb466edf5c9759ac">7e3fe9a</a>)</li>
<li>drop support for node v14 and test against node v20 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7022">#7022</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e6235bf61b781066653581b57b7cd976c9c4f905">e6235bf</a>)</li>
<li>remove partial type-information program (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6066">#6066</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/7fc062abc30a73093cd943c2cb808ae373fe12d9">7fc062a</a>)</li>
<li><strong>scope-manager:</strong> ignore ECMA version (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5889">#5889</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f2330f79739eb93e3c290ccc6e810a01e097eda0">f2330f7</a>),
closes <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5834">#5834</a>
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5882">#5882</a>
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5864">#5864</a>
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5883">#5883</a></li>
<li><strong>typescript-estree:</strong> added allowInvalidAST option to
not throw on invalid tokens (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6247">#6247</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a3b177d59adaf8ea76b205befc8b12d86447f1fb">a3b177d</a>)</li>
<li><strong>typescript-estree:</strong> allow providing code as a
ts.SourceFile (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5892">#5892</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/af41b7fa7b9b8f3023fdabd40846598d5d4d4f61">af41b7f</a>)</li>
<li><strong>typescript-estree:</strong> deprecate createDefaultProgram
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/5890">#5890</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/426d6b647e6df3e312d1cef3e28dadaef6675fd3">426d6b6</a>)</li>
<li><strong>typescript-estree:</strong> remove optionality from AST
boolean properties (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6274">#6274</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/df131e258c93e5714c88c0373cfeb2e1e75afc75">df131e2</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>drop support for ESLint v6</li>
<li>drops support for node v17</li>
<li>drops support for node v12</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>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d98f1e811a6a06128a86f10824b6005984dc8265"><code>d98f1e8</code></a>
chore: publish v6.1.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/6d3d162ce032ebcf5f892a4edfb897797fc96191"><code>6d3d162</code></a>
feat(typescript-estree): add EXPERIMENTAL_useProjectService option to
use Typ...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/2e3037935016ccc376f854a2bdea5122fd326a9a"><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="https://github.com/typescript-eslint/typescript-eslint/commit/6ae1fa74b18af8a2d4baa0d3d4b43997cf9a9781"><code>6ae1fa7</code></a>
chore: publish v6.0.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/980bda3f81f581adbb0d9538de613df229042aa4"><code>980bda3</code></a>
Merge branch 'main' (I swear this had better be the last one</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/cba0d113bba1bbcee69149c954dc6bd4c658c714"><code>cba0d11</code></a>
chore: publish v5.62.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/c23365292631b1c3db7c439c9d962234084f66b7"><code>c233652</code></a>
Merge branch 'main'</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3cdf5c93163036fdc60325129d9746ff57574336"><code>3cdf5c9</code></a>
chore: enable sort-type-constituents internally (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/7028">#7028</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/371fc26f7f948f725d412919560d02b0119ee6a6"><code>371fc26</code></a>
Merge branch 'main' into v6</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/8410f99afb03ba29d3d9ff9fd240164cf3a5afcb"><code>8410f99</code></a>
Merge branch 'main'</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.1.0/packages/parser">compare
view</a></li>
</ul>
</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent d4a58fc commit 0dd5533
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/puppeteer-core": "^7.0.4",
"@types/serve-static": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/parser": "^6.1.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"codecov": "^3.8.3",
"eslint": "^8.45.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ado-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/parser": "^6.1.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"eslint": "^8.45.0",
"eslint-plugin-security": "^1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/puppeteer-core": "^7.0.4",
"@types/serve-static": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-plugin-security": "^1.7.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
Expand Down
88 changes: 77 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ __metadata:
dependencies:
"@accessibility-insights-action/shared": "workspace:*"
"@typescript-eslint/eslint-plugin": ^5.61.0
"@typescript-eslint/parser": ^5.61.0
"@typescript-eslint/parser": ^6.1.0
applicationinsights: ^2.7.0
azure-pipelines-task-lib: ^4.4.0
case-sensitive-paths-webpack-plugin: ^2.4.0
Expand Down Expand Up @@ -60,7 +60,7 @@ __metadata:
"@types/react-dom": ^16.9
"@types/serve-static": ^1.15.2
"@typescript-eslint/eslint-plugin": ^5.61.0
"@typescript-eslint/parser": ^5.61.0
"@typescript-eslint/parser": ^6.1.0
accessibility-insights-report: 4.6.7
accessibility-insights-scan: 1.7.0
axe-core: 4.6.3
Expand Down Expand Up @@ -2463,20 +2463,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/parser@npm:5.61.0"
"@typescript-eslint/parser@npm:^6.1.0":
version: 6.1.0
resolution: "@typescript-eslint/parser@npm:6.1.0"
dependencies:
"@typescript-eslint/scope-manager": 5.61.0
"@typescript-eslint/types": 5.61.0
"@typescript-eslint/typescript-estree": 5.61.0
"@typescript-eslint/scope-manager": 6.1.0
"@typescript-eslint/types": 6.1.0
"@typescript-eslint/typescript-estree": 6.1.0
"@typescript-eslint/visitor-keys": 6.1.0
debug: ^4.3.4
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 2422bca03ecc6830700aaa739ec46b8e9ab6c0a47a67f140dc6b62a42a8b98997e73bce52c6a010b8a9b461211c46ba865d5b7f680a7823cf5c245d3b61f7fd5
checksum: dc59cda4396ca09e3aa2bd5b99d8ef9526df56567d4a9b953668102116db975dfb2426c3369560a2b02e083d49e43b4cebb252144d175e900096eb0b17f7ae3c
languageName: node
linkType: hard

Expand All @@ -2490,6 +2491,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.1.0":
version: 6.1.0
resolution: "@typescript-eslint/scope-manager@npm:6.1.0"
dependencies:
"@typescript-eslint/types": 6.1.0
"@typescript-eslint/visitor-keys": 6.1.0
checksum: 57c73b8713be79abebbcfef1d58f78a820ea88a5c37a44d2c9a76130216d9ee824134fae215dde794121cfaf1284370da77e1e5184ba71812aebb1a8cf39f325
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/type-utils@npm:5.61.0"
Expand All @@ -2514,6 +2525,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.1.0":
version: 6.1.0
resolution: "@typescript-eslint/types@npm:6.1.0"
checksum: c1f55ebfda7af5e63077beb65fe5a82de7ae7afb913a4ebfb023f2889d5ec06f75b6ebca6ee45d6d205508a52fa5a6bf5821182c3e7e4400ac9304083b88f139
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/typescript-estree@npm:5.61.0"
Expand All @@ -2532,6 +2550,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.1.0":
version: 6.1.0
resolution: "@typescript-eslint/typescript-estree@npm:6.1.0"
dependencies:
"@typescript-eslint/types": 6.1.0
"@typescript-eslint/visitor-keys": 6.1.0
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
semver: ^7.5.4
ts-api-utils: ^1.0.1
peerDependenciesMeta:
typescript:
optional: true
checksum: 42729b8952a78ff9fc7d3833e16de25f1a3502461ebe5d09a28fb4375c8e5978dde0dd1f8a7973bf7470ff9023cce84de82e968b02a09f54a0f753d21d9127e8
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.61.0":
version: 5.61.0
resolution: "@typescript-eslint/utils@npm:5.61.0"
Expand Down Expand Up @@ -2560,6 +2596,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.1.0":
version: 6.1.0
resolution: "@typescript-eslint/visitor-keys@npm:6.1.0"
dependencies:
"@typescript-eslint/types": 6.1.0
eslint-visitor-keys: ^3.4.1
checksum: 21c7c9b9a52325e3b67c0015deb99a1603b19703af7c002e87f32e2d8f9910813985877ee7b589dc9938d308e3d082cf97c8ca43c2c95b86a919c426d8913439
languageName: node
linkType: hard

"@webassemblyjs/ast@npm:1.11.5, @webassemblyjs/ast@npm:^1.11.5":
version: 1.11.5
resolution: "@webassemblyjs/ast@npm:1.11.5"
Expand Down Expand Up @@ -2802,7 +2848,7 @@ __metadata:
"@types/puppeteer-core": ^7.0.4
"@types/serve-static": ^1.15.2
"@typescript-eslint/eslint-plugin": ^5.61.0
"@typescript-eslint/parser": ^5.61.0
"@typescript-eslint/parser": ^6.1.0
case-sensitive-paths-webpack-plugin: ^2.4.0
codecov: ^3.8.3
eslint: ^8.45.0
Expand Down Expand Up @@ -10491,6 +10537,17 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.5.4":
version: 7.5.4
resolution: "semver@npm:7.5.4"
dependencies:
lru-cache: ^6.0.0
bin:
semver: bin/semver.js
checksum: 12d8ad952fa353b0995bf180cdac205a4068b759a140e5d3c608317098b3575ac2f1e09182206bf2eb26120e1c0ed8fb92c48c592f6099680de56bb071423ca3
languageName: node
linkType: hard

"send@npm:0.18.0":
version: 0.18.0
resolution: "send@npm:0.18.0"
Expand Down Expand Up @@ -11531,6 +11588,15 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^1.0.1":
version: 1.0.1
resolution: "ts-api-utils@npm:1.0.1"
peerDependencies:
typescript: ">=4.2.0"
checksum: 78794fc7270d295b36c1ac613465b5dc7e7226907a533125b30f177efef9dd630d4e503b00be31b44335eb2ebf9e136ebe97353f8fc5d383885d5fead9d54c09
languageName: node
linkType: hard

"ts-jest@npm:^29.1.1":
version: 29.1.1
resolution: "ts-jest@npm:29.1.1"
Expand Down

0 comments on commit 0dd5533

Please sign in to comment.