mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps): bump eslint from 9.29.0 to 9.31.0 in /rust/gui-client (#9936)
Bumps [eslint](https://github.com/eslint/eslint) from 9.29.0 to 9.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.31.0</h2> <h2>Features</h2> <ul> <li><a href="35cf44c22e"><code>35cf44c</code></a> feat: output full actual location in rule tester if different (<a href="https://redirect.github.com/eslint/eslint/issues/19904">#19904</a>) (ST-DDT)</li> <li><a href="a6a63259de"><code>a6a6325</code></a> feat: support explicit resource management in <code>no-loop-func</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19895">#19895</a>) (Milos Djermanovic)</li> <li><a href="4682cdc696"><code>4682cdc</code></a> feat: support explicit resource management in <code>no-undef-init</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19894">#19894</a>) (Milos Djermanovic)</li> <li><a href="58482165ea"><code>5848216</code></a> feat: support explicit resource management in <code>init-declarations</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19893">#19893</a>) (Milos Djermanovic)</li> <li><a href="bb370b8e79"><code>bb370b8</code></a> feat: support explicit resource management in <code>no-const-assign</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19892">#19892</a>) (Milos Djermanovic)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="07fac6cafa"><code>07fac6c</code></a> fix: retry on EMFILE when writing autofix results (<a href="https://redirect.github.com/eslint/eslint/issues/19926">#19926</a>) (TKDev7)</li> <li><a href="28cc7abbb7"><code>28cc7ab</code></a> fix: Remove incorrect RuleContext types (<a href="https://redirect.github.com/eslint/eslint/issues/19910">#19910</a>) (Nicholas C. Zakas)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="664cb44ab0"><code>664cb44</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="40dbe2a43f"><code>40dbe2a</code></a> docs: fix mismatch between <code>globalIgnores()</code> code and text (<a href="https://redirect.github.com/eslint/eslint/issues/19914">#19914</a>) (MaoShizhong)</li> <li><a href="5a0069d608"><code>5a0069d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="fef04b5c7f"><code>fef04b5</code></a> docs: Update working on issues info (<a href="https://redirect.github.com/eslint/eslint/issues/19902">#19902</a>) (Nicholas C. Zakas)</li> </ul> <h2>Chores</h2> <ul> <li><a href="3ddd454c1c"><code>3ddd454</code></a> chore: upgrade to <code>@eslint/js@9.31.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19935">#19935</a>) (Francesco Trotta)</li> <li><a href="d5054e5454"><code>d5054e5</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="0f4a3781fe"><code>0f4a378</code></a> chore: update eslint (<a href="https://redirect.github.com/eslint/eslint/issues/19933">#19933</a>) (renovate[bot])</li> <li><a href="76c2340c36"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/19917">#19917</a>) (루밀LuMir)</li> </ul> <h2>v9.30.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="e91bb870f8"><code>e91bb87</code></a> fix: allow separate default and named type imports (<a href="https://redirect.github.com/eslint/eslint/issues/19899">#19899</a>) (xbinaryx)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="ab7c62598a"><code>ab7c625</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="dae1e5bb27"><code>dae1e5b</code></a> docs: update jsdoc's link (<a href="https://redirect.github.com/eslint/eslint/issues/19896">#19896</a>) (JamesVanWaza)</li> </ul> <h2>Chores</h2> <ul> <li><a href="b035f747c6"><code>b035f74</code></a> chore: upgrade to <code>@eslint/js@9.30.1</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19906">#19906</a>) (Francesco Trotta)</li> <li><a href="b3dbc16563"><code>b3dbc16</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> </ul> <h2>v9.30.0</h2> <h2>Features</h2> <ul> <li><a href="52a5fcaa4e"><code>52a5fca</code></a> feat: Support <code>basePath</code> property in config objects (<a href="https://redirect.github.com/eslint/eslint/issues/19879">#19879</a>) (Milos Djermanovic)</li> <li><a href="4ab44823df"><code>4ab4482</code></a> feat: add <code>allowSeparateTypeImports</code> option to <code>no-duplicate-imports</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19872">#19872</a>) (sethamus)</li> <li><a href="b8a7e7aeb5"><code>b8a7e7a</code></a> feat: throw error when column is negative in <code>getIndexFromLoc</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19831">#19831</a>) (루밀LuMir)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="6a0f164543"><code>6a0f164</code></a> fix: handle <code>null</code> type <code>loc</code> in <code>getIndexFromLoc</code> method (<a href="https://redirect.github.com/eslint/eslint/issues/19862">#19862</a>) (루밀LuMir)</li> <li><a href="3fbcd704a0"><code>3fbcd70</code></a> fix: update error message for <code>no-restricted-properties</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19855">#19855</a>) (Tanuj Kanti)</li> <li><a href="7ef4cf7661"><code>7ef4cf7</code></a> fix: remove unnecessary semicolon from fixes (<a href="https://redirect.github.com/eslint/eslint/issues/19857">#19857</a>) (Francesco Trotta)</li> <li><a href="7dabc38a84"><code>7dabc38</code></a> fix: use <code>process.version</code> in <code>--env-info</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19865">#19865</a>) (TKDev7)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="8662ed1f6d"><code>8662ed1</code></a> docs: adopt eslint-stylistic sub packages related changes (<a href="https://redirect.github.com/eslint/eslint/issues/19887">#19887</a>) (ntnyq)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v9.31.0 - July 11, 2025</p> <ul> <li><a href="3ddd454c1c"><code>3ddd454</code></a> chore: upgrade to <code>@eslint/js@9.31.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19935">#19935</a>) (Francesco Trotta)</li> <li><a href="d5054e5454"><code>d5054e5</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="0f4a3781fe"><code>0f4a378</code></a> chore: update eslint (<a href="https://redirect.github.com/eslint/eslint/issues/19933">#19933</a>) (renovate[bot])</li> <li><a href="664cb44ab0"><code>664cb44</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="07fac6cafa"><code>07fac6c</code></a> fix: retry on EMFILE when writing autofix results (<a href="https://redirect.github.com/eslint/eslint/issues/19926">#19926</a>) (TKDev7)</li> <li><a href="35cf44c22e"><code>35cf44c</code></a> feat: output full actual location in rule tester if different (<a href="https://redirect.github.com/eslint/eslint/issues/19904">#19904</a>) (ST-DDT)</li> <li><a href="40dbe2a43f"><code>40dbe2a</code></a> docs: fix mismatch between <code>globalIgnores()</code> code and text (<a href="https://redirect.github.com/eslint/eslint/issues/19914">#19914</a>) (MaoShizhong)</li> <li><a href="76c2340c36"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/19917">#19917</a>) (루밀LuMir)</li> <li><a href="28cc7abbb7"><code>28cc7ab</code></a> fix: Remove incorrect RuleContext types (<a href="https://redirect.github.com/eslint/eslint/issues/19910">#19910</a>) (Nicholas C. Zakas)</li> <li><a href="a6a63259de"><code>a6a6325</code></a> feat: support explicit resource management in <code>no-loop-func</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19895">#19895</a>) (Milos Djermanovic)</li> <li><a href="4682cdc696"><code>4682cdc</code></a> feat: support explicit resource management in <code>no-undef-init</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19894">#19894</a>) (Milos Djermanovic)</li> <li><a href="58482165ea"><code>5848216</code></a> feat: support explicit resource management in <code>init-declarations</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19893">#19893</a>) (Milos Djermanovic)</li> <li><a href="bb370b8e79"><code>bb370b8</code></a> feat: support explicit resource management in <code>no-const-assign</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19892">#19892</a>) (Milos Djermanovic)</li> <li><a href="5a0069d608"><code>5a0069d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="fef04b5c7f"><code>fef04b5</code></a> docs: Update working on issues info (<a href="https://redirect.github.com/eslint/eslint/issues/19902">#19902</a>) (Nicholas C. Zakas)</li> </ul> <p>v9.30.1 - July 1, 2025</p> <ul> <li><a href="b035f747c6"><code>b035f74</code></a> chore: upgrade to <code>@eslint/js@9.30.1</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19906">#19906</a>) (Francesco Trotta)</li> <li><a href="b3dbc16563"><code>b3dbc16</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="e91bb870f8"><code>e91bb87</code></a> fix: allow separate default and named type imports (<a href="https://redirect.github.com/eslint/eslint/issues/19899">#19899</a>) (xbinaryx)</li> <li><a href="ab7c62598a"><code>ab7c625</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="dae1e5bb27"><code>dae1e5b</code></a> docs: update jsdoc's link (<a href="https://redirect.github.com/eslint/eslint/issues/19896">#19896</a>) (JamesVanWaza)</li> </ul> <p>v9.30.0 - June 27, 2025</p> <ul> <li><a href="2b6491cd4b"><code>2b6491c</code></a> chore: upgrade to <code>@eslint/js@9.30.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19889">#19889</a>) (Francesco Trotta)</li> <li><a href="5a5d526103"><code>5a5d526</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="52a5fcaa4e"><code>52a5fca</code></a> feat: Support <code>basePath</code> property in config objects (<a href="https://redirect.github.com/eslint/eslint/issues/19879">#19879</a>) (Milos Djermanovic)</li> <li><a href="6a0f164543"><code>6a0f164</code></a> fix: handle <code>null</code> type <code>loc</code> in <code>getIndexFromLoc</code> method (<a href="https://redirect.github.com/eslint/eslint/issues/19862">#19862</a>) (루밀LuMir)</li> <li><a href="8662ed1f6d"><code>8662ed1</code></a> docs: adopt eslint-stylistic sub packages related changes (<a href="https://redirect.github.com/eslint/eslint/issues/19887">#19887</a>) (ntnyq)</li> <li><a href="eaf8a418af"><code>eaf8a41</code></a> chore: Correct typos in linter tests (<a href="https://redirect.github.com/eslint/eslint/issues/19878">#19878</a>) (kilavvy)</li> <li><a href="4ab44823df"><code>4ab4482</code></a> feat: add <code>allowSeparateTypeImports</code> option to <code>no-duplicate-imports</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19872">#19872</a>) (sethamus)</li> <li><a href="3fbcd704a0"><code>3fbcd70</code></a> fix: update error message for <code>no-restricted-properties</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19855">#19855</a>) (Tanuj Kanti)</li> <li><a href="20158b09db"><code>20158b0</code></a> docs: typo in comment for unused variables handling (<a href="https://redirect.github.com/eslint/eslint/issues/19870">#19870</a>) (leopardracer)</li> <li><a href="ebfb5b4613"><code>ebfb5b4</code></a> docs: Fixed Typo in configuration-files.md (<a href="https://redirect.github.com/eslint/eslint/issues/19873">#19873</a>) (0-20)</li> <li><a href="b8a7e7aeb5"><code>b8a7e7a</code></a> feat: throw error when column is negative in <code>getIndexFromLoc</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19831">#19831</a>) (루밀LuMir)</li> <li><a href="7ef4cf7661"><code>7ef4cf7</code></a> fix: remove unnecessary semicolon from fixes (<a href="https://redirect.github.com/eslint/eslint/issues/19857">#19857</a>) (Francesco Trotta)</li> <li><a href="7dabc38a84"><code>7dabc38</code></a> fix: use <code>process.version</code> in <code>--env-info</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19865">#19865</a>) (TKDev7)</li> <li><a href="4112fd0953"><code>4112fd0</code></a> docs: clarify that boolean is still allowed for rule <code>meta.deprecated</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19866">#19866</a>) (Bryan Mishkin)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="14053edc64"><code>14053ed</code></a> 9.31.0</li> <li><a href="2b77bd05dc"><code>2b77bd0</code></a> Build: changelog update for 9.31.0</li> <li><a href="3ddd454c1c"><code>3ddd454</code></a> chore: upgrade to <code>@eslint/js@9.31.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19935">#19935</a>)</li> <li><a href="d5054e5454"><code>d5054e5</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="0f4a3781fe"><code>0f4a378</code></a> chore: update eslint (<a href="https://redirect.github.com/eslint/eslint/issues/19933">#19933</a>)</li> <li><a href="664cb44ab0"><code>664cb44</code></a> docs: Update README</li> <li><a href="07fac6cafa"><code>07fac6c</code></a> fix: retry on EMFILE when writing autofix results (<a href="https://redirect.github.com/eslint/eslint/issues/19926">#19926</a>)</li> <li><a href="35cf44c22e"><code>35cf44c</code></a> feat: output full actual location in rule tester if different (<a href="https://redirect.github.com/eslint/eslint/issues/19904">#19904</a>)</li> <li><a href="40dbe2a43f"><code>40dbe2a</code></a> docs: fix mismatch between <code>globalIgnores()</code> code and text (<a href="https://redirect.github.com/eslint/eslint/issues/19914">#19914</a>)</li> <li><a href="76c2340c36"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/19917">#19917</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.29.0...v9.31.0">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:
@@ -29,7 +29,7 @@
|
||||
"@types/react": "^19.1.8",
|
||||
"@types/react-dom": "^19.1.6",
|
||||
"@vitejs/plugin-react": "^4.5.1",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint": "^9.31.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"flowbite": "^3.1.2",
|
||||
"flowbite-react": "^0.11.8",
|
||||
|
||||
122
rust/gui-client/pnpm-lock.yaml
generated
122
rust/gui-client/pnpm-lock.yaml
generated
@@ -48,11 +48,11 @@ importers:
|
||||
specifier: ^4.5.1
|
||||
version: 4.5.1(vite@6.3.5(@types/node@22.15.30)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.6.0))
|
||||
eslint:
|
||||
specifier: ^9.29.0
|
||||
version: 9.29.0(jiti@2.4.2)
|
||||
specifier: ^9.31.0
|
||||
version: 9.31.0(jiti@2.4.2)
|
||||
eslint-plugin-react:
|
||||
specifier: ^7.37.5
|
||||
version: 7.37.5(eslint@9.29.0(jiti@2.4.2))
|
||||
version: 7.37.5(eslint@9.31.0(jiti@2.4.2))
|
||||
flowbite:
|
||||
specifier: ^3.1.2
|
||||
version: 3.1.2(rollup@4.40.1)
|
||||
@@ -82,7 +82,7 @@ importers:
|
||||
version: 5.8.3
|
||||
typescript-eslint:
|
||||
specifier: ^8.34.1
|
||||
version: 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
version: 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
vite:
|
||||
specifier: ^6.3.4
|
||||
version: 6.3.5(@types/node@22.15.30)(jiti@2.4.2)(lightningcss@1.30.1)(yaml@2.6.0)
|
||||
@@ -335,20 +335,16 @@ packages:
|
||||
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
|
||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||
|
||||
'@eslint/config-array@0.20.1':
|
||||
resolution: {integrity: sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==}
|
||||
'@eslint/config-array@0.21.0':
|
||||
resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/config-helpers@0.2.3':
|
||||
resolution: {integrity: sha512-u180qk2Um1le4yf0ruXH3PYFeEZeYC3p/4wCTKrr2U1CmGdzGi3KtY0nuPDH48UJxlKCC5RDzbcbh4X0XlqgHg==}
|
||||
'@eslint/config-helpers@0.3.0':
|
||||
resolution: {integrity: sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/core@0.14.0':
|
||||
resolution: {integrity: sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/core@0.15.0':
|
||||
resolution: {integrity: sha512-b7ePw78tEWWkpgZCDYkbqDOP8dmM6qe+AOC6iuJqlq1R/0ahMAeH3qynpnqKFGkMltrp44ohV4ubGyvLX28tzw==}
|
||||
'@eslint/core@0.15.1':
|
||||
resolution: {integrity: sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/eslintrc@3.3.1':
|
||||
@@ -359,12 +355,16 @@ packages:
|
||||
resolution: {integrity: sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/js@9.31.0':
|
||||
resolution: {integrity: sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/object-schema@2.1.6':
|
||||
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/plugin-kit@0.3.2':
|
||||
resolution: {integrity: sha512-4SaFZCNfJqvk/kenHpI8xvN42DMaoycy4PzKc5otHxRswww1kAt82OlBuwRVLofCACCTZEcla2Ydxv8scMXaTg==}
|
||||
'@eslint/plugin-kit@0.3.3':
|
||||
resolution: {integrity: sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@floating-ui/core@1.6.9':
|
||||
@@ -1279,8 +1279,8 @@ packages:
|
||||
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
eslint@9.29.0:
|
||||
resolution: {integrity: sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==}
|
||||
eslint@9.31.0:
|
||||
resolution: {integrity: sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -1865,6 +1865,10 @@ packages:
|
||||
resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
picomatch@4.0.3:
|
||||
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
possible-typed-array-names@1.1.0:
|
||||
resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
@@ -2435,14 +2439,14 @@ snapshots:
|
||||
'@esbuild/win32-x64@0.25.3':
|
||||
optional: true
|
||||
|
||||
'@eslint-community/eslint-utils@4.7.0(eslint@9.29.0(jiti@2.4.2))':
|
||||
'@eslint-community/eslint-utils@4.7.0(eslint@9.31.0(jiti@2.4.2))':
|
||||
dependencies:
|
||||
eslint: 9.29.0(jiti@2.4.2)
|
||||
eslint: 9.31.0(jiti@2.4.2)
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@eslint-community/regexpp@4.12.1': {}
|
||||
|
||||
'@eslint/config-array@0.20.1':
|
||||
'@eslint/config-array@0.21.0':
|
||||
dependencies:
|
||||
'@eslint/object-schema': 2.1.6
|
||||
debug: 4.4.1
|
||||
@@ -2450,13 +2454,9 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@eslint/config-helpers@0.2.3': {}
|
||||
'@eslint/config-helpers@0.3.0': {}
|
||||
|
||||
'@eslint/core@0.14.0':
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.15
|
||||
|
||||
'@eslint/core@0.15.0':
|
||||
'@eslint/core@0.15.1':
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.15
|
||||
|
||||
@@ -2476,11 +2476,13 @@ snapshots:
|
||||
|
||||
'@eslint/js@9.29.0': {}
|
||||
|
||||
'@eslint/js@9.31.0': {}
|
||||
|
||||
'@eslint/object-schema@2.1.6': {}
|
||||
|
||||
'@eslint/plugin-kit@0.3.2':
|
||||
'@eslint/plugin-kit@0.3.3':
|
||||
dependencies:
|
||||
'@eslint/core': 0.15.0
|
||||
'@eslint/core': 0.15.1
|
||||
levn: 0.4.1
|
||||
|
||||
'@floating-ui/core@1.6.9':
|
||||
@@ -2661,7 +2663,7 @@ snapshots:
|
||||
|
||||
'@rollup/pluginutils@5.1.4(rollup@4.40.1)':
|
||||
dependencies:
|
||||
'@types/estree': 1.0.7
|
||||
'@types/estree': 1.0.8
|
||||
estree-walker: 2.0.2
|
||||
picomatch: 4.0.2
|
||||
optionalDependencies:
|
||||
@@ -2671,7 +2673,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/estree': 1.0.8
|
||||
estree-walker: 2.0.2
|
||||
picomatch: 4.0.2
|
||||
picomatch: 4.0.3
|
||||
optionalDependencies:
|
||||
rollup: 4.40.1
|
||||
|
||||
@@ -2941,15 +2943,15 @@ snapshots:
|
||||
|
||||
'@types/resolve@1.20.2': {}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)':
|
||||
'@typescript-eslint/eslint-plugin@8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
'@typescript-eslint/parser': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
'@typescript-eslint/parser': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
'@typescript-eslint/scope-manager': 8.34.1
|
||||
'@typescript-eslint/type-utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
'@typescript-eslint/utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
'@typescript-eslint/type-utils': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
'@typescript-eslint/utils': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
'@typescript-eslint/visitor-keys': 8.34.1
|
||||
eslint: 9.29.0(jiti@2.4.2)
|
||||
eslint: 9.31.0(jiti@2.4.2)
|
||||
graphemer: 1.4.0
|
||||
ignore: 7.0.5
|
||||
natural-compare: 1.4.0
|
||||
@@ -2958,14 +2960,14 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)':
|
||||
'@typescript-eslint/parser@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.34.1
|
||||
'@typescript-eslint/types': 8.34.1
|
||||
'@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.3)
|
||||
'@typescript-eslint/visitor-keys': 8.34.1
|
||||
debug: 4.4.1
|
||||
eslint: 9.29.0(jiti@2.4.2)
|
||||
eslint: 9.31.0(jiti@2.4.2)
|
||||
typescript: 5.8.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -2988,12 +2990,12 @@ snapshots:
|
||||
dependencies:
|
||||
typescript: 5.8.3
|
||||
|
||||
'@typescript-eslint/type-utils@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)':
|
||||
'@typescript-eslint/type-utils@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.3)
|
||||
'@typescript-eslint/utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
'@typescript-eslint/utils': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
debug: 4.4.1
|
||||
eslint: 9.29.0(jiti@2.4.2)
|
||||
eslint: 9.31.0(jiti@2.4.2)
|
||||
ts-api-utils: 2.1.0(typescript@5.8.3)
|
||||
typescript: 5.8.3
|
||||
transitivePeerDependencies:
|
||||
@@ -3033,13 +3035,13 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)':
|
||||
'@typescript-eslint/utils@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.4.2))
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.4.2))
|
||||
'@typescript-eslint/scope-manager': 8.34.1
|
||||
'@typescript-eslint/types': 8.34.1
|
||||
'@typescript-eslint/typescript-estree': 8.34.1(typescript@5.8.3)
|
||||
eslint: 9.29.0(jiti@2.4.2)
|
||||
eslint: 9.31.0(jiti@2.4.2)
|
||||
typescript: 5.8.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -3436,7 +3438,7 @@ snapshots:
|
||||
|
||||
escape-string-regexp@4.0.0: {}
|
||||
|
||||
eslint-plugin-react@7.37.5(eslint@9.29.0(jiti@2.4.2)):
|
||||
eslint-plugin-react@7.37.5(eslint@9.31.0(jiti@2.4.2)):
|
||||
dependencies:
|
||||
array-includes: 3.1.9
|
||||
array.prototype.findlast: 1.2.5
|
||||
@@ -3444,7 +3446,7 @@ snapshots:
|
||||
array.prototype.tosorted: 1.1.4
|
||||
doctrine: 2.1.0
|
||||
es-iterator-helpers: 1.2.1
|
||||
eslint: 9.29.0(jiti@2.4.2)
|
||||
eslint: 9.31.0(jiti@2.4.2)
|
||||
estraverse: 5.3.0
|
||||
hasown: 2.0.2
|
||||
jsx-ast-utils: 3.3.5
|
||||
@@ -3467,20 +3469,20 @@ snapshots:
|
||||
|
||||
eslint-visitor-keys@4.2.1: {}
|
||||
|
||||
eslint@9.29.0(jiti@2.4.2):
|
||||
eslint@9.31.0(jiti@2.4.2):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.4.2))
|
||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.4.2))
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
'@eslint/config-array': 0.20.1
|
||||
'@eslint/config-helpers': 0.2.3
|
||||
'@eslint/core': 0.14.0
|
||||
'@eslint/config-array': 0.21.0
|
||||
'@eslint/config-helpers': 0.3.0
|
||||
'@eslint/core': 0.15.1
|
||||
'@eslint/eslintrc': 3.3.1
|
||||
'@eslint/js': 9.29.0
|
||||
'@eslint/plugin-kit': 0.3.2
|
||||
'@eslint/js': 9.31.0
|
||||
'@eslint/plugin-kit': 0.3.3
|
||||
'@humanfs/node': 0.16.6
|
||||
'@humanwhocodes/module-importer': 1.0.1
|
||||
'@humanwhocodes/retry': 0.4.3
|
||||
'@types/estree': 1.0.7
|
||||
'@types/estree': 1.0.8
|
||||
'@types/json-schema': 7.0.15
|
||||
ajv: 6.12.6
|
||||
chalk: 4.1.2
|
||||
@@ -4071,6 +4073,8 @@ snapshots:
|
||||
|
||||
picomatch@4.0.2: {}
|
||||
|
||||
picomatch@4.0.3: {}
|
||||
|
||||
possible-typed-array-names@1.1.0: {}
|
||||
|
||||
postcss@8.5.3:
|
||||
@@ -4407,12 +4411,12 @@ snapshots:
|
||||
possible-typed-array-names: 1.1.0
|
||||
reflect.getprototypeof: 1.0.10
|
||||
|
||||
typescript-eslint@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3):
|
||||
typescript-eslint@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3):
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
'@typescript-eslint/parser': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
'@typescript-eslint/utils': 8.34.1(eslint@9.29.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
eslint: 9.29.0(jiti@2.4.2)
|
||||
'@typescript-eslint/eslint-plugin': 8.34.1(@typescript-eslint/parser@8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
'@typescript-eslint/parser': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
'@typescript-eslint/utils': 8.34.1(eslint@9.31.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
eslint: 9.31.0(jiti@2.4.2)
|
||||
typescript: 5.8.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
Reference in New Issue
Block a user