mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Bump the dev-dependencies group with 7 updates (#1016)
Bumps the dev-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.11.1` | `9.12.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.7.5` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` | | [eslint](https://github.com/eslint/eslint) | `9.11.1` | `9.12.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.8.0` | `8.8.1` | | [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) | `1.0.6` | `2.0.0` | Updates `@eslint/js` from 9.11.1 to 9.12.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.12.0</h2> <h2>Features</h2> <ul> <li><a href="5a6a05321c
"><code>5a6a053</code></a> feat: update to <code>jiti</code> v2 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18954">#18954</a>) (Arya Emami)</li> <li><a href="17a07fb548
"><code>17a07fb</code></a> feat: Hooks for test cases (RuleTester) (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18771">#18771</a>) (Anna Bocharova)</li> <li><a href="2ff0e51ced
"><code>2ff0e51</code></a> feat: Implement alternate config lookup (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18742">#18742</a>) (Nicholas C. Zakas)</li> <li><a href="2d174532ae
"><code>2d17453</code></a> feat: Implement modified cyclomatic complexity (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18896">#18896</a>) (Dmitry Pashkevich)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="ea380cac6f
"><code>ea380ca</code></a> fix: Upgrade retry to avoid EMFILE errors (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18986">#18986</a>) (Nicholas C. Zakas)</li> <li><a href="fdd631964a
"><code>fdd6319</code></a> fix: Issues with type definitions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18940">#18940</a>) (Arya Emami)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="ecbd52291d
"><code>ecbd522</code></a> docs: Mention code explorer (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18978">#18978</a>) (Nicholas C. Zakas)</li> <li><a href="7ea4ecc6e3
"><code>7ea4ecc</code></a> docs: Clarifying the Use of Meta Objects (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18697">#18697</a>) (Amaresh S M)</li> <li><a href="d3e4b2ea4a
"><code>d3e4b2e</code></a> docs: Clarify how to exclude <code>.js</code> files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18976">#18976</a>) (Milos Djermanovic)</li> <li><a href="57232ff3d5
"><code>57232ff</code></a> docs: Mention plugin-kit in language docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18973">#18973</a>) (Nicholas C. Zakas)</li> <li><a href="b80ed007ce
"><code>b80ed00</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="cb69ab374c
"><code>cb69ab3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="7fb0d957c1
"><code>7fb0d95</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="493348a9a5
"><code>493348a</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="87a582c8b5
"><code>87a582c</code></a> docs: fix typo in <code>id-match</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18944">#18944</a>) (Jay)</li> </ul> <h2>Chores</h2> <ul> <li><a href="555aafd06f
"><code>555aafd</code></a> chore: upgrade to <code>@eslint/js@9.12.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18987">#18987</a>) (Francesco Trotta)</li> <li><a href="873ae608c1
"><code>873ae60</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="d0a5414c30
"><code>d0a5414</code></a> refactor: replace strip-ansi with native module (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18982">#18982</a>) (Cristopher)</li> <li><a href="b8270299ab
"><code>b827029</code></a> chore: Enable JSON5 linting (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18979">#18979</a>) (Milos Djermanovic)</li> <li><a href="8f55ca22d9
"><code>8f55ca2</code></a> chore: Upgrade espree, eslint-visitor-keys, eslint-scope (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18962">#18962</a>) (Nicholas C. Zakas)</li> <li><a href="c1a2725e9c
"><code>c1a2725</code></a> chore: update dependency mocha to ^10.7.3 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18945">#18945</a>) (Milos Djermanovic)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md"><code>@eslint/js</code>'s changelog</a>.</em></p> <blockquote> <p>v9.12.0 - October 4, 2024</p> <ul> <li><a href="555aafd06f
"><code>555aafd</code></a> chore: upgrade to <code>@eslint/js@9.12.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18987">#18987</a>) (Francesco Trotta)</li> <li><a href="873ae608c1
"><code>873ae60</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="ea380cac6f
"><code>ea380ca</code></a> fix: Upgrade retry to avoid EMFILE errors (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18986">#18986</a>) (Nicholas C. Zakas)</li> <li><a href="d0a5414c30
"><code>d0a5414</code></a> refactor: replace strip-ansi with native module (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18982">#18982</a>) (Cristopher)</li> <li><a href="b8270299ab
"><code>b827029</code></a> chore: Enable JSON5 linting (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18979">#18979</a>) (Milos Djermanovic)</li> <li><a href="ecbd52291d
"><code>ecbd522</code></a> docs: Mention code explorer (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18978">#18978</a>) (Nicholas C. Zakas)</li> <li><a href="7ea4ecc6e3
"><code>7ea4ecc</code></a> docs: Clarifying the Use of Meta Objects (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18697">#18697</a>) (Amaresh S M)</li> <li><a href="d3e4b2ea4a
"><code>d3e4b2e</code></a> docs: Clarify how to exclude <code>.js</code> files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18976">#18976</a>) (Milos Djermanovic)</li> <li><a href="5a6a05321c
"><code>5a6a053</code></a> feat: update to <code>jiti</code> v2 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18954">#18954</a>) (Arya Emami)</li> <li><a href="57232ff3d5
"><code>57232ff</code></a> docs: Mention plugin-kit in language docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18973">#18973</a>) (Nicholas C. Zakas)</li> <li><a href="b80ed007ce
"><code>b80ed00</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="cb69ab374c
"><code>cb69ab3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="7fb0d957c1
"><code>7fb0d95</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="fdd631964a
"><code>fdd6319</code></a> fix: Issues with type definitions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18940">#18940</a>) (Arya Emami)</li> <li><a href="8f55ca22d9
"><code>8f55ca2</code></a> chore: Upgrade espree, eslint-visitor-keys, eslint-scope (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18962">#18962</a>) (Nicholas C. Zakas)</li> <li><a href="17a07fb548
"><code>17a07fb</code></a> feat: Hooks for test cases (RuleTester) (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18771">#18771</a>) (Anna Bocharova)</li> <li><a href="493348a9a5
"><code>493348a</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="87a582c8b5
"><code>87a582c</code></a> docs: fix typo in <code>id-match</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18944">#18944</a>) (Jay)</li> <li><a href="2ff0e51ced
"><code>2ff0e51</code></a> feat: Implement alternate config lookup (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18742">#18742</a>) (Nicholas C. Zakas)</li> <li><a href="2d174532ae
"><code>2d17453</code></a> feat: Implement modified cyclomatic complexity (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18896">#18896</a>) (Dmitry Pashkevich)</li> <li><a href="c1a2725e9c
"><code>c1a2725</code></a> chore: update dependency mocha to ^10.7.3 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18945">#18945</a>) (Milos Djermanovic)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="873ae608c1
"><code>873ae60</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li>See full diff in <a href="https://github.com/eslint/eslint/commits/v9.12.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.7.4 to 22.7.5 <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/react-dom` from 18.3.0 to 18.3.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 9.11.1 to 9.12.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.12.0</h2> <h2>Features</h2> <ul> <li><a href="5a6a05321c
"><code>5a6a053</code></a> feat: update to <code>jiti</code> v2 (<a href="https://redirect.github.com/eslint/eslint/issues/18954">#18954</a>) (Arya Emami)</li> <li><a href="17a07fb548
"><code>17a07fb</code></a> feat: Hooks for test cases (RuleTester) (<a href="https://redirect.github.com/eslint/eslint/issues/18771">#18771</a>) (Anna Bocharova)</li> <li><a href="2ff0e51ced
"><code>2ff0e51</code></a> feat: Implement alternate config lookup (<a href="https://redirect.github.com/eslint/eslint/issues/18742">#18742</a>) (Nicholas C. Zakas)</li> <li><a href="2d174532ae
"><code>2d17453</code></a> feat: Implement modified cyclomatic complexity (<a href="https://redirect.github.com/eslint/eslint/issues/18896">#18896</a>) (Dmitry Pashkevich)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="ea380cac6f
"><code>ea380ca</code></a> fix: Upgrade retry to avoid EMFILE errors (<a href="https://redirect.github.com/eslint/eslint/issues/18986">#18986</a>) (Nicholas C. Zakas)</li> <li><a href="fdd631964a
"><code>fdd6319</code></a> fix: Issues with type definitions (<a href="https://redirect.github.com/eslint/eslint/issues/18940">#18940</a>) (Arya Emami)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="ecbd52291d
"><code>ecbd522</code></a> docs: Mention code explorer (<a href="https://redirect.github.com/eslint/eslint/issues/18978">#18978</a>) (Nicholas C. Zakas)</li> <li><a href="7ea4ecc6e3
"><code>7ea4ecc</code></a> docs: Clarifying the Use of Meta Objects (<a href="https://redirect.github.com/eslint/eslint/issues/18697">#18697</a>) (Amaresh S M)</li> <li><a href="d3e4b2ea4a
"><code>d3e4b2e</code></a> docs: Clarify how to exclude <code>.js</code> files (<a href="https://redirect.github.com/eslint/eslint/issues/18976">#18976</a>) (Milos Djermanovic)</li> <li><a href="57232ff3d5
"><code>57232ff</code></a> docs: Mention plugin-kit in language docs (<a href="https://redirect.github.com/eslint/eslint/issues/18973">#18973</a>) (Nicholas C. Zakas)</li> <li><a href="b80ed007ce
"><code>b80ed00</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="cb69ab374c
"><code>cb69ab3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="7fb0d957c1
"><code>7fb0d95</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="493348a9a5
"><code>493348a</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="87a582c8b5
"><code>87a582c</code></a> docs: fix typo in <code>id-match</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18944">#18944</a>) (Jay)</li> </ul> <h2>Chores</h2> <ul> <li><a href="555aafd06f
"><code>555aafd</code></a> chore: upgrade to <code>@eslint/js@9.12.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18987">#18987</a>) (Francesco Trotta)</li> <li><a href="873ae608c1
"><code>873ae60</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="d0a5414c30
"><code>d0a5414</code></a> refactor: replace strip-ansi with native module (<a href="https://redirect.github.com/eslint/eslint/issues/18982">#18982</a>) (Cristopher)</li> <li><a href="b8270299ab
"><code>b827029</code></a> chore: Enable JSON5 linting (<a href="https://redirect.github.com/eslint/eslint/issues/18979">#18979</a>) (Milos Djermanovic)</li> <li><a href="8f55ca22d9
"><code>8f55ca2</code></a> chore: Upgrade espree, eslint-visitor-keys, eslint-scope (<a href="https://redirect.github.com/eslint/eslint/issues/18962">#18962</a>) (Nicholas C. Zakas)</li> <li><a href="c1a2725e9c
"><code>c1a2725</code></a> chore: update dependency mocha to ^10.7.3 (<a href="https://redirect.github.com/eslint/eslint/issues/18945">#18945</a>) (Milos Djermanovic)</li> </ul> </blockquote> </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.12.0 - October 4, 2024</p> <ul> <li><a href="555aafd06f
"><code>555aafd</code></a> chore: upgrade to <code>@eslint/js@9.12.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18987">#18987</a>) (Francesco Trotta)</li> <li><a href="873ae608c1
"><code>873ae60</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="ea380cac6f
"><code>ea380ca</code></a> fix: Upgrade retry to avoid EMFILE errors (<a href="https://redirect.github.com/eslint/eslint/issues/18986">#18986</a>) (Nicholas C. Zakas)</li> <li><a href="d0a5414c30
"><code>d0a5414</code></a> refactor: replace strip-ansi with native module (<a href="https://redirect.github.com/eslint/eslint/issues/18982">#18982</a>) (Cristopher)</li> <li><a href="b8270299ab
"><code>b827029</code></a> chore: Enable JSON5 linting (<a href="https://redirect.github.com/eslint/eslint/issues/18979">#18979</a>) (Milos Djermanovic)</li> <li><a href="ecbd52291d
"><code>ecbd522</code></a> docs: Mention code explorer (<a href="https://redirect.github.com/eslint/eslint/issues/18978">#18978</a>) (Nicholas C. Zakas)</li> <li><a href="7ea4ecc6e3
"><code>7ea4ecc</code></a> docs: Clarifying the Use of Meta Objects (<a href="https://redirect.github.com/eslint/eslint/issues/18697">#18697</a>) (Amaresh S M)</li> <li><a href="d3e4b2ea4a
"><code>d3e4b2e</code></a> docs: Clarify how to exclude <code>.js</code> files (<a href="https://redirect.github.com/eslint/eslint/issues/18976">#18976</a>) (Milos Djermanovic)</li> <li><a href="5a6a05321c
"><code>5a6a053</code></a> feat: update to <code>jiti</code> v2 (<a href="https://redirect.github.com/eslint/eslint/issues/18954">#18954</a>) (Arya Emami)</li> <li><a href="57232ff3d5
"><code>57232ff</code></a> docs: Mention plugin-kit in language docs (<a href="https://redirect.github.com/eslint/eslint/issues/18973">#18973</a>) (Nicholas C. Zakas)</li> <li><a href="b80ed007ce
"><code>b80ed00</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="cb69ab374c
"><code>cb69ab3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="7fb0d957c1
"><code>7fb0d95</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="fdd631964a
"><code>fdd6319</code></a> fix: Issues with type definitions (<a href="https://redirect.github.com/eslint/eslint/issues/18940">#18940</a>) (Arya Emami)</li> <li><a href="8f55ca22d9
"><code>8f55ca2</code></a> chore: Upgrade espree, eslint-visitor-keys, eslint-scope (<a href="https://redirect.github.com/eslint/eslint/issues/18962">#18962</a>) (Nicholas C. Zakas)</li> <li><a href="17a07fb548
"><code>17a07fb</code></a> feat: Hooks for test cases (RuleTester) (<a href="https://redirect.github.com/eslint/eslint/issues/18771">#18771</a>) (Anna Bocharova)</li> <li><a href="493348a9a5
"><code>493348a</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="87a582c8b5
"><code>87a582c</code></a> docs: fix typo in <code>id-match</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18944">#18944</a>) (Jay)</li> <li><a href="2ff0e51ced
"><code>2ff0e51</code></a> feat: Implement alternate config lookup (<a href="https://redirect.github.com/eslint/eslint/issues/18742">#18742</a>) (Nicholas C. Zakas)</li> <li><a href="2d174532ae
"><code>2d17453</code></a> feat: Implement modified cyclomatic complexity (<a href="https://redirect.github.com/eslint/eslint/issues/18896">#18896</a>) (Dmitry Pashkevich)</li> <li><a href="c1a2725e9c
"><code>c1a2725</code></a> chore: update dependency mocha to ^10.7.3 (<a href="https://redirect.github.com/eslint/eslint/issues/18945">#18945</a>) (Milos Djermanovic)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="17cfb68419
"><code>17cfb68</code></a> 9.12.0</li> <li><a href="826e69dbc1
"><code>826e69d</code></a> Build: changelog update for 9.12.0</li> <li><a href="555aafd06f
"><code>555aafd</code></a> chore: upgrade to <code>@eslint/js@9.12.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18987">#18987</a>)</li> <li><a href="873ae608c1
"><code>873ae60</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="ea380cac6f
"><code>ea380ca</code></a> fix: Upgrade retry to avoid EMFILE errors (<a href="https://redirect.github.com/eslint/eslint/issues/18986">#18986</a>)</li> <li><a href="d0a5414c30
"><code>d0a5414</code></a> refactor: replace strip-ansi with native module (<a href="https://redirect.github.com/eslint/eslint/issues/18982">#18982</a>)</li> <li><a href="b8270299ab
"><code>b827029</code></a> chore: Enable JSON5 linting (<a href="https://redirect.github.com/eslint/eslint/issues/18979">#18979</a>)</li> <li><a href="ecbd52291d
"><code>ecbd522</code></a> docs: Mention code explorer (<a href="https://redirect.github.com/eslint/eslint/issues/18978">#18978</a>)</li> <li><a href="7ea4ecc6e3
"><code>7ea4ecc</code></a> docs: Clarifying the Use of Meta Objects (<a href="https://redirect.github.com/eslint/eslint/issues/18697">#18697</a>)</li> <li><a href="d3e4b2ea4a
"><code>d3e4b2e</code></a> docs: Clarify how to exclude <code>.js</code> files (<a href="https://redirect.github.com/eslint/eslint/issues/18976">#18976</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.11.1...v9.12.0">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.6.2 to 5.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.6.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for Typescript 5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+">fixed issues query for Typescript 5.6.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.6.3%22+is%3Aclosed+">fixed issues query for Typescript 5.6.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d48a5cf89a
"><code>d48a5cf</code></a> Bump version to 5.6.3 and LKG</li> <li><a href="fefa70aa18
"><code>fefa70a</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/60083">#60083</a> (Don't issue implicit any when obtai...) into release-5.6 (#...</li> <li><a href="ff71692149
"><code>ff71692</code></a> [release-5.6] Remove tsbuildInfo specification error now that we need it for ...</li> <li><a href="1f44dcf4e1
"><code>1f44dcf</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/60157">#60157</a> (fix automatic type acquisition) into release-5.6 (<a href="https://redirect.github.com/microsoft/TypeScript/issues/60169">#60169</a>)</li> <li>See full diff in <a href="https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.8.0 to 8.8.1 <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.8.1</h2> <h2>8.8.1 (2024-10-07)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> stop warning on <a href="https://github.com/ts-nocheck"><code>@ts-nocheck</code></a> comments which aren't at the beginning of the file (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10046">#10046</a>)</li> <li><strong>typescript-estree:</strong> fix crash when running from a <code>node --eval</code> script (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10098">#10098</a>)</li> <li><strong>typescript-estree:</strong> ensure mjs/mts files are always be parsed as ESM (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10011">#10011</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@bradzacher</code></a></li> <li>Ronen Amiel</li> <li>WhitePiano <a href="https://github.com/goldentrash"><code>@goldentrash</code></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>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.8.1 (2024-10-07)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f898248934
"><code>f898248</code></a> chore(release): publish 8.8.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite-plugin-static-copy` from 1.0.6 to 2.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sapphi-red/vite-plugin-static-copy/releases">vite-plugin-static-copy's releases</a>.</em></p> <blockquote> <h2>vite-plugin-static-copy@2.0.0</h2> <h3>Major Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/127">#127</a> <a href="21304df03f
"><code>21304df</code></a> Thanks <a href="https://github.com/tassioFront"><code>@tassioFront</code></a>! - feat: throw an error when does not find file</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md">vite-plugin-static-copy's changelog</a>.</em></p> <blockquote> <h2>2.0.0</h2> <h3>Major Changes</h3> <ul> <li><a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/pull/127">#127</a> <a href="21304df03f
"><code>21304df</code></a> Thanks <a href="https://github.com/tassioFront"><code>@tassioFront</code></a>! - feat: throw an error when does not find file</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c3a14747ad
"><code>c3a1474</code></a> chore: update versions (<a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/128">#128</a>)</li> <li><a href="f760843413
"><code>f760843</code></a> chore: update packages (<a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/129">#129</a>)</li> <li><a href="21304df03f
"><code>21304df</code></a> feat: throw an error when no file was found (<a href="https://redirect.github.com/sapphi-red/vite-plugin-static-copy/issues/127">#127</a>)</li> <li>See full diff in <a href="https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@1.0.6...vite-plugin-static-copy@2.0.0">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
a1693ade6c
commit
400487dcce
14
package.json
14
package.json
@ -28,7 +28,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chromatic-com/storybook": "^2.0.2",
|
||||
"@eslint/js": "^9.11.1",
|
||||
"@eslint/js": "^9.12.0",
|
||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||
"@storybook/addon-essentials": "^8.3.5",
|
||||
"@storybook/addon-interactions": "^8.3.5",
|
||||
@ -41,11 +41,11 @@
|
||||
"@types/css-tree": "^2",
|
||||
"@types/debug": "^4",
|
||||
"@types/electron": "^1.6.10",
|
||||
"@types/node": "^22.7.4",
|
||||
"@types/node": "^22.7.5",
|
||||
"@types/papaparse": "^5",
|
||||
"@types/pngjs": "^6.0.5",
|
||||
"@types/react": "^18.3.11",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"@types/semver": "^7",
|
||||
"@types/shell-quote": "^1",
|
||||
"@types/sprintf-js": "^1",
|
||||
@ -58,7 +58,7 @@
|
||||
"electron": "^32.1.2",
|
||||
"electron-builder": "^25.1.7",
|
||||
"electron-vite": "^2.3.0",
|
||||
"eslint": "^9.11.1",
|
||||
"eslint": "^9.12.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"less": "^4.2.0",
|
||||
"prettier": "^3.3.3",
|
||||
@ -71,11 +71,11 @@
|
||||
"ts-node": "^10.9.2",
|
||||
"tslib": "^2.6.3",
|
||||
"tsx": "^4.19.1",
|
||||
"typescript": "^5.6.2",
|
||||
"typescript-eslint": "^8.8.0",
|
||||
"typescript": "^5.6.3",
|
||||
"typescript-eslint": "^8.8.1",
|
||||
"vite": "^5.4.8",
|
||||
"vite-plugin-image-optimizer": "^1.1.8",
|
||||
"vite-plugin-static-copy": "^1.0.6",
|
||||
"vite-plugin-static-copy": "^2.0.0",
|
||||
"vite-plugin-svgr": "^4.2.0",
|
||||
"vite-tsconfig-paths": "^5.0.1",
|
||||
"vitest": "^2.1.2"
|
||||
|
259
yarn.lock
259
yarn.lock
@ -793,10 +793,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint/js@npm:9.11.1, @eslint/js@npm:^9.11.1":
|
||||
version: 9.11.1
|
||||
resolution: "@eslint/js@npm:9.11.1"
|
||||
checksum: 10c0/22916ef7b09c6f60c62635d897c66e1e3e38d90b5a5cf5e62769033472ecbcfb6ec7c886090a4b32fe65d6ce371da54384e46c26a899e38184dfc152c6152f7b
|
||||
"@eslint/js@npm:9.12.0, @eslint/js@npm:^9.12.0":
|
||||
version: 9.12.0
|
||||
resolution: "@eslint/js@npm:9.12.0"
|
||||
checksum: 10c0/325650a59a1ce3d97c69441501ebaf415607248bacbe8c8ca35adc7cb73b524f592f266a75772f496b06f3239e3ee1996722a242148085f0ee5fb3dd7065897c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -823,6 +823,23 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@humanfs/core@npm:^0.19.0":
|
||||
version: 0.19.0
|
||||
resolution: "@humanfs/core@npm:0.19.0"
|
||||
checksum: 10c0/f87952d5caba6ae427a620eff783c5d0b6cef0cfc256dec359cdaa636c5f161edb8d8dad576742b3de7f0b2f222b34aad6870248e4b7d2177f013426cbcda232
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@humanfs/node@npm:^0.16.5":
|
||||
version: 0.16.5
|
||||
resolution: "@humanfs/node@npm:0.16.5"
|
||||
dependencies:
|
||||
"@humanfs/core": "npm:^0.19.0"
|
||||
"@humanwhocodes/retry": "npm:^0.3.0"
|
||||
checksum: 10c0/41c365ab09e7c9eaeed373d09243195aef616d6745608a36fc3e44506148c28843872f85e69e2bf5f1e992e194286155a1c1cecfcece6a2f43875e37cd243935
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@humanwhocodes/module-importer@npm:^1.0.1":
|
||||
version: 1.0.1
|
||||
resolution: "@humanwhocodes/module-importer@npm:1.0.1"
|
||||
@ -837,6 +854,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@humanwhocodes/retry@npm:^0.3.1":
|
||||
version: 0.3.1
|
||||
resolution: "@humanwhocodes/retry@npm:0.3.1"
|
||||
checksum: 10c0/f0da1282dfb45e8120480b9e2e275e2ac9bbe1cf016d046fdad8e27cc1285c45bb9e711681237944445157b430093412b4446c1ab3fc4bb037861b5904101d3b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@img/sharp-darwin-arm64@npm:0.33.5":
|
||||
version: 0.33.5
|
||||
resolution: "@img/sharp-darwin-arm64@npm:0.33.5"
|
||||
@ -1177,7 +1201,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nodelib/fs.walk@npm:^1.2.3, @nodelib/fs.walk@npm:^1.2.8":
|
||||
"@nodelib/fs.walk@npm:^1.2.3":
|
||||
version: 1.2.8
|
||||
resolution: "@nodelib/fs.walk@npm:1.2.8"
|
||||
dependencies:
|
||||
@ -2638,12 +2662,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^22.7.4":
|
||||
version: 22.7.4
|
||||
resolution: "@types/node@npm:22.7.4"
|
||||
"@types/node@npm:^22.7.5":
|
||||
version: 22.7.5
|
||||
resolution: "@types/node@npm:22.7.5"
|
||||
dependencies:
|
||||
undici-types: "npm:~6.19.2"
|
||||
checksum: 10c0/c22bf54515c78ff3170142c1e718b90e2a0003419dc2d55f79c9c9362edd590a6ab1450deb09ff6e1b32d1b4698da407930b16285e8be3a009ea6cd2695cac01
|
||||
checksum: 10c0/cf11f74f1a26053ec58066616e3a8685b6bcd7259bc569738b8f752009f9f0f7f85a1b2d24908e5b0f752482d1e8b6babdf1fbb25758711ec7bb9500bfcd6e60
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -2696,12 +2720,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/react-dom@npm:^18.3.0":
|
||||
version: 18.3.0
|
||||
resolution: "@types/react-dom@npm:18.3.0"
|
||||
"@types/react-dom@npm:^18.3.1":
|
||||
version: 18.3.1
|
||||
resolution: "@types/react-dom@npm:18.3.1"
|
||||
dependencies:
|
||||
"@types/react": "npm:*"
|
||||
checksum: 10c0/6c90d2ed72c5a0e440d2c75d99287e4b5df3e7b011838cdc03ae5cd518ab52164d86990e73246b9d812eaf02ec351d74e3b4f5bd325bf341e13bf980392fd53b
|
||||
checksum: 10c0/8b416551c60bb6bd8ec10e198c957910cfb271bc3922463040b0d57cf4739cdcd24b13224f8d68f10318926e1ec3cd69af0af79f0291b599a992f8c80d47f1eb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -2874,15 +2898,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.0"
|
||||
"@typescript-eslint/eslint-plugin@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.1"
|
||||
dependencies:
|
||||
"@eslint-community/regexpp": "npm:^4.10.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.8.0"
|
||||
"@typescript-eslint/type-utils": "npm:8.8.0"
|
||||
"@typescript-eslint/utils": "npm:8.8.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.8.1"
|
||||
"@typescript-eslint/type-utils": "npm:8.8.1"
|
||||
"@typescript-eslint/utils": "npm:8.8.1"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.1"
|
||||
graphemer: "npm:^1.4.0"
|
||||
ignore: "npm:^5.3.1"
|
||||
natural-compare: "npm:^1.4.0"
|
||||
@ -2893,66 +2917,66 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/98ac37587eda02a713710f0a62ca979833482024968f1d1735881718abe102a6b49707db4f1dac0d7c731d1cbf8111d829c5125348d4829ab6fad7a7b3b344e4
|
||||
checksum: 10c0/020a0a482202b34c6665a56ec5902e38ae1870b2600ec1b2092de352b23099dde553781ee8323974f63962ebe164a6304f0019e937afb5cf7854b0e0163ad1ca
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "@typescript-eslint/parser@npm:8.8.0"
|
||||
"@typescript-eslint/parser@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/parser@npm:8.8.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": "npm:8.8.0"
|
||||
"@typescript-eslint/types": "npm:8.8.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.8.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.8.1"
|
||||
"@typescript-eslint/types": "npm:8.8.1"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.8.1"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.1"
|
||||
debug: "npm:^4.3.4"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/cf72a644b89c62cd55b09fa1d22b51a2c726714aac344a797f0c2ad80bfbabcb7567000fadd4ea8188aa1d923675bebdca06acc1d28ac1b8360bf28a36b46f3a
|
||||
checksum: 10c0/2afd147ccec6754316d6837d6108a5d822eb6071e1a7355073288c232530bc3e49901d3f08755ce02d497110c531f3b3658eb46d0ff875a69d4f360b5f938cb4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.8.0"
|
||||
"@typescript-eslint/scope-manager@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/scope-manager@npm:8.8.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.8.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.0"
|
||||
checksum: 10c0/29ddf589ff0e465dbbf3eb87b79a29face4ec5a6cb617bbaafbac6ae8340d376b5b405bca762ee1c7a40cbdf7912a32734f9119f6864df048c7a0b2de21bdd3d
|
||||
"@typescript-eslint/types": "npm:8.8.1"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.1"
|
||||
checksum: 10c0/6f697baf087aedc3f0f228ff964fd108a9dd33fe4e5cc6c914be6367c324cee55629e099832668042bedfec8cdc72c6ef2ca960ee26966dbcc75753059a1352f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.8.0"
|
||||
"@typescript-eslint/type-utils@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:8.8.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": "npm:8.8.0"
|
||||
"@typescript-eslint/utils": "npm:8.8.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.8.1"
|
||||
"@typescript-eslint/utils": "npm:8.8.1"
|
||||
debug: "npm:^4.3.4"
|
||||
ts-api-utils: "npm:^1.3.0"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/d6ee11f4686fb54daea1f436f73b96eb31a95f6e535abc0534abf5794e7597669a92d12300969c8afee0fc1912dbc1591664f7e37f0da5935016cc981b2921a8
|
||||
checksum: 10c0/6edfc2b9fca5233dd922141f080377b677db1093ec3e702a3ab52d58f77b91c0fb69479d4d42f125536b8fc0ffa85c07c7de2f17cc4c6fa1df1226ec01e5608c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "@typescript-eslint/types@npm:8.8.0"
|
||||
checksum: 10c0/cd168fafcaf77641b023c4405ea3a8c30fbad1737abb5aec9fce67fe2ae20224b624b5a2e3e84900ba81dc7dd33343add3653763703a225326cc81356b182d09
|
||||
"@typescript-eslint/types@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/types@npm:8.8.1"
|
||||
checksum: 10c0/4b44857332a0b1bfafbeccb8be157f8266d9e226ac723f6af1272b9b670b49444423ddac733655163eb3b90e8c88393a68ab2d7f326f5775371eaf4b9ca31d7b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.8.0"
|
||||
"@typescript-eslint/typescript-estree@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:8.8.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.8.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.0"
|
||||
"@typescript-eslint/types": "npm:8.8.1"
|
||||
"@typescript-eslint/visitor-keys": "npm:8.8.1"
|
||||
debug: "npm:^4.3.4"
|
||||
fast-glob: "npm:^3.3.2"
|
||||
is-glob: "npm:^4.0.3"
|
||||
@ -2962,31 +2986,31 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/9b9e849f6b2d4e250840ef8e05f55a97d6598adaf48c1e6df83084b94c30feca6a3e7916ee1c235178188d0db6364a877cbf8fe218c36d5f8d5acb50767f3273
|
||||
checksum: 10c0/e3b9bc1e925c07833237044271cdc9bd8bdba3e2143dcfc5bf3bf481c89731b666a6fad25333a4b1980ac2f4c6f5e6e42c71206f73f3704e319f6b3b67463a6a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "@typescript-eslint/utils@npm:8.8.0"
|
||||
"@typescript-eslint/utils@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/utils@npm:8.8.1"
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils": "npm:^4.4.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.8.0"
|
||||
"@typescript-eslint/types": "npm:8.8.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.8.0"
|
||||
"@typescript-eslint/scope-manager": "npm:8.8.1"
|
||||
"@typescript-eslint/types": "npm:8.8.1"
|
||||
"@typescript-eslint/typescript-estree": "npm:8.8.1"
|
||||
peerDependencies:
|
||||
eslint: ^8.57.0 || ^9.0.0
|
||||
checksum: 10c0/fcf2dfd4a2d9491aa096a29c2c1fdd891ca3c13933d20cfea44e51b3d10a397e7ed9a9cd71ac9a29e8c4706264ae00c25a29394e2a6bda3291be298062901f2c
|
||||
checksum: 10c0/954a2e85ae56a3ebefb6e41fb33c59ffa886963860536e9729a35ecea55eefdc58858c7aa126048c4a61f4fd9997b4f7601e7884ed2b3e4e7a46c9e4617a9f29
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.8.0"
|
||||
"@typescript-eslint/visitor-keys@npm:8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:8.8.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:8.8.0"
|
||||
"@typescript-eslint/types": "npm:8.8.1"
|
||||
eslint-visitor-keys: "npm:^3.4.3"
|
||||
checksum: 10c0/580ce74c9b09b9e6a6f3f0ac2d2f0c6a6b983a78ce3b2544822ee08107c57142858d674897f61ff32a9a5e8fca00c916545c159bb75d134f4380884642542d38
|
||||
checksum: 10c0/6f917090b61277bd443aa851c532c4a9cc91ad57aedf185c5dff0c530f158cce84ef815833bd8deffa87f0bbf7a9f1abd1e02e30af2463c4e7f27c0c08f59080
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -5525,13 +5549,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-scope@npm:^8.0.2":
|
||||
version: 8.0.2
|
||||
resolution: "eslint-scope@npm:8.0.2"
|
||||
"eslint-scope@npm:^8.1.0":
|
||||
version: 8.1.0
|
||||
resolution: "eslint-scope@npm:8.1.0"
|
||||
dependencies:
|
||||
esrecurse: "npm:^4.3.0"
|
||||
estraverse: "npm:^5.2.0"
|
||||
checksum: 10c0/477f820647c8755229da913025b4567347fd1f0bf7cbdf3a256efff26a7e2e130433df052bd9e3d014025423dc00489bea47eb341002b15553673379c1a7dc36
|
||||
checksum: 10c0/ae1df7accae9ea90465c2ded70f7064d6d1f2962ef4cc87398855c4f0b3a5ab01063e0258d954bb94b184f6759febe04c3118195cab5c51978a7229948ba2875
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -5549,20 +5573,27 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:^9.11.1":
|
||||
version: 9.11.1
|
||||
resolution: "eslint@npm:9.11.1"
|
||||
"eslint-visitor-keys@npm:^4.1.0":
|
||||
version: 4.1.0
|
||||
resolution: "eslint-visitor-keys@npm:4.1.0"
|
||||
checksum: 10c0/5483ef114c93a136aa234140d7aa3bd259488dae866d35cb0d0b52e6a158f614760a57256ac8d549acc590a87042cb40f6951815caa821e55dc4fd6ef4c722eb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:^9.12.0":
|
||||
version: 9.12.0
|
||||
resolution: "eslint@npm:9.12.0"
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils": "npm:^4.2.0"
|
||||
"@eslint-community/regexpp": "npm:^4.11.0"
|
||||
"@eslint/config-array": "npm:^0.18.0"
|
||||
"@eslint/core": "npm:^0.6.0"
|
||||
"@eslint/eslintrc": "npm:^3.1.0"
|
||||
"@eslint/js": "npm:9.11.1"
|
||||
"@eslint/js": "npm:9.12.0"
|
||||
"@eslint/plugin-kit": "npm:^0.2.0"
|
||||
"@humanfs/node": "npm:^0.16.5"
|
||||
"@humanwhocodes/module-importer": "npm:^1.0.1"
|
||||
"@humanwhocodes/retry": "npm:^0.3.0"
|
||||
"@nodelib/fs.walk": "npm:^1.2.8"
|
||||
"@humanwhocodes/retry": "npm:^0.3.1"
|
||||
"@types/estree": "npm:^1.0.6"
|
||||
"@types/json-schema": "npm:^7.0.15"
|
||||
ajv: "npm:^6.12.4"
|
||||
@ -5570,9 +5601,9 @@ __metadata:
|
||||
cross-spawn: "npm:^7.0.2"
|
||||
debug: "npm:^4.3.2"
|
||||
escape-string-regexp: "npm:^4.0.0"
|
||||
eslint-scope: "npm:^8.0.2"
|
||||
eslint-visitor-keys: "npm:^4.0.0"
|
||||
espree: "npm:^10.1.0"
|
||||
eslint-scope: "npm:^8.1.0"
|
||||
eslint-visitor-keys: "npm:^4.1.0"
|
||||
espree: "npm:^10.2.0"
|
||||
esquery: "npm:^1.5.0"
|
||||
esutils: "npm:^2.0.2"
|
||||
fast-deep-equal: "npm:^3.1.3"
|
||||
@ -5582,13 +5613,11 @@ __metadata:
|
||||
ignore: "npm:^5.2.0"
|
||||
imurmurhash: "npm:^0.1.4"
|
||||
is-glob: "npm:^4.0.0"
|
||||
is-path-inside: "npm:^3.0.3"
|
||||
json-stable-stringify-without-jsonify: "npm:^1.0.1"
|
||||
lodash.merge: "npm:^4.6.2"
|
||||
minimatch: "npm:^3.1.2"
|
||||
natural-compare: "npm:^1.4.0"
|
||||
optionator: "npm:^0.9.3"
|
||||
strip-ansi: "npm:^6.0.1"
|
||||
text-table: "npm:^0.2.0"
|
||||
peerDependencies:
|
||||
jiti: "*"
|
||||
@ -5597,11 +5626,11 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
eslint: bin/eslint.js
|
||||
checksum: 10c0/fc9afc31155fef8c27fc4fd00669aeafa4b89ce5abfbf6f60e05482c03d7ff1d5e7546e416aa47bf0f28c9a56597a94663fd0264c2c42a1890f53cac49189f24
|
||||
checksum: 10c0/67cf6ea3ea28dcda7dd54aac33e2d4028eb36991d13defb0d2339c3eaa877d5dddd12cd4416ddc701a68bcde9e0bb9e65524c2e4e9914992c724f5b51e949dda
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"espree@npm:^10.0.1, espree@npm:^10.1.0":
|
||||
"espree@npm:^10.0.1":
|
||||
version: 10.1.0
|
||||
resolution: "espree@npm:10.1.0"
|
||||
dependencies:
|
||||
@ -5612,6 +5641,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"espree@npm:^10.2.0":
|
||||
version: 10.2.0
|
||||
resolution: "espree@npm:10.2.0"
|
||||
dependencies:
|
||||
acorn: "npm:^8.12.0"
|
||||
acorn-jsx: "npm:^5.3.2"
|
||||
eslint-visitor-keys: "npm:^4.1.0"
|
||||
checksum: 10c0/2b6bfb683e7e5ab2e9513949879140898d80a2d9867ea1db6ff5b0256df81722633b60a7523a7c614f05a39aeea159dd09ad2a0e90c0e218732fc016f9086215
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"esprima@npm:^4.0.1, esprima@npm:~4.0.0":
|
||||
version: 4.0.1
|
||||
resolution: "esprima@npm:4.0.1"
|
||||
@ -7003,13 +7043,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-path-inside@npm:^3.0.3":
|
||||
version: 3.0.3
|
||||
resolution: "is-path-inside@npm:3.0.3"
|
||||
checksum: 10c0/cf7d4ac35fb96bab6a1d2c3598fe5ebb29aafb52c0aaa482b5a3ed9d8ba3edc11631e3ec2637660c44b3ce0e61a08d54946e8af30dec0b60a7c27296c68ffd05
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-plain-obj@npm:^4.0.0":
|
||||
version: 4.1.0
|
||||
resolution: "is-plain-obj@npm:4.1.0"
|
||||
@ -10866,17 +10899,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript-eslint@npm:^8.8.0":
|
||||
version: 8.8.0
|
||||
resolution: "typescript-eslint@npm:8.8.0"
|
||||
"typescript-eslint@npm:^8.8.1":
|
||||
version: 8.8.1
|
||||
resolution: "typescript-eslint@npm:8.8.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/eslint-plugin": "npm:8.8.0"
|
||||
"@typescript-eslint/parser": "npm:8.8.0"
|
||||
"@typescript-eslint/utils": "npm:8.8.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:8.8.1"
|
||||
"@typescript-eslint/parser": "npm:8.8.1"
|
||||
"@typescript-eslint/utils": "npm:8.8.1"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/545f0ce051282921aff56288baf288cffe6f7bafee5149f1b87af2c67f81f8c2088924a2e0fc0f0dcd12692b6a97eca10149a619c8c85d4aaef2fe763938da8d
|
||||
checksum: 10c0/d6793697fce239ef8838ced6e1e59940c30579c8f62c49bc605fdeda9f3f7a5c24bfddd997b142f8c411859dc0b9985ecdae569814dd4f8e6775e1899d55e9cc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -10890,13 +10923,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@npm:^5.6.2":
|
||||
version: 5.6.2
|
||||
resolution: "typescript@npm:5.6.2"
|
||||
"typescript@npm:^5.6.3":
|
||||
version: 5.6.3
|
||||
resolution: "typescript@npm:5.6.3"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 10c0/3ed8297a8c7c56b7fec282532503d1ac795239d06e7c4966b42d4330c6cf433a170b53bcf93a130a7f14ccc5235de5560df4f1045eb7f3550b46ebed16d3c5e5
|
||||
checksum: 10c0/44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -10910,13 +10943,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@npm%3A^5.6.2#optional!builtin<compat/typescript>":
|
||||
version: 5.6.2
|
||||
resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin<compat/typescript>::version=5.6.2&hash=8c6c40"
|
||||
"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
|
||||
version: 5.6.3
|
||||
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 10c0/94eb47e130d3edd964b76da85975601dcb3604b0c848a36f63ac448d0104e93819d94c8bdf6b07c00120f2ce9c05256b8b6092d23cf5cf1c6fa911159e4d572f
|
||||
checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -11236,9 +11269,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite-plugin-static-copy@npm:^1.0.6":
|
||||
version: 1.0.6
|
||||
resolution: "vite-plugin-static-copy@npm:1.0.6"
|
||||
"vite-plugin-static-copy@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "vite-plugin-static-copy@npm:2.0.0"
|
||||
dependencies:
|
||||
chokidar: "npm:^3.5.3"
|
||||
fast-glob: "npm:^3.2.11"
|
||||
@ -11246,7 +11279,7 @@ __metadata:
|
||||
picocolors: "npm:^1.0.0"
|
||||
peerDependencies:
|
||||
vite: ^5.0.0
|
||||
checksum: 10c0/997114571bd429481974483465ab78d1ecd5fc48d2de06cbfe9dbf005f9b870aa072b0d9c22e2fd8def759db2c48ad662a6a0cdf47706fba409c82db7c03ed22
|
||||
checksum: 10c0/974914cd54c8a28dd328fd339a9cb75fa5d69d1997cb17c27075cec2c644121cd1a2133d0753810e097eda27916dade8b4489813e1b9190ab37f196a82d4293f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -11426,7 +11459,7 @@ __metadata:
|
||||
resolution: "waveterm@workspace:."
|
||||
dependencies:
|
||||
"@chromatic-com/storybook": "npm:^2.0.2"
|
||||
"@eslint/js": "npm:^9.11.1"
|
||||
"@eslint/js": "npm:^9.12.0"
|
||||
"@monaco-editor/loader": "npm:^1.4.0"
|
||||
"@monaco-editor/react": "npm:^4.6.0"
|
||||
"@observablehq/plot": "npm:^0.6.16"
|
||||
@ -11447,11 +11480,11 @@ __metadata:
|
||||
"@types/css-tree": "npm:^2"
|
||||
"@types/debug": "npm:^4"
|
||||
"@types/electron": "npm:^1.6.10"
|
||||
"@types/node": "npm:^22.7.4"
|
||||
"@types/node": "npm:^22.7.5"
|
||||
"@types/papaparse": "npm:^5"
|
||||
"@types/pngjs": "npm:^6.0.5"
|
||||
"@types/react": "npm:^18.3.11"
|
||||
"@types/react-dom": "npm:^18.3.0"
|
||||
"@types/react-dom": "npm:^18.3.1"
|
||||
"@types/semver": "npm:^7"
|
||||
"@types/shell-quote": "npm:^1"
|
||||
"@types/sprintf-js": "npm:^1"
|
||||
@ -11476,7 +11509,7 @@ __metadata:
|
||||
electron-builder: "npm:^25.1.7"
|
||||
electron-updater: "npm:6.3.9"
|
||||
electron-vite: "npm:^2.3.0"
|
||||
eslint: "npm:^9.11.1"
|
||||
eslint: "npm:^9.12.0"
|
||||
eslint-config-prettier: "npm:^9.1.0"
|
||||
fast-average-color: "npm:^9.4.0"
|
||||
htl: "npm:^0.3.1"
|
||||
@ -11519,12 +11552,12 @@ __metadata:
|
||||
ts-node: "npm:^10.9.2"
|
||||
tslib: "npm:^2.6.3"
|
||||
tsx: "npm:^4.19.1"
|
||||
typescript: "npm:^5.6.2"
|
||||
typescript-eslint: "npm:^8.8.0"
|
||||
typescript: "npm:^5.6.3"
|
||||
typescript-eslint: "npm:^8.8.1"
|
||||
use-device-pixel-ratio: "npm:^1.1.2"
|
||||
vite: "npm:^5.4.8"
|
||||
vite-plugin-image-optimizer: "npm:^1.1.8"
|
||||
vite-plugin-static-copy: "npm:^1.0.6"
|
||||
vite-plugin-static-copy: "npm:^2.0.0"
|
||||
vite-plugin-svgr: "npm:^4.2.0"
|
||||
vite-tsconfig-paths: "npm:^5.0.1"
|
||||
vitest: "npm:^2.1.2"
|
||||
|
Loading…
Reference in New Issue
Block a user