Skip to content

Commit 0f8be9a

Browse files
Bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.13.2 in /webapp (microsoft#696)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.11.0 to 6.13.2. <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.13.2</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2">6.13.2</a> (2023-12-04)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/typescript-eslint</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>v6.13.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1">6.13.1</a> (2023-11-28)</h2> <h3>Bug Fixes</h3> <ul> <li>default to parse all JSDoc and provide options to configure it (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7999">#7999</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/779e13ec86f92b94a96ecdf81cbc36120a132ff6">779e13e</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.13.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0">6.13.0</a> (2023-11-27)</h1> <h3><em>Note for eslint plugin authors and other API consumers</em></h3> <p>TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using <a href="https://www.typescriptlang.org/tsconfig#skipLibCheck"><code>skipLibCheck</code></a>.</p> <h3>Bug Fixes</h3> <ul> <li><strong>typescript-estree:</strong> ensure backwards compat with pre-5.3 import attributes (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7967">#7967</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/810fc8c9a18cb55af144d8945fdf38d841c9d486">810fc8c</a>)</li> </ul> <h3>Features</h3> <ul> <li>support TS 5.3 (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7968">#7968</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb50638650d35fbd39f2b19446fa54c864bfc2ef">fb50638</a>)</li> <li><strong>typescript-estree:</strong> pass jsDocParsingMode everywhere (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7997">#7997</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3d2a3446518c4da303a569830bb83bf166742535">3d2a344</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.12.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0">6.12.0</a> (2023-11-20)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [class-methods-use-this] detect a problematic case for private/protected members if <code>ignoreClassesThatImplementAnInterface</code> is set (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7705">#7705</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85">155aa1f</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive with computed member access and branded key type (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7706">#7706</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f151b26d2178a617e82ad6a0279e3145e303f4f8">f151b26</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7806">#7806</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a034d0a3856aa07bd2d52b557fa33c7a88e9e511">a034d0a</a>), closes <a href="https://github.com/typescript-eslint/typescript-eslint/issues/7768">#7768</a></li> <li><strong>utils:</strong> add missing fields to flat config types (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7933">#7933</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/533861aeadd5b4bfcbe7167de7af71e4223cc9de">533861a</a>)</li> <li><strong>utils:</strong> allow string processor in flat config (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/024ed9ed1222280d8010393d2abf810faea283b9">024ed9e</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><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2">6.13.2</a> (2023-12-04)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</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.13.0...v6.13.1">6.13.1</a> (2023-11-28)</h2> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</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.12.0...v6.13.0">6.13.0</a> (2023-11-27)</h1> <p><strong>Note:</strong> Version bump only for package <code>@​typescript-eslint/eslint-plugin</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.11.0...v6.12.0">6.12.0</a> (2023-11-20)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [class-methods-use-this] detect a problematic case for private/protected members if <code>ignoreClassesThatImplementAnInterface</code> is set (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7705">#7705</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85">155aa1f</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive with computed member access and branded key type (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7706">#7706</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f151b26d2178a617e82ad6a0279e3145e303f4f8">f151b26</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7806">#7806</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a034d0a3856aa07bd2d52b557fa33c7a88e9e511">a034d0a</a>), closes <a href="https://github.com/typescript-eslint/typescript-eslint/issues/7768">#7768</a></li> </ul> <h3>Features</h3> <ul> <li>[member-ordering] add accessor support for member-ordering (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7927">#7927</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3c8312d1e135dc65fa41f629993cd03ed82e3255">3c8312d</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add requireDefaultForNonUnion option (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7880">#7880</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4cfcd451efb2563130896e42b45252909932c679">4cfcd45</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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cc2c6d3a4a515f7ccc23f10421a8db9c88345876"><code>cc2c6d3</code></a> chore: publish v6.13.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/37f34f4eb47940762769f6fdcd1902f52870cf81"><code>37f34f4</code></a> docs: add 'When Not To Use It' or an intentional omission notice on all rules...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/96abf181410b7685dfdb0eb8313c43d1675881e2"><code>96abf18</code></a> chore: finish enabling no-unnecessary-condition internally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8004">#8004</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4dae083ed3fbf891405ddf63f1c71c9a2726541f"><code>4dae083</code></a> chore: prefix all nx package scripts with npx (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7988">#7988</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/14f3ff0340226e8f4ce13c86a464b505e5488e12"><code>14f3ff0</code></a> chore: publish v6.13.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/39c437ab9e34513bf04378cd8c97daf739519a6e"><code>39c437a</code></a> chore: publish v6.13.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9093e95f2baa0d81c589db99d4730f59e80a4c38"><code>9093e95</code></a> chore: publish v6.12.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2e535b8484200b0a5d60ce6df2d8c9aa70e11053"><code>2e535b8</code></a> chore(deps): update dependency prettier to v3.1.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7938">#7938</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4cfcd451efb2563130896e42b45252909932c679"><code>4cfcd45</code></a> feat(eslint-plugin): [switch-exhaustiveness-check] add requireDefaultForNonUn...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85"><code>155aa1f</code></a> fix(eslint-plugin): [class-methods-use-this] detect a problematic case for pr...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.2/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=6.11.0&new-version=6.13.2)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Desmond Howard <[email protected]>
1 parent 3d232ca commit 0f8be9a

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/node": "^20.9.2",
3838
"@types/react": "^18.2.41",
3939
"@types/react-dom": "^18.2.17",
40-
"@typescript-eslint/eslint-plugin": "^6.13.1",
40+
"@typescript-eslint/eslint-plugin": "^6.13.2",
4141
"@typescript-eslint/parser": "^6.9.0",
4242
"eslint": "^8.55.0",
4343
"prettier": "^3.1.0",

webapp/yarn.lock

+42-42
Original file line numberDiff line numberDiff line change
@@ -3311,16 +3311,16 @@
33113311
semver "^7.3.7"
33123312
tsutils "^3.21.0"
33133313

3314-
"@typescript-eslint/eslint-plugin@^6.13.1":
3315-
version "6.13.1"
3316-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.1.tgz#f98bd887bf95551203c917e734d113bf8d527a0c"
3317-
integrity sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==
3314+
"@typescript-eslint/eslint-plugin@^6.13.2":
3315+
version "6.13.2"
3316+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.2.tgz#2e03506c5362a65e43cb132c37c9ce2d3cb51470"
3317+
integrity sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==
33183318
dependencies:
33193319
"@eslint-community/regexpp" "^4.5.1"
3320-
"@typescript-eslint/scope-manager" "6.13.1"
3321-
"@typescript-eslint/type-utils" "6.13.1"
3322-
"@typescript-eslint/utils" "6.13.1"
3323-
"@typescript-eslint/visitor-keys" "6.13.1"
3320+
"@typescript-eslint/scope-manager" "6.13.2"
3321+
"@typescript-eslint/type-utils" "6.13.2"
3322+
"@typescript-eslint/utils" "6.13.2"
3323+
"@typescript-eslint/visitor-keys" "6.13.2"
33243324
debug "^4.3.4"
33253325
graphemer "^1.4.0"
33263326
ignore "^5.2.4"
@@ -3372,13 +3372,13 @@
33723372
"@typescript-eslint/types" "6.12.0"
33733373
"@typescript-eslint/visitor-keys" "6.12.0"
33743374

3375-
"@typescript-eslint/[email protected].1":
3376-
version "6.13.1"
3377-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.13.1.tgz#58c7c37c6a957d3d9f59bc4f64c2888e0cac1d70"
3378-
integrity sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==
3375+
"@typescript-eslint/[email protected].2":
3376+
version "6.13.2"
3377+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.13.2.tgz#5fa4e4adace028dafac212c770640b94e7b61052"
3378+
integrity sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==
33793379
dependencies:
3380-
"@typescript-eslint/types" "6.13.1"
3381-
"@typescript-eslint/visitor-keys" "6.13.1"
3380+
"@typescript-eslint/types" "6.13.2"
3381+
"@typescript-eslint/visitor-keys" "6.13.2"
33823382

33833383
"@typescript-eslint/[email protected]":
33843384
version "5.62.0"
@@ -3390,13 +3390,13 @@
33903390
debug "^4.3.4"
33913391
tsutils "^3.21.0"
33923392

3393-
"@typescript-eslint/[email protected].1":
3394-
version "6.13.1"
3395-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.1.tgz#e6e5885e387841cae9c38fc0638fd8b7561973d6"
3396-
integrity sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==
3393+
"@typescript-eslint/[email protected].2":
3394+
version "6.13.2"
3395+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.2.tgz#ebec2da14a6bb7122e0fd31eea72a382c39c6102"
3396+
integrity sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==
33973397
dependencies:
3398-
"@typescript-eslint/typescript-estree" "6.13.1"
3399-
"@typescript-eslint/utils" "6.13.1"
3398+
"@typescript-eslint/typescript-estree" "6.13.2"
3399+
"@typescript-eslint/utils" "6.13.2"
34003400
debug "^4.3.4"
34013401
ts-api-utils "^1.0.1"
34023402

@@ -3410,10 +3410,10 @@
34103410
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.12.0.tgz#ffc5297bcfe77003c8b7b545b51c2505748314ac"
34113411
integrity sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==
34123412

3413-
"@typescript-eslint/[email protected].1":
3414-
version "6.13.1"
3415-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.1.tgz#b56f26130e7eb8fa1e429c75fb969cae6ad7bb5c"
3416-
integrity sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==
3413+
"@typescript-eslint/[email protected].2":
3414+
version "6.13.2"
3415+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.2.tgz#c044aac24c2f6cefb8e921e397acad5417dd0ae6"
3416+
integrity sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==
34173417

34183418
"@typescript-eslint/[email protected]":
34193419
version "5.62.0"
@@ -3441,13 +3441,13 @@
34413441
semver "^7.5.4"
34423442
ts-api-utils "^1.0.1"
34433443

3444-
"@typescript-eslint/[email protected].1":
3445-
version "6.13.1"
3446-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz#d01dda78d2487434d1c503853fa00291c566efa4"
3447-
integrity sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==
3444+
"@typescript-eslint/[email protected].2":
3445+
version "6.13.2"
3446+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.2.tgz#ae556ee154c1acf025b48d37c3ef95a1d55da258"
3447+
integrity sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==
34483448
dependencies:
3449-
"@typescript-eslint/types" "6.13.1"
3450-
"@typescript-eslint/visitor-keys" "6.13.1"
3449+
"@typescript-eslint/types" "6.13.2"
3450+
"@typescript-eslint/visitor-keys" "6.13.2"
34513451
debug "^4.3.4"
34523452
globby "^11.1.0"
34533453
is-glob "^4.0.3"
@@ -3468,17 +3468,17 @@
34683468
eslint-scope "^5.1.1"
34693469
semver "^7.3.7"
34703470

3471-
"@typescript-eslint/[email protected].1":
3472-
version "6.13.1"
3473-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.1.tgz#925b3a2453a71ada914ae329b7bb7e7d96634b2f"
3474-
integrity sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==
3471+
"@typescript-eslint/[email protected].2":
3472+
version "6.13.2"
3473+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.2.tgz#8eb89e53adc6d703a879b131e528807245486f89"
3474+
integrity sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==
34753475
dependencies:
34763476
"@eslint-community/eslint-utils" "^4.4.0"
34773477
"@types/json-schema" "^7.0.12"
34783478
"@types/semver" "^7.5.0"
3479-
"@typescript-eslint/scope-manager" "6.13.1"
3480-
"@typescript-eslint/types" "6.13.1"
3481-
"@typescript-eslint/typescript-estree" "6.13.1"
3479+
"@typescript-eslint/scope-manager" "6.13.2"
3480+
"@typescript-eslint/types" "6.13.2"
3481+
"@typescript-eslint/typescript-estree" "6.13.2"
34823482
semver "^7.5.4"
34833483

34843484
"@typescript-eslint/[email protected]":
@@ -3497,12 +3497,12 @@
34973497
"@typescript-eslint/types" "6.12.0"
34983498
eslint-visitor-keys "^3.4.1"
34993499

3500-
"@typescript-eslint/[email protected].1":
3501-
version "6.13.1"
3502-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.1.tgz#c4b692dcc23a4fc60685b718f10fde789d65a540"
3503-
integrity sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==
3500+
"@typescript-eslint/[email protected].2":
3501+
version "6.13.2"
3502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.2.tgz#e0a4a80cf842bb08e6127b903284166ac4a5594c"
3503+
integrity sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==
35043504
dependencies:
3505-
"@typescript-eslint/types" "6.13.1"
3505+
"@typescript-eslint/types" "6.13.2"
35063506
eslint-visitor-keys "^3.4.1"
35073507

35083508
"@uifabric/set-version@^7.0.24":

0 commit comments

Comments
 (0)