waveterm/package.json

132 lines
4.5 KiB
JSON
Raw Normal View History

{
2024-06-26 21:26:27 +02:00
"name": "thenextwave",
"author": {
"name": "Command Line Inc",
"email": "info@commandline.dev"
},
"productName": "TheNextWave",
"description": "An Open-Source, AI-Native, Terminal Built for Seamless Workflows",
"license": "Apache-2.0",
2024-09-11 20:13:10 +02:00
"version": "0.1.12",
"homepage": "https://waveterm.dev",
"build": {
"appId": "dev.commandline.thenextwave"
},
"private": true,
2024-06-26 21:26:27 +02:00
"main": "./dist/main/index.js",
"type": "module",
"scripts": {
"dev": "electron-vite dev",
"start": "electron-vite preview",
"build:dev": "electron-vite build --mode development",
"build:prod": "electron-vite build --mode production",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"coverage": "vitest run --coverage",
"test": "vitest",
"postinstall": "electron-builder install-app-deps"
2024-06-26 21:26:27 +02:00
},
"devDependencies": {
Bump @chromatic-com/storybook from 1.8.0 to 1.9.0 in the storybook group (#339) Bumps the storybook group with 1 update: [@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests). Updates `@chromatic-com/storybook` from 1.8.0 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/releases"><code>@​chromatic-com/storybook</code>'s releases</a>.</em></p> <blockquote> <h2>v1.9.0</h2> <h4>🚀 Enhancement</h4> <ul> <li>Relay client-side fetch requests to the server using the Storybook channel API <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/331">#331</a> (<a href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/chromaui/addon-visual-tests/blob/main/CHANGELOG.md"><code>@​chromatic-com/storybook</code>'s changelog</a>.</em></p> <blockquote> <h1>v1.9.0 (Fri Sep 06 2024)</h1> <h4>🚀 Enhancement</h4> <ul> <li>Relay client-side fetch requests to the server using the Storybook channel API <a href="https://redirect.github.com/chromaui/addon-visual-tests/pull/331">#331</a> (<a href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li> </ul> <h4>Authors: 1</h4> <ul> <li>Gert Hengeveld (<a href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li> </ul> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/6b99afbc494861590c20fe4d066a290c9038eb9e"><code>6b99afb</code></a> Bump version to: 1.9.0 [skip ci]</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/51be970546e6d6f50b47365674dd19dfe8b6ff1c"><code>51be970</code></a> Update CHANGELOG.md [skip ci]</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/f0c702ffc69a1b4b9606f37220f6ec1c2bd68ff3"><code>f0c702f</code></a> Merge pull request <a href="https://redirect.github.com/chromaui/addon-visual-tests/issues/331">#331</a> from chromaui/312-api-channel-proxy</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/67b13f2aa668a470a2830b60b779c92ef16a6e84"><code>67b13f2</code></a> Merge branch 'main' into 312-api-channel-proxy</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/9277872cd84f3f858659374f3a44fc43f7f0e510"><code>9277872</code></a> Merge branch 'main' into 312-api-channel-proxy</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/d094e1f7edeb5aee626035b598b79f49d512beb9"><code>d094e1f</code></a> Remove unnecessary key prop</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/b7066517503f2c4ca626bb16ba80b71f712ec9b4"><code>b706651</code></a> Add tests for ChannelFetch</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/d5af903ea88148c734c6be87d6abfcdcee13c7ec"><code>d5af903</code></a> Improve abortSignal handling</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/2f1d25b8a616988a5c41c57713a1ea63b06db2e7"><code>2f1d25b</code></a> Move event names to constants file</li> <li><a href="https://github.com/chromaui/addon-visual-tests/commit/6f481f3377bef7b9c1b48a009afaa97c3ea74dc4"><code>6f481f3</code></a> Merge branch 'main' into 312-api-channel-proxy</li> <li>Additional commits viewable in <a href="https://github.com/chromaui/addon-visual-tests/compare/v1.8.0...v1.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@chromatic-com/storybook&package-manager=npm_and_yarn&previous-version=1.8.0&new-version=1.9.0)](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 <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>
2024-09-07 01:25:55 +02:00
"@chromatic-com/storybook": "^1.9.0",
Bump the dev-dependencies group with 8 updates (#377) Bumps the dev-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.1` | `9.10.0` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `2.0.5` | `2.1.1` | | [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.0` | `4.19.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.4.0` | `8.5.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.3` | `5.4.5` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.1` | Updates `@eslint/js` from 9.9.1 to 9.10.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.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18754">#18754</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18763">#18763</a>) (Nicholas C. Zakas)</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.10.0 - September 6, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18754">#18754</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18763">#18763</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</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.10.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-istanbul` from 2.0.5 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-istanbul</code>'s releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Make example test callbacks async  -  by <a href="https://github.com/aqandrew"><code>@​aqandrew</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6484">vitest-dev/vitest#6484</a> <a href="https://github.com/vitest-dev/vitest/commit/16aa76c2"><!-- raw HTML omitted -->(16aa7)<!-- raw HTML omitted --></a></li> <li>Optimize vitest-browser-vue correctly  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6490">vitest-dev/vitest#6490</a> <a href="https://github.com/vitest-dev/vitest/commit/5cbb0bba"><!-- raw HTML omitted -->(5cbb0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Resolve glob pattern once to avoid name collision  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6489">vitest-dev/vitest#6489</a> <a href="https://github.com/vitest-dev/vitest/commit/36b5aceb"><!-- raw HTML omitted -->(36b5a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1">View changes on GitHub</a></h5> <h2>v2.1.0</h2> <p>This release makes another big change to the Browser Mode by introducing <a href="https://vitest.dev/guide/browser/locators.html">locators API</a>:</p> <pre lang="ts"><code>test('renders blog posts', async () =&gt; { const screen = page.render(&lt;Blog /&gt;) <p>await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()</p> <p>const [firstPost] = screen.getByRole('listitem').all()</p> <p>await firstPost.getByRole('button', { name: 'Delete' }).click()</p> <p>expect(screen.getByRole('listitem').all()).toHaveLength(3) }) </code></pre></p> <p>You can use either <a href="https://github.com/vitest-dev/vitest-browser-vue">vitest-browser-vue</a>, <a href="https://github.com/vitest-dev/vitest-browser-svelte">vitest-browser-svelte </a> or <a href="https://github.com/vitest-dev/vitest-browser-react">vitest-browser-react</a> to render components and make assertions using locators. Locators are also available on the <code>page</code> object from <code>@vitest/browser/context</code>.</p> <h3>Potential Breaking Change</h3> <ul> <li><strong>workspace</strong>: <ul> <li>Correctly resolve workspace globs and file paths  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6316">vitest-dev/vitest#6316</a> <a href="https://github.com/vitest-dev/vitest/commit/afdcb8f2"><!-- raw HTML omitted -->(afdcb)<!-- raw HTML omitted --></a></li> <li>This changes how the custom glob pattern in the workspace config is treated. <em>Any</em> file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single <code>vitest.config.ts</code> or <code>vite.config.ts</code> inside the folder)</li> <li>For example, <code>projects/*</code> will match anything inside the <code>projects</code> folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. <code>projects/**/*</code> previously would assume that you only wanted to have folders as projects, but now it will match <em>every single file</em> inside<code>projects</code>.</li> <li>This change doesn't affect non-glob usage.</li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <ul> <li>Make spec into a class instead of a tuple  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6355">vitest-dev/vitest#6355</a> <a href="https://github.com/vitest-dev/vitest/commit/874a121e"><!-- raw HTML omitted -->(874a1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Move page.config to server.config, add more docs  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6252">vitest-dev/vitest#6252</a> <a href="https://github.com/vitest-dev/vitest/commit/af2b813c"><!-- raw HTML omitted -->(af2b8)<!-- raw HTML omitted --></a></li> <li>Make iframe scalable, improve documentation  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6257">vitest-dev/vitest#6257</a> <a href="https://github.com/vitest-dev/vitest/commit/74ca11a4"><!-- raw HTML omitted -->(74ca1)<!-- raw HTML omitted --></a></li> <li>Introduce built-in locators  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6084">vitest-dev/vitest#6084</a> <a href="https://github.com/vitest-dev/vitest/commit/3347f83e"><!-- raw HTML omitted -->(3347f)<!-- raw HTML omitted --></a></li> <li>Support v8 coverage  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6273">vitest-dev/vitest#6273</a> <a href="https://github.com/vitest-dev/vitest/commit/34199bdf"><!-- raw HTML omitted -->(34199)<!-- raw HTML omitted --></a></li> <li>Support <code>userEvent.upload</code> in playwright provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6442">vitest-dev/vitest#6442</a> <a href="https://github.com/vitest-dev/vitest/commit/cf148645"><!-- raw HTML omitted -->(cf148)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6433">vitest-dev/vitest#6433</a> <a href="https://github.com/vitest-dev/vitest/commit/0499a315"><!-- raw HTML omitted -->(0499a)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect-brk</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6434">vitest-dev/vitest#6434</a> <a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8"><!-- raw HTML omitted -->(7ab0f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/699055eb93909287e1542fdfb99d97f2a38965ba"><code>699055e</code></a> chore: release v2.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9f1fd182fd96931ee876662f75e5931031798299"><code>9f1fd18</code></a> chore: release v2.1.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b2be23e4c901c1667c94c8119dfe94b6063e6d30"><code>b2be23e</code></a> chore: release v2.1.0-beta.7</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8ac70111706a4444a779a75bed34c18b800ea0b3"><code>8ac7011</code></a> chore: release v2.1.0-beta.6</li> <li><a href="https://github.com/vitest-dev/vitest/commit/da52d23fd1815dba954ecad935d76a8233be04a2"><code>da52d23</code></a> fix(coverage): use project specific <code>vitenode</code> for uncovered files (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6044">#6044</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5932a7f988fdb269ac1ae704172bc7cfbf6ed721"><code>5932a7f</code></a> feat(coverage): add <code>--exclude-after-remap</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6309">#6309</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/34199bdf9a8cc9ac3615285bfe051948fa0cf7e4"><code>34199bd</code></a> feat(browser): support v8 coverage (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6273">#6273</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/72056b5063d29ddc6219d028fcfc6b1e4eab0e05"><code>72056b5</code></a> chore: release v2.1.0-beta.5</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e662c7b2c307adbf312684c21efd8d05b1284b9a"><code>e662c7b</code></a> fix(coverage): warn if <code>vitest</code> and <code>@vitest/*</code> versions don't match (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6317">#6317</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/67b086bb86e34f8190631e419e5111a074cbedae"><code>67b086b</code></a> chore: release v2.1.0-beta.4</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/coverage-istanbul">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 9.9.1 to 9.10.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.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>) (Nicholas C. Zakas)</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.10.0 - September 6, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/6448f3280f85137b429c1c320da6fb4b48169bd5"><code>6448f32</code></a> 9.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/afeb9b1b7e83c30809d619b965445d378797478c"><code>afeb9b1</code></a> Build: changelog update for 9.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0">compare view</a></li> </ul> </details> <br /> Updates `tsx` from 4.19.0 to 4.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.19.1</h2> <h2><a href="https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1">4.19.1</a> (2024-09-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>cjs:</strong> patch <code>module.path</code> for accurate cache ID (<a href="https://github.com/privatenumber/tsx/commit/0329bfc731346d6c8b6055c7f2882e5c3155a7ec">0329bfc</a>), closes <a href="https://redirect.github.com/privatenumber/tsx/issues/651">privatenumber/tsx#651</a></li> <li><strong>cjs:</strong> resolve ts extensions from js when namespaced (<a href="https://github.com/privatenumber/tsx/commit/44ed37f19fa576d57aec6a17cdcd43aa17a98fb4">44ed37f</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.19.1"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/0329bfc731346d6c8b6055c7f2882e5c3155a7ec"><code>0329bfc</code></a> fix(cjs): patch <code>module.path</code> for accurate cache ID</li> <li><a href="https://github.com/privatenumber/tsx/commit/44ed37f19fa576d57aec6a17cdcd43aa17a98fb4"><code>44ed37f</code></a> fix(cjs): resolve ts extensions from js when namespaced</li> <li><a href="https://github.com/privatenumber/tsx/commit/ac77527cb7bb7a70e187f980cd063e2fc0d83777"><code>ac77527</code></a> test: outdent api fixtures</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.4 to 5.6.2 <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</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&amp;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&amp;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&amp;q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+">fixed issues query for Typescript 5.6.2 (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> <h2>TypeScript 5.6 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-rc/">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&amp;milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.6 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/">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&amp;q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</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="https://github.com/microsoft/TypeScript/commit/a7e3374f13327483fbe94e32806d65785b0b6cda"><code>a7e3374</code></a> Bump version to 5.6.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/20633579fcf88f6b61774349740de4841d2b8b5c"><code>2063357</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59708">#59708</a> (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4fe7e41ea1a92ecbd59119666be2d60164785391"><code>4fe7e41</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59670">#59670</a> (fix(59649): ts Move to a new file d...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1a03e5340ae0b83ce1b1f743763625f89e92ca91"><code>1a03e53</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59761">#59761</a> (<code>this</code> can be nullish) into release-5.6 (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59762">#59762</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6212132b835145b1a8fd49982680ac668caf3ddc"><code>6212132</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/bbb5faf7e749df52adafdcd37c09ac7fff30ddaf"><code>bbb5faf</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59542">#59542</a> (Fixing delay caused in vscode due t...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/e6914a558775bd3ba3dc5567877604a0864b9338"><code>e6914a5</code></a> Bump version to 5.6.1-rc and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/34121c42b638e973f28b438b0513796a37585448"><code>34121c4</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/2a30c2a8f0408b32c8c7ff88f0bf1c6a32e67704"><code>2a30c2a</code></a> Merge remote-tracking branch 'origin/main' into release-5.6</li> <li><a href="https://github.com/microsoft/TypeScript/commit/936a79bbb58f82b173f6b644974995851b9b479e"><code>936a79b</code></a> Expose TypeChecker. getAwaitedType to public (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59268">#59268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.4.0 to 8.5.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.5.0</h2> <h2>8.5.0 (2024-09-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] prevent unnecessary <code>| undefined</code> for optional parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9479">#9479</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-argument] differentiate error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9920">#9920</a>)</li> <li><strong>typescript-estree:</strong> default projectService.defaultProject to 'tsconfig.json' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9893">#9893</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency prism-react-renderer to v2.4.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9943">#9943</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9898">#9898</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] handle static method (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9951">#9951</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] fix AST quick path scope analysis (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9900">#9900</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] access parser services lazily (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9921">#9921</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</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.5.0 (2024-09-09)</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="https://github.com/typescript-eslint/typescript-eslint/commit/4d31ebe71ac26612a129ac4be98692b11387145e"><code>4d31ebe</code></a> chore(release): publish 8.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4bc801e542e4accd644b65514a7b7355874f7a96"><code>4bc801e</code></a> chore: enable unicorn/no-array-reduce (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9640">#9640</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.3 to 5.4.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.5 (2024-09-13)<!-- raw HTML omitted --></h2> <ul> <li>fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>, throw error preloading module as well (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>) (<a href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba">faa2405</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18098">#18098</a> <a href="https://redirect.github.com/vitejs/vite/issues/18099">#18099</a></li> </ul> <h2><!-- raw HTML omitted -->5.4.4 (2024-09-11)<!-- raw HTML omitted --></h2> <ul> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>, ensure req.url matches moduleByEtag URL to avoid incorrect 304 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18078">#18078</a>) (<a href="https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf">74a79c5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17997">#17997</a> <a href="https://redirect.github.com/vitejs/vite/issues/18078">#18078</a></li> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>, allow scanning exports from <code>script module</code> in svelte (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18077">#18077</a>) (<a href="https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac">d90ba40</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18063">#18063</a> <a href="https://redirect.github.com/vitejs/vite/issues/18077">#18077</a></li> <li>fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>, allow ignoring dep errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>) (<a href="https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4">8760293</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18046">#18046</a> <a href="https://redirect.github.com/vitejs/vite/issues/18076">#18076</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/37881e71980ddbf6a93444c2d21b8ee6c076ad07"><code>37881e7</code></a> release: v5.4.5</li> <li><a href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba"><code>faa2405</code></a> fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>, throw error preloading module as well (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/54c55dbffc86f21ae88a171a5af90c37876db226"><code>54c55db</code></a> release: v5.4.4</li> <li><a href="https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf"><code>74a79c5</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>, ensure req.url matches moduleByEtag URL to avoid incorr...</li> <li><a href="https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac"><code>d90ba40</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>, allow scanning exports from <code>script module</code> in svelte (...</li> <li><a href="https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4"><code>8760293</code></a> fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>, allow ignoring dep errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.5/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 2.0.5 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Make example test callbacks async  -  by <a href="https://github.com/aqandrew"><code>@​aqandrew</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6484">vitest-dev/vitest#6484</a> <a href="https://github.com/vitest-dev/vitest/commit/16aa76c2"><!-- raw HTML omitted -->(16aa7)<!-- raw HTML omitted --></a></li> <li>Optimize vitest-browser-vue correctly  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6490">vitest-dev/vitest#6490</a> <a href="https://github.com/vitest-dev/vitest/commit/5cbb0bba"><!-- raw HTML omitted -->(5cbb0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Resolve glob pattern once to avoid name collision  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6489">vitest-dev/vitest#6489</a> <a href="https://github.com/vitest-dev/vitest/commit/36b5aceb"><!-- raw HTML omitted -->(36b5a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1">View changes on GitHub</a></h5> <h2>v2.1.0</h2> <p>This release makes another big change to the Browser Mode by introducing <a href="https://vitest.dev/guide/browser/locators.html">locators API</a>:</p> <pre lang="ts"><code>test('renders blog posts', async () =&gt; { const screen = page.render(&lt;Blog /&gt;) <p>await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()</p> <p>const [firstPost] = screen.getByRole('listitem').all()</p> <p>await firstPost.getByRole('button', { name: 'Delete' }).click()</p> <p>expect(screen.getByRole('listitem').all()).toHaveLength(3) }) </code></pre></p> <p>You can use either <a href="https://github.com/vitest-dev/vitest-browser-vue">vitest-browser-vue</a>, <a href="https://github.com/vitest-dev/vitest-browser-svelte">vitest-browser-svelte </a> or <a href="https://github.com/vitest-dev/vitest-browser-react">vitest-browser-react</a> to render components and make assertions using locators. Locators are also available on the <code>page</code> object from <code>@vitest/browser/context</code>.</p> <h3>Potential Breaking Change</h3> <ul> <li><strong>workspace</strong>: <ul> <li>Correctly resolve workspace globs and file paths  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6316">vitest-dev/vitest#6316</a> <a href="https://github.com/vitest-dev/vitest/commit/afdcb8f2"><!-- raw HTML omitted -->(afdcb)<!-- raw HTML omitted --></a></li> <li>This changes how the custom glob pattern in the workspace config is treated. <em>Any</em> file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single <code>vitest.config.ts</code> or <code>vite.config.ts</code> inside the folder)</li> <li>For example, <code>projects/*</code> will match anything inside the <code>projects</code> folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. <code>projects/**/*</code> previously would assume that you only wanted to have folders as projects, but now it will match <em>every single file</em> inside<code>projects</code>.</li> <li>This change doesn't affect non-glob usage.</li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <ul> <li>Make spec into a class instead of a tuple  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6355">vitest-dev/vitest#6355</a> <a href="https://github.com/vitest-dev/vitest/commit/874a121e"><!-- raw HTML omitted -->(874a1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Move page.config to server.config, add more docs  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6252">vitest-dev/vitest#6252</a> <a href="https://github.com/vitest-dev/vitest/commit/af2b813c"><!-- raw HTML omitted -->(af2b8)<!-- raw HTML omitted --></a></li> <li>Make iframe scalable, improve documentation  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6257">vitest-dev/vitest#6257</a> <a href="https://github.com/vitest-dev/vitest/commit/74ca11a4"><!-- raw HTML omitted -->(74ca1)<!-- raw HTML omitted --></a></li> <li>Introduce built-in locators  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6084">vitest-dev/vitest#6084</a> <a href="https://github.com/vitest-dev/vitest/commit/3347f83e"><!-- raw HTML omitted -->(3347f)<!-- raw HTML omitted --></a></li> <li>Support v8 coverage  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6273">vitest-dev/vitest#6273</a> <a href="https://github.com/vitest-dev/vitest/commit/34199bdf"><!-- raw HTML omitted -->(34199)<!-- raw HTML omitted --></a></li> <li>Support <code>userEvent.upload</code> in playwright provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6442">vitest-dev/vitest#6442</a> <a href="https://github.com/vitest-dev/vitest/commit/cf148645"><!-- raw HTML omitted -->(cf148)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6433">vitest-dev/vitest#6433</a> <a href="https://github.com/vitest-dev/vitest/commit/0499a315"><!-- raw HTML omitted -->(0499a)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect-brk</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6434">vitest-dev/vitest#6434</a> <a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8"><!-- raw HTML omitted -->(7ab0f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/699055eb93909287e1542fdfb99d97f2a38965ba"><code>699055e</code></a> chore: release v2.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/36b5aceb9e146f790a60fc36d74359fdd209fcf9"><code>36b5ace</code></a> fix(workspace): resolve glob pattern once to avoid name collision (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6489">#6489</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/16aa76c261c1559e88cb6a39b71923d0638750c1"><code>16aa76c</code></a> fix(browser): make example test callbacks async (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6484">#6484</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9f1fd182fd96931ee876662f75e5931031798299"><code>9f1fd18</code></a> chore: release v2.1.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/94a186ec911e78b96961e7c7ee951130c616e989"><code>94a186e</code></a> fix(ui): render project name consistently (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6329">#6329</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ac698b1c8d3b6e587b18040ab610eeb995aa178d"><code>ac698b1</code></a> fix: <code>expect.getState().testPath</code> always returns correct path (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6472">#6472</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b2be23e4c901c1667c94c8119dfe94b6063e6d30"><code>b2be23e</code></a> chore: release v2.1.0-beta.7</li> <li><a href="https://github.com/vitest-dev/vitest/commit/0b4472267ddc854de2293d97056777810a813bc1"><code>0b44722</code></a> fix: ignore importer when resolving Vitest (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6469">#6469</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/97773e22bf64327ca5d00ef3241edd65337846e6"><code>97773e2</code></a> chore: fix edge case in license files bundling (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6460">#6460</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8ff5f2affe1353b5fcaacf717ed1ee3de"><code>7ab0f4a</code></a> feat(browser): support <code>--inspect-brk</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6434">#6434</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest">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>
2024-09-13 20:42:27 +02:00
"@eslint/js": "^9.10.0",
"@rollup/plugin-node-resolve": "^15.2.3",
Bump the storybook group with 8 updates (#235) Bumps the storybook group with 8 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.2.8` | `8.2.9` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.2.8` | `8.2.9` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.2.8` | `8.2.9` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.2.8` | `8.2.9` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.8` | `8.2.9` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.8` | `8.2.9` | | [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.2.8` | `8.2.9` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.8` | `8.2.9` | Updates `@storybook/addon-essentials` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-essentials</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-essentials</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/essentials">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-interactions` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-interactions</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-interactions</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/interactions">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-links` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-links</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-links</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/links">compare view</a></li> </ul> </details> <br /> Updates `@storybook/blocks` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/blocks</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/blocks</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/blocks">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/renderers/react">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react-vite` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react-vite</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react-vite</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/frameworks/react-vite">compare view</a></li> </ul> </details> <br /> Updates `@storybook/test` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/test</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/test</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/test">compare view</a></li> </ul> </details> <br /> Updates `storybook` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases">storybook's releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/dbea094ba500e50bf513f6f06d6266971e9e8b60"><code>dbea094</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/28853">#28853</a> from storybookjs/norbert/fix-no-install-bug</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/cli">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>
2024-08-16 20:36:58 +02:00
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/test": "^8.2.9",
"@types/css-tree": "^2",
2024-08-29 02:12:37 +02:00
"@types/debug": "^4",
2024-07-18 06:52:39 +02:00
"@types/electron": "^1.6.10",
Bump the dev-dependencies group with 3 updates (#338) Bumps the dev-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@types/node` from 22.5.1 to 22.5.4 <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 `typescript-eslint` from 8.3.0 to 8.4.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.4.0</h2> <h2>8.4.0 (2024-09-02)</h2> <h3>🚀 Features</h3> <ul> <li><strong>typescript-estree:</strong> make withoutProjectParserOptions generic (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9877">#9877</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</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.4.0 (2024-09-02)</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="https://github.com/typescript-eslint/typescript-eslint/commit/3920c937e8a7b56e6134a073f03e89faeed4dd9a"><code>3920c93</code></a> chore(release): publish 8.4.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2ad3404690cd601d1bbb80daa7f861ab5bb127e4"><code>2ad3404</code></a> chore: enable <code>unicorn/prefer-export-from</code> and `@typescript-eslint/consistent...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.4.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.2 to 5.4.3 <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 -->5.4.3 (2024-09-03)<!-- raw HTML omitted --></h2> <ul> <li>fix: allow getting URL of JS files in publicDir (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17915">#17915</a>) (<a href="https://github.com/vitejs/vite/commit/943ece177e7709b3ba574e810afce347c51d4442">943ece1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17915">#17915</a></li> <li>fix: cjs warning respect the logLevel flag (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17993">#17993</a>) (<a href="https://github.com/vitejs/vite/commit/dc3c14f39fcd57867c8ae81b75ae768b53b4b880">dc3c14f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17993">#17993</a></li> <li>fix: improve CJS warning trace information (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17926">#17926</a>) (<a href="https://github.com/vitejs/vite/commit/5c5f82c84bb64309875b42eee9d4dd525ab42e8c">5c5f82c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17926">#17926</a></li> <li>fix: only remove entry assets handled by Vite core (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17916">#17916</a>) (<a href="https://github.com/vitejs/vite/commit/ebfaa7e6019783f308db5e759a6a67abb7cc626c">ebfaa7e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17916">#17916</a></li> <li>fix: waitForRequestIdle locked (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17982">#17982</a>) (<a href="https://github.com/vitejs/vite/commit/ad1376018a94b42540a8488d897cc520849e1228">ad13760</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17982">#17982</a></li> <li>fix(css): fix directory index import in sass modern api (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17960">#17960</a>) (<a href="https://github.com/vitejs/vite/commit/9b001baa70c8489ac5550107c110a5dca281cda4">9b001ba</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17960">#17960</a></li> <li>fix(css): fix sass <code>file://</code> reference (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17909">#17909</a>) (<a href="https://github.com/vitejs/vite/commit/561b940f6f963fbb78058a6e23b4adad53a2edb9">561b940</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17909">#17909</a></li> <li>fix(css): fix sass modern source map (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17938">#17938</a>) (<a href="https://github.com/vitejs/vite/commit/d428e7e3a05f8da5ea00bb1b6a0827a5cc225899">d428e7e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17938">#17938</a></li> <li>fix(deps): bump tsconfck (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17990">#17990</a>) (<a href="https://github.com/vitejs/vite/commit/8c661b20e92f33eb2e3ba3841b20dd6f6076f1ef">8c661b2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17990">#17990</a></li> <li>fix(html): rewrite assets url in &lt;template&gt; (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17988">#17988</a>) (<a href="https://github.com/vitejs/vite/commit/413c86aa971bc1ad8958578c929f45a368799f74">413c86a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17988">#17988</a></li> <li>fix(preload): add crossorigin attribute in CSS link tags (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17930">#17930</a>) (<a href="https://github.com/vitejs/vite/commit/15871c75e0722adeda23f771fd6c45fecba4d118">15871c7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17930">#17930</a></li> <li>chore: reduce diffs with v6 branch (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17942">#17942</a>) (<a href="https://github.com/vitejs/vite/commit/bf9065aa13da6a519014c3bc1d34cfb1cb49ccca">bf9065a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17942">#17942</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17945">#17945</a>) (<a href="https://github.com/vitejs/vite/commit/cfb621e7a5a3e24d710a9af156e6855e73caf891">cfb621e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17945">#17945</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17991">#17991</a>) (<a href="https://github.com/vitejs/vite/commit/0ca53cff9ff49108fcec75ff01d2445f9c2f2a4c">0ca53cf</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17991">#17991</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/ccbfc1a06816ccf45b93cffa9f8c2b94d3ad97d3"><code>ccbfc1a</code></a> release: v5.4.3</li> <li><a href="https://github.com/vitejs/vite/commit/9b001baa70c8489ac5550107c110a5dca281cda4"><code>9b001ba</code></a> fix(css): fix directory index import in sass modern api (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17960">#17960</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5c5f82c84bb64309875b42eee9d4dd525ab42e8c"><code>5c5f82c</code></a> fix: improve CJS warning trace information (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17926">#17926</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/15871c75e0722adeda23f771fd6c45fecba4d118"><code>15871c7</code></a> fix(preload): add crossorigin attribute in CSS link tags (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17930">#17930</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/413c86aa971bc1ad8958578c929f45a368799f74"><code>413c86a</code></a> fix(html): rewrite assets url in &lt;template&gt; (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17988">#17988</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/dc3c14f39fcd57867c8ae81b75ae768b53b4b880"><code>dc3c14f</code></a> fix: cjs warning respect the logLevel flag (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17993">#17993</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/0ca53cff9ff49108fcec75ff01d2445f9c2f2a4c"><code>0ca53cf</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17991">#17991</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ebfaa7e6019783f308db5e759a6a67abb7cc626c"><code>ebfaa7e</code></a> fix: only remove entry assets handled by Vite core (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17916">#17916</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d428e7e3a05f8da5ea00bb1b6a0827a5cc225899"><code>d428e7e</code></a> fix(css): fix sass modern source map (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17938">#17938</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ad1376018a94b42540a8488d897cc520849e1228"><code>ad13760</code></a> fix: waitForRequestIdle locked (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17982">#17982</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.4.3/packages/vite">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>
2024-09-07 01:26:37 +02:00
"@types/node": "^22.5.4",
2024-06-26 21:26:27 +02:00
"@types/papaparse": "^5",
"@types/pngjs": "^6.0.5",
Bump the dev-dependencies group with 4 updates (#295) Bumps the dev-dependencies group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [tsx](https://github.com/privatenumber/tsx) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/node` from 22.5.0 to 22.5.1 <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` from 18.3.4 to 18.3.5 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> Updates `tsx` from 4.18.0 to 4.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.19.0</h2> <h1><a href="https://github.com/privatenumber/tsx/compare/v4.18.0...v4.19.0">4.19.0</a> (2024-08-27)</h1> <h3>Features</h3> <ul> <li><strong>watch:</strong> deprecate ignore flag in favor or exclude flag (<a href="https://github.com/privatenumber/tsx/commit/157c3ec6bcf0b0a5e387080576404c00f7fd662f">157c3ec</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.19.0"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/157c3ec6bcf0b0a5e387080576404c00f7fd662f"><code>157c3ec</code></a> feat(watch): deprecate ignore flag in favor or exclude flag</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.18.0...v4.19.0">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.2.0 to 8.3.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.3.0</h2> <h2>8.3.0 (2024-08-26)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-deprecation] add rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9783">#9783</a>)</li> <li><strong>typescript-estree:</strong> replace <code>globby</code> w/ <code>fast-glob</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9518">#9518</a>)</li> <li><strong>typescript-estree:</strong> reload project service once when file config isn't found (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9853">#9853</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>ast-spec:</strong> use <code>Expression</code> in argument of <code>ThrowStatement</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9632">#9632</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression] add missing parentheses in autofix (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8673">#8673</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] check mapped alias type arguments (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9741">#9741</a>)</li> <li><strong>utils:</strong> add missing <code>TSSatisfiesExpression</code> in <code>RuleListenerBaseSelectors</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9832">#9832</a>)</li> <li><strong>utils:</strong> add <code>TSDeclareFunction</code> to <code>functionTypeTypes</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9788">#9788</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Daichi Kamiyama <a href="https://github.com/dak2"><code>@​dak2</code></a></li> <li>Josh Goldberg ✨</li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li> <li>Sukka</li> <li>Vida Xie <a href="https://github.com/9romise"><code>@​9romise</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.3.0 (2024-08-26)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-deprecation] add rule</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Daichi Kamiyama</li> <li>Josh Goldberg ✨</li> <li>Kim Sang Du</li> <li>Sukka</li> <li>Vida Xie</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ef2eab12e8d99524d258f0594c3ae2baff31518b"><code>ef2eab1</code></a> chore(release): publish 8.3.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d4f69435cc6be99f8656e4c340dcfdab1521795a"><code>d4f6943</code></a> chore: enable eslint-plugin-perfectionist on typescript-eslint package (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9851">#9851</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/57e4120e03eede202e9938028fb8b70e6c65eaef"><code>57e4120</code></a> feat(eslint-plugin): [no-deprecation] add rule (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9783">#9783</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/typescript-eslint">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>
2024-08-30 18:48:17 +02:00
"@types/react": "^18.3.5",
2024-09-11 23:54:23 +02:00
"@types/react-dom": "^18.3.0",
"@types/shell-quote": "^1",
"@types/sprintf-js": "^1",
2024-06-26 21:26:27 +02:00
"@types/throttle-debounce": "^5",
2024-07-03 23:32:55 +02:00
"@types/tinycolor2": "^1",
"@types/uuid": "^10.0.0",
2024-07-19 00:16:49 +02:00
"@vitejs/plugin-react-swc": "^3.7.0",
Bump the dev-dependencies group with 8 updates (#377) Bumps the dev-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.1` | `9.10.0` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `2.0.5` | `2.1.1` | | [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.0` | `4.19.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.4.0` | `8.5.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.3` | `5.4.5` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.1` | Updates `@eslint/js` from 9.9.1 to 9.10.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.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18754">#18754</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18763">#18763</a>) (Nicholas C. Zakas)</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.10.0 - September 6, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18754">#18754</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18763">#18763</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</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.10.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-istanbul` from 2.0.5 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-istanbul</code>'s releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Make example test callbacks async  -  by <a href="https://github.com/aqandrew"><code>@​aqandrew</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6484">vitest-dev/vitest#6484</a> <a href="https://github.com/vitest-dev/vitest/commit/16aa76c2"><!-- raw HTML omitted -->(16aa7)<!-- raw HTML omitted --></a></li> <li>Optimize vitest-browser-vue correctly  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6490">vitest-dev/vitest#6490</a> <a href="https://github.com/vitest-dev/vitest/commit/5cbb0bba"><!-- raw HTML omitted -->(5cbb0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Resolve glob pattern once to avoid name collision  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6489">vitest-dev/vitest#6489</a> <a href="https://github.com/vitest-dev/vitest/commit/36b5aceb"><!-- raw HTML omitted -->(36b5a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1">View changes on GitHub</a></h5> <h2>v2.1.0</h2> <p>This release makes another big change to the Browser Mode by introducing <a href="https://vitest.dev/guide/browser/locators.html">locators API</a>:</p> <pre lang="ts"><code>test('renders blog posts', async () =&gt; { const screen = page.render(&lt;Blog /&gt;) <p>await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()</p> <p>const [firstPost] = screen.getByRole('listitem').all()</p> <p>await firstPost.getByRole('button', { name: 'Delete' }).click()</p> <p>expect(screen.getByRole('listitem').all()).toHaveLength(3) }) </code></pre></p> <p>You can use either <a href="https://github.com/vitest-dev/vitest-browser-vue">vitest-browser-vue</a>, <a href="https://github.com/vitest-dev/vitest-browser-svelte">vitest-browser-svelte </a> or <a href="https://github.com/vitest-dev/vitest-browser-react">vitest-browser-react</a> to render components and make assertions using locators. Locators are also available on the <code>page</code> object from <code>@vitest/browser/context</code>.</p> <h3>Potential Breaking Change</h3> <ul> <li><strong>workspace</strong>: <ul> <li>Correctly resolve workspace globs and file paths  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6316">vitest-dev/vitest#6316</a> <a href="https://github.com/vitest-dev/vitest/commit/afdcb8f2"><!-- raw HTML omitted -->(afdcb)<!-- raw HTML omitted --></a></li> <li>This changes how the custom glob pattern in the workspace config is treated. <em>Any</em> file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single <code>vitest.config.ts</code> or <code>vite.config.ts</code> inside the folder)</li> <li>For example, <code>projects/*</code> will match anything inside the <code>projects</code> folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. <code>projects/**/*</code> previously would assume that you only wanted to have folders as projects, but now it will match <em>every single file</em> inside<code>projects</code>.</li> <li>This change doesn't affect non-glob usage.</li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <ul> <li>Make spec into a class instead of a tuple  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6355">vitest-dev/vitest#6355</a> <a href="https://github.com/vitest-dev/vitest/commit/874a121e"><!-- raw HTML omitted -->(874a1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Move page.config to server.config, add more docs  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6252">vitest-dev/vitest#6252</a> <a href="https://github.com/vitest-dev/vitest/commit/af2b813c"><!-- raw HTML omitted -->(af2b8)<!-- raw HTML omitted --></a></li> <li>Make iframe scalable, improve documentation  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6257">vitest-dev/vitest#6257</a> <a href="https://github.com/vitest-dev/vitest/commit/74ca11a4"><!-- raw HTML omitted -->(74ca1)<!-- raw HTML omitted --></a></li> <li>Introduce built-in locators  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6084">vitest-dev/vitest#6084</a> <a href="https://github.com/vitest-dev/vitest/commit/3347f83e"><!-- raw HTML omitted -->(3347f)<!-- raw HTML omitted --></a></li> <li>Support v8 coverage  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6273">vitest-dev/vitest#6273</a> <a href="https://github.com/vitest-dev/vitest/commit/34199bdf"><!-- raw HTML omitted -->(34199)<!-- raw HTML omitted --></a></li> <li>Support <code>userEvent.upload</code> in playwright provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6442">vitest-dev/vitest#6442</a> <a href="https://github.com/vitest-dev/vitest/commit/cf148645"><!-- raw HTML omitted -->(cf148)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6433">vitest-dev/vitest#6433</a> <a href="https://github.com/vitest-dev/vitest/commit/0499a315"><!-- raw HTML omitted -->(0499a)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect-brk</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6434">vitest-dev/vitest#6434</a> <a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8"><!-- raw HTML omitted -->(7ab0f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/699055eb93909287e1542fdfb99d97f2a38965ba"><code>699055e</code></a> chore: release v2.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9f1fd182fd96931ee876662f75e5931031798299"><code>9f1fd18</code></a> chore: release v2.1.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b2be23e4c901c1667c94c8119dfe94b6063e6d30"><code>b2be23e</code></a> chore: release v2.1.0-beta.7</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8ac70111706a4444a779a75bed34c18b800ea0b3"><code>8ac7011</code></a> chore: release v2.1.0-beta.6</li> <li><a href="https://github.com/vitest-dev/vitest/commit/da52d23fd1815dba954ecad935d76a8233be04a2"><code>da52d23</code></a> fix(coverage): use project specific <code>vitenode</code> for uncovered files (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6044">#6044</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5932a7f988fdb269ac1ae704172bc7cfbf6ed721"><code>5932a7f</code></a> feat(coverage): add <code>--exclude-after-remap</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6309">#6309</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/34199bdf9a8cc9ac3615285bfe051948fa0cf7e4"><code>34199bd</code></a> feat(browser): support v8 coverage (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6273">#6273</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/72056b5063d29ddc6219d028fcfc6b1e4eab0e05"><code>72056b5</code></a> chore: release v2.1.0-beta.5</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e662c7b2c307adbf312684c21efd8d05b1284b9a"><code>e662c7b</code></a> fix(coverage): warn if <code>vitest</code> and <code>@vitest/*</code> versions don't match (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6317">#6317</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/67b086bb86e34f8190631e419e5111a074cbedae"><code>67b086b</code></a> chore: release v2.1.0-beta.4</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/coverage-istanbul">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 9.9.1 to 9.10.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.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>) (Nicholas C. Zakas)</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.10.0 - September 6, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/6448f3280f85137b429c1c320da6fb4b48169bd5"><code>6448f32</code></a> 9.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/afeb9b1b7e83c30809d619b965445d378797478c"><code>afeb9b1</code></a> Build: changelog update for 9.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0">compare view</a></li> </ul> </details> <br /> Updates `tsx` from 4.19.0 to 4.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.19.1</h2> <h2><a href="https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1">4.19.1</a> (2024-09-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>cjs:</strong> patch <code>module.path</code> for accurate cache ID (<a href="https://github.com/privatenumber/tsx/commit/0329bfc731346d6c8b6055c7f2882e5c3155a7ec">0329bfc</a>), closes <a href="https://redirect.github.com/privatenumber/tsx/issues/651">privatenumber/tsx#651</a></li> <li><strong>cjs:</strong> resolve ts extensions from js when namespaced (<a href="https://github.com/privatenumber/tsx/commit/44ed37f19fa576d57aec6a17cdcd43aa17a98fb4">44ed37f</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.19.1"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/0329bfc731346d6c8b6055c7f2882e5c3155a7ec"><code>0329bfc</code></a> fix(cjs): patch <code>module.path</code> for accurate cache ID</li> <li><a href="https://github.com/privatenumber/tsx/commit/44ed37f19fa576d57aec6a17cdcd43aa17a98fb4"><code>44ed37f</code></a> fix(cjs): resolve ts extensions from js when namespaced</li> <li><a href="https://github.com/privatenumber/tsx/commit/ac77527cb7bb7a70e187f980cd063e2fc0d83777"><code>ac77527</code></a> test: outdent api fixtures</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.4 to 5.6.2 <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</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&amp;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&amp;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&amp;q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+">fixed issues query for Typescript 5.6.2 (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> <h2>TypeScript 5.6 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-rc/">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&amp;milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.6 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/">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&amp;q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</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="https://github.com/microsoft/TypeScript/commit/a7e3374f13327483fbe94e32806d65785b0b6cda"><code>a7e3374</code></a> Bump version to 5.6.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/20633579fcf88f6b61774349740de4841d2b8b5c"><code>2063357</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59708">#59708</a> (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4fe7e41ea1a92ecbd59119666be2d60164785391"><code>4fe7e41</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59670">#59670</a> (fix(59649): ts Move to a new file d...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1a03e5340ae0b83ce1b1f743763625f89e92ca91"><code>1a03e53</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59761">#59761</a> (<code>this</code> can be nullish) into release-5.6 (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59762">#59762</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6212132b835145b1a8fd49982680ac668caf3ddc"><code>6212132</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/bbb5faf7e749df52adafdcd37c09ac7fff30ddaf"><code>bbb5faf</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59542">#59542</a> (Fixing delay caused in vscode due t...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/e6914a558775bd3ba3dc5567877604a0864b9338"><code>e6914a5</code></a> Bump version to 5.6.1-rc and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/34121c42b638e973f28b438b0513796a37585448"><code>34121c4</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/2a30c2a8f0408b32c8c7ff88f0bf1c6a32e67704"><code>2a30c2a</code></a> Merge remote-tracking branch 'origin/main' into release-5.6</li> <li><a href="https://github.com/microsoft/TypeScript/commit/936a79bbb58f82b173f6b644974995851b9b479e"><code>936a79b</code></a> Expose TypeChecker. getAwaitedType to public (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59268">#59268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.4.0 to 8.5.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.5.0</h2> <h2>8.5.0 (2024-09-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] prevent unnecessary <code>| undefined</code> for optional parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9479">#9479</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-argument] differentiate error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9920">#9920</a>)</li> <li><strong>typescript-estree:</strong> default projectService.defaultProject to 'tsconfig.json' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9893">#9893</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency prism-react-renderer to v2.4.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9943">#9943</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9898">#9898</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] handle static method (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9951">#9951</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] fix AST quick path scope analysis (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9900">#9900</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] access parser services lazily (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9921">#9921</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</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.5.0 (2024-09-09)</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="https://github.com/typescript-eslint/typescript-eslint/commit/4d31ebe71ac26612a129ac4be98692b11387145e"><code>4d31ebe</code></a> chore(release): publish 8.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4bc801e542e4accd644b65514a7b7355874f7a96"><code>4bc801e</code></a> chore: enable unicorn/no-array-reduce (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9640">#9640</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.3 to 5.4.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.5 (2024-09-13)<!-- raw HTML omitted --></h2> <ul> <li>fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>, throw error preloading module as well (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>) (<a href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba">faa2405</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18098">#18098</a> <a href="https://redirect.github.com/vitejs/vite/issues/18099">#18099</a></li> </ul> <h2><!-- raw HTML omitted -->5.4.4 (2024-09-11)<!-- raw HTML omitted --></h2> <ul> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>, ensure req.url matches moduleByEtag URL to avoid incorrect 304 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18078">#18078</a>) (<a href="https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf">74a79c5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17997">#17997</a> <a href="https://redirect.github.com/vitejs/vite/issues/18078">#18078</a></li> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>, allow scanning exports from <code>script module</code> in svelte (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18077">#18077</a>) (<a href="https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac">d90ba40</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18063">#18063</a> <a href="https://redirect.github.com/vitejs/vite/issues/18077">#18077</a></li> <li>fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>, allow ignoring dep errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>) (<a href="https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4">8760293</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18046">#18046</a> <a href="https://redirect.github.com/vitejs/vite/issues/18076">#18076</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/37881e71980ddbf6a93444c2d21b8ee6c076ad07"><code>37881e7</code></a> release: v5.4.5</li> <li><a href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba"><code>faa2405</code></a> fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>, throw error preloading module as well (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/54c55dbffc86f21ae88a171a5af90c37876db226"><code>54c55db</code></a> release: v5.4.4</li> <li><a href="https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf"><code>74a79c5</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>, ensure req.url matches moduleByEtag URL to avoid incorr...</li> <li><a href="https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac"><code>d90ba40</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>, allow scanning exports from <code>script module</code> in svelte (...</li> <li><a href="https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4"><code>8760293</code></a> fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>, allow ignoring dep errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.5/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 2.0.5 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Make example test callbacks async  -  by <a href="https://github.com/aqandrew"><code>@​aqandrew</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6484">vitest-dev/vitest#6484</a> <a href="https://github.com/vitest-dev/vitest/commit/16aa76c2"><!-- raw HTML omitted -->(16aa7)<!-- raw HTML omitted --></a></li> <li>Optimize vitest-browser-vue correctly  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6490">vitest-dev/vitest#6490</a> <a href="https://github.com/vitest-dev/vitest/commit/5cbb0bba"><!-- raw HTML omitted -->(5cbb0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Resolve glob pattern once to avoid name collision  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6489">vitest-dev/vitest#6489</a> <a href="https://github.com/vitest-dev/vitest/commit/36b5aceb"><!-- raw HTML omitted -->(36b5a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1">View changes on GitHub</a></h5> <h2>v2.1.0</h2> <p>This release makes another big change to the Browser Mode by introducing <a href="https://vitest.dev/guide/browser/locators.html">locators API</a>:</p> <pre lang="ts"><code>test('renders blog posts', async () =&gt; { const screen = page.render(&lt;Blog /&gt;) <p>await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()</p> <p>const [firstPost] = screen.getByRole('listitem').all()</p> <p>await firstPost.getByRole('button', { name: 'Delete' }).click()</p> <p>expect(screen.getByRole('listitem').all()).toHaveLength(3) }) </code></pre></p> <p>You can use either <a href="https://github.com/vitest-dev/vitest-browser-vue">vitest-browser-vue</a>, <a href="https://github.com/vitest-dev/vitest-browser-svelte">vitest-browser-svelte </a> or <a href="https://github.com/vitest-dev/vitest-browser-react">vitest-browser-react</a> to render components and make assertions using locators. Locators are also available on the <code>page</code> object from <code>@vitest/browser/context</code>.</p> <h3>Potential Breaking Change</h3> <ul> <li><strong>workspace</strong>: <ul> <li>Correctly resolve workspace globs and file paths  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6316">vitest-dev/vitest#6316</a> <a href="https://github.com/vitest-dev/vitest/commit/afdcb8f2"><!-- raw HTML omitted -->(afdcb)<!-- raw HTML omitted --></a></li> <li>This changes how the custom glob pattern in the workspace config is treated. <em>Any</em> file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single <code>vitest.config.ts</code> or <code>vite.config.ts</code> inside the folder)</li> <li>For example, <code>projects/*</code> will match anything inside the <code>projects</code> folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. <code>projects/**/*</code> previously would assume that you only wanted to have folders as projects, but now it will match <em>every single file</em> inside<code>projects</code>.</li> <li>This change doesn't affect non-glob usage.</li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <ul> <li>Make spec into a class instead of a tuple  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6355">vitest-dev/vitest#6355</a> <a href="https://github.com/vitest-dev/vitest/commit/874a121e"><!-- raw HTML omitted -->(874a1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Move page.config to server.config, add more docs  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6252">vitest-dev/vitest#6252</a> <a href="https://github.com/vitest-dev/vitest/commit/af2b813c"><!-- raw HTML omitted -->(af2b8)<!-- raw HTML omitted --></a></li> <li>Make iframe scalable, improve documentation  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6257">vitest-dev/vitest#6257</a> <a href="https://github.com/vitest-dev/vitest/commit/74ca11a4"><!-- raw HTML omitted -->(74ca1)<!-- raw HTML omitted --></a></li> <li>Introduce built-in locators  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6084">vitest-dev/vitest#6084</a> <a href="https://github.com/vitest-dev/vitest/commit/3347f83e"><!-- raw HTML omitted -->(3347f)<!-- raw HTML omitted --></a></li> <li>Support v8 coverage  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6273">vitest-dev/vitest#6273</a> <a href="https://github.com/vitest-dev/vitest/commit/34199bdf"><!-- raw HTML omitted -->(34199)<!-- raw HTML omitted --></a></li> <li>Support <code>userEvent.upload</code> in playwright provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6442">vitest-dev/vitest#6442</a> <a href="https://github.com/vitest-dev/vitest/commit/cf148645"><!-- raw HTML omitted -->(cf148)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6433">vitest-dev/vitest#6433</a> <a href="https://github.com/vitest-dev/vitest/commit/0499a315"><!-- raw HTML omitted -->(0499a)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect-brk</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6434">vitest-dev/vitest#6434</a> <a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8"><!-- raw HTML omitted -->(7ab0f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/699055eb93909287e1542fdfb99d97f2a38965ba"><code>699055e</code></a> chore: release v2.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/36b5aceb9e146f790a60fc36d74359fdd209fcf9"><code>36b5ace</code></a> fix(workspace): resolve glob pattern once to avoid name collision (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6489">#6489</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/16aa76c261c1559e88cb6a39b71923d0638750c1"><code>16aa76c</code></a> fix(browser): make example test callbacks async (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6484">#6484</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9f1fd182fd96931ee876662f75e5931031798299"><code>9f1fd18</code></a> chore: release v2.1.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/94a186ec911e78b96961e7c7ee951130c616e989"><code>94a186e</code></a> fix(ui): render project name consistently (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6329">#6329</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ac698b1c8d3b6e587b18040ab610eeb995aa178d"><code>ac698b1</code></a> fix: <code>expect.getState().testPath</code> always returns correct path (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6472">#6472</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b2be23e4c901c1667c94c8119dfe94b6063e6d30"><code>b2be23e</code></a> chore: release v2.1.0-beta.7</li> <li><a href="https://github.com/vitest-dev/vitest/commit/0b4472267ddc854de2293d97056777810a813bc1"><code>0b44722</code></a> fix: ignore importer when resolving Vitest (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6469">#6469</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/97773e22bf64327ca5d00ef3241edd65337846e6"><code>97773e2</code></a> chore: fix edge case in license files bundling (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6460">#6460</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8ff5f2affe1353b5fcaacf717ed1ee3de"><code>7ab0f4a</code></a> feat(browser): support <code>--inspect-brk</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6434">#6434</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest">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>
2024-09-13 20:42:27 +02:00
"@vitest/coverage-istanbul": "^2.1.1",
Bump the electron group with 2 updates (#341) Bumps the electron group with 2 updates: [electron](https://github.com/electron/electron) and [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). Updates `electron` from 32.0.1 to 32.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v32.0.2</h2> <h1>Release Notes for v32.0.2</h1> <h2>Fixes</h2> <ul> <li>Fixed <code>MenuItem.click</code> handler not setting <code>focusedWindow</code> parameter when focused window is a <code>BaseWindow</code>. <a href="https://redirect.github.com/electron/electron/pull/43437">#43437</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43439">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43438">33</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where <code>BaseWindow.setTouchBar</code> didn't work as expected. <a href="https://redirect.github.com/electron/electron/pull/43421">#43421</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43419">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43420">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43422">33</a>)<!-- raw HTML omitted --></li> <li>Fixed bug where camera permissions affected screen sharing. <a href="https://redirect.github.com/electron/electron/pull/43544">#43544</a></li> <li>Fixed devtools to allow restoring saved dock state on Linux when WCO is enabled. <a href="https://redirect.github.com/electron/electron/pull/43501">#43501</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43500">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43499">33</a>)<!-- raw HTML omitted --></li> <li>Fixed electron app in ozone/wayland not being focused when launched from another app. <a href="https://redirect.github.com/electron/electron/pull/43548">#43548</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43547">31</a>, <a href="https://redirect.github.com/electron/electron/pull/43546">33</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 128.0.6613.84. <a href="https://redirect.github.com/electron/electron/pull/43425">#43425</a></li> </ul> <h2>Documentation</h2> <ul> <li>Documentation changes: <a href="https://redirect.github.com/electron/electron/pull/43459">#43459</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/61fbd29bc509e93a2f4b14435ec6ae58ef6c166c"><code>61fbd29</code></a> build: don't run symbol generation on PS (<a href="https://redirect.github.com/electron/electron/issues/43560">#43560</a>)</li> <li><a href="https://github.com/electron/electron/commit/486c264738544fac57e9b42fc04b40d472ad999c"><code>486c264</code></a> fix: don't use deprecate-soon class v8::String::Value (<a href="https://redirect.github.com/electron/electron/issues/43552">#43552</a>)</li> <li><a href="https://github.com/electron/electron/commit/c9c8f5b3a3038d3ed8bbe8e4533396df64ee1231"><code>c9c8f5b</code></a> fix: Use XDG_ACTIVATION_TOKEN in wayland when launched by other app (<a href="https://redirect.github.com/electron/electron/issues/43548">#43548</a>)</li> <li><a href="https://github.com/electron/electron/commit/22c839437647bc33406546aab2f4fcbc6476f123"><code>22c8394</code></a> fix: systemMediaPermissionDenied should not check camera perms when the reque...</li> <li><a href="https://github.com/electron/electron/commit/454f1c8d5d9feea3c45269f72236dbdc04da9fd2"><code>454f1c8</code></a> build: free up macos disk space as soon as possible (<a href="https://redirect.github.com/electron/electron/issues/43537">#43537</a>)</li> <li><a href="https://github.com/electron/electron/commit/5c07d561664bba872c84c5a59c45f1f32587053e"><code>5c07d56</code></a> chore: speed up cache only reclient for fork PRs (<a href="https://redirect.github.com/electron/electron/issues/43505">#43505</a>)</li> <li><a href="https://github.com/electron/electron/commit/2aa1591d20a6db8361d8455068c0c36e337ea36f"><code>2aa1591</code></a> fix: devtools dock state with WCO on linux (<a href="https://redirect.github.com/electron/electron/issues/43501">#43501</a>)</li> <li><a href="https://github.com/electron/electron/commit/0a13e40fabbab958abee55948b89189c20349e06"><code>0a13e40</code></a> refactor: simplify KeyWeakMap impl (<a href="https://redirect.github.com/electron/electron/issues/43485">#43485</a>)</li> <li><a href="https://github.com/electron/electron/commit/81c2c194146973a82574f3ab53c7a384683ecae8"><code>81c2c19</code></a> chore: remove unused WinFrameView::kInactiveTitlebarFeatureAlpha (<a href="https://redirect.github.com/electron/electron/issues/43474">#43474</a>)</li> <li><a href="https://github.com/electron/electron/commit/5a1bab7c3ae6fd8b02e755a9edae06e43ed40d36"><code>5a1bab7</code></a> perf: prefer GURL string_view getters (<a href="https://redirect.github.com/electron/electron/issues/43470">#43470</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v32.0.1...v32.0.2">compare view</a></li> </ul> </details> <br /> Updates `electron-builder` from 24.13.3 to 25.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">electron-builder's releases</a>.</em></p> <blockquote> <h2>v25.0.5</h2> <h2>What's Changed</h2> <ul> <li>fix: windows signature verification special chars by <a href="https://github.com/ckarich"><code>@​ckarich</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8409">electron-userland/electron-builder#8409</a></li> <li>fix: change abort to aborted event by <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8282">electron-userland/electron-builder#8282</a></li> <li>chore(deps): upgrade semver to latest to resolve CVE by <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8417">electron-userland/electron-builder#8417</a></li> <li>fix: Snap publish regression by <a href="https://github.com/lutzroeder"><code>@​lutzroeder</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8424">electron-userland/electron-builder#8424</a></li> <li>chore(deploy): Release by <a href="https://github.com/github-actions"><code>@​github-actions</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8411">electron-userland/electron-builder#8411</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ckarich"><code>@​ckarich</code></a> made their first contribution in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8409">electron-userland/electron-builder#8409</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v25.0.4...v25.0.5">https://github.com/electron-userland/electron-builder/compare/v25.0.4...v25.0.5</a></p> <h2>v25.0.4</h2> <h2>What's Changed</h2> <ul> <li>fix(electron-updater,deb): Handle spaces in application artifact name for deb by <a href="https://github.com/Ryan432"><code>@​Ryan432</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8400">electron-userland/electron-builder#8400</a></li> <li>feat: unpacked native node file by <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8392">electron-userland/electron-builder#8392</a></li> <li>feat: add custom channel in github provider by <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8393">electron-userland/electron-builder#8393</a></li> <li>fix: add disableDefaultIgnoredFiles option by <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8398">electron-userland/electron-builder#8398</a></li> <li>fix: return parent dir for local dependency by <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8406">electron-userland/electron-builder#8406</a></li> <li>fix: handle spaces in artifact name for all linux platforms instead of only .deb by <a href="https://github.com/xyloflake"><code>@​xyloflake</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8403">electron-userland/electron-builder#8403</a></li> <li>docs: Fix a broken link formatting in the docs by <a href="https://github.com/mokagio"><code>@​mokagio</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8407">electron-userland/electron-builder#8407</a></li> <li>chore(deploy): Release by <a href="https://github.com/github-actions"><code>@​github-actions</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8402">electron-userland/electron-builder#8402</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Ryan432"><code>@​Ryan432</code></a> made their first contribution in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8400">electron-userland/electron-builder#8400</a></li> <li><a href="https://github.com/xyloflake"><code>@​xyloflake</code></a> made their first contribution in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8403">electron-userland/electron-builder#8403</a></li> <li><a href="https://github.com/mokagio"><code>@​mokagio</code></a> made their first contribution in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8407">electron-userland/electron-builder#8407</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v25.0.3...v25.0.4">https://github.com/electron-userland/electron-builder/compare/v25.0.3...v25.0.4</a></p> <h2>v25.0.3</h2> <h2>What's Changed</h2> <ul> <li>fix: delete the symlink file when the target is empty by <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8371">electron-userland/electron-builder#8371</a></li> <li>fix: Add global download promise to limit concurrent downloads to 1 by <a href="https://github.com/s77rt"><code>@​s77rt</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8378">electron-userland/electron-builder#8378</a></li> <li>chore: update outdated docs for vite by <a href="https://github.com/gweesin"><code>@​gweesin</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8379">electron-userland/electron-builder#8379</a></li> <li>fix: upgrade app-builder-bin with downgraded appimage tool by <a href="https://github.com/mmaietta"><code>@​mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8387">electron-userland/electron-builder#8387</a></li> <li>fix(windows,code-sign): cannot sign binary files in Github Actions by <a href="https://github.com/BlackHole1"><code>@​BlackHole1</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8384">electron-userland/electron-builder#8384</a></li> <li>chore(deploy): Release by <a href="https://github.com/github-actions"><code>@​github-actions</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8377">electron-userland/electron-builder#8377</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/s77rt"><code>@​s77rt</code></a> made their first contribution in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8378">electron-userland/electron-builder#8378</a></li> <li><a href="https://github.com/gweesin"><code>@​gweesin</code></a> made their first contribution in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8379">electron-userland/electron-builder#8379</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/electron-userland/electron-builder/compare/v25.0.2...v25.0.3">https://github.com/electron-userland/electron-builder/compare/v25.0.2...v25.0.3</a></p> <h2>v25.0.2</h2> <h2>What's Changed</h2> <ul> <li>fix: adding additional logging when importing/requiring a hook script by <a href="https://github.com/mmaietta"><code>@​mmaietta</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8356">electron-userland/electron-builder#8356</a></li> <li>chore(deps): update dependency mkdocs to &lt;1.7 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/electron-userland/electron-builder/pull/8350">electron-userland/electron-builder#8350</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md">electron-builder's changelog</a>.</em></p> <blockquote> <h2>25.0.5</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/electron-userland/electron-builder/commit/8e6c17124cdc523620a66efaf871ef8d335c0f49"><code>8e6c1712</code></a>]: <ul> <li>app-builder-lib@25.0.5</li> <li>dmg-builder@25.0.5</li> </ul> </li> </ul> <h2>25.0.4</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/electron-userland/electron-builder/commit/12c52a81420f04ec0e205dd83798c2b0b773011d"><code>12c52a81</code></a>, <a href="https://github.com/electron-userland/electron-builder/commit/f7daeb9976353f7b12c093c88b6e1136b6317880"><code>f7daeb99</code></a>, <a href="https://github.com/electron-userland/electron-builder/commit/5ab2bee1e1db77967c65d56443f0dc79de5071da"><code>5ab2bee1</code></a>]: <ul> <li>app-builder-lib@25.0.4</li> <li>dmg-builder@25.0.4</li> </ul> </li> </ul> <h2>25.0.3</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/electron-userland/electron-builder/commit/f8fbdd122ecdc7a967f3fbeef3572dfd133cc5e3"><code>f8fbdd12</code></a>, <a href="https://github.com/electron-userland/electron-builder/commit/afd813265d346b7bddba7ea63563c876f630088e"><code>afd81326</code></a>, <a href="https://github.com/electron-userland/electron-builder/commit/553c737b2cf1ad835690f7db3c1907ae88944d15"><code>553c737b</code></a>]: <ul> <li>app-builder-lib@25.0.3</li> <li>builder-util@25.0.3</li> <li>dmg-builder@25.0.3</li> </ul> </li> </ul> <h2>25.0.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8372">#8372</a> <a href="https://github.com/electron-userland/electron-builder/commit/c85b73d7c8dcefe86b0b350946af1cea951e6aae"><code>c85b73d7</code></a> Thanks <a href="https://github.com/mmaietta"><code>@​mmaietta</code></a>! - fix: allow enabling tsc lib checking on electron-updater package</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/electron-userland/electron-builder/commit/2541eb62a6a8338c87f3d032ff48ed154c2d3cca"><code>2541eb62</code></a>, <a href="https://github.com/electron-userland/electron-builder/commit/2acdf65d47ad4b8fb546a00833d646a5e58e5428"><code>2acdf65d</code></a>, <a href="https://github.com/electron-userland/electron-builder/commit/c85b73d7c8dcefe86b0b350946af1cea951e6aae"><code>c85b73d7</code></a>, <a href="https://github.com/electron-userland/electron-builder/commit/54c1059b961f7c2a493d26b7e6ef674911069cad"><code>54c1059b</code></a>, <a href="https://github.com/electron-userland/electron-builder/commit/2a0ea65caad1067a193b72d684e7c1f95cdecce5"><code>2a0ea65c</code></a>]:</p> <ul> <li>app-builder-lib@25.0.2</li> <li>builder-util@25.0.2</li> <li>dmg-builder@25.0.2</li> </ul> </li> </ul> <h2>25.0.1</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/electron-userland/electron-builder/commit/372b046bec23ba0390a6cdb3b4390f033796c833"><code>372b046b</code></a>, <a href="https://github.com/electron-userland/electron-builder/commit/089dd6396c9638910967c1968d9b8056acd952a9"><code>089dd639</code></a>, <a href="https://github.com/electron-userland/electron-builder/commit/578a7e1a0fcf2a700fe5fadcb1567c1193bd978d"><code>578a7e1a</code></a>]: <ul> <li>app-builder-lib@25.0.1</li> <li>builder-util@25.0.1</li> <li>dmg-builder@25.0.1</li> </ul> </li> </ul> <h2>25.0.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8150">#8150</a> <a href="https://github.com/electron-userland/electron-builder/commit/f4e6ae2931cbf79670b5f2c252a91bed03d96546"><code>f4e6ae29</code></a> Thanks <a href="https://github.com/mmaietta"><code>@​mmaietta</code></a>! - feat: add functionality to just publish artifacts</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron-userland/electron-builder/commit/d5d9f3f9aaac0385cc943e30a0841669133afde8"><code>d5d9f3f</code></a> chore(deploy): Release v25.0.5 (electron-updater@6.3.4) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8411">#8411</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/de1ea759d3f4914c296d4512b4dec7a066ff40ec"><code>de1ea75</code></a> Revert &quot;feat: allow <code>riscv64</code> support via custom electron dist (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8143">#8143</a>)&quot; (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8427">#8427</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/b3068954d946be5fe2568183819a26c36d54878b"><code>b306895</code></a> feat: allow <code>riscv64</code> support via custom electron dist (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8143">#8143</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/1dcf6bced4ea59a0df8f92e6219618fa7a39c768"><code>1dcf6bc</code></a> chore(deploy): Release v25.0.4 (electron-updater@6.3.3) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8402">#8402</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/84f290990915d7ffa0d2dfe0a1d739aeb2b21560"><code>84f2909</code></a> chore(deploy): Release v25.0.3 (electron-updater@6.3.2) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8377">#8377</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/b20496b81369dd93eaf08f16c58647f1e9eaeb0c"><code>b20496b</code></a> chore(deploy): Release v25.0.2 (electron-updater@6.3.1) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8357">#8357</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/c85b73d7c8dcefe86b0b350946af1cea951e6aae"><code>c85b73d</code></a> fix: allow typescript typechecking for electron-updater <code>.d.ts</code> (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8372">#8372</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/fb1666997b50758464280d03eb03fbdd54c0d45d"><code>fb16669</code></a> chore(deploy): Release v25.0.1 (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8343">#8343</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/bfe4ecc2bcf5a3a5e2ade7c6cac0690353c586e5"><code>bfe4ecc</code></a> chore(deploy): Release v25.0.0 (electron-updater@6.3.0) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8337">#8337</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/1320c0e6abf5d14da6c639d775757391b9612ddf"><code>1320c0e</code></a> chore(deploy): Release v25.0.0-alpha.13 (electron-updater@6.3.0-alpha.8) (alp...</li> <li>Additional commits viewable in <a href="https://github.com/electron-userland/electron-builder/commits/v25.0.5/packages/electron-builder">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>
2024-09-07 01:26:29 +02:00
"electron": "^32.0.2",
"electron-builder": "^25.0.5",
"electron-vite": "^2.3.0",
Bump the dev-dependencies group with 8 updates (#377) Bumps the dev-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.1` | `9.10.0` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `2.0.5` | `2.1.1` | | [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.0` | `4.19.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.4.0` | `8.5.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.3` | `5.4.5` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.1` | Updates `@eslint/js` from 9.9.1 to 9.10.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.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18754">#18754</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18763">#18763</a>) (Nicholas C. Zakas)</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.10.0 - September 6, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18754">#18754</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18763">#18763</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</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.10.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-istanbul` from 2.0.5 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-istanbul</code>'s releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Make example test callbacks async  -  by <a href="https://github.com/aqandrew"><code>@​aqandrew</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6484">vitest-dev/vitest#6484</a> <a href="https://github.com/vitest-dev/vitest/commit/16aa76c2"><!-- raw HTML omitted -->(16aa7)<!-- raw HTML omitted --></a></li> <li>Optimize vitest-browser-vue correctly  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6490">vitest-dev/vitest#6490</a> <a href="https://github.com/vitest-dev/vitest/commit/5cbb0bba"><!-- raw HTML omitted -->(5cbb0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Resolve glob pattern once to avoid name collision  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6489">vitest-dev/vitest#6489</a> <a href="https://github.com/vitest-dev/vitest/commit/36b5aceb"><!-- raw HTML omitted -->(36b5a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1">View changes on GitHub</a></h5> <h2>v2.1.0</h2> <p>This release makes another big change to the Browser Mode by introducing <a href="https://vitest.dev/guide/browser/locators.html">locators API</a>:</p> <pre lang="ts"><code>test('renders blog posts', async () =&gt; { const screen = page.render(&lt;Blog /&gt;) <p>await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()</p> <p>const [firstPost] = screen.getByRole('listitem').all()</p> <p>await firstPost.getByRole('button', { name: 'Delete' }).click()</p> <p>expect(screen.getByRole('listitem').all()).toHaveLength(3) }) </code></pre></p> <p>You can use either <a href="https://github.com/vitest-dev/vitest-browser-vue">vitest-browser-vue</a>, <a href="https://github.com/vitest-dev/vitest-browser-svelte">vitest-browser-svelte </a> or <a href="https://github.com/vitest-dev/vitest-browser-react">vitest-browser-react</a> to render components and make assertions using locators. Locators are also available on the <code>page</code> object from <code>@vitest/browser/context</code>.</p> <h3>Potential Breaking Change</h3> <ul> <li><strong>workspace</strong>: <ul> <li>Correctly resolve workspace globs and file paths  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6316">vitest-dev/vitest#6316</a> <a href="https://github.com/vitest-dev/vitest/commit/afdcb8f2"><!-- raw HTML omitted -->(afdcb)<!-- raw HTML omitted --></a></li> <li>This changes how the custom glob pattern in the workspace config is treated. <em>Any</em> file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single <code>vitest.config.ts</code> or <code>vite.config.ts</code> inside the folder)</li> <li>For example, <code>projects/*</code> will match anything inside the <code>projects</code> folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. <code>projects/**/*</code> previously would assume that you only wanted to have folders as projects, but now it will match <em>every single file</em> inside<code>projects</code>.</li> <li>This change doesn't affect non-glob usage.</li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <ul> <li>Make spec into a class instead of a tuple  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6355">vitest-dev/vitest#6355</a> <a href="https://github.com/vitest-dev/vitest/commit/874a121e"><!-- raw HTML omitted -->(874a1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Move page.config to server.config, add more docs  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6252">vitest-dev/vitest#6252</a> <a href="https://github.com/vitest-dev/vitest/commit/af2b813c"><!-- raw HTML omitted -->(af2b8)<!-- raw HTML omitted --></a></li> <li>Make iframe scalable, improve documentation  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6257">vitest-dev/vitest#6257</a> <a href="https://github.com/vitest-dev/vitest/commit/74ca11a4"><!-- raw HTML omitted -->(74ca1)<!-- raw HTML omitted --></a></li> <li>Introduce built-in locators  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6084">vitest-dev/vitest#6084</a> <a href="https://github.com/vitest-dev/vitest/commit/3347f83e"><!-- raw HTML omitted -->(3347f)<!-- raw HTML omitted --></a></li> <li>Support v8 coverage  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6273">vitest-dev/vitest#6273</a> <a href="https://github.com/vitest-dev/vitest/commit/34199bdf"><!-- raw HTML omitted -->(34199)<!-- raw HTML omitted --></a></li> <li>Support <code>userEvent.upload</code> in playwright provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6442">vitest-dev/vitest#6442</a> <a href="https://github.com/vitest-dev/vitest/commit/cf148645"><!-- raw HTML omitted -->(cf148)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6433">vitest-dev/vitest#6433</a> <a href="https://github.com/vitest-dev/vitest/commit/0499a315"><!-- raw HTML omitted -->(0499a)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect-brk</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6434">vitest-dev/vitest#6434</a> <a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8"><!-- raw HTML omitted -->(7ab0f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/699055eb93909287e1542fdfb99d97f2a38965ba"><code>699055e</code></a> chore: release v2.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9f1fd182fd96931ee876662f75e5931031798299"><code>9f1fd18</code></a> chore: release v2.1.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b2be23e4c901c1667c94c8119dfe94b6063e6d30"><code>b2be23e</code></a> chore: release v2.1.0-beta.7</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8ac70111706a4444a779a75bed34c18b800ea0b3"><code>8ac7011</code></a> chore: release v2.1.0-beta.6</li> <li><a href="https://github.com/vitest-dev/vitest/commit/da52d23fd1815dba954ecad935d76a8233be04a2"><code>da52d23</code></a> fix(coverage): use project specific <code>vitenode</code> for uncovered files (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6044">#6044</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5932a7f988fdb269ac1ae704172bc7cfbf6ed721"><code>5932a7f</code></a> feat(coverage): add <code>--exclude-after-remap</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6309">#6309</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/34199bdf9a8cc9ac3615285bfe051948fa0cf7e4"><code>34199bd</code></a> feat(browser): support v8 coverage (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6273">#6273</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/72056b5063d29ddc6219d028fcfc6b1e4eab0e05"><code>72056b5</code></a> chore: release v2.1.0-beta.5</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e662c7b2c307adbf312684c21efd8d05b1284b9a"><code>e662c7b</code></a> fix(coverage): warn if <code>vitest</code> and <code>@vitest/*</code> versions don't match (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6317">#6317</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/67b086bb86e34f8190631e419e5111a074cbedae"><code>67b086b</code></a> chore: release v2.1.0-beta.4</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/coverage-istanbul">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 9.9.1 to 9.10.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.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>) (Nicholas C. Zakas)</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.10.0 - September 6, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/6448f3280f85137b429c1c320da6fb4b48169bd5"><code>6448f32</code></a> 9.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/afeb9b1b7e83c30809d619b965445d378797478c"><code>afeb9b1</code></a> Build: changelog update for 9.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0">compare view</a></li> </ul> </details> <br /> Updates `tsx` from 4.19.0 to 4.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.19.1</h2> <h2><a href="https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1">4.19.1</a> (2024-09-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>cjs:</strong> patch <code>module.path</code> for accurate cache ID (<a href="https://github.com/privatenumber/tsx/commit/0329bfc731346d6c8b6055c7f2882e5c3155a7ec">0329bfc</a>), closes <a href="https://redirect.github.com/privatenumber/tsx/issues/651">privatenumber/tsx#651</a></li> <li><strong>cjs:</strong> resolve ts extensions from js when namespaced (<a href="https://github.com/privatenumber/tsx/commit/44ed37f19fa576d57aec6a17cdcd43aa17a98fb4">44ed37f</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.19.1"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/0329bfc731346d6c8b6055c7f2882e5c3155a7ec"><code>0329bfc</code></a> fix(cjs): patch <code>module.path</code> for accurate cache ID</li> <li><a href="https://github.com/privatenumber/tsx/commit/44ed37f19fa576d57aec6a17cdcd43aa17a98fb4"><code>44ed37f</code></a> fix(cjs): resolve ts extensions from js when namespaced</li> <li><a href="https://github.com/privatenumber/tsx/commit/ac77527cb7bb7a70e187f980cd063e2fc0d83777"><code>ac77527</code></a> test: outdent api fixtures</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.4 to 5.6.2 <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</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&amp;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&amp;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&amp;q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+">fixed issues query for Typescript 5.6.2 (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> <h2>TypeScript 5.6 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-rc/">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&amp;milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.6 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/">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&amp;q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</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="https://github.com/microsoft/TypeScript/commit/a7e3374f13327483fbe94e32806d65785b0b6cda"><code>a7e3374</code></a> Bump version to 5.6.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/20633579fcf88f6b61774349740de4841d2b8b5c"><code>2063357</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59708">#59708</a> (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4fe7e41ea1a92ecbd59119666be2d60164785391"><code>4fe7e41</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59670">#59670</a> (fix(59649): ts Move to a new file d...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1a03e5340ae0b83ce1b1f743763625f89e92ca91"><code>1a03e53</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59761">#59761</a> (<code>this</code> can be nullish) into release-5.6 (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59762">#59762</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6212132b835145b1a8fd49982680ac668caf3ddc"><code>6212132</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/bbb5faf7e749df52adafdcd37c09ac7fff30ddaf"><code>bbb5faf</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59542">#59542</a> (Fixing delay caused in vscode due t...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/e6914a558775bd3ba3dc5567877604a0864b9338"><code>e6914a5</code></a> Bump version to 5.6.1-rc and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/34121c42b638e973f28b438b0513796a37585448"><code>34121c4</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/2a30c2a8f0408b32c8c7ff88f0bf1c6a32e67704"><code>2a30c2a</code></a> Merge remote-tracking branch 'origin/main' into release-5.6</li> <li><a href="https://github.com/microsoft/TypeScript/commit/936a79bbb58f82b173f6b644974995851b9b479e"><code>936a79b</code></a> Expose TypeChecker. getAwaitedType to public (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59268">#59268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.4.0 to 8.5.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.5.0</h2> <h2>8.5.0 (2024-09-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] prevent unnecessary <code>| undefined</code> for optional parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9479">#9479</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-argument] differentiate error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9920">#9920</a>)</li> <li><strong>typescript-estree:</strong> default projectService.defaultProject to 'tsconfig.json' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9893">#9893</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency prism-react-renderer to v2.4.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9943">#9943</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9898">#9898</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] handle static method (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9951">#9951</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] fix AST quick path scope analysis (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9900">#9900</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] access parser services lazily (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9921">#9921</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</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.5.0 (2024-09-09)</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="https://github.com/typescript-eslint/typescript-eslint/commit/4d31ebe71ac26612a129ac4be98692b11387145e"><code>4d31ebe</code></a> chore(release): publish 8.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4bc801e542e4accd644b65514a7b7355874f7a96"><code>4bc801e</code></a> chore: enable unicorn/no-array-reduce (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9640">#9640</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.3 to 5.4.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.5 (2024-09-13)<!-- raw HTML omitted --></h2> <ul> <li>fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>, throw error preloading module as well (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>) (<a href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba">faa2405</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18098">#18098</a> <a href="https://redirect.github.com/vitejs/vite/issues/18099">#18099</a></li> </ul> <h2><!-- raw HTML omitted -->5.4.4 (2024-09-11)<!-- raw HTML omitted --></h2> <ul> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>, ensure req.url matches moduleByEtag URL to avoid incorrect 304 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18078">#18078</a>) (<a href="https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf">74a79c5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17997">#17997</a> <a href="https://redirect.github.com/vitejs/vite/issues/18078">#18078</a></li> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>, allow scanning exports from <code>script module</code> in svelte (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18077">#18077</a>) (<a href="https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac">d90ba40</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18063">#18063</a> <a href="https://redirect.github.com/vitejs/vite/issues/18077">#18077</a></li> <li>fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>, allow ignoring dep errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>) (<a href="https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4">8760293</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18046">#18046</a> <a href="https://redirect.github.com/vitejs/vite/issues/18076">#18076</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/37881e71980ddbf6a93444c2d21b8ee6c076ad07"><code>37881e7</code></a> release: v5.4.5</li> <li><a href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba"><code>faa2405</code></a> fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>, throw error preloading module as well (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/54c55dbffc86f21ae88a171a5af90c37876db226"><code>54c55db</code></a> release: v5.4.4</li> <li><a href="https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf"><code>74a79c5</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>, ensure req.url matches moduleByEtag URL to avoid incorr...</li> <li><a href="https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac"><code>d90ba40</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>, allow scanning exports from <code>script module</code> in svelte (...</li> <li><a href="https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4"><code>8760293</code></a> fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>, allow ignoring dep errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.5/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 2.0.5 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Make example test callbacks async  -  by <a href="https://github.com/aqandrew"><code>@​aqandrew</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6484">vitest-dev/vitest#6484</a> <a href="https://github.com/vitest-dev/vitest/commit/16aa76c2"><!-- raw HTML omitted -->(16aa7)<!-- raw HTML omitted --></a></li> <li>Optimize vitest-browser-vue correctly  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6490">vitest-dev/vitest#6490</a> <a href="https://github.com/vitest-dev/vitest/commit/5cbb0bba"><!-- raw HTML omitted -->(5cbb0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Resolve glob pattern once to avoid name collision  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6489">vitest-dev/vitest#6489</a> <a href="https://github.com/vitest-dev/vitest/commit/36b5aceb"><!-- raw HTML omitted -->(36b5a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1">View changes on GitHub</a></h5> <h2>v2.1.0</h2> <p>This release makes another big change to the Browser Mode by introducing <a href="https://vitest.dev/guide/browser/locators.html">locators API</a>:</p> <pre lang="ts"><code>test('renders blog posts', async () =&gt; { const screen = page.render(&lt;Blog /&gt;) <p>await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()</p> <p>const [firstPost] = screen.getByRole('listitem').all()</p> <p>await firstPost.getByRole('button', { name: 'Delete' }).click()</p> <p>expect(screen.getByRole('listitem').all()).toHaveLength(3) }) </code></pre></p> <p>You can use either <a href="https://github.com/vitest-dev/vitest-browser-vue">vitest-browser-vue</a>, <a href="https://github.com/vitest-dev/vitest-browser-svelte">vitest-browser-svelte </a> or <a href="https://github.com/vitest-dev/vitest-browser-react">vitest-browser-react</a> to render components and make assertions using locators. Locators are also available on the <code>page</code> object from <code>@vitest/browser/context</code>.</p> <h3>Potential Breaking Change</h3> <ul> <li><strong>workspace</strong>: <ul> <li>Correctly resolve workspace globs and file paths  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6316">vitest-dev/vitest#6316</a> <a href="https://github.com/vitest-dev/vitest/commit/afdcb8f2"><!-- raw HTML omitted -->(afdcb)<!-- raw HTML omitted --></a></li> <li>This changes how the custom glob pattern in the workspace config is treated. <em>Any</em> file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single <code>vitest.config.ts</code> or <code>vite.config.ts</code> inside the folder)</li> <li>For example, <code>projects/*</code> will match anything inside the <code>projects</code> folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. <code>projects/**/*</code> previously would assume that you only wanted to have folders as projects, but now it will match <em>every single file</em> inside<code>projects</code>.</li> <li>This change doesn't affect non-glob usage.</li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <ul> <li>Make spec into a class instead of a tuple  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6355">vitest-dev/vitest#6355</a> <a href="https://github.com/vitest-dev/vitest/commit/874a121e"><!-- raw HTML omitted -->(874a1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Move page.config to server.config, add more docs  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6252">vitest-dev/vitest#6252</a> <a href="https://github.com/vitest-dev/vitest/commit/af2b813c"><!-- raw HTML omitted -->(af2b8)<!-- raw HTML omitted --></a></li> <li>Make iframe scalable, improve documentation  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6257">vitest-dev/vitest#6257</a> <a href="https://github.com/vitest-dev/vitest/commit/74ca11a4"><!-- raw HTML omitted -->(74ca1)<!-- raw HTML omitted --></a></li> <li>Introduce built-in locators  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6084">vitest-dev/vitest#6084</a> <a href="https://github.com/vitest-dev/vitest/commit/3347f83e"><!-- raw HTML omitted -->(3347f)<!-- raw HTML omitted --></a></li> <li>Support v8 coverage  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6273">vitest-dev/vitest#6273</a> <a href="https://github.com/vitest-dev/vitest/commit/34199bdf"><!-- raw HTML omitted -->(34199)<!-- raw HTML omitted --></a></li> <li>Support <code>userEvent.upload</code> in playwright provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6442">vitest-dev/vitest#6442</a> <a href="https://github.com/vitest-dev/vitest/commit/cf148645"><!-- raw HTML omitted -->(cf148)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6433">vitest-dev/vitest#6433</a> <a href="https://github.com/vitest-dev/vitest/commit/0499a315"><!-- raw HTML omitted -->(0499a)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect-brk</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6434">vitest-dev/vitest#6434</a> <a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8"><!-- raw HTML omitted -->(7ab0f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/699055eb93909287e1542fdfb99d97f2a38965ba"><code>699055e</code></a> chore: release v2.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/36b5aceb9e146f790a60fc36d74359fdd209fcf9"><code>36b5ace</code></a> fix(workspace): resolve glob pattern once to avoid name collision (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6489">#6489</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/16aa76c261c1559e88cb6a39b71923d0638750c1"><code>16aa76c</code></a> fix(browser): make example test callbacks async (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6484">#6484</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9f1fd182fd96931ee876662f75e5931031798299"><code>9f1fd18</code></a> chore: release v2.1.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/94a186ec911e78b96961e7c7ee951130c616e989"><code>94a186e</code></a> fix(ui): render project name consistently (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6329">#6329</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ac698b1c8d3b6e587b18040ab610eeb995aa178d"><code>ac698b1</code></a> fix: <code>expect.getState().testPath</code> always returns correct path (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6472">#6472</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b2be23e4c901c1667c94c8119dfe94b6063e6d30"><code>b2be23e</code></a> chore: release v2.1.0-beta.7</li> <li><a href="https://github.com/vitest-dev/vitest/commit/0b4472267ddc854de2293d97056777810a813bc1"><code>0b44722</code></a> fix: ignore importer when resolving Vitest (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6469">#6469</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/97773e22bf64327ca5d00ef3241edd65337846e6"><code>97773e2</code></a> chore: fix edge case in license files bundling (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6460">#6460</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8ff5f2affe1353b5fcaacf717ed1ee3de"><code>7ab0f4a</code></a> feat(browser): support <code>--inspect-brk</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6434">#6434</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest">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>
2024-09-13 20:42:27 +02:00
"eslint": "^9.10.0",
2024-06-26 21:26:27 +02:00
"eslint-config-prettier": "^9.1.0",
"less": "^4.2.0",
"prettier": "^3.3.3",
2024-06-26 21:26:27 +02:00
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-organize-imports": "^4.0.0",
2024-07-19 00:16:49 +02:00
"rollup-plugin-flow": "^1.1.1",
Bump the storybook group with 8 updates (#235) Bumps the storybook group with 8 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.2.8` | `8.2.9` | | [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.2.8` | `8.2.9` | | [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.2.8` | `8.2.9` | | [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.2.8` | `8.2.9` | | [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.2.8` | `8.2.9` | | [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.2.8` | `8.2.9` | | [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.2.8` | `8.2.9` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.2.8` | `8.2.9` | Updates `@storybook/addon-essentials` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-essentials</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-essentials</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/essentials">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-interactions` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-interactions</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-interactions</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/interactions">compare view</a></li> </ul> </details> <br /> Updates `@storybook/addon-links` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-links</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-links</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/links">compare view</a></li> </ul> </details> <br /> Updates `@storybook/blocks` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/blocks</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/blocks</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/blocks">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/renderers/react">compare view</a></li> </ul> </details> <br /> Updates `@storybook/react-vite` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react-vite</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react-vite</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/frameworks/react-vite">compare view</a></li> </ul> </details> <br /> Updates `@storybook/test` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/test</code>'s releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/test</code>'s changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/test">compare view</a></li> </ul> </details> <br /> Updates `storybook` from 8.2.8 to 8.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/releases">storybook's releases</a>.</em></p> <blockquote> <h2>v8.2.9</h2> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's changelog</a>.</em></p> <blockquote> <h2>8.2.9</h2> <ul> <li>CLI: Fix <code>init --skip-install</code> - <a href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>, thanks <a href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li> <li>Telemetry: Disable save-from-controls logs for example stories - <a href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>, thanks <a href="https://github.com/shilman"><code>@​shilman</code></a>!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/storybookjs/storybook/commit/95d8bebd243bd30ce8a41823cd733f606d28c14d"><code>95d8beb</code></a> Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li> <li><a href="https://github.com/storybookjs/storybook/commit/dbea094ba500e50bf513f6f06d6266971e9e8b60"><code>dbea094</code></a> Merge pull request <a href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/28853">#28853</a> from storybookjs/norbert/fix-no-install-bug</li> <li>See full diff in <a href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/cli">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>
2024-08-16 20:36:58 +02:00
"storybook": "^8.2.9",
2024-06-26 21:26:27 +02:00
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
Bump the dev-dependencies group with 8 updates (#377) Bumps the dev-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.1` | `9.10.0` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `2.0.5` | `2.1.1` | | [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.0` | `4.19.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.4.0` | `8.5.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.3` | `5.4.5` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.1` | Updates `@eslint/js` from 9.9.1 to 9.10.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.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18754">#18754</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18763">#18763</a>) (Nicholas C. Zakas)</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.10.0 - September 6, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18754">#18754</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18763">#18763</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</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.10.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-istanbul` from 2.0.5 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-istanbul</code>'s releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Make example test callbacks async  -  by <a href="https://github.com/aqandrew"><code>@​aqandrew</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6484">vitest-dev/vitest#6484</a> <a href="https://github.com/vitest-dev/vitest/commit/16aa76c2"><!-- raw HTML omitted -->(16aa7)<!-- raw HTML omitted --></a></li> <li>Optimize vitest-browser-vue correctly  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6490">vitest-dev/vitest#6490</a> <a href="https://github.com/vitest-dev/vitest/commit/5cbb0bba"><!-- raw HTML omitted -->(5cbb0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Resolve glob pattern once to avoid name collision  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6489">vitest-dev/vitest#6489</a> <a href="https://github.com/vitest-dev/vitest/commit/36b5aceb"><!-- raw HTML omitted -->(36b5a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1">View changes on GitHub</a></h5> <h2>v2.1.0</h2> <p>This release makes another big change to the Browser Mode by introducing <a href="https://vitest.dev/guide/browser/locators.html">locators API</a>:</p> <pre lang="ts"><code>test('renders blog posts', async () =&gt; { const screen = page.render(&lt;Blog /&gt;) <p>await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()</p> <p>const [firstPost] = screen.getByRole('listitem').all()</p> <p>await firstPost.getByRole('button', { name: 'Delete' }).click()</p> <p>expect(screen.getByRole('listitem').all()).toHaveLength(3) }) </code></pre></p> <p>You can use either <a href="https://github.com/vitest-dev/vitest-browser-vue">vitest-browser-vue</a>, <a href="https://github.com/vitest-dev/vitest-browser-svelte">vitest-browser-svelte </a> or <a href="https://github.com/vitest-dev/vitest-browser-react">vitest-browser-react</a> to render components and make assertions using locators. Locators are also available on the <code>page</code> object from <code>@vitest/browser/context</code>.</p> <h3>Potential Breaking Change</h3> <ul> <li><strong>workspace</strong>: <ul> <li>Correctly resolve workspace globs and file paths  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6316">vitest-dev/vitest#6316</a> <a href="https://github.com/vitest-dev/vitest/commit/afdcb8f2"><!-- raw HTML omitted -->(afdcb)<!-- raw HTML omitted --></a></li> <li>This changes how the custom glob pattern in the workspace config is treated. <em>Any</em> file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single <code>vitest.config.ts</code> or <code>vite.config.ts</code> inside the folder)</li> <li>For example, <code>projects/*</code> will match anything inside the <code>projects</code> folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. <code>projects/**/*</code> previously would assume that you only wanted to have folders as projects, but now it will match <em>every single file</em> inside<code>projects</code>.</li> <li>This change doesn't affect non-glob usage.</li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <ul> <li>Make spec into a class instead of a tuple  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6355">vitest-dev/vitest#6355</a> <a href="https://github.com/vitest-dev/vitest/commit/874a121e"><!-- raw HTML omitted -->(874a1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Move page.config to server.config, add more docs  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6252">vitest-dev/vitest#6252</a> <a href="https://github.com/vitest-dev/vitest/commit/af2b813c"><!-- raw HTML omitted -->(af2b8)<!-- raw HTML omitted --></a></li> <li>Make iframe scalable, improve documentation  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6257">vitest-dev/vitest#6257</a> <a href="https://github.com/vitest-dev/vitest/commit/74ca11a4"><!-- raw HTML omitted -->(74ca1)<!-- raw HTML omitted --></a></li> <li>Introduce built-in locators  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6084">vitest-dev/vitest#6084</a> <a href="https://github.com/vitest-dev/vitest/commit/3347f83e"><!-- raw HTML omitted -->(3347f)<!-- raw HTML omitted --></a></li> <li>Support v8 coverage  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6273">vitest-dev/vitest#6273</a> <a href="https://github.com/vitest-dev/vitest/commit/34199bdf"><!-- raw HTML omitted -->(34199)<!-- raw HTML omitted --></a></li> <li>Support <code>userEvent.upload</code> in playwright provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6442">vitest-dev/vitest#6442</a> <a href="https://github.com/vitest-dev/vitest/commit/cf148645"><!-- raw HTML omitted -->(cf148)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6433">vitest-dev/vitest#6433</a> <a href="https://github.com/vitest-dev/vitest/commit/0499a315"><!-- raw HTML omitted -->(0499a)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect-brk</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6434">vitest-dev/vitest#6434</a> <a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8"><!-- raw HTML omitted -->(7ab0f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/699055eb93909287e1542fdfb99d97f2a38965ba"><code>699055e</code></a> chore: release v2.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9f1fd182fd96931ee876662f75e5931031798299"><code>9f1fd18</code></a> chore: release v2.1.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b2be23e4c901c1667c94c8119dfe94b6063e6d30"><code>b2be23e</code></a> chore: release v2.1.0-beta.7</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8ac70111706a4444a779a75bed34c18b800ea0b3"><code>8ac7011</code></a> chore: release v2.1.0-beta.6</li> <li><a href="https://github.com/vitest-dev/vitest/commit/da52d23fd1815dba954ecad935d76a8233be04a2"><code>da52d23</code></a> fix(coverage): use project specific <code>vitenode</code> for uncovered files (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6044">#6044</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5932a7f988fdb269ac1ae704172bc7cfbf6ed721"><code>5932a7f</code></a> feat(coverage): add <code>--exclude-after-remap</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6309">#6309</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/34199bdf9a8cc9ac3615285bfe051948fa0cf7e4"><code>34199bd</code></a> feat(browser): support v8 coverage (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6273">#6273</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/72056b5063d29ddc6219d028fcfc6b1e4eab0e05"><code>72056b5</code></a> chore: release v2.1.0-beta.5</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e662c7b2c307adbf312684c21efd8d05b1284b9a"><code>e662c7b</code></a> fix(coverage): warn if <code>vitest</code> and <code>@vitest/*</code> versions don't match (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6317">#6317</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/67b086bb86e34f8190631e419e5111a074cbedae"><code>67b086b</code></a> chore: release v2.1.0-beta.4</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/coverage-istanbul">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 9.9.1 to 9.10.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.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>) (Nicholas C. Zakas)</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.10.0 - September 6, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/6448f3280f85137b429c1c320da6fb4b48169bd5"><code>6448f32</code></a> 9.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/afeb9b1b7e83c30809d619b965445d378797478c"><code>afeb9b1</code></a> Build: changelog update for 9.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0">compare view</a></li> </ul> </details> <br /> Updates `tsx` from 4.19.0 to 4.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.19.1</h2> <h2><a href="https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1">4.19.1</a> (2024-09-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>cjs:</strong> patch <code>module.path</code> for accurate cache ID (<a href="https://github.com/privatenumber/tsx/commit/0329bfc731346d6c8b6055c7f2882e5c3155a7ec">0329bfc</a>), closes <a href="https://redirect.github.com/privatenumber/tsx/issues/651">privatenumber/tsx#651</a></li> <li><strong>cjs:</strong> resolve ts extensions from js when namespaced (<a href="https://github.com/privatenumber/tsx/commit/44ed37f19fa576d57aec6a17cdcd43aa17a98fb4">44ed37f</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.19.1"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/0329bfc731346d6c8b6055c7f2882e5c3155a7ec"><code>0329bfc</code></a> fix(cjs): patch <code>module.path</code> for accurate cache ID</li> <li><a href="https://github.com/privatenumber/tsx/commit/44ed37f19fa576d57aec6a17cdcd43aa17a98fb4"><code>44ed37f</code></a> fix(cjs): resolve ts extensions from js when namespaced</li> <li><a href="https://github.com/privatenumber/tsx/commit/ac77527cb7bb7a70e187f980cd063e2fc0d83777"><code>ac77527</code></a> test: outdent api fixtures</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.4 to 5.6.2 <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</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&amp;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&amp;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&amp;q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+">fixed issues query for Typescript 5.6.2 (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> <h2>TypeScript 5.6 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-rc/">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&amp;milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.6 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/">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&amp;q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</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="https://github.com/microsoft/TypeScript/commit/a7e3374f13327483fbe94e32806d65785b0b6cda"><code>a7e3374</code></a> Bump version to 5.6.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/20633579fcf88f6b61774349740de4841d2b8b5c"><code>2063357</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59708">#59708</a> (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4fe7e41ea1a92ecbd59119666be2d60164785391"><code>4fe7e41</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59670">#59670</a> (fix(59649): ts Move to a new file d...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1a03e5340ae0b83ce1b1f743763625f89e92ca91"><code>1a03e53</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59761">#59761</a> (<code>this</code> can be nullish) into release-5.6 (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59762">#59762</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6212132b835145b1a8fd49982680ac668caf3ddc"><code>6212132</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/bbb5faf7e749df52adafdcd37c09ac7fff30ddaf"><code>bbb5faf</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59542">#59542</a> (Fixing delay caused in vscode due t...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/e6914a558775bd3ba3dc5567877604a0864b9338"><code>e6914a5</code></a> Bump version to 5.6.1-rc and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/34121c42b638e973f28b438b0513796a37585448"><code>34121c4</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/2a30c2a8f0408b32c8c7ff88f0bf1c6a32e67704"><code>2a30c2a</code></a> Merge remote-tracking branch 'origin/main' into release-5.6</li> <li><a href="https://github.com/microsoft/TypeScript/commit/936a79bbb58f82b173f6b644974995851b9b479e"><code>936a79b</code></a> Expose TypeChecker. getAwaitedType to public (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59268">#59268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.4.0 to 8.5.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.5.0</h2> <h2>8.5.0 (2024-09-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] prevent unnecessary <code>| undefined</code> for optional parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9479">#9479</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-argument] differentiate error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9920">#9920</a>)</li> <li><strong>typescript-estree:</strong> default projectService.defaultProject to 'tsconfig.json' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9893">#9893</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency prism-react-renderer to v2.4.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9943">#9943</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9898">#9898</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] handle static method (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9951">#9951</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] fix AST quick path scope analysis (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9900">#9900</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] access parser services lazily (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9921">#9921</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</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.5.0 (2024-09-09)</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="https://github.com/typescript-eslint/typescript-eslint/commit/4d31ebe71ac26612a129ac4be98692b11387145e"><code>4d31ebe</code></a> chore(release): publish 8.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4bc801e542e4accd644b65514a7b7355874f7a96"><code>4bc801e</code></a> chore: enable unicorn/no-array-reduce (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9640">#9640</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.3 to 5.4.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.5 (2024-09-13)<!-- raw HTML omitted --></h2> <ul> <li>fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>, throw error preloading module as well (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>) (<a href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba">faa2405</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18098">#18098</a> <a href="https://redirect.github.com/vitejs/vite/issues/18099">#18099</a></li> </ul> <h2><!-- raw HTML omitted -->5.4.4 (2024-09-11)<!-- raw HTML omitted --></h2> <ul> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>, ensure req.url matches moduleByEtag URL to avoid incorrect 304 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18078">#18078</a>) (<a href="https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf">74a79c5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17997">#17997</a> <a href="https://redirect.github.com/vitejs/vite/issues/18078">#18078</a></li> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>, allow scanning exports from <code>script module</code> in svelte (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18077">#18077</a>) (<a href="https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac">d90ba40</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18063">#18063</a> <a href="https://redirect.github.com/vitejs/vite/issues/18077">#18077</a></li> <li>fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>, allow ignoring dep errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>) (<a href="https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4">8760293</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18046">#18046</a> <a href="https://redirect.github.com/vitejs/vite/issues/18076">#18076</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/37881e71980ddbf6a93444c2d21b8ee6c076ad07"><code>37881e7</code></a> release: v5.4.5</li> <li><a href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba"><code>faa2405</code></a> fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>, throw error preloading module as well (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/54c55dbffc86f21ae88a171a5af90c37876db226"><code>54c55db</code></a> release: v5.4.4</li> <li><a href="https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf"><code>74a79c5</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>, ensure req.url matches moduleByEtag URL to avoid incorr...</li> <li><a href="https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac"><code>d90ba40</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>, allow scanning exports from <code>script module</code> in svelte (...</li> <li><a href="https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4"><code>8760293</code></a> fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>, allow ignoring dep errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.5/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 2.0.5 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Make example test callbacks async  -  by <a href="https://github.com/aqandrew"><code>@​aqandrew</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6484">vitest-dev/vitest#6484</a> <a href="https://github.com/vitest-dev/vitest/commit/16aa76c2"><!-- raw HTML omitted -->(16aa7)<!-- raw HTML omitted --></a></li> <li>Optimize vitest-browser-vue correctly  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6490">vitest-dev/vitest#6490</a> <a href="https://github.com/vitest-dev/vitest/commit/5cbb0bba"><!-- raw HTML omitted -->(5cbb0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Resolve glob pattern once to avoid name collision  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6489">vitest-dev/vitest#6489</a> <a href="https://github.com/vitest-dev/vitest/commit/36b5aceb"><!-- raw HTML omitted -->(36b5a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1">View changes on GitHub</a></h5> <h2>v2.1.0</h2> <p>This release makes another big change to the Browser Mode by introducing <a href="https://vitest.dev/guide/browser/locators.html">locators API</a>:</p> <pre lang="ts"><code>test('renders blog posts', async () =&gt; { const screen = page.render(&lt;Blog /&gt;) <p>await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()</p> <p>const [firstPost] = screen.getByRole('listitem').all()</p> <p>await firstPost.getByRole('button', { name: 'Delete' }).click()</p> <p>expect(screen.getByRole('listitem').all()).toHaveLength(3) }) </code></pre></p> <p>You can use either <a href="https://github.com/vitest-dev/vitest-browser-vue">vitest-browser-vue</a>, <a href="https://github.com/vitest-dev/vitest-browser-svelte">vitest-browser-svelte </a> or <a href="https://github.com/vitest-dev/vitest-browser-react">vitest-browser-react</a> to render components and make assertions using locators. Locators are also available on the <code>page</code> object from <code>@vitest/browser/context</code>.</p> <h3>Potential Breaking Change</h3> <ul> <li><strong>workspace</strong>: <ul> <li>Correctly resolve workspace globs and file paths  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6316">vitest-dev/vitest#6316</a> <a href="https://github.com/vitest-dev/vitest/commit/afdcb8f2"><!-- raw HTML omitted -->(afdcb)<!-- raw HTML omitted --></a></li> <li>This changes how the custom glob pattern in the workspace config is treated. <em>Any</em> file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single <code>vitest.config.ts</code> or <code>vite.config.ts</code> inside the folder)</li> <li>For example, <code>projects/*</code> will match anything inside the <code>projects</code> folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. <code>projects/**/*</code> previously would assume that you only wanted to have folders as projects, but now it will match <em>every single file</em> inside<code>projects</code>.</li> <li>This change doesn't affect non-glob usage.</li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <ul> <li>Make spec into a class instead of a tuple  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6355">vitest-dev/vitest#6355</a> <a href="https://github.com/vitest-dev/vitest/commit/874a121e"><!-- raw HTML omitted -->(874a1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Move page.config to server.config, add more docs  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6252">vitest-dev/vitest#6252</a> <a href="https://github.com/vitest-dev/vitest/commit/af2b813c"><!-- raw HTML omitted -->(af2b8)<!-- raw HTML omitted --></a></li> <li>Make iframe scalable, improve documentation  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6257">vitest-dev/vitest#6257</a> <a href="https://github.com/vitest-dev/vitest/commit/74ca11a4"><!-- raw HTML omitted -->(74ca1)<!-- raw HTML omitted --></a></li> <li>Introduce built-in locators  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6084">vitest-dev/vitest#6084</a> <a href="https://github.com/vitest-dev/vitest/commit/3347f83e"><!-- raw HTML omitted -->(3347f)<!-- raw HTML omitted --></a></li> <li>Support v8 coverage  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6273">vitest-dev/vitest#6273</a> <a href="https://github.com/vitest-dev/vitest/commit/34199bdf"><!-- raw HTML omitted -->(34199)<!-- raw HTML omitted --></a></li> <li>Support <code>userEvent.upload</code> in playwright provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6442">vitest-dev/vitest#6442</a> <a href="https://github.com/vitest-dev/vitest/commit/cf148645"><!-- raw HTML omitted -->(cf148)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6433">vitest-dev/vitest#6433</a> <a href="https://github.com/vitest-dev/vitest/commit/0499a315"><!-- raw HTML omitted -->(0499a)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect-brk</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6434">vitest-dev/vitest#6434</a> <a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8"><!-- raw HTML omitted -->(7ab0f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/699055eb93909287e1542fdfb99d97f2a38965ba"><code>699055e</code></a> chore: release v2.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/36b5aceb9e146f790a60fc36d74359fdd209fcf9"><code>36b5ace</code></a> fix(workspace): resolve glob pattern once to avoid name collision (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6489">#6489</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/16aa76c261c1559e88cb6a39b71923d0638750c1"><code>16aa76c</code></a> fix(browser): make example test callbacks async (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6484">#6484</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9f1fd182fd96931ee876662f75e5931031798299"><code>9f1fd18</code></a> chore: release v2.1.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/94a186ec911e78b96961e7c7ee951130c616e989"><code>94a186e</code></a> fix(ui): render project name consistently (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6329">#6329</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ac698b1c8d3b6e587b18040ab610eeb995aa178d"><code>ac698b1</code></a> fix: <code>expect.getState().testPath</code> always returns correct path (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6472">#6472</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b2be23e4c901c1667c94c8119dfe94b6063e6d30"><code>b2be23e</code></a> chore: release v2.1.0-beta.7</li> <li><a href="https://github.com/vitest-dev/vitest/commit/0b4472267ddc854de2293d97056777810a813bc1"><code>0b44722</code></a> fix: ignore importer when resolving Vitest (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6469">#6469</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/97773e22bf64327ca5d00ef3241edd65337846e6"><code>97773e2</code></a> chore: fix edge case in license files bundling (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6460">#6460</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8ff5f2affe1353b5fcaacf717ed1ee3de"><code>7ab0f4a</code></a> feat(browser): support <code>--inspect-brk</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6434">#6434</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest">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>
2024-09-13 20:42:27 +02:00
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.5",
2024-07-19 00:16:49 +02:00
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-static-copy": "^1.0.6",
"vite-plugin-svgr": "^4.2.0",
Bump the dev-dependencies group with 3 updates (#211) Bumps the dev-dependencies group with 3 updates: [tsx](https://github.com/privatenumber/tsx), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths). Updates `tsx` from 4.16.5 to 4.17.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.17.0</h2> <h1><a href="https://github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0">4.17.0</a> (2024-08-08)</h1> <h3>Features</h3> <ul> <li>upgrade esbuild to 0.23 (<a href="https://redirect.github.com/privatenumber/tsx/issues/615">#615</a>) (<a href="https://github.com/privatenumber/tsx/commit/bd83d3bf59e39767ec64eec86fe5b48a8e50b991">bd83d3b</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.17.0"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/bd83d3bf59e39767ec64eec86fe5b48a8e50b991"><code>bd83d3b</code></a> feat: upgrade esbuild to 0.23 (<a href="https://redirect.github.com/privatenumber/tsx/issues/615">#615</a>)</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.5 to 5.4.0 <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>create-vite@5.4.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.4.0/packages/create-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>5.4.0 (2024-08-07)</h2> <ul> <li>fix(build): windows platform build output path error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17818">#17818</a>) (<a href="https://github.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34">6ae0615</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17818">#17818</a></li> <li>fix(deps): update launch-editor to consume fix for windows paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17828">#17828</a>) (<a href="https://github.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d">cf2f90d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17828">#17828</a></li> <li>fix(ssr): fix <code>global</code> variable name conflict (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17809">#17809</a>) (<a href="https://github.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6">6aa2206</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17809">#17809</a></li> <li>fix(worker): fix <code>importScripts</code> injection breaking iife code (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17827">#17827</a>) (<a href="https://github.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000">bb4ba9f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17827">#17827</a></li> <li>chore: bump typescript-eslint to v8 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17624">#17624</a>) (<a href="https://github.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196">d1891fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17624">#17624</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17820">#17820</a>) (<a href="https://github.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a">bb2f8bb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17820">#17820</a></li> <li>perf(ssr): do a single-pass over AST with node cache arrays (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17812">#17812</a>) (<a href="https://github.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34">81327eb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17812">#17812</a></li> </ul> <h2>5.4.0-beta.1 (2024-08-01)</h2> <ul> <li>fix: handle encoded base paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17577">#17577</a>) (<a href="https://github.com/vitejs/vite/commit/720447ee725046323387f661341d44e2ad390f41">720447e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17577">#17577</a></li> <li>fix: opt-in server.fs.cachedChecks (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17807">#17807</a>) (<a href="https://github.com/vitejs/vite/commit/4de659c351589b83a83a7a42f3da5b071a625662">4de659c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17807">#17807</a></li> <li>feat(css): support sass compiler api and sass-embedded package (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17754">#17754</a>) (<a href="https://github.com/vitejs/vite/commit/1025bb6d8f21c0cb9fe72405d42e0f91bb3f1d8e">1025bb6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17754">#17754</a></li> </ul> <h2>5.4.0-beta.0 (2024-07-30)</h2> <ul> <li>fix: specify own Node version as target when bundling config files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17307">#17307</a>) (<a href="https://github.com/vitejs/vite/commit/bbf001f0ecb4e9b826bbeb75b91d39f20aab3142">bbf001f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17307">#17307</a></li> <li>fix(build): handle invalid JSON in import.meta.env (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17648">#17648</a>) (<a href="https://github.com/vitejs/vite/commit/659b7206930d660779ad504beef89744fb97d339">659b720</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17648">#17648</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17780">#17780</a>) (<a href="https://github.com/vitejs/vite/commit/e408542748edebd93dba07f21e3fd107725cadca">e408542</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17780">#17780</a></li> <li>fix(mergeConfig): don't recreate server.hmr.server instance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17763">#17763</a>) (<a href="https://github.com/vitejs/vite/commit/5c55b291cf1d41664b0e949acf41d70c956659da">5c55b29</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17763">#17763</a></li> <li>feat(css): support sass modern api (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17728">#17728</a>) (<a href="https://github.com/vitejs/vite/commit/73a3de01d2baaeefeabfa46c28fb49550643b23a">73a3de0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17728">#17728</a></li> <li>feat(types): support custom VitePreloadErrorEvent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17615">#17615</a>) (<a href="https://github.com/vitejs/vite/commit/116e37acf1a9ce808bc7a7f3a1439ab749c168e3">116e37a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17615">#17615</a></li> <li>perf: improve regex performance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17789">#17789</a>) (<a href="https://github.com/vitejs/vite/commit/952bae3efcbd871fc3df5b1947060de7ebdafa36">952bae3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17789">#17789</a></li> <li>chore: minor config.logger refactor (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17770">#17770</a>) (<a href="https://github.com/vitejs/vite/commit/b947fdcc9d0db51ee6ac64d9712e8f04077280a7">b947fdc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17770">#17770</a></li> <li>chore: update eslint config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17788">#17788</a>) (<a href="https://github.com/vitejs/vite/commit/796eef3af1291facc47b5273f83b0ef16d6d76b7">796eef3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17788">#17788</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/7c06ef07f835308b1ff2de3df02d201a8dbfb3b6"><code>7c06ef0</code></a> refactor(optimizer): use early continues (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a8e2f6fafcf106ccc0d5a46972e66c2bf73155e3"><code>a8e2f6f</code></a> fix(client): uniform variable <code>location</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6c106622812480d2bb134f8ed8efa84e2eb942c4"><code>6c10662</code></a> chore(deps): update dependency eslint to v9 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5"><code>bf123f2</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ec16a5efc04d8ab50301d184c20e7bd0c8d8f6a2"><code>ec16a5e</code></a> chore: fix some comments (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/c608e6ac740509c2e68a6928d84676878a998dd0"><code>c608e6a</code></a> release: v5.3.1</li> <li><a href="https://github.com/vitejs/vite/commit/6ced135c6fc9367f8d4f8207666e208f90547af5"><code>6ced135</code></a> fix(build): preload treeshaking ignore equal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17480">#17480</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d355568e8d2dbc30b94b7d7680943f7db713ddc4"><code>d355568</code></a> fix(build): handle preload treeshaking for braces (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17479">#17479</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1f09344b57b253c0435290de1d6e147c8c9b50d5"><code>1f09344</code></a> chore: consolidate changelog for 5.3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17476">#17476</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3e2707122033a5be074d88dbeb244526dee85bb9"><code>3e27071</code></a> fix(build): handle preload treeshaking for commas (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17472">#17472</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vite-tsconfig-paths` from 4.3.2 to 5.0.1 <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.0.0</h2> <p>This package is now ESM only in order to align with Vite: <a href="https://vitejs.dev/guide/migration#deprecate-cjs-node-api">https://vitejs.dev/guide/migration#deprecate-cjs-node-api</a></p> <p>If your project is using CommonJS, you can rename your Vite config to use the <code>.mjs</code> or <code>.mts</code> extension (depending on whether you use TypeScript or not). If you're not using Vite v5.0.0+, you may want to pin your dependency to v4 of this plugin.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/c2b0b4ca111cf01453dbf7fe80fdc49e5526c46e"><code>c2b0b4c</code></a> 5.0.1</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/ae80736bf5e2029900c0518416681e006b1b56ca"><code>ae80736</code></a> chore(fix): restore &quot;main&quot; and &quot;types&quot; fields in package.json</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/29093ed6c869741f1e7e5241fdfedc2d1d44d5a2"><code>29093ed</code></a> 5.0.0</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/66d478e8e66f72dd3c41ef3a53febe27955445f4"><code>66d478e</code></a> chore: update readme notice</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/5ff0d6abbae3f98276f4460b34478e02d7ef98a2"><code>5ff0d6a</code></a> chore: drop CJS build (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/151">#151</a>)</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/03ffe4a60afd40066cdbd0048dce853084e2e4a2"><code>03ffe4a</code></a> chore: update readme announcement</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/fc2da504bfec1ed6ae5caad3d65efa7a9b1bbb20"><code>fc2da50</code></a> chore: update lockfiles</li> <li>See full diff in <a href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...v5.0.1">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>
2024-08-09 18:44:32 +02:00
"vite-tsconfig-paths": "^5.0.1",
Bump the dev-dependencies group with 8 updates (#377) Bumps the dev-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.1` | `9.10.0` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `2.0.5` | `2.1.1` | | [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.19.0` | `4.19.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.4.0` | `8.5.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.3` | `5.4.5` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.1` | Updates `@eslint/js` from 9.9.1 to 9.10.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.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18754">#18754</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18763">#18763</a>) (Nicholas C. Zakas)</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.10.0 - September 6, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18754">#18754</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18763">#18763</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</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.10.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-istanbul` from 2.0.5 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-istanbul</code>'s releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Make example test callbacks async  -  by <a href="https://github.com/aqandrew"><code>@​aqandrew</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6484">vitest-dev/vitest#6484</a> <a href="https://github.com/vitest-dev/vitest/commit/16aa76c2"><!-- raw HTML omitted -->(16aa7)<!-- raw HTML omitted --></a></li> <li>Optimize vitest-browser-vue correctly  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6490">vitest-dev/vitest#6490</a> <a href="https://github.com/vitest-dev/vitest/commit/5cbb0bba"><!-- raw HTML omitted -->(5cbb0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Resolve glob pattern once to avoid name collision  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6489">vitest-dev/vitest#6489</a> <a href="https://github.com/vitest-dev/vitest/commit/36b5aceb"><!-- raw HTML omitted -->(36b5a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1">View changes on GitHub</a></h5> <h2>v2.1.0</h2> <p>This release makes another big change to the Browser Mode by introducing <a href="https://vitest.dev/guide/browser/locators.html">locators API</a>:</p> <pre lang="ts"><code>test('renders blog posts', async () =&gt; { const screen = page.render(&lt;Blog /&gt;) <p>await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()</p> <p>const [firstPost] = screen.getByRole('listitem').all()</p> <p>await firstPost.getByRole('button', { name: 'Delete' }).click()</p> <p>expect(screen.getByRole('listitem').all()).toHaveLength(3) }) </code></pre></p> <p>You can use either <a href="https://github.com/vitest-dev/vitest-browser-vue">vitest-browser-vue</a>, <a href="https://github.com/vitest-dev/vitest-browser-svelte">vitest-browser-svelte </a> or <a href="https://github.com/vitest-dev/vitest-browser-react">vitest-browser-react</a> to render components and make assertions using locators. Locators are also available on the <code>page</code> object from <code>@vitest/browser/context</code>.</p> <h3>Potential Breaking Change</h3> <ul> <li><strong>workspace</strong>: <ul> <li>Correctly resolve workspace globs and file paths  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6316">vitest-dev/vitest#6316</a> <a href="https://github.com/vitest-dev/vitest/commit/afdcb8f2"><!-- raw HTML omitted -->(afdcb)<!-- raw HTML omitted --></a></li> <li>This changes how the custom glob pattern in the workspace config is treated. <em>Any</em> file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single <code>vitest.config.ts</code> or <code>vite.config.ts</code> inside the folder)</li> <li>For example, <code>projects/*</code> will match anything inside the <code>projects</code> folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. <code>projects/**/*</code> previously would assume that you only wanted to have folders as projects, but now it will match <em>every single file</em> inside<code>projects</code>.</li> <li>This change doesn't affect non-glob usage.</li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <ul> <li>Make spec into a class instead of a tuple  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6355">vitest-dev/vitest#6355</a> <a href="https://github.com/vitest-dev/vitest/commit/874a121e"><!-- raw HTML omitted -->(874a1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Move page.config to server.config, add more docs  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6252">vitest-dev/vitest#6252</a> <a href="https://github.com/vitest-dev/vitest/commit/af2b813c"><!-- raw HTML omitted -->(af2b8)<!-- raw HTML omitted --></a></li> <li>Make iframe scalable, improve documentation  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6257">vitest-dev/vitest#6257</a> <a href="https://github.com/vitest-dev/vitest/commit/74ca11a4"><!-- raw HTML omitted -->(74ca1)<!-- raw HTML omitted --></a></li> <li>Introduce built-in locators  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6084">vitest-dev/vitest#6084</a> <a href="https://github.com/vitest-dev/vitest/commit/3347f83e"><!-- raw HTML omitted -->(3347f)<!-- raw HTML omitted --></a></li> <li>Support v8 coverage  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6273">vitest-dev/vitest#6273</a> <a href="https://github.com/vitest-dev/vitest/commit/34199bdf"><!-- raw HTML omitted -->(34199)<!-- raw HTML omitted --></a></li> <li>Support <code>userEvent.upload</code> in playwright provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6442">vitest-dev/vitest#6442</a> <a href="https://github.com/vitest-dev/vitest/commit/cf148645"><!-- raw HTML omitted -->(cf148)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6433">vitest-dev/vitest#6433</a> <a href="https://github.com/vitest-dev/vitest/commit/0499a315"><!-- raw HTML omitted -->(0499a)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect-brk</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6434">vitest-dev/vitest#6434</a> <a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8"><!-- raw HTML omitted -->(7ab0f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/699055eb93909287e1542fdfb99d97f2a38965ba"><code>699055e</code></a> chore: release v2.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9f1fd182fd96931ee876662f75e5931031798299"><code>9f1fd18</code></a> chore: release v2.1.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b2be23e4c901c1667c94c8119dfe94b6063e6d30"><code>b2be23e</code></a> chore: release v2.1.0-beta.7</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8ac70111706a4444a779a75bed34c18b800ea0b3"><code>8ac7011</code></a> chore: release v2.1.0-beta.6</li> <li><a href="https://github.com/vitest-dev/vitest/commit/da52d23fd1815dba954ecad935d76a8233be04a2"><code>da52d23</code></a> fix(coverage): use project specific <code>vitenode</code> for uncovered files (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6044">#6044</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5932a7f988fdb269ac1ae704172bc7cfbf6ed721"><code>5932a7f</code></a> feat(coverage): add <code>--exclude-after-remap</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6309">#6309</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/34199bdf9a8cc9ac3615285bfe051948fa0cf7e4"><code>34199bd</code></a> feat(browser): support v8 coverage (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6273">#6273</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/72056b5063d29ddc6219d028fcfc6b1e4eab0e05"><code>72056b5</code></a> chore: release v2.1.0-beta.5</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e662c7b2c307adbf312684c21efd8d05b1284b9a"><code>e662c7b</code></a> fix(coverage): warn if <code>vitest</code> and <code>@vitest/*</code> versions don't match (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6317">#6317</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/67b086bb86e34f8190631e419e5111a074cbedae"><code>67b086b</code></a> chore: release v2.1.0-beta.4</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/coverage-istanbul">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 9.9.1 to 9.10.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.10.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>) (Nicholas C. Zakas)</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.10.0 - September 6, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>) (ChaedongIm)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>) (Brett Zamir)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91"><code>e8fc5bd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.5.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448"><code>343f992</code></a> refactor: don't use <code>node.value</code> when removing unused directives (<a href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484"><code>183b459</code></a> feat: add error message for duplicate flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11"><code>f6fdef9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0"><code>c69b406</code></a> feat: report duplicate allowed flags in <code>no-invalid-regexp</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb"><code>a20c870</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72"><code>90e699b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c"><code>3db18b0</code></a> refactor: Extract FileContext into class (<a href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb"><code>931d650</code></a> refactor: Use <code>@​eslint/plugin-kit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554"><code>ed5cf0c</code></a> chore: update dependency <code>@​eslint/json</code> to ^0.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65"><code>d1f0831</code></a> chore: added missing ids (<a href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687"><code>ec92813</code></a> refactor: Config class (<a href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/6448f3280f85137b429c1c320da6fb4b48169bd5"><code>6448f32</code></a> 9.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/afeb9b1b7e83c30809d619b965445d378797478c"><code>afeb9b1</code></a> Build: changelog update for 9.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d"><code>24c3ff7</code></a> chore: upgrade to <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3"><code>1ebdde1</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4"><code>301b90d</code></a> feat: Add types (<a href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692"><code>bee0e7a</code></a> docs: update README (<a href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78"><code>bcf0df5</code></a> feat: limit namespace import identifier in id-length rule (<a href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09"><code>45c18e1</code></a> feat: add <code>requireFlag</code> option to <code>require-unicode-regexp</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd"><code>5d80b59</code></a> docs: specify that <code>ruleId</code> can be <code>null</code> in custom formatter docs (<a href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89"><code>156b1c3</code></a> docs: Update README</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0">compare view</a></li> </ul> </details> <br /> Updates `tsx` from 4.19.0 to 4.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.19.1</h2> <h2><a href="https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1">4.19.1</a> (2024-09-12)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>cjs:</strong> patch <code>module.path</code> for accurate cache ID (<a href="https://github.com/privatenumber/tsx/commit/0329bfc731346d6c8b6055c7f2882e5c3155a7ec">0329bfc</a>), closes <a href="https://redirect.github.com/privatenumber/tsx/issues/651">privatenumber/tsx#651</a></li> <li><strong>cjs:</strong> resolve ts extensions from js when namespaced (<a href="https://github.com/privatenumber/tsx/commit/44ed37f19fa576d57aec6a17cdcd43aa17a98fb4">44ed37f</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.19.1"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/0329bfc731346d6c8b6055c7f2882e5c3155a7ec"><code>0329bfc</code></a> fix(cjs): patch <code>module.path</code> for accurate cache ID</li> <li><a href="https://github.com/privatenumber/tsx/commit/44ed37f19fa576d57aec6a17cdcd43aa17a98fb4"><code>44ed37f</code></a> fix(cjs): resolve ts extensions from js when namespaced</li> <li><a href="https://github.com/privatenumber/tsx/commit/ac77527cb7bb7a70e187f980cd063e2fc0d83777"><code>ac77527</code></a> test: outdent api fixtures</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.4 to 5.6.2 <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</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&amp;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&amp;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&amp;q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+">fixed issues query for Typescript 5.6.2 (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> <h2>TypeScript 5.6 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-rc/">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&amp;milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.6 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/">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&amp;q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</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="https://github.com/microsoft/TypeScript/commit/a7e3374f13327483fbe94e32806d65785b0b6cda"><code>a7e3374</code></a> Bump version to 5.6.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/20633579fcf88f6b61774349740de4841d2b8b5c"><code>2063357</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59708">#59708</a> (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4fe7e41ea1a92ecbd59119666be2d60164785391"><code>4fe7e41</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59670">#59670</a> (fix(59649): ts Move to a new file d...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1a03e5340ae0b83ce1b1f743763625f89e92ca91"><code>1a03e53</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59761">#59761</a> (<code>this</code> can be nullish) into release-5.6 (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59762">#59762</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6212132b835145b1a8fd49982680ac668caf3ddc"><code>6212132</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/bbb5faf7e749df52adafdcd37c09ac7fff30ddaf"><code>bbb5faf</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59542">#59542</a> (Fixing delay caused in vscode due t...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/e6914a558775bd3ba3dc5567877604a0864b9338"><code>e6914a5</code></a> Bump version to 5.6.1-rc and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/34121c42b638e973f28b438b0513796a37585448"><code>34121c4</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/2a30c2a8f0408b32c8c7ff88f0bf1c6a32e67704"><code>2a30c2a</code></a> Merge remote-tracking branch 'origin/main' into release-5.6</li> <li><a href="https://github.com/microsoft/TypeScript/commit/936a79bbb58f82b173f6b644974995851b9b479e"><code>936a79b</code></a> Expose TypeChecker. getAwaitedType to public (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59268">#59268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.4.0 to 8.5.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.5.0</h2> <h2>8.5.0 (2024-09-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents] prevent unnecessary <code>| undefined</code> for optional parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9479">#9479</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-argument] differentiate error types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9920">#9920</a>)</li> <li><strong>typescript-estree:</strong> default projectService.defaultProject to 'tsconfig.json' (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9893">#9893</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency prism-react-renderer to v2.4.0 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9943">#9943</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9898">#9898</a>)</li> <li><strong>eslint-plugin:</strong> [no-misused-promises] handle static method (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9951">#9951</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] fix AST quick path scope analysis (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9900">#9900</a>)</li> <li><strong>eslint-plugin:</strong> [consistent-type-assertions] access parser services lazily (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9921">#9921</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Josh Goldberg ✨</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@​yeonjuan</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.5.0 (2024-09-09)</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="https://github.com/typescript-eslint/typescript-eslint/commit/4d31ebe71ac26612a129ac4be98692b11387145e"><code>4d31ebe</code></a> chore(release): publish 8.5.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4bc801e542e4accd644b65514a7b7355874f7a96"><code>4bc801e</code></a> chore: enable unicorn/no-array-reduce (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9640">#9640</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.3 to 5.4.5 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.5 (2024-09-13)<!-- raw HTML omitted --></h2> <ul> <li>fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>, throw error preloading module as well (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>) (<a href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba">faa2405</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18098">#18098</a> <a href="https://redirect.github.com/vitejs/vite/issues/18099">#18099</a></li> </ul> <h2><!-- raw HTML omitted -->5.4.4 (2024-09-11)<!-- raw HTML omitted --></h2> <ul> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>, ensure req.url matches moduleByEtag URL to avoid incorrect 304 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18078">#18078</a>) (<a href="https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf">74a79c5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17997">#17997</a> <a href="https://redirect.github.com/vitejs/vite/issues/18078">#18078</a></li> <li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>, allow scanning exports from <code>script module</code> in svelte (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18077">#18077</a>) (<a href="https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac">d90ba40</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18063">#18063</a> <a href="https://redirect.github.com/vitejs/vite/issues/18077">#18077</a></li> <li>fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>, allow ignoring dep errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>) (<a href="https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4">8760293</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18046">#18046</a> <a href="https://redirect.github.com/vitejs/vite/issues/18076">#18076</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/37881e71980ddbf6a93444c2d21b8ee6c076ad07"><code>37881e7</code></a> release: v5.4.5</li> <li><a href="https://github.com/vitejs/vite/commit/faa2405e5d1da07a7c7fb6d48e887bf97a2f3dba"><code>faa2405</code></a> fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>, throw error preloading module as well (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/54c55dbffc86f21ae88a171a5af90c37876db226"><code>54c55db</code></a> release: v5.4.4</li> <li><a href="https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf"><code>74a79c5</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>, ensure req.url matches moduleByEtag URL to avoid incorr...</li> <li><a href="https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac"><code>d90ba40</code></a> fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>, allow scanning exports from <code>script module</code> in svelte (...</li> <li><a href="https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4"><code>8760293</code></a> fix(preload): backport <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>, allow ignoring dep errors (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.5/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 2.0.5 to 2.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Make example test callbacks async  -  by <a href="https://github.com/aqandrew"><code>@​aqandrew</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6484">vitest-dev/vitest#6484</a> <a href="https://github.com/vitest-dev/vitest/commit/16aa76c2"><!-- raw HTML omitted -->(16aa7)<!-- raw HTML omitted --></a></li> <li>Optimize vitest-browser-vue correctly  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6490">vitest-dev/vitest#6490</a> <a href="https://github.com/vitest-dev/vitest/commit/5cbb0bba"><!-- raw HTML omitted -->(5cbb0)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Resolve glob pattern once to avoid name collision  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6489">vitest-dev/vitest#6489</a> <a href="https://github.com/vitest-dev/vitest/commit/36b5aceb"><!-- raw HTML omitted -->(36b5a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.0...v2.1.1">View changes on GitHub</a></h5> <h2>v2.1.0</h2> <p>This release makes another big change to the Browser Mode by introducing <a href="https://vitest.dev/guide/browser/locators.html">locators API</a>:</p> <pre lang="ts"><code>test('renders blog posts', async () =&gt; { const screen = page.render(&lt;Blog /&gt;) <p>await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()</p> <p>const [firstPost] = screen.getByRole('listitem').all()</p> <p>await firstPost.getByRole('button', { name: 'Delete' }).click()</p> <p>expect(screen.getByRole('listitem').all()).toHaveLength(3) }) </code></pre></p> <p>You can use either <a href="https://github.com/vitest-dev/vitest-browser-vue">vitest-browser-vue</a>, <a href="https://github.com/vitest-dev/vitest-browser-svelte">vitest-browser-svelte </a> or <a href="https://github.com/vitest-dev/vitest-browser-react">vitest-browser-react</a> to render components and make assertions using locators. Locators are also available on the <code>page</code> object from <code>@vitest/browser/context</code>.</p> <h3>Potential Breaking Change</h3> <ul> <li><strong>workspace</strong>: <ul> <li>Correctly resolve workspace globs and file paths  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6316">vitest-dev/vitest#6316</a> <a href="https://github.com/vitest-dev/vitest/commit/afdcb8f2"><!-- raw HTML omitted -->(afdcb)<!-- raw HTML omitted --></a></li> <li>This changes how the custom glob pattern in the workspace config is treated. <em>Any</em> file matching the glob is considered a Vitest config file. Any folder matching the glob pattern is treated as a workspace project and is subject to the regular config resolution (single <code>vitest.config.ts</code> or <code>vite.config.ts</code> inside the folder)</li> <li>For example, <code>projects/*</code> will match anything inside the <code>projects</code> folder. If it's a folder, we try to find the config inside that folder (if there is none, it is still treated as a project with the default config). If it's a file, it will be treated as a Vitest config. <code>projects/**/*</code> previously would assume that you only wanted to have folders as projects, but now it will match <em>every single file</em> inside<code>projects</code>.</li> <li>This change doesn't affect non-glob usage.</li> </ul> </li> </ul> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <ul> <li>Make spec into a class instead of a tuple  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6355">vitest-dev/vitest#6355</a> <a href="https://github.com/vitest-dev/vitest/commit/874a121e"><!-- raw HTML omitted -->(874a1)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Move page.config to server.config, add more docs  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6252">vitest-dev/vitest#6252</a> <a href="https://github.com/vitest-dev/vitest/commit/af2b813c"><!-- raw HTML omitted -->(af2b8)<!-- raw HTML omitted --></a></li> <li>Make iframe scalable, improve documentation  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6257">vitest-dev/vitest#6257</a> <a href="https://github.com/vitest-dev/vitest/commit/74ca11a4"><!-- raw HTML omitted -->(74ca1)<!-- raw HTML omitted --></a></li> <li>Introduce built-in locators  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6084">vitest-dev/vitest#6084</a> <a href="https://github.com/vitest-dev/vitest/commit/3347f83e"><!-- raw HTML omitted -->(3347f)<!-- raw HTML omitted --></a></li> <li>Support v8 coverage  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6273">vitest-dev/vitest#6273</a> <a href="https://github.com/vitest-dev/vitest/commit/34199bdf"><!-- raw HTML omitted -->(34199)<!-- raw HTML omitted --></a></li> <li>Support <code>userEvent.upload</code> in playwright provider  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6442">vitest-dev/vitest#6442</a> <a href="https://github.com/vitest-dev/vitest/commit/cf148645"><!-- raw HTML omitted -->(cf148)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6433">vitest-dev/vitest#6433</a> <a href="https://github.com/vitest-dev/vitest/commit/0499a315"><!-- raw HTML omitted -->(0499a)<!-- raw HTML omitted --></a></li> <li>Support <code>--inspect-brk</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6434">vitest-dev/vitest#6434</a> <a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8"><!-- raw HTML omitted -->(7ab0f)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/699055eb93909287e1542fdfb99d97f2a38965ba"><code>699055e</code></a> chore: release v2.1.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/36b5aceb9e146f790a60fc36d74359fdd209fcf9"><code>36b5ace</code></a> fix(workspace): resolve glob pattern once to avoid name collision (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6489">#6489</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/16aa76c261c1559e88cb6a39b71923d0638750c1"><code>16aa76c</code></a> fix(browser): make example test callbacks async (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6484">#6484</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9f1fd182fd96931ee876662f75e5931031798299"><code>9f1fd18</code></a> chore: release v2.1.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/94a186ec911e78b96961e7c7ee951130c616e989"><code>94a186e</code></a> fix(ui): render project name consistently (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6329">#6329</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ac698b1c8d3b6e587b18040ab610eeb995aa178d"><code>ac698b1</code></a> fix: <code>expect.getState().testPath</code> always returns correct path (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6472">#6472</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b2be23e4c901c1667c94c8119dfe94b6063e6d30"><code>b2be23e</code></a> chore: release v2.1.0-beta.7</li> <li><a href="https://github.com/vitest-dev/vitest/commit/0b4472267ddc854de2293d97056777810a813bc1"><code>0b44722</code></a> fix: ignore importer when resolving Vitest (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6469">#6469</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/97773e22bf64327ca5d00ef3241edd65337846e6"><code>97773e2</code></a> chore: fix edge case in license files bundling (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6460">#6460</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/7ab0f4a8ff5f2affe1353b5fcaacf717ed1ee3de"><code>7ab0f4a</code></a> feat(browser): support <code>--inspect-brk</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6434">#6434</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest">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>
2024-09-13 20:42:27 +02:00
"vitest": "^2.1.1"
2024-06-26 21:26:27 +02:00
},
"dependencies": {
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
Bump the prod-dependencies group with 4 updates (#213) [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps the prod-dependencies group with 4 updates: [@observablehq/plot](https://github.com/observablehq/plot), [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table), [jotai](https://github.com/pmndrs/jotai) and [winston](https://github.com/winstonjs/winston). Updates `@observablehq/plot` from 0.6.15 to 0.6.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/observablehq/plot/releases"><code>@​observablehq/plot</code>'s releases</a>.</em></p> <blockquote> <h2>v0.6.16</h2> <p>Please see the <a href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md#0616">0.6.16 release notes</a> for examples and more!</p> <h2>New features</h2> <ul> <li>Add the <a href="https://observablehq.com/plot/marks/waffle">waffle mark</a> 🧇 for comparing countable quantities. <a href="https://redirect.github.com/observablehq/plot/issues/2029">#2029</a> <a href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a></li> <li>Add support for GeoJSON data and GeoJSON property shorthand to all marks. <a href="https://redirect.github.com/observablehq/plot/issues/2092">#2092</a> <a href="https://redirect.github.com/observablehq/plot/issues/1745">#1745</a> <a href="https://redirect.github.com/observablehq/plot/issues/1172">#1172</a></li> <li>Add support for the <strong>tip</strong> option to the <a href="https://observablehq.com/plot/marks/geo">geo mark</a> (via an implicit <a href="https://observablehq.com/plot/transforms/centroid">centroid transform</a>). <a href="https://redirect.github.com/observablehq/plot/issues/2088">#2088</a> <a href="https://redirect.github.com/observablehq/plot/issues/2087">#2087</a> <a href="https://redirect.github.com/observablehq/plot/issues/2085">#2085</a> <a href="https://redirect.github.com/observablehq/plot/issues/1743">#1743</a></li> <li>Add support for Apache Arrow as native data, allowing channel shorthand. <a href="https://redirect.github.com/observablehq/plot/issues/191">#191</a> <a href="https://redirect.github.com/observablehq/plot/issues/2030">#2030</a> <a href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a> <a href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a></li> <li>Add per-side and per-corner <a href="https://observablehq.com/plot/features/marks#rounded-corners">rounding options</a> (<strong>r</strong>, <strong>rx1</strong>, <strong>ry1</strong>, <em>etc.</em>) to <a href="https://observablehq.com/plot/marks/rect">rect</a>-like marks. <a href="https://redirect.github.com/observablehq/plot/issues/2099">#2099</a> <a href="https://redirect.github.com/observablehq/plot/issues/2054">#2054</a></li> <li>Add <strong>className</strong> mark option. Thanks, <a href="https://github.com/RLesser"><code>@​RLesser</code></a>! <a href="https://redirect.github.com/observablehq/plot/issues/1098">#1098</a></li> <li>Add <a href="https://observablehq.com/plot/marks/difference#differenceX">differenceX</a> and <a href="https://observablehq.com/plot/transforms/shift#shiftY">shiftY</a>. <a href="https://redirect.github.com/observablehq/plot/issues/1922">#1922</a></li> </ul> <h2>Bug fixes and other improvements</h2> <ul> <li>Change the <a href="https://observablehq.com/plot/marks/tip">tip mark</a> to ignore channels of literal color values. <a href="https://redirect.github.com/observablehq/plot/issues/2091">#2091</a> <a href="https://redirect.github.com/observablehq/plot/issues/2090">#2090</a></li> <li>Optimize clip path rendering. <a href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a></li> <li>Fix <a href="https://observablehq.com/plot/features/markers">marker options</a> on <a href="https://observablehq.com/plot/marks/line">lines</a> with variable aesthetics. <a href="https://redirect.github.com/observablehq/plot/issues/2094">#2094</a> <a href="https://redirect.github.com/observablehq/plot/issues/2093">#2093</a></li> <li>Fix the default plot height when a <strong>projection</strong> <strong>domain</strong> is set. <a href="https://redirect.github.com/observablehq/plot/issues/2102">#2102</a> <a href="https://redirect.github.com/observablehq/plot/issues/2063">#2063</a></li> <li>Fix the default plot height when the ordinal <em>y</em> scale domain is empty. <a href="https://redirect.github.com/observablehq/plot/issues/1864">#1864</a> <a href="https://redirect.github.com/observablehq/plot/issues/1856">#1856</a></li> <li>Fix the <a href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a> with the pointer transform. <a href="https://redirect.github.com/observablehq/plot/issues/1622">#1622</a> <a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li> <li>Fix the <a href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a> with non-exclusive facets. <a href="https://redirect.github.com/observablehq/plot/issues/1858">#1858</a> <a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li> <li>Fix detection of date columns with Apache Arrow data. <a href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a></li> </ul> <h2>New contributors</h2> <ul> <li><a href="https://github.com/RLesser"><code>@​RLesser</code></a> made their first contribution in <a href="https://redirect.github.com/observablehq/plot/pull/1098">observablehq/plot#1098</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md"><code>@​observablehq/plot</code>'s changelog</a>.</em></p> <blockquote> <h2>0.6.16</h2> <p><a href="https://github.com/observablehq/plot/releases/tag/v0.6.16">Released August 6, 2024.</a></p> <p>The new <a href="https://observablehq.com/plot/marks/waffle">waffle mark</a> 🧇 displays a quantity (or quantitative extent) for a given category; unlike a <a href="https://observablehq.com/plot/marks/bar">bar</a>, a waffle is subdivided into cells that allow easier counting, making waffles useful for reading and comparing exact quantities. Plot’s waffle mark is highly configurable: it supports stacking, positive and negative values, rounded corners, partial cells for fractional counts, automatic row or column size determination (with optional override), and more!</p> <p><a href="https://observablehq.com/plot/marks/waffle"><!-- raw HTML omitted --></a></p> <pre lang="js"><code>Plot.plot({ fx: {interval: 10}, color: {legend: true}, marks: [Plot.waffleY(olympians, Plot.groupZ({y: &quot;count&quot;}, {fill: &quot;sex&quot;, sort: &quot;sex&quot;, fx: &quot;weight&quot;, unit: 10}))] }) </code></pre> <p>All marks now support GeoJSON data and GeoJSON property shorthand, making it easier to work with GeoJSON. For example, below the data <code>counties</code> is a GeoJSON FeatureCollection, and <code>unemployment</code> refers to a property on each feature; the <strong>fill</strong> option is thus shorthand for <code>(d) =&gt; d.properties.unemployment</code>. The <a href="https://observablehq.com/plot/marks/geo">geo mark</a> now also supports the <strong>tip</strong> option (via an implicit <a href="https://observablehq.com/plot/transforms/centroid">centroid transform</a>), making it easier to use Plot’s <a href="https://observablehq.com/plot/interactions/pointer">interactive tooltips</a>.</p> <p><a href="https://observablehq.com/plot/marks/geo"><!-- raw HTML omitted --></a></p> <pre lang="js"><code>Plot.plot({ projection: &quot;albers-usa&quot;, color: { type: &quot;quantile&quot;, n: 9, scheme: &quot;blues&quot;, label: &quot;Unemployment (%)&quot;, legend: true }, marks: [ Plot.geo(counties, { fill: &quot;unemployment&quot;, title: (d) =&gt; `${d.properties.name} ${d.properties.unemployment}%`, tip: true }) ] }) </code></pre> <p>All marks now also support column name channel shorthand when using Apache Arrow tables as data, and we’ve added detection of Arrow date-type columns. (Arrow represents temporal data using BigInt rather than Date.)</p> <pre lang="js"><code>Plot.dot(gistemp, {x: &quot;Date&quot;, y: &quot;Anomaly&quot;}).plot() // gistemp is an Arrow Table! </code></pre> <p>The rect-like marks (<a href="https://observablehq.com/plot/marks/rect">rect</a>, <a href="https://observablehq.com/plot/marks/bar">bar</a>, <a href="https://observablehq.com/plot/marks/cell">cell</a>, and <a href="https://observablehq.com/plot/marks/frame">frame</a>) now support individual rounding options for each side (<strong>rx1</strong>, <strong>ry1</strong>, <em>etc.</em>) and corner (<strong>rx1y1</strong>, <strong>rx2y1</strong>, <em>etc.</em>). This allows you to round just the top side of rects. You can even use a negative corner radius on the bottom side for seamless stacking, as in the histogram of Olympic athletes below.</p> <p><a href="https://observablehq.com/plot/marks/rect"><!-- raw HTML omitted --></a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/observablehq/plot/commit/4324fa0a6f5edd316e8448b96e70ccff7d93db9a"><code>4324fa0</code></a> implement cloneNode</li> <li><a href="https://github.com/observablehq/plot/commit/547872857936f2442fa8ba19fed9a46d58a3e9e7"><code>5478728</code></a> 0.6.16 (<a href="https://redirect.github.com/observablehq/plot/issues/2122">#2122</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/9ea2e2765006519c2e6d64fd144782a441236302"><code>9ea2e27</code></a> waffle multiple option (<a href="https://redirect.github.com/observablehq/plot/issues/2121">#2121</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/67736b12919a607be0d0b910844eac3cfa6c3f60"><code>67736b1</code></a> document arrow support (<a href="https://redirect.github.com/observablehq/plot/issues/2120">#2120</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/0f884a2900cfe910b05250266ff325dd314f0d5c"><code>0f884a2</code></a> support Apache Arrow as a normalized data representation (<a href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/c911b1a7a60e3e88b9e8a3b16af9ae54b24c7044"><code>c911b1a</code></a> stable clip paths (<a href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/699e2d69ff28b63944ab88d2b95af855d9ad3804"><code>699e2d6</code></a> waffle mark 🧇 (<a href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/7fdbbabf7fdf6f68105d62dc5883fc2ad541c8a0"><code>7fdbbab</code></a> fix <a href="https://redirect.github.com/observablehq/plot/issues/2117">#2117</a>; delete obsolete sentence</li> <li><a href="https://github.com/observablehq/plot/commit/a576ab3afdf1128115424cd9e7ddd87916be5399"><code>a576ab3</code></a> Voronoi initializer (for pointer interactions) (<a href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a>)</li> <li><a href="https://github.com/observablehq/plot/commit/6f0fe3fae6a43364692dd05a245883e211caa128"><code>6f0fe3f</code></a> Getting Started in Node.js (<a href="https://redirect.github.com/observablehq/plot/issues/2116">#2116</a>)</li> <li>Additional commits viewable in <a href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">compare view</a></li> </ul> </details> <br /> Updates `@tanstack/react-table` from 8.19.3 to 8.20.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/table/releases"><code>@​tanstack/react-table</code>'s releases</a>.</em></p> <blockquote> <h2>v8.20.1</h2> <p>Version 8.20.1 - 8/3/24, 10:29 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>id building was not consistent when using deep accessorKey (4754) (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5430">#5430</a>) (84cf73a) by Roman Kozodoi</li> </ul> <h3>Docs</h3> <ul> <li>fix link to row-models doc in guide/tables.md (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5467">#5467</a>) (55da0c3) by <a href="https://github.com/0ctothorp"><code>@​0ctothorp</code></a></li> <li>Update columns.md (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5666">#5666</a>) (a8d1971) by squidjam</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/table-core</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/angular-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/lit-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/qwik-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/react-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/solid-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/svelte-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> <li><code>@​tanstack/react-table-devtools</code><a href="https://github.com/8"><code>@​8</code></a>.20.1</li> </ul> <h2>v8.20.0</h2> <p>Version 8.20.0 - 8/3/24, 9:32 PM</p> <h2>Changes</h2> <h3>Feat</h3> <ul> <li>add support for reactivity in Vue-adapter (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5687">#5687</a>) (ab8e318) by <a href="https://github.com/OlaAlsaker"><code>@​OlaAlsaker</code></a></li> </ul> <h3>Docs</h3> <ul> <li>fixed wrong path (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5693">#5693</a>) (f8a018d) by Hannes</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.0</li> </ul> <h2>v8.19.4</h2> <p>Version 8.19.4 - 8/3/24, 8:50 PM</p> <h2>Changes</h2> <h3>Fix</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/table/commit/9370c9e31a9b052ffe607803c9c160ed9b64d90b"><code>9370c9e</code></a> release: v8.20.1</li> <li><a href="https://github.com/TanStack/table/commit/f269a590354c4b25f10b2056ef6e4ad57ee4a1c8"><code>f269a59</code></a> release: v8.19.4</li> <li>See full diff in <a href="https://github.com/TanStack/table/commits/v8.20.1/packages/react-table">compare view</a></li> </ul> </details> <br /> Updates `jotai` from 2.9.1 to 2.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmndrs/jotai/releases">jotai's releases</a>.</em></p> <blockquote> <h2>v2.9.2</h2> <p>A small improvement in atomFamily for edge use cases.</p> <h2>What's Changed</h2> <ul> <li>feat(utils): atomFamily supports getParams and unstable_listen api by <a href="https://github.com/dmaskasky"><code>@​dmaskasky</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2685">pmndrs/jotai#2685</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/junkboy0315"><code>@​junkboy0315</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2694">pmndrs/jotai#2694</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmndrs/jotai/commit/20e0cde354c77dd7a9aee7bee4f54f83ea56ebb4"><code>20e0cde</code></a> 2.9.2</li> <li><a href="https://github.com/pmndrs/jotai/commit/785d14a35427d4fe3b08d735bd018f315bdefa57"><code>785d14a</code></a> update dev dependencies (<a href="https://redirect.github.com/pmndrs/jotai/issues/2696">#2696</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/b4565cbb970409c10522b0df71bc3a7fbe726f3d"><code>b4565cb</code></a> feat(utils): atomFamily supports getParams and unstable_listen api (<a href="https://redirect.github.com/pmndrs/jotai/issues/2685">#2685</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/9228a8892ff16886a7bf1be661448a885c1cca65"><code>9228a88</code></a> docs: remove redundant parentheses (<a href="https://redirect.github.com/pmndrs/jotai/issues/2694">#2694</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/c76b2242d0ebfd2dab2a47333c24fea20e0b76ff"><code>c76b224</code></a> docs: (jotai-tanstack-query) remove wonka as a peer dependency (<a href="https://redirect.github.com/pmndrs/jotai/issues/2693">#2693</a>)</li> <li>See full diff in <a href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">compare view</a></li> </ul> </details> <br /> Updates `winston` from 3.13.1 to 3.14.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/winstonjs/winston/releases">winston's releases</a>.</em></p> <blockquote> <h2>v3.14.1</h2> <ul> <li>Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>) e82752f</li> <li>Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>) 4ff0538</li> <li>Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>) 62acaad</li> <li>Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>) b2b79af</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1">https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1</a></p> <h2>v3.14.0</h2> <ul> <li>Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>) b2098fd</li> <li>Set _rotate false on emit &amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;rotate&amp;<a href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>; false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>) 1719275</li> <li>Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>) d2859f3</li> <li>Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>) 71e4bb1</li> <li>fix: readme (<a href="https://redirect.github.com/winstonjs/winston/issues/2488">#2488</a>) 0cb8c7c</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0">https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/b270c4ee8ad8dd7098cf45d64cdab4489512dc8d"><code>b270c4e</code></a> 3.14.1</li> <li><a href="https://github.com/winstonjs/winston/commit/e82752fc7f4850ffb7814a41f75ee463e5ea48ab"><code>e82752f</code></a> Save a reference to console methods in console transport (<a href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/4ff0538e111f0513d1cf08041a768dcb336eff0e"><code>4ff0538</code></a> Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code> (<a href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/62acaad26c03e2fe71cfa741cc7bac89df1cf765"><code>62acaad</code></a> Bump mocha from 10.6.0 to 10.7.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/b2b79af23999052c171b914710a5001cba4d9590"><code>b2b79af</code></a> Update readme with forceConsole info (<a href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/c4a15ec02394b6b1e7376fe2979cf1efa6a849f0"><code>c4a15ec</code></a> 3.14.0</li> <li><a href="https://github.com/winstonjs/winston/commit/b2098fd9c05c1bda5e931da53c81c709b56b7dbf"><code>b2098fd</code></a> Add option forceConsole (<a href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/17192754733c40d261d76b690d84d4d2608c05f1"><code>1719275</code></a> Set _rotate false on emit 'rotate' false (<a href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/d2859f3d31784769a99d3be2a3227792942a6f37"><code>d2859f3</code></a> Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>)</li> <li><a href="https://github.com/winstonjs/winston/commit/71e4bb165451599b1785d05ebf3a47b36a5744d3"><code>71e4bb1</code></a> Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>)</li> <li>Additional commits viewable in <a href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.1">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>
2024-08-09 18:46:58 +02:00
"@observablehq/plot": "^0.6.16",
Bump @react-hook/resize-observer from 2.0.1 to 2.0.2 in the prod-dependencies group (#179) Bumps the prod-dependencies group with 1 update: [@react-hook/resize-observer](https://github.com/jaredLunde/react-hook). Updates `@react-hook/resize-observer` from 2.0.1 to 2.0.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/jaredLunde/react-hook/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@react-hook/resize-observer&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <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>
2024-07-30 23:52:34 +02:00
"@react-hook/resize-observer": "^2.0.2",
2024-06-26 21:26:27 +02:00
"@table-nav/core": "^0.0.7",
"@table-nav/react": "^0.0.7",
Bump @tanstack/react-table from 8.20.1 to 8.20.5 in the prod-dependencies group (#297) Bumps the prod-dependencies group with 1 update: [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table). Updates `@tanstack/react-table` from 8.20.1 to 8.20.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/table/releases"><code>@​tanstack/react-table</code>'s releases</a>.</em></p> <blockquote> <h2>v8.20.5</h2> <p>Version 8.20.5 - 8/24/24, 11:37 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>table-core: allow searching of numbers (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5718">#5718</a>) (237b1c4) by GaganSingh7</li> </ul> <h3>Docs</h3> <ul> <li>vue: add information about <code>shallowRef</code> for reactive data (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5706">#5706</a>) (58913b6) by Ola Alsaker</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/table-core</code><a href="https://github.com/8"><code>@​8</code></a>.20.5</li> <li><code>@​tanstack/angular-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.5</li> <li><code>@​tanstack/lit-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.5</li> <li><code>@​tanstack/qwik-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.5</li> <li><code>@​tanstack/react-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.5</li> <li><code>@​tanstack/solid-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.5</li> <li><code>@​tanstack/svelte-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.5</li> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.5</li> <li><code>@​tanstack/react-table-devtools</code><a href="https://github.com/8"><code>@​8</code></a>.20.5</li> </ul> <h2>v8.20.4</h2> <p>Version 8.20.4 - 8/9/24, 12:41 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>make normal JS-getter work, make reactivity a non-breaking change (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5702">#5702</a>) (5110aa9) by Ola Alsaker</li> </ul> <h2>Packages</h2> <ul> <li><code>@​tanstack/vue-table</code><a href="https://github.com/8"><code>@​8</code></a>.20.4</li> </ul> <h2>v8.20.3</h2> <p>Version 8.20.3 - 8/9/24, 12:35 AM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>major performance bug in Vue-adapter (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5698">#5698</a>) (fb2d72f) by Ola Alsaker</li> </ul> <h3>Docs</h3> <ul> <li>correct broken link to row models section in table guide (<a href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5699">#5699</a>) (836cbb7) by Mauricio Piber</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/table/commit/ab2819cb53098e1891d68041e439692afc2d52b7"><code>ab2819c</code></a> release: v8.20.5</li> <li>See full diff in <a href="https://github.com/TanStack/table/commits/v8.20.5/packages/react-table">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tanstack/react-table&package-manager=npm_and_yarn&previous-version=8.20.1&new-version=8.20.5)](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 <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>
2024-08-30 18:48:34 +02:00
"@tanstack/react-table": "^8.20.5",
"@types/color": "^3.0.6",
2024-06-26 21:26:27 +02:00
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-serialize": "^0.13.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
2024-06-26 21:26:27 +02:00
"@xterm/xterm": "^5.5.0",
"base64-js": "^1.5.1",
"clsx": "^2.1.1",
"color": "^4.2.3",
"css-tree": "^2.3.1",
"dayjs": "^1.11.13",
Bump debug from 4.3.6 to 4.3.7 in the prod-dependencies group (#340) Bumps the prod-dependencies group with 1 update: [debug](https://github.com/debug-js/debug). Updates `debug` from 4.3.6 to 4.3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/debug-js/debug/releases">debug's releases</a>.</em></p> <blockquote> <h2>4.3.7</h2> <h2>What's Changed</h2> <ul> <li>Upgrade ms to version 2.1.3 by <a href="https://github.com/realityking"><code>@​realityking</code></a> in <a href="https://redirect.github.com/debug-js/debug/pull/819">debug-js/debug#819</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/debug-js/debug/compare/4.3.6...4.3.7">https://github.com/debug-js/debug/compare/4.3.6...4.3.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/debug-js/debug/commit/bc60914816e5e45a5fff1cd638410438fc317521"><code>bc60914</code></a> 4.3.7</li> <li><a href="https://github.com/debug-js/debug/commit/c63e96e6495cdb8e15d2affa8dad105c48a21c92"><code>c63e96e</code></a> Upgrade ms to version 2.1.3 (<a href="https://redirect.github.com/debug-js/debug/issues/819">#819</a>)</li> <li><a href="https://github.com/debug-js/debug/commit/382864a45a782a84b29e457211c27704df77a75f"><code>382864a</code></a> remove archaic badges from readme</li> <li>See full diff in <a href="https://github.com/debug-js/debug/compare/4.3.6...4.3.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=debug&package-manager=npm_and_yarn&previous-version=4.3.6&new-version=4.3.7)](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 <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>
2024-09-07 01:39:02 +02:00
"debug": "^4.3.7",
Bump the electron group with 2 updates (#267) Bumps the electron group with 2 updates: [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) and [electron](https://github.com/electron/electron). Updates `electron-updater` from 6.3.3 to 6.3.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/releases">electron-updater's releases</a>.</em></p> <blockquote> <h2>electron-updater@6.3.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8417">#8417</a> <a href="https://github.com/electron-userland/electron-builder/commit/e77de9f66184b0cfdab6f1aa9a9c95b041d99c84"><code>e77de9f6</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - update semver to latest</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8409">#8409</a> <a href="https://github.com/electron-userland/electron-builder/commit/5fae1cf3be0388c2bd95a341a0340faa839d2aa7"><code>5fae1cf3</code></a> Thanks <a href="https://github.com/ckarich"><code>@​ckarich</code></a>! - fix: windows signature verification special chars</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8282">#8282</a> <a href="https://github.com/electron-userland/electron-builder/commit/15ce5b4164378f7398ff84cabe8ee97eef5cfd1b"><code>15ce5b41</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - fix aborted event</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md">electron-updater's changelog</a>.</em></p> <blockquote> <h2>6.3.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8417">#8417</a> <a href="https://github.com/electron-userland/electron-builder/commit/e77de9f66184b0cfdab6f1aa9a9c95b041d99c84"><code>e77de9f6</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - update semver to latest</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8409">#8409</a> <a href="https://github.com/electron-userland/electron-builder/commit/5fae1cf3be0388c2bd95a341a0340faa839d2aa7"><code>5fae1cf3</code></a> Thanks <a href="https://github.com/ckarich"><code>@​ckarich</code></a>! - fix: windows signature verification special chars</p> </li> <li> <p><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8282">#8282</a> <a href="https://github.com/electron-userland/electron-builder/commit/15ce5b4164378f7398ff84cabe8ee97eef5cfd1b"><code>15ce5b41</code></a> Thanks <a href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - fix aborted event</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron-userland/electron-builder/commit/d5d9f3f9aaac0385cc943e30a0841669133afde8"><code>d5d9f3f</code></a> chore(deploy): Release v25.0.5 (electron-updater@6.3.4) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8411">#8411</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/e77de9f66184b0cfdab6f1aa9a9c95b041d99c84"><code>e77de9f</code></a> chore(deps): upgrade semver to latest to resolve CVE (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8417">#8417</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/15ce5b4164378f7398ff84cabe8ee97eef5cfd1b"><code>15ce5b4</code></a> fix: change <code>abort</code> listener to <code>aborted</code> event (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8282">#8282</a>)</li> <li><a href="https://github.com/electron-userland/electron-builder/commit/5fae1cf3be0388c2bd95a341a0340faa839d2aa7"><code>5fae1cf</code></a> fix: windows signature verification special chars (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8409">#8409</a>)</li> <li>See full diff in <a href="https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.4/packages/electron-updater">compare view</a></li> </ul> </details> <br /> Updates `electron` from 31.4.0 to 32.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v32.0.1</h2> <h1>Release Notes for v32.0.1</h1> <h2>Other Changes</h2> <ul> <li>Security: cherry-pick 9797576 from v8 <a href="https://redirect.github.com/electron/electron/pull/43384">#43384</a></li> </ul> <h2>electron v32.0.0</h2> <h1>Release Notes for v32.0.0</h1> <h2>Stack Upgrades</h2> <ul> <li>Chromium<code>128.0.6613.36</code> <ul> <li><a href="https://developer.chrome.com/blog/new-in-chrome-128/">New in 128</a></li> <li><a href="https://developer.chrome.com/blog/new-in-chrome-127/">New in 127</a></li> </ul> </li> <li>Node <code>20.16.0</code> <ul> <li><a href="https://nodejs.org/en/blog/release/v20.16.0/">Node 20.16.0 blog post</a></li> </ul> </li> <li>V8 <code>12.8</code></li> </ul> <h2>Breaking Changes</h2> <ul> <li>Removed nonstandard <code>File.path</code> extension from the Web <code>File</code> API. <a href="https://redirect.github.com/electron/electron/pull/42053">#42053</a></li> <li>Added the following existing navigation related APIs to <code>webcontents.navigationHistory</code>: <code>canGoBack</code>, <code>goBack</code>, <code>canGoForward</code>, <code>goForward</code>, <code>canGoToOffset</code>, <code>goToOffset</code>, <code>clear</code>. <a href="https://redirect.github.com/electron/electron/pull/41752">#41752</a></li> </ul> <h2>Features</h2> <h3>Additions</h3> <ul> <li>Added <code>DownloadItem.getCurrentBytesPerSecond()</code>, <code>DownloadItem.getPercentComplete()</code>, <code>DownloadItem.getEndTime()</code>. <a href="https://redirect.github.com/electron/electron/pull/42913">#42913</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42914">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42915">31</a>)<!-- raw HTML omitted --></li> <li>Added <code>cumulativeCPUUsage</code> to AppMetrics and CPUUsage. <a href="https://redirect.github.com/electron/electron/pull/41819">#41819</a></li> <li>Added a new property <code>prefersReducedTransparency</code> to <code>nativeTheme</code>, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. <a href="https://redirect.github.com/electron/electron/pull/43024">#43024</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43138">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43137">31</a>)<!-- raw HTML omitted --></li> <li>Enabled the Windows Control Overlay API on Linux. <a href="https://redirect.github.com/electron/electron/pull/42681">#42681</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42683">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42682">31</a>)<!-- raw HTML omitted --></li> <li>Expose <code>systemPreferences</code> to <code>utilityProcess</code>. <a href="https://redirect.github.com/electron/electron/pull/42599">#42599</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42600">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42598">31</a>)<!-- raw HTML omitted --></li> </ul> <h3>Improvements</h3> <ul> <li>Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. <a href="https://redirect.github.com/electron/electron/pull/42993">#42993</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43162">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42994">31</a>)<!-- raw HTML omitted --></li> <li>Extended <code>WebContentsView</code> to accept pre-existing <code>webContents</code> object. <a href="https://redirect.github.com/electron/electron/pull/42086">#42086</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42319">31</a>)<!-- raw HTML omitted --></li> <li>Improved error messages when <code>ses.cookies.set</code> fails. <a href="https://redirect.github.com/electron/electron/pull/42362">#42362</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42399">29</a>, <a href="https://redirect.github.com/electron/electron/pull/42398">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42400">31</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Don't check for Desktop Environment in setProgressBar and setBadgeCount. <a href="https://redirect.github.com/electron/electron/pull/41211">#41211</a></li> <li>Fixed an error where a minimized or hidden window would thrown an unresponsive error in the main process. <a href="https://redirect.github.com/electron/electron/pull/43053">#43053</a></li> </ul> <h3>Also in earlier versions...</h3> <ul> <li>BrowserWindow.show() now correctly restores focus to inactive apps on macOS. <a href="https://redirect.github.com/electron/electron/pull/42300">#42300</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42306">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42305">31</a>)<!-- raw HTML omitted --></li> <li>Electron doesn't paint on offscreen-render mode after gpu process crashed. <a href="https://redirect.github.com/electron/electron/pull/41904">#41904</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/41923">29</a>, <a href="https://redirect.github.com/electron/electron/pull/41925">30</a>, <a href="https://redirect.github.com/electron/electron/pull/41924">31</a>)<!-- raw HTML omitted --></li> <li>Fix: fixed the <code>npm run lint</code> not working on Windows. <a href="https://redirect.github.com/electron/electron/pull/42905">#42905</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42906">31</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash in <code>addChildView</code> if a view is added as its own child. <a href="https://redirect.github.com/electron/electron/pull/42067">#42067</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42107">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42108">31</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash that could occur in some DevTools extensions containing draggable regions. <a href="https://redirect.github.com/electron/electron/pull/43199">#43199</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43200">31</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash when the same <code>WebContentsView</code> is added via <code>addChildView</code> multiple times. <a href="https://redirect.github.com/electron/electron/pull/42085">#42085</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42115">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42116">31</a>)<!-- raw HTML omitted --></li> <li>Fixed a focus issue when calling <code>BrowserWindow.setTopBrowserView</code>. <a href="https://redirect.github.com/electron/electron/pull/42733">#42733</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/42735">30</a>, <a href="https://redirect.github.com/electron/electron/pull/42734">31</a>)<!-- raw HTML omitted --></li> <li>Fixed a potential crash when removing notifications on Windows. <a href="https://redirect.github.com/electron/electron/pull/43060">#43060</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/43059">30</a>, <a href="https://redirect.github.com/electron/electron/pull/43061">31</a>)<!-- raw HTML omitted --></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/blob/main/docs/breaking-changes.md">electron's changelog</a>.</em></p> <blockquote> <h1>Breaking Changes</h1> <p>Breaking changes will be documented here, and deprecation warnings added to JS code where possible, at least <a href="https://github.com/electron/electron/blob/main/docs/tutorial/electron-versioning.md#semver">one major version</a> before the change is made.</p> <h3>Types of Breaking Changes</h3> <p>This document uses the following convention to categorize breaking changes:</p> <ul> <li><strong>API Changed:</strong> An API was changed in such a way that code that has not been updated is guaranteed to throw an exception.</li> <li><strong>Behavior Changed:</strong> The behavior of Electron has changed, but not in such a way that an exception will necessarily be thrown.</li> <li><strong>Default Changed:</strong> Code depending on the old default may break, not necessarily throwing an exception. The old behavior can be restored by explicitly specifying the value.</li> <li><strong>Deprecated:</strong> An API was marked as deprecated. The API will continue to function, but will emit a deprecation warning, and will be removed in a future release.</li> <li><strong>Removed:</strong> An API or feature was removed, and is no longer supported by Electron.</li> </ul> <h2>Planned Breaking API Changes (33.0)</h2> <h3>Behavior Changed: <code>webContents</code> property on <code>login</code> on <code>app</code></h3> <p>The <code>webContents</code> property in the <code>login</code> event from <code>app</code> will be <code>null</code> when the event is triggered for requests from the <a href="https://github.com/electron/electron/blob/main/docs/api/utility-process.md">utility process</a> created with <code>respondToAuthRequestsFromMainProcess</code> option.</p> <h3>Deprecated: <code>textured</code> option in <code>BrowserWindowConstructorOption.type</code></h3> <p>The <code>textured</code> option of <code>type</code> in <code>BrowserWindowConstructorOptions</code> has been deprecated with no replacement. This option relied on the <a href="https://developer.apple.com/documentation/appkit/nswindowstylemask/nswindowstylemasktexturedbackground"><code>NSWindowStyleMaskTexturedBackground</code></a> style mask on macOS, which has been deprecated with no alternative.</p> <h3>Removed: macOS 10.15 support</h3> <p>macOS 10.15 (Catalina) is no longer supported by <a href="https://chromium-review.googlesource.com/c/chromium/src/+/5734361">Chromium</a>.</p> <p>Older versions of Electron will continue to run on Catalina, but macOS 11 (Big Sur) or later will be required to run Electron v33.0.0 and higher.</p> <h3>Deprecated: <code>systemPreferences.accessibilityDisplayShouldReduceTransparency</code></h3> <p>The <code>systemPreferences.accessibilityDisplayShouldReduceTransparency</code> property is now deprecated in favor of the new <code>nativeTheme.prefersReducedTransparency</code>, which provides identical information and works cross-platform.</p> <pre lang="js"><code>// Deprecated const shouldReduceTransparency = systemPreferences.accessibilityDisplayShouldReduceTransparency <p>// Replace with:<br /> const prefersReducedTransparency = nativeTheme.prefersReducedTransparency<br /> </code></pre></p> <h2>Planned Breaking API Changes (32.0)</h2> <h3>Removed: <code>File.path</code></h3> <p>The nonstandard <code>path</code> property of the Web <code>File</code> object was added in an early version of Electron as a convenience method for working with native files when doing everything in the renderer was more common. However, it represents a deviation from the standard and poses a minor security risk as well, so beginning in Electron 32.0 it has been removed in favor of the <a href="https://github.com/electron/electron/blob/main/docs/api/web-utils.md#webutilsgetpathforfilefile"><code>webUtils.getPathForFile</code></a> method.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/a577d569ecddb3e4d374072f7bed62725d21c6ef"><code>a577d56</code></a> chore: cherry-pick 9797576 from v8 (<a href="https://redirect.github.com/electron/electron/issues/43384">#43384</a>)</li> <li><a href="https://github.com/electron/electron/commit/915c7bd9fc4271a51969a2be4d9596ab92e5a942"><code>915c7bd</code></a> refactor: remove unused SetWMSpecState (<a href="https://redirect.github.com/electron/electron/issues/43364">#43364</a>)</li> <li><a href="https://github.com/electron/electron/commit/3f16924182a356e4b609fd8c2947487615c26820"><code>3f16924</code></a> chore: remove unused method Erase() (<a href="https://redirect.github.com/electron/electron/issues/43363">#43363</a>)</li> <li><a href="https://github.com/electron/electron/commit/9e421e8f437a02a131ffe0ae3b6691302f8e1108"><code>9e421e8</code></a> docs: add docs API history (<a href="https://redirect.github.com/electron/electron/issues/43362">#43362</a>)</li> <li><a href="https://github.com/electron/electron/commit/2471ebf39c7035cd5b32c4b8807ddbea1f19ab44"><code>2471ebf</code></a> build: use smaller instances for gn-check (<a href="https://redirect.github.com/electron/electron/issues/43358">#43358</a>)</li> <li><a href="https://github.com/electron/electron/commit/417348130c07beba9a549aa00f313090ee8aa948"><code>4173481</code></a> docs: expand dialog window to <code>BaseWindow</code> (<a href="https://redirect.github.com/electron/electron/issues/43338">#43338</a>)</li> <li><a href="https://github.com/electron/electron/commit/8c1be5ade24252d17113c9aa0cef816e6ae82a4b"><code>8c1be5a</code></a> feat: support app#login event for utility process net requests (<a href="https://redirect.github.com/electron/electron/issues/43317">#43317</a>)</li> <li><a href="https://github.com/electron/electron/commit/7123b313cf7d44cd829a6958266aa115164e0b3b"><code>7123b31</code></a> feat: accept-encoding zstd (<a href="https://redirect.github.com/electron/electron/issues/43300">#43300</a>)</li> <li><a href="https://github.com/electron/electron/commit/588856ed27dd734fa6045ba7a8ac3daf1931b48c"><code>588856e</code></a> chore: bump chromium to 128.0.6613.36 (32-x-y) (<a href="https://redirect.github.com/electron/electron/issues/43328">#43328</a>)</li> <li><a href="https://github.com/electron/electron/commit/0c72474bd452d88b49c6103c4a9851fe7d1afc1c"><code>0c72474</code></a> fix: blank page when printing pdf (<a href="https://redirect.github.com/electron/electron/issues/43326">#43326</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v31.4.0...v32.0.1">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>
2024-08-23 19:23:51 +02:00
"electron-updater": "6.3.4",
"fast-average-color": "^9.4.0",
"htl": "^0.3.1",
2024-06-26 21:26:27 +02:00
"html-to-image": "^1.11.11",
"immer": "^10.1.1",
Bump the prod-dependencies group with 2 updates (#236) Bumps the prod-dependencies group with 2 updates: [jotai](https://github.com/pmndrs/jotai) and [winston](https://github.com/winstonjs/winston). Updates `jotai` from 2.9.2 to 2.9.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmndrs/jotai/releases">jotai's releases</a>.</em></p> <blockquote> <h2>v2.9.3</h2> <p>This fixes a regression in an edge case that is introduced in v2.6.4.</p> <h2>What's Changed</h2> <ul> <li>fix(store): derived atom not updating when its value changes if another atom is read it conditionally by <a href="https://github.com/yuneco"><code>@​yuneco</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2700">pmndrs/jotai#2700</a></li> <li>experimental(core): expose unstable_derive by <a href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2652">pmndrs/jotai#2652</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yuneco"><code>@​yuneco</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2700">pmndrs/jotai#2700</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3">https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmndrs/jotai/commit/148d876b281f595e0741b5f279dc48444eb2127e"><code>148d876</code></a> 2.9.3</li> <li><a href="https://github.com/pmndrs/jotai/commit/64012da3c41e84cef63a8a32eae3d4b580e01f7e"><code>64012da</code></a> chore(deps): update dev dependencies (<a href="https://redirect.github.com/pmndrs/jotai/issues/2705">#2705</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/6b915714efa83b4ffd5ef397c1a56beab9a8e046"><code>6b91571</code></a> experimental(core): expose unstable_derive (<a href="https://redirect.github.com/pmndrs/jotai/issues/2652">#2652</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/41158e6ffac36ef013fa7c47f6459ff5ea1aba57"><code>41158e6</code></a> fix(store): derived atom not updating when its value changes if another atom ...</li> <li><a href="https://github.com/pmndrs/jotai/commit/7d4da515040c0743907d283de145d7e81f0d6fef"><code>7d4da51</code></a> chore: update typescript-eslint (<a href="https://redirect.github.com/pmndrs/jotai/issues/2698">#2698</a>)</li> <li>See full diff in <a href="https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3">compare view</a></li> </ul> </details> <br /> Updates `winston` from 3.14.1 to 3.14.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/winstonjs/winston/releases">winston's releases</a>.</em></p> <blockquote> <h2>v3.14.2</h2> <ul> <li>Move initialization to constructor (<a href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>) 2458ba6</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/51a45515b64f700273c007768c680bc664008d04"><code>51a4551</code></a> 3.14.2</li> <li><a href="https://github.com/winstonjs/winston/commit/2458ba61ab41fac576b8bded3cd3472e05e3c250"><code>2458ba6</code></a> Move initialization to constructor (<a href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>)</li> <li>See full diff in <a href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">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>
2024-08-16 20:34:15 +02:00
"jotai": "^2.9.3",
"monaco-editor": "^0.51.0",
Bump overlayscrollbars from 2.9.2 to 2.10.0 in the prod-dependencies group (#175) Bumps the prod-dependencies group with 1 update: [overlayscrollbars](https://github.com/KingSora/OverlayScrollbars/tree/HEAD/packages/overlayscrollbars). Updates `overlayscrollbars` from 2.9.2 to 2.10.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/KingSora/OverlayScrollbars/blob/master/packages/overlayscrollbars/CHANGELOG.md">overlayscrollbars's changelog</a>.</em></p> <blockquote> <h2>2.10.0</h2> <h3>Features</h3> <ul> <li>The option <code>scrollbars.clickScroll</code> now supports the value <code>'instant'</code>. The <code>ClickScrollPlugin</code> is not required for it to work. <a href="https://redirect.github.com/KingSora/OverlayScrollbars/issues/645">#645</a></li> </ul> <h3>Improvements</h3> <ul> <li>Rewrite <code>clickScroll</code> animation for better performance and to support in and out easing for a smoother animation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/KingSora/OverlayScrollbars/commits/v2.10.0/packages/overlayscrollbars">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=overlayscrollbars&package-manager=npm_and_yarn&previous-version=2.9.2&new-version=2.10.0)](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 <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>
2024-07-30 18:08:20 +02:00
"overlayscrollbars": "^2.10.0",
2024-07-03 23:32:55 +02:00
"overlayscrollbars-react": "^0.5.6",
2024-06-26 21:26:27 +02:00
"papaparse": "^5.4.1",
"pngjs": "^7.0.0",
2024-06-26 21:26:27 +02:00
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-frame-component": "^5.2.7",
"react-gauge-chart": "^0.5.1",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.0",
2024-07-03 23:32:55 +02:00
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"remark-flexible-toc": "^1.1.1",
2024-06-26 21:26:27 +02:00
"remark-gfm": "^4.0.0",
"rxjs": "^7.8.1",
"shell-quote": "^1.8.1",
"sprintf-js": "^1.1.3",
"throttle-debounce": "^5.0.2",
2024-07-03 23:32:55 +02:00
"tinycolor2": "^1.6.0",
2024-06-26 21:26:27 +02:00
"use-device-pixel-ratio": "^1.1.2",
Bump the prod-dependencies group with 2 updates (#236) Bumps the prod-dependencies group with 2 updates: [jotai](https://github.com/pmndrs/jotai) and [winston](https://github.com/winstonjs/winston). Updates `jotai` from 2.9.2 to 2.9.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pmndrs/jotai/releases">jotai's releases</a>.</em></p> <blockquote> <h2>v2.9.3</h2> <p>This fixes a regression in an edge case that is introduced in v2.6.4.</p> <h2>What's Changed</h2> <ul> <li>fix(store): derived atom not updating when its value changes if another atom is read it conditionally by <a href="https://github.com/yuneco"><code>@​yuneco</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2700">pmndrs/jotai#2700</a></li> <li>experimental(core): expose unstable_derive by <a href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a href="https://redirect.github.com/pmndrs/jotai/pull/2652">pmndrs/jotai#2652</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yuneco"><code>@​yuneco</code></a> made their first contribution in <a href="https://redirect.github.com/pmndrs/jotai/pull/2700">pmndrs/jotai#2700</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3">https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pmndrs/jotai/commit/148d876b281f595e0741b5f279dc48444eb2127e"><code>148d876</code></a> 2.9.3</li> <li><a href="https://github.com/pmndrs/jotai/commit/64012da3c41e84cef63a8a32eae3d4b580e01f7e"><code>64012da</code></a> chore(deps): update dev dependencies (<a href="https://redirect.github.com/pmndrs/jotai/issues/2705">#2705</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/6b915714efa83b4ffd5ef397c1a56beab9a8e046"><code>6b91571</code></a> experimental(core): expose unstable_derive (<a href="https://redirect.github.com/pmndrs/jotai/issues/2652">#2652</a>)</li> <li><a href="https://github.com/pmndrs/jotai/commit/41158e6ffac36ef013fa7c47f6459ff5ea1aba57"><code>41158e6</code></a> fix(store): derived atom not updating when its value changes if another atom ...</li> <li><a href="https://github.com/pmndrs/jotai/commit/7d4da515040c0743907d283de145d7e81f0d6fef"><code>7d4da51</code></a> chore: update typescript-eslint (<a href="https://redirect.github.com/pmndrs/jotai/issues/2698">#2698</a>)</li> <li>See full diff in <a href="https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3">compare view</a></li> </ul> </details> <br /> Updates `winston` from 3.14.1 to 3.14.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/winstonjs/winston/releases">winston's releases</a>.</em></p> <blockquote> <h2>v3.14.2</h2> <ul> <li>Move initialization to constructor (<a href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>) 2458ba6</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/winstonjs/winston/commit/51a45515b64f700273c007768c680bc664008d04"><code>51a4551</code></a> 3.14.2</li> <li><a href="https://github.com/winstonjs/winston/commit/2458ba61ab41fac576b8bded3cd3472e05e3c250"><code>2458ba6</code></a> Move initialization to constructor (<a href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>)</li> <li>See full diff in <a href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">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>
2024-08-16 20:34:15 +02:00
"winston": "^3.14.2"
2024-06-26 21:26:27 +02:00
},
2024-08-25 00:23:33 +02:00
"packageManager": "yarn@4.4.1"
}