mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Bump the dev-dependencies group across 1 directory with 6 updates (#1515)
Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.10.2` | | [@types/prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prop-types) | `15.7.13` | `15.7.14` | | [sass](https://github.com/sass/dart-sass) | `1.82.0` | `1.83.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.17.0` | `8.18.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.2` | `6.0.3` | | [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `5.1.3` | `5.1.4` | Updates `@types/node` from 22.10.1 to 22.10.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@types/prop-types` from 15.7.13 to 15.7.14 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prop-types">compare view</a></li> </ul> </details> <br /> Updates `sass` from 1.82.0 to 1.83.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.83.0</h2> <p>To install Sass 1.83.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li>Allow trailing commas in <em>all</em> argument and parameter lists.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1830">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.83.0</h2> <ul> <li>Allow trailing commas in <em>all</em> argument and parameter lists.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f38dbb00db
"><code>f38dbb0</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2464">#2464</a> from sass/rest-param-comma</li> <li><a href="0230ccf851
"><code>0230ccf</code></a> Update pkg/sass_api/CHANGELOG.md</li> <li><a href="dd9b106e7e
"><code>dd9b106</code></a> Rename ArgumentInvocation and ArgumentDeclaration</li> <li><a href="c45bc70b39
"><code>c45bc70</code></a> Allow a trailing comma after rest parameters and arguments</li> <li><a href="219fe67817
"><code>219fe67</code></a> Fix static analysis issues for dart 3.6 (<a href="https://redirect.github.com/sass/dart-sass/issues/2462">#2462</a>)</li> <li><a href="f9eef8105c
"><code>f9eef81</code></a> Fix links to importers in the internal documentation (<a href="https://redirect.github.com/sass/dart-sass/issues/2458">#2458</a>)</li> <li><a href="1b3c7de8d3
"><code>1b3c7de</code></a> Represent rest parameters as properties on Parameter (<a href="https://redirect.github.com/sass/dart-sass/issues/2454">#2454</a>)</li> <li><a href="7a6722cf29
"><code>7a6722c</code></a> Fix the declaration of ReturnRule._returnExpression (<a href="https://redirect.github.com/sass/dart-sass/issues/2455">#2455</a>)</li> <li><a href="1536dc0146
"><code>1536dc0</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2453">#2453</a> from sass/return</li> <li><a href="a74f9c301b
"><code>a74f9c3</code></a> Enable useDefineForClassFields and fix affected TS files. (<a href="https://redirect.github.com/sass/dart-sass/issues/2447">#2447</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.82.0...1.83.0">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.17.0 to 8.18.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.18.0</h2> <h2>8.18.0 (2024-12-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-deprecated] report on super call of deprecated constructor (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10397">#10397</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add support for "no default" comment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10218">#10218</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>typescript peer dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li> <li><strong>deps:</strong> update dependency eslint to v9.16.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10471">#10471</a>)</li> <li><strong>eslint-plugin:</strong> [no-deprecated] check if a JSX attribute is deprecated (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10374">#10374</a>)</li> <li><strong>eslint-plugin:</strong> [no-base-to-string] handle more robustly when multiple <code>toString()</code> declarations are present for a type (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10432">#10432</a>)</li> <li><strong>eslint-plugin:</strong> [use-unknown-in-catch-callback-variable] only flag function literals (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10436">#10436</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>mdm317</li> <li>rtritto</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>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.18.0 (2024-12-09)</h2> <h3>🩹 Fixes</h3> <ul> <li>typescript peer dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>rtritto</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="c60dbabd8a
"><code>c60dbab</code></a> chore(release): publish 8.18.0</li> <li><a href="4cb2cf86c3
"><code>4cb2cf8</code></a> fix: typescript peer dependency (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10373">#10373</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v6.0.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.0.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->6.0.3 (2024-12-05)<!-- raw HTML omitted --></h2> <ul> <li>fix: handle postcss load unhandled rejections (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>) (<a href="d5fb653c15
">d5fb653</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18886">#18886</a></li> <li>fix: make handleInvoke interface compatible with invoke (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>) (<a href="a1dd396da8
">a1dd396</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18876">#18876</a></li> <li>fix: make result interfaces for <code>ModuleRunnerTransport#invoke</code> more explicit (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18851">#18851</a>) (<a href="a75fc3193d
">a75fc31</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18851">#18851</a></li> <li>fix: merge <code>environments.ssr.resolve</code> with root <code>ssr</code> config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18857">#18857</a>) (<a href="310433106e
">3104331</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18857">#18857</a></li> <li>fix: no permission to create vite config file (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18844">#18844</a>) (<a href="ff47778004
">ff47778</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18844">#18844</a></li> <li>fix: remove CSS import in CJS correctly in some cases (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>) (<a href="690a36ffdb
">690a36f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18885">#18885</a></li> <li>fix(config): bundle files referenced with imports field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>) (<a href="2b5926a0e7
">2b5926a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18887">#18887</a></li> <li>fix(config): make stacktrace path correct when sourcemap is enabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>) (<a href="20fdf210ee
">20fdf21</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18833">#18833</a></li> <li>fix(css): rewrite url when image-set and url exist at the same time (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>) (<a href="d59efd8dfd
">d59efd8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18868">#18868</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18853">#18853</a>) (<a href="5c0223636f
">5c02236</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18853">#18853</a></li> <li>fix(html): allow unexpected question mark in tag name (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>) (<a href="1b54e506a4
">1b54e50</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18852">#18852</a></li> <li>fix(module-runner): decode uri for file url passed to import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>) (<a href="88e49aa041
">88e49aa</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18837">#18837</a></li> <li>refactor: fix logic errors found by no-unnecessary-condition rule (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>) (<a href="ea802f8f8b
">ea802f8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18891">#18891</a></li> <li>chore: fix duplicate attributes issue number in comment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18860">#18860</a>) (<a href="ffee61893c
">ffee618</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18860">#18860</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="7a0758cbbc
"><code>7a0758c</code></a> release: v6.0.3</li> <li><a href="a1dd396da8
"><code>a1dd396</code></a> fix: make handleInvoke interface compatible with invoke (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>)</li> <li><a href="ea802f8f8b
"><code>ea802f8</code></a> refactor: fix logic errors found by no-unnecessary-condition rule (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>)</li> <li><a href="690a36ffdb
"><code>690a36f</code></a> fix: remove CSS import in CJS correctly in some cases (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>)</li> <li><a href="d5fb653c15
"><code>d5fb653</code></a> fix: handle postcss load unhandled rejections (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>)</li> <li><a href="2b5926a0e7
"><code>2b5926a</code></a> fix(config): bundle files referenced with imports field (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>)</li> <li><a href="1b54e506a4
"><code>1b54e50</code></a> fix(html): allow unexpected question mark in tag name (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>)</li> <li><a href="d59efd8dfd
"><code>d59efd8</code></a> fix(css): rewrite url when image-set and url exist at the same time (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>)</li> <li><a href="20fdf210ee
"><code>20fdf21</code></a> fix(config): make stacktrace path correct when sourcemap is enabled (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>)</li> <li><a href="88e49aa041
"><code>88e49aa</code></a> fix(module-runner): decode uri for file url passed to import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v6.0.3/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vite-tsconfig-paths` from 5.1.3 to 5.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's releases</a>.</em></p> <blockquote> <h2>v5.1.4</h2> <ul> <li><strong>fix:</strong> correctly infer the <code>paths</code> root dir (eea1c17d0fe4ad6e3f8bc324216bc09173e3c778) (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/150">#150</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f58afbc7ec
"><code>f58afbc</code></a> 5.1.4</li> <li><a href="ece58bf988
"><code>ece58bf</code></a> chore: upgrade typescript</li> <li><a href="593a611dce
"><code>593a611</code></a> fix: ensure <code>parseNative</code> result is correctly handled</li> <li><a href="eea1c17d0f
"><code>eea1c17</code></a> fix: correctly infer the <code>paths</code> root dir</li> <li><a href="34cb651fab
"><code>34cb651</code></a> test: add case for resolving <code>paths</code> from an extended tsconfig (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/166">#166</a>)</li> <li><a href="2d187b9a45
"><code>2d187b9</code></a> chore: upgrade vite & vitest</li> <li><a href="a5bb13e9e2
"><code>a5bb13e</code></a> chore: stop using yarn in package.json scripts</li> <li>See full diff in <a href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.3...v5.1.4">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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:
parent
ed3ea4292d
commit
eb4fb891a8
@ -53,7 +53,7 @@
|
||||
"remark-preset-lint-consistent": "^6.0.0",
|
||||
"remark-preset-lint-recommended": "^7.0.0",
|
||||
"typescript": "^5.7.2",
|
||||
"typescript-eslint": "^8.17.0"
|
||||
"typescript-eslint": "^8.18.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"path-to-regexp@npm:2.2.1": "^3",
|
||||
|
10
package.json
10
package.json
@ -43,7 +43,7 @@
|
||||
"@types/css-tree": "^2",
|
||||
"@types/debug": "^4",
|
||||
"@types/electron": "^1.6.12",
|
||||
"@types/node": "^22.10.1",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/papaparse": "^5",
|
||||
"@types/pngjs": "^6.0.5",
|
||||
"@types/prop-types": "^15",
|
||||
@ -67,7 +67,7 @@
|
||||
"prettier-plugin-jsdoc": "^1.3.0",
|
||||
"prettier-plugin-organize-imports": "^4.1.0",
|
||||
"rollup-plugin-flow": "^1.1.1",
|
||||
"sass": "^1.82.0",
|
||||
"sass": "^1.83.0",
|
||||
"semver": "^7.6.3",
|
||||
"storybook": "^8.4.7",
|
||||
"storybook-dark-mode": "^4.0.2",
|
||||
@ -75,12 +75,12 @@
|
||||
"tslib": "^2.8.1",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.7.2",
|
||||
"typescript-eslint": "^8.17.0",
|
||||
"vite": "^6.0.2",
|
||||
"typescript-eslint": "^8.18.0",
|
||||
"vite": "^6.0.3",
|
||||
"vite-plugin-image-optimizer": "^1.1.8",
|
||||
"vite-plugin-static-copy": "^2.2.0",
|
||||
"vite-plugin-svgr": "^4.3.0",
|
||||
"vite-tsconfig-paths": "^5.1.3",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"vitest": "^2.1.8"
|
||||
},
|
||||
"dependencies": {
|
||||
|
189
yarn.lock
189
yarn.lock
@ -6450,12 +6450,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^22.10.1":
|
||||
version: 22.10.1
|
||||
resolution: "@types/node@npm:22.10.1"
|
||||
"@types/node@npm:^22.10.2":
|
||||
version: 22.10.2
|
||||
resolution: "@types/node@npm:22.10.2"
|
||||
dependencies:
|
||||
undici-types: "npm:~6.20.0"
|
||||
checksum: 10c0/0fbb6d29fa35d807f0223a4db709c598ac08d66820240a2cd6a8a69b8f0bc921d65b339d850a666b43b4e779f967e6ed6cf6f0fca3575e08241e6b900364c234
|
||||
checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -6502,9 +6502,9 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"@types/prop-types@npm:*, @types/prop-types@npm:^15":
|
||||
version: 15.7.13
|
||||
resolution: "@types/prop-types@npm:15.7.13"
|
||||
checksum: 10c0/1b20fc67281902c6743379960247bc161f3f0406ffc0df8e7058745a85ea1538612109db0406290512947f9632fe9e10e7337bf0ce6338a91d6c948df16a7c61
|
||||
version: 15.7.14
|
||||
resolution: "@types/prop-types@npm:15.7.14"
|
||||
checksum: 10c0/1ec775160bfab90b67a782d735952158c7e702ca4502968aa82565bd8e452c2de8601c8dfe349733073c31179116cf7340710160d3836aa8a1ef76d1532893b1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -6793,15 +6793,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:8.17.0":
|
||||
version: 8.17.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.17.0"
|
||||
"@typescript-eslint/eslint-plugin@npm:8.18.0":
|
||||
version: 8.18.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
|
||||
dependencies:
|
||||
"@eslint-community/regexpp": "npm:^4.10.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.17.0"
|
||||
"@typescript-eslint/type-utils": "npm:8.17.0"
|
||||
"@typescript-eslint/utils": "npm:8.17.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.17.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.18.0"
|
||||
"@typescript-eslint/type-utils": "npm:8.18.0"
|
||||
"@typescript-eslint/utils": "npm:8.18.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.18.0"
|
||||
graphemer: "npm:^1.4.0"
|
||||
ignore: "npm:^5.3.1"
|
||||
natural-compare: "npm:^1.4.0"
|
||||
@ -6809,108 +6809,99 @@ __metadata:
|
||||
peerDependencies:
|
||||
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/d78778173571a9a1370345bc2aa3e850235a489d16b8a8b5ba3086b988bbef7549bdae38e509d7a679ba3179c688cc5a408376b158be402770836e94ffc9602d
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/c338da1b96c41d7b94401a6711659d0fef3acb691eff7a958f9d3aa0442a858830daad67e3575288a4f4669572e2b690517a513519b404a465ad68fe0a82d3ec
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:8.17.0":
|
||||
version: 8.17.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.17.0"
|
||||
"@typescript-eslint/parser@npm:8.18.0":
|
||||
version: 8.18.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.18.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": "npm:8.17.0"
|
||||
"@typescript-eslint/types": "npm:8.17.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.17.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.17.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.18.0"
|
||||
"@typescript-eslint/types": "npm:8.18.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.18.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.18.0"
|
||||
debug: "npm:^4.3.4"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/2543deadf01302a92d3b6f58a4c14f98d8936c4d976e7da05e3bb65608f19d8de93b25282e343c304eca3e3f37f2ac23e97fa9c11c6edff36dd2d4f6b601a630
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/d3a062511c24dfcf522a645db1153022d49aa3bb05e288c22474cf04dc1d836f877eb9d2733947e448981ffb16e4de50d4ebe7570a268733a641f228ca6c4849
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:8.17.0":
|
||||
version: 8.17.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.17.0"
|
||||
"@typescript-eslint/scope-manager@npm:8.18.0":
|
||||
version: 8.18.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.18.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.17.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.17.0"
|
||||
checksum: 10c0/0c08d14240bad4b3f6874f08ba80b29db1a6657437089a6f109db458c544d835bcdc06ba9140bb4f835233ba4326d9a86e6cf6bdb5209960d2f7025aa3191f4f
|
||||
"@typescript-eslint/types": "npm:8.18.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.18.0"
|
||||
checksum: 10c0/6bf6532fd43f2b55b9b47fa8b0217c5b5a03f022e869a6a21228fc3ae04c0ac6c5ae5d6026866d189ba424d2f98cc6fbd2a34f909d241c9b86c031afd808f90c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:8.17.0":
|
||||
version: 8.17.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.17.0"
|
||||
"@typescript-eslint/type-utils@npm:8.18.0":
|
||||
version: 8.18.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.18.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": "npm:8.17.0"
|
||||
"@typescript-eslint/utils": "npm:8.17.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.18.0"
|
||||
"@typescript-eslint/utils": "npm:8.18.0"
|
||||
debug: "npm:^4.3.4"
|
||||
ts-api-utils: "npm:^1.3.0"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/6138ec71b5692d4b5e0bf3d7f66a6fa4e91ddea7031907b0ac45a7693df0a2f4cc5bca7218311e0639620d636ceb7efec83a137dfcd5938304d873b774fcc8bd
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/c0fcf201c3b53f9374c0571198a639c81536170141caa08fd0f47094a596b1f82f839a849eac5832f954345c567dccb45b2ee1c0872c513331165f7bcb812396
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:8.17.0":
|
||||
version: 8.17.0
|
||||
resolution: "@typescript-eslint/types@npm:8.17.0"
|
||||
checksum: 10c0/26b1bf9dfc3ee783c85c6f354b84c28706d5689d777f3ff2de2cb496e45f9d0189c0d561c03ccbc8b24712438be17cf63dd0871ff3ca2083e7f48749770d1893
|
||||
"@typescript-eslint/types@npm:8.18.0":
|
||||
version: 8.18.0
|
||||
resolution: "@typescript-eslint/types@npm:8.18.0"
|
||||
checksum: 10c0/2dd7468c3f1c305545268b72c3a333488e6ab1b628c5f65081d895866422b9376c21634a7aac437805f84b22e352b6a8fc4dcf925ef4a8fd7d1898b8359f71be
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.17.0":
|
||||
version: 8.17.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.17.0"
|
||||
"@typescript-eslint/typescript-estree@npm:8.18.0":
|
||||
version: 8.18.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.17.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.17.0"
|
||||
"@typescript-eslint/types": "npm:8.18.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.18.0"
|
||||
debug: "npm:^4.3.4"
|
||||
fast-glob: "npm:^3.3.2"
|
||||
is-glob: "npm:^4.0.3"
|
||||
minimatch: "npm:^9.0.4"
|
||||
semver: "npm:^7.6.0"
|
||||
ts-api-utils: "npm:^1.3.0"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/523013f9b5cf2c58c566868e4c3b0b9ac1b4807223a6d64e2a7c58e01e53b6587ba61f1a8241eade361f3f426d6057657515473176141ef8aebb352bc0d223ce
|
||||
peerDependencies:
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/87b432b190b627314f007b17b2371898db78baaa3df67a0d9a94d080d88a7a307906b54a735084cacef37f6421e2b9c3320040617e73fe54eac2bf22c610f1ec
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:8.17.0":
|
||||
version: 8.17.0
|
||||
resolution: "@typescript-eslint/utils@npm:8.17.0"
|
||||
"@typescript-eslint/utils@npm:8.18.0":
|
||||
version: 8.18.0
|
||||
resolution: "@typescript-eslint/utils@npm:8.18.0"
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils": "npm:^4.4.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.17.0"
|
||||
"@typescript-eslint/types": "npm:8.17.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.17.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.18.0"
|
||||
"@typescript-eslint/types": "npm:8.18.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.18.0"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/a9785ae5f7e7b51d521dc3f48b15093948e4fcd03352c0b60f39bae366cbc935947d215f91e2ae3182d52fa6affb5ccbb50feff487bd1209011f3e0da02cdf07
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/58a2fc1e404d1f905c2a958d995824eb4abc6e73836b186717550677f8b1d17954acc369feddb83277350915388bc3d8b721423c37777b8b8017fc29c89ec6ee
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:8.17.0":
|
||||
version: 8.17.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.17.0"
|
||||
"@typescript-eslint/visitor-keys@npm:8.18.0":
|
||||
version: 8.18.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.17.0"
|
||||
"@typescript-eslint/types": "npm:8.18.0"
|
||||
eslint-visitor-keys: "npm:^4.2.0"
|
||||
checksum: 10c0/9144c4e4a63034fb2031a0ee1fc77e80594f30cab3faafa9a1f7f83782695774dd32fac8986f260698b4e150b4dd52444f2611c07e4c101501f08353eb47c82c
|
||||
checksum: 10c0/d4cdc2adab553098b5be7117fb7df76fb66cfd380528881a0a8c2a9eee03bf8baddda07d15ca0bd3ed8b35c379b3f449292183df18e3e81898dbcadafcb708b8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -19358,9 +19349,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"sass@npm:^1.82.0":
|
||||
version: 1.82.0
|
||||
resolution: "sass@npm:1.82.0"
|
||||
"sass@npm:^1.83.0":
|
||||
version: 1.83.0
|
||||
resolution: "sass@npm:1.83.0"
|
||||
dependencies:
|
||||
"@parcel/watcher": "npm:^2.4.1"
|
||||
chokidar: "npm:^4.0.0"
|
||||
@ -19371,7 +19362,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
sass: sass.js
|
||||
checksum: 10c0/7f86fe6ade4f6018862c448ed69d5c52f485b0125c9dab24e63f679739a04cc7c56562d588e3cf16b5efb4d2c4d0530e62740e1cfd273e2e3707d04d11011736
|
||||
checksum: 10c0/4415361229879a9041d77c953da85482e89032aa4321ba13250a9987d39c80fac6c88af3777f2a2d76a4e8b0c8afbd21c1970fdbe84e0b3ec25fb26741f92beb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -20962,19 +20953,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript-eslint@npm:^8.17.0":
|
||||
version: 8.17.0
|
||||
resolution: "typescript-eslint@npm:8.17.0"
|
||||
"typescript-eslint@npm:^8.18.0":
|
||||
version: 8.18.0
|
||||
resolution: "typescript-eslint@npm:8.18.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/eslint-plugin": "npm:8.17.0"
|
||||
"@typescript-eslint/parser": "npm:8.17.0"
|
||||
"@typescript-eslint/utils": "npm:8.17.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:8.18.0"
|
||||
"@typescript-eslint/parser": "npm:8.18.0"
|
||||
"@typescript-eslint/utils": "npm:8.18.0"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/b148525769b9afa789ad3c2d52249fa78e67a225d48d17f2f0117b0e8b52566112be3a35de6cd26bcaffba3114be87c1070f7f4b4e2b730c059668fec4a530bc
|
||||
typescript: ">=4.8.4 <5.8.0"
|
||||
checksum: 10c0/dda882cbfc1ebad6903864571bc69bfd7e32e17fec67d98fdfab2bd652348d425c6a1c3697734d59cd5dd15d26d496db3c3808c1de5840fa29b9e76184fa1865
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -21675,9 +21664,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite-tsconfig-paths@npm:^5.1.3":
|
||||
version: 5.1.3
|
||||
resolution: "vite-tsconfig-paths@npm:5.1.3"
|
||||
"vite-tsconfig-paths@npm:^5.1.4":
|
||||
version: 5.1.4
|
||||
resolution: "vite-tsconfig-paths@npm:5.1.4"
|
||||
dependencies:
|
||||
debug: "npm:^4.1.1"
|
||||
globrex: "npm:^0.1.2"
|
||||
@ -21687,7 +21676,7 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
vite:
|
||||
optional: true
|
||||
checksum: 10c0/fb7480efa31fd50439f4a12c91bc953e5cc09d69fdc7eeb6ffff7cc796bc2c1f2c617c3abfdcbf5d7414848076cea9deb60bc002142f93b6e3131e5458760710
|
||||
checksum: 10c0/6228f23155ea25d92b1e1702284cf8dc52ad3c683c5ca691edd5a4c82d2913e7326d00708cef1cbfde9bb226261df0e0a12e03ef1d43b6a92d8f02b483ef37e3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -21734,9 +21723,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite@npm:^6.0.2":
|
||||
version: 6.0.2
|
||||
resolution: "vite@npm:6.0.2"
|
||||
"vite@npm:^6.0.3":
|
||||
version: 6.0.3
|
||||
resolution: "vite@npm:6.0.3"
|
||||
dependencies:
|
||||
esbuild: "npm:^0.24.0"
|
||||
fsevents: "npm:~2.3.3"
|
||||
@ -21782,7 +21771,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
vite: bin/vite.js
|
||||
checksum: 10c0/45fc609f2bc5fb5beb5a8e2cad9ad6c2edce229a922f6fc1270ea2a9d75819482edcc0f77c85b4a7abdad7eb69ce6a4f26131925d47cdc0778fc15d1bbc3b6a2
|
||||
checksum: 10c0/764ebed14770426a638575b23a51127c630ace873999ab896b0184484d8107e7255cdf64cfb36c65c1ef1d583e44b70a1d14c0f05b89612e834a5806e3964475
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -21937,7 +21926,7 @@ __metadata:
|
||||
remark-preset-lint-recommended: "npm:^7.0.0"
|
||||
remark-typescript-code-import: "npm:^1.0.1"
|
||||
typescript: "npm:^5.7.2"
|
||||
typescript-eslint: "npm:^8.17.0"
|
||||
typescript-eslint: "npm:^8.18.0"
|
||||
ua-parser-js: "npm:^2.0.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@ -21970,7 +21959,7 @@ __metadata:
|
||||
"@types/css-tree": "npm:^2"
|
||||
"@types/debug": "npm:^4"
|
||||
"@types/electron": "npm:^1.6.12"
|
||||
"@types/node": "npm:^22.10.1"
|
||||
"@types/node": "npm:^22.10.2"
|
||||
"@types/papaparse": "npm:^5"
|
||||
"@types/pngjs": "npm:^6.0.5"
|
||||
"@types/prop-types": "npm:^15"
|
||||
@ -22035,7 +22024,7 @@ __metadata:
|
||||
remark-github-blockquote-alert: "npm:^1.3.0"
|
||||
rollup-plugin-flow: "npm:^1.1.1"
|
||||
rxjs: "npm:^7.8.1"
|
||||
sass: "npm:^1.82.0"
|
||||
sass: "npm:^1.83.0"
|
||||
semver: "npm:^7.6.3"
|
||||
sharp: "npm:^0.33.5"
|
||||
shell-quote: "npm:^1.8.2"
|
||||
@ -22048,13 +22037,13 @@ __metadata:
|
||||
tslib: "npm:^2.8.1"
|
||||
tsx: "npm:^4.19.2"
|
||||
typescript: "npm:^5.7.2"
|
||||
typescript-eslint: "npm:^8.17.0"
|
||||
typescript-eslint: "npm:^8.18.0"
|
||||
use-device-pixel-ratio: "npm:^1.1.2"
|
||||
vite: "npm:^6.0.2"
|
||||
vite: "npm:^6.0.3"
|
||||
vite-plugin-image-optimizer: "npm:^1.1.8"
|
||||
vite-plugin-static-copy: "npm:^2.2.0"
|
||||
vite-plugin-svgr: "npm:^4.3.0"
|
||||
vite-tsconfig-paths: "npm:^5.1.3"
|
||||
vite-tsconfig-paths: "npm:^5.1.4"
|
||||
vitest: "npm:^2.1.8"
|
||||
winston: "npm:^3.17.0"
|
||||
ws: "npm:^8.18.0"
|
||||
|
Loading…
Reference in New Issue
Block a user