opengoal-launcher/package.json

67 lines
2.2 KiB
JSON
Raw Normal View History

2022-02-07 14:55:19 -05:00
{
2022-03-31 11:24:22 -04:00
"name": "opengoal-launcher",
2022-04-08 18:37:16 -04:00
"private": true,
2024-09-17 00:41:07 -04:00
"version": "2.5.0",
2022-04-14 00:26:38 -04:00
"type": "module",
2022-04-06 22:27:03 -04:00
"scripts": {
2022-04-08 18:37:16 -04:00
"dev": "vite",
"test": "vitest",
"coverage": "vitest run --coverage",
2022-04-06 22:27:03 -04:00
"build": "vite build",
"preview": "vite preview",
2022-04-11 23:32:00 -04:00
"tauri": "tauri",
"lint": "npx prettier --plugin prettier-plugin-svelte --check .",
"format": "npx prettier --plugin prettier-plugin-svelte --write .",
"update-release-meta": "node ./scripts/update-release-meta.mjs",
"release": "npm run tauri build -- --config ./.tauri/release-config.json",
"release-id": "node ./scripts/get-release-id.mjs",
"verify-release-assets": "node ./scripts/verify-release-assets.mjs",
"mock-mkcert": "mkcert -cert-file ./fixtures/cert.pem -key-file ./fixtures/key.pem localhost",
"mock-mod-source": "npx http-server --cors -p 8081 -S -C ./fixtures/cert.pem -K ./fixtures/key.pem ./fixtures",
"update-rust-bindings": "cd src-tauri && cargo test"
2022-02-07 14:55:19 -05:00
},
"devDependencies": {
build(deps-dev): bump the frontend-deps group with 13 updates (#464) Bumps the frontend-deps group with 13 updates: | Package | From | To | | --- | --- | --- | | [@fullhuman/postcss-purgecss](https://github.com/FullHuman/purgecss) | `5.0.0` | `6.0.0` | | [@iconify-json/mdi](https://github.com/iconify/icon-sets) | `1.1.64` | `1.1.66` | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `7.0.3` | `7.1.0` | | [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `9.0.3` | `9.1.0` | | [@octokit/rest](https://github.com/octokit/rest.js) | `20.0.2` | `20.1.0` | | [@tsconfig/svelte](https://github.com/tsconfig/bases/tree/HEAD/bases) | `5.0.2` | `5.0.4` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.3.1` | `1.4.0` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.18` | `10.4.19` | | [postcss](https://github.com/postcss/postcss) | `8.4.35` | `8.4.38` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.3` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.2` | `5.4.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.6` | `5.2.8` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.1` | `1.4.0` | Updates `@fullhuman/postcss-purgecss` from 5.0.0 to 6.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/FullHuman/purgecss/releases"><code>@​fullhuman/postcss-purgecss</code>'s releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h3>Bug Fixes</h3> <ul> <li>collect of used variables for changed selector (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1217">#1217</a>) (<a href="https://github.com/FullHuman/purgecss/commit/9fbb5920164d3ffd296c0eaab6a4d2b4477b418c">9fbb592</a>)</li> <li><strong>gulp-purgecss:</strong> move vinyl-sourcemaps-apply to deps <a href="https://redirect.github.com/FullHuman/purgecss/issues/999">#999</a> (<a href="https://github.com/FullHuman/purgecss/commit/7858b7a910efda13162095d8f528fb9e668cc190">7858b7a</a>)</li> <li>Only throw <code>No files found from the passed PurgeCSS option 'content'.</code> warning when files/globs are passed to <code>content</code> by <a href="https://github.com/AdrianGonz97"><code>@​AdrianGonz97</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1188">FullHuman/purgecss#1188</a></li> <li>Classes that contain <code>:is</code> or <code>:where</code> in their names are no longer unintentionally purged by <a href="https://github.com/AdrianGonz97"><code>@​AdrianGonz97</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1187">FullHuman/purgecss#1187</a></li> <li>Fix [class*=foo] with HTML extractor by <a href="https://github.com/Gaelan"><code>@​Gaelan</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1133">FullHuman/purgecss#1133</a></li> </ul> <h3>Features</h3> <ul> <li><strong>purgecss:</strong> add support for :where and :is <a href="https://redirect.github.com/FullHuman/purgecss/issues/978">#978</a> (<a href="https://github.com/FullHuman/purgecss/commit/bb5782bff296805f95c6bae0ce434be314bd1580">bb5782b</a>)</li> <li>warn if no files are found <a href="https://redirect.github.com/FullHuman/purgecss/issues/642">#642</a> (<a href="https://github.com/FullHuman/purgecss/commit/61885055f46bc36c839f77c07e7d680378083567">6188505</a>)</li> </ul> <h3>Breaking changes</h3> <ul> <li>Supports NodeJS 18+</li> </ul> <h2>What's Changed (full list)</h2> <ul> <li> <p>build(deps-dev): update dependencies</p> </li> <li> <p>build(deps): update dependencies</p> </li> <li> <p>Update hugo.md by <a href="https://github.com/davidsneighbour"><code>@​davidsneighbour</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1013">FullHuman/purgecss#1013</a></p> </li> <li> <p>Minor adjustment to documentation for clarity by <a href="https://github.com/dvelguru"><code>@​dvelguru</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/997">FullHuman/purgecss#997</a></p> </li> <li> <p>Fix wrong import name in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1015">FullHuman/purgecss#1015</a></p> </li> <li> <p>Point to new extractor package names by <a href="https://github.com/danieldiekmeier"><code>@​danieldiekmeier</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1024">FullHuman/purgecss#1024</a></p> </li> <li> <p>Clarify node package installation for Hugo guide by <a href="https://github.com/anakinsleftleg"><code>@​anakinsleftleg</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1000">FullHuman/purgecss#1000</a></p> </li> <li> <p>Add alignwide and alignfull classes from GB by <a href="https://github.com/nextgenthemes"><code>@​nextgenthemes</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1072">FullHuman/purgecss#1072</a></p> </li> <li> <p>Create SECURITY.md by <a href="https://github.com/Ffloriel"><code>@​Ffloriel</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1103">FullHuman/purgecss#1103</a></p> </li> <li> <p>bugfix: Only throw <code>No files found from the passed PurgeCSS option 'content'.</code> warning when files/globs are passed to <code>content</code> by <a href="https://github.com/AdrianGonz97"><code>@​AdrianGonz97</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1188">FullHuman/purgecss#1188</a></p> </li> <li> <p>bugfix: Classes that contain <code>:is</code> or <code>:where</code> in their names are no longer unintentionally purged by <a href="https://github.com/AdrianGonz97"><code>@​AdrianGonz97</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1187">FullHuman/purgecss#1187</a></p> </li> <li> <p>Fix [class*=foo] with HTML extractor by <a href="https://github.com/Gaelan"><code>@​Gaelan</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1133">FullHuman/purgecss#1133</a></p> </li> <li> <p>Update Hugo docs by <a href="https://github.com/schnerring"><code>@​schnerring</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1216">FullHuman/purgecss#1216</a></p> </li> <li> <p>fixed collect used variables for the changed selector by <a href="https://github.com/vsn4ik"><code>@​vsn4ik</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1217">FullHuman/purgecss#1217</a></p> </li> <li> <p>fix typo by <a href="https://github.com/kempster"><code>@​kempster</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1232">FullHuman/purgecss#1232</a></p> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/davidsneighbour"><code>@​davidsneighbour</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1013">FullHuman/purgecss#1013</a></li> <li><a href="https://github.com/dvelguru"><code>@​dvelguru</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/997">FullHuman/purgecss#997</a></li> <li><a href="https://github.com/danieldiekmeier"><code>@​danieldiekmeier</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1024">FullHuman/purgecss#1024</a></li> <li><a href="https://github.com/anakinsleftleg"><code>@​anakinsleftleg</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1000">FullHuman/purgecss#1000</a></li> <li><a href="https://github.com/nextgenthemes"><code>@​nextgenthemes</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1072">FullHuman/purgecss#1072</a></li> <li><a href="https://github.com/AdrianGonz97"><code>@​AdrianGonz97</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1188">FullHuman/purgecss#1188</a></li> <li><a href="https://github.com/Gaelan"><code>@​Gaelan</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1133">FullHuman/purgecss#1133</a></li> <li><a href="https://github.com/schnerring"><code>@​schnerring</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1216">FullHuman/purgecss#1216</a></li> <li><a href="https://github.com/vsn4ik"><code>@​vsn4ik</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1217">FullHuman/purgecss#1217</a></li> <li><a href="https://github.com/kempster"><code>@​kempster</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1232">FullHuman/purgecss#1232</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/FullHuman/purgecss/compare/v5.0.0...v6.0.0">https://github.com/FullHuman/purgecss/compare/v5.0.0...v6.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/FullHuman/purgecss/blob/main/CHANGELOG.md"><code>@​fullhuman/postcss-purgecss</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/FullHuman/purgecss/compare/v5.0.0...v6.0.0">6.0.0</a> (2024-03-29)</h1> <h3>Bug Fixes</h3> <ul> <li>collect of used variables for changed selector (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1217">#1217</a>) (<a href="https://github.com/FullHuman/purgecss/commit/9fbb5920164d3ffd296c0eaab6a4d2b4477b418c">9fbb592</a>)</li> <li><strong>gulp-purgecss:</strong> move vinyl-sourcemaps-apply to deps <a href="https://redirect.github.com/FullHuman/purgecss/issues/999">#999</a> (<a href="https://github.com/FullHuman/purgecss/commit/7858b7a910efda13162095d8f528fb9e668cc190">7858b7a</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>purgecss:</strong> add support for :where and :is <a href="https://redirect.github.com/FullHuman/purgecss/issues/978">#978</a> (<a href="https://github.com/FullHuman/purgecss/commit/bb5782bff296805f95c6bae0ce434be314bd1580">bb5782b</a>)</li> <li>warn if no files are found <a href="https://redirect.github.com/FullHuman/purgecss/issues/642">#642</a> (<a href="https://github.com/FullHuman/purgecss/commit/61885055f46bc36c839f77c07e7d680378083567">6188505</a>)</li> </ul> <h1><a href="https://github.com/FullHuman/purgecss/compare/v5.0.0...v"></a> (2022-09-13)</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FullHuman/purgecss/commit/dbada972d25f1d0030063b95a5e2f2e3aaa2eee7"><code>dbada97</code></a> v6.0.0</li> <li><a href="https://github.com/FullHuman/purgecss/commit/2e944d2dd8e01f1baca8d50b65373311dfcc59e7"><code>2e944d2</code></a> chore: format using prettier</li> <li><a href="https://github.com/FullHuman/purgecss/commit/3eb1d36f0f47a8924bf3d5e849f61f29fa3cb7e0"><code>3eb1d36</code></a> build(dev-deps): update lerna from 6.6.1 to 8.1.2</li> <li><a href="https://github.com/FullHuman/purgecss/commit/6e7401a5395d99c2ca20d627bb45da17594bc6f3"><code>6e7401a</code></a> build(deps-dev): bump <code>@​types/node</code> from 20.11.16 to 20.11.30 (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1235">#1235</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/7c29ca21febcd7dffdd6b635a22e630bedb8e76d"><code>7c29ca2</code></a> build(deps-dev): bump the npm_and_yarn group with 1 update (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1236">#1236</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/f8f2a688b41bfdf3c6c026b966c215d79fa016de"><code>f8f2a68</code></a> build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1231">#1231</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/a1cc67a21c63d90b7ebf1587062ad1b09d094021"><code>a1cc67a</code></a> docs: fix typo (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1232">#1232</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/d12a77ef2fa22604f8aad1b2e3d809d43998f249"><code>d12a77e</code></a> build(deps-dev): bump prettier from 3.0.3 to 3.2.5 (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1226">#1226</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/d357cad41f321c7c8858040243bcc435a821e7bd"><code>d357cad</code></a> build(deps): bump acorn from 8.11.2 to 8.11.3 (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1227">#1227</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/bd843a1960c2766d782682b1c5924ff74b3893dd"><code>bd843a1</code></a> build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1223">#1223</a>)</li> <li>Additional commits viewable in <a href="https://github.com/FullHuman/purgecss/compare/v5.0.0...v6.0.0">compare view</a></li> </ul> </details> <br /> Updates `@iconify-json/mdi` from 1.1.64 to 1.1.66 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iconify/icon-sets/commit/69cbedb7a8c205140d75488751a6483efdf746b6"><code>69cbedb</code></a> Update Material Design Icons, OpenMoji, Simple Icons</li> <li><a href="https://github.com/iconify/icon-sets/commit/c06475cc2d5ad0b826ced4550ad8d79ce01dd861"><code>c06475c</code></a> Update IonIcons</li> <li>See full diff in <a href="https://github.com/iconify/icon-sets/compare/1.1.64...1.1.66">compare view</a></li> </ul> </details> <br /> Updates `@octokit/plugin-retry` from 7.0.3 to 7.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-retry.js/releases"><code>@​octokit/plugin-retry</code>'s releases</a>.</em></p> <blockquote> <h2>v7.1.0</h2> <h1><a href="https://github.com/octokit/plugin-retry.js/compare/v7.0.4...v7.1.0">7.1.0</a> (2024-04-03)</h1> <h3>Features</h3> <ul> <li><strong>security:</strong> Add provenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/535">#535</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/dcf1fa38337b06d1a82cda596e8839306498f8c3">dcf1fa3</a>)</li> </ul> <h2>v7.0.4</h2> <h2><a href="https://github.com/octokit/plugin-retry.js/compare/v7.0.3...v7.0.4">7.0.4</a> (2024-04-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@​octokit/types</code> to v13 (<a href="https://github.com/octokit/plugin-retry.js/commit/7d5ecaf17806855e73552d0f8e32dc0b42a52340">7d5ecaf</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-retry.js/commit/dcf1fa38337b06d1a82cda596e8839306498f8c3"><code>dcf1fa3</code></a> feat(security): Add provenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/535">#535</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/7d5ecaf17806855e73552d0f8e32dc0b42a52340"><code>7d5ecaf</code></a> fix(deps): update dependency <code>@​octokit/types</code> to v13</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/b9013465b5ca81dce3a57daa33a2e99d607aff63"><code>b901346</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/533">#533</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/7b6eacc4cbb76b8023c232ba7e8b96728ca5067d"><code>7b6eacc</code></a> ci(action): update actions/add-to-project action to v1</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/63ab005c2f74e4439ef6c10ad12104ae7893fd8a"><code>63ab005</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/531">#531</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/40a90acba605b471329901ae2647acc5dc9c0667"><code>40a90ac</code></a> ci(action): update actions/add-to-project action to v0.6.1 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/530">#530</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/61c8859b9eb4baccabb63c6e0063b6ddb7f5ab86"><code>61c8859</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/529">#529</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/a27e5b5271485e1af01904b104a10b1647895fe8"><code>a27e5b5</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/527">#527</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/9256574430feac071ee583424d77417282d2d6c4"><code>9256574</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/526">#526</a>)</li> <li>See full diff in <a href="https://github.com/octokit/plugin-retry.js/compare/v7.0.3...v7.1.0">compare view</a></li> </ul> </details> <br /> Updates `@octokit/plugin-throttling` from 9.0.3 to 9.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-throttling.js/releases"><code>@​octokit/plugin-throttling</code>'s releases</a>.</em></p> <blockquote> <h2>v9.1.0</h2> <h1><a href="https://github.com/octokit/plugin-throttling.js/compare/v9.0.4...v9.1.0">9.1.0</a> (2024-04-03)</h1> <h3>Features</h3> <ul> <li><strong>security:</strong> Add provenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/689">#689</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/7eb48d50595022635a47f4df3f2a3a001407fa4f">7eb48d5</a>)</li> </ul> <h2>v9.0.4</h2> <h2><a href="https://github.com/octokit/plugin-throttling.js/compare/v9.0.3...v9.0.4">9.0.4</a> (2024-04-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@​octokit/types</code> to v13 (<a href="https://github.com/octokit/plugin-throttling.js/commit/8cc6eb903b85ee56dd59124416919d4c707329e7">8cc6eb9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/7eb48d50595022635a47f4df3f2a3a001407fa4f"><code>7eb48d5</code></a> feat(security): Add provenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/689">#689</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/8cc6eb903b85ee56dd59124416919d4c707329e7"><code>8cc6eb9</code></a> fix(deps): update dependency <code>@​octokit/types</code> to v13</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/4d7603aa67326a4744340cd0bd651bf6dc793844"><code>4d7603a</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/687">#687</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/e9b981330022a588ce21a22e2cd89aa3425f3c0c"><code>e9b9813</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/685">#685</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/5e02662a28329146fabf26c80771d9477561f3d4"><code>5e02662</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/683">#683</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/3cbb748986704a05208a711cd1a1777a13015f0e"><code>3cbb748</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/682">#682</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/af23dcfd899fa66060f8db609009161fe3e32f08"><code>af23dcf</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/681">#681</a>)</li> <li>See full diff in <a href="https://github.com/octokit/plugin-throttling.js/compare/v9.0.3...v9.1.0">compare view</a></li> </ul> </details> <br /> Updates `@octokit/rest` from 20.0.2 to 20.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@​octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v20.1.0</h2> <h1><a href="https://github.com/octokit/rest.js/compare/v20.0.2...v20.1.0">20.1.0</a> (2024-04-03)</h1> <h3>Features</h3> <ul> <li><strong>security:</strong> Add provenance (<a href="https://redirect.github.com/octokit/rest.js/issues/420">#420</a>) (<a href="https://github.com/octokit/rest.js/commit/9adf1a4a3da67afab4895b22877fa5c93e99bd74">9adf1a4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/9adf1a4a3da67afab4895b22877fa5c93e99bd74"><code>9adf1a4</code></a> feat(security): Add provenance (<a href="https://redirect.github.com/octokit/rest.js/issues/420">#420</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/9ab9253fe75febe9abe4283249dd8dfb99df6edb"><code>9ab9253</code></a> ci(action): update actions/add-to-project action to v1</li> <li><a href="https://github.com/octokit/rest.js/commit/335f2d23b1a3ef6231a6312369905bbb68e6e3c7"><code>335f2d2</code></a> ci(action): update actions/add-to-project action to v0.6.1 (<a href="https://redirect.github.com/octokit/rest.js/issues/418">#418</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/8f0efe06b4f9ec4e240ffdfc1bd8c416aca3d92b"><code>8f0efe0</code></a> build(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 (<a href="https://redirect.github.com/octokit/rest.js/issues/416">#416</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/5bf5fa68f3d2c064d914ad159a4ab86e29cb3468"><code>5bf5fa6</code></a> build(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 in /docs (<a href="https://redirect.github.com/octokit/rest.js/issues/415">#415</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/b332318fb53d56a63cc60fd9de59d231f0a5ce59"><code>b332318</code></a> ci(action): update actions/add-to-project action to v0.6.0</li> <li><a href="https://github.com/octokit/rest.js/commit/e2d6559bab2272e08c44f31a53d593d75437843d"><code>e2d6559</code></a> chore(deps): update dependency undici to v6.6.1 [security] (<a href="https://redirect.github.com/octokit/rest.js/issues/410">#410</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/81488d401367991cef1751de3c17919c270e5b24"><code>81488d4</code></a> chore(deps): update dependency marked to v12</li> <li><a href="https://github.com/octokit/rest.js/commit/22c076b2f8f0fdee0b82cd9e4e1466e328f71bc0"><code>22c076b</code></a> chore(deps): update dependency esbuild to ^0.20.0</li> <li><a href="https://github.com/octokit/rest.js/commit/de91ec4db4d39bb6dcabd8bffe5dbd6ab1411d39"><code>de91ec4</code></a> ci(action): update peter-evans/create-or-update-comment action to v4</li> <li>Additional commits viewable in <a href="https://github.com/octokit/rest.js/compare/v20.0.2...v20.1.0">compare view</a></li> </ul> </details> <br /> Updates `@tsconfig/svelte` from 5.0.2 to 5.0.4 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/tsconfig/bases/commits/HEAD/bases">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 1.3.1 to 1.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v1.4.0</h2> <h3>   🚀 Features</h3> <ul> <li>Throw error when using snapshot assertion with <code>not</code>  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5294">vitest-dev/vitest#5294</a> <a href="https://github.com/vitest-dev/vitest/commit/b9d378f5"><!-- raw HTML omitted -->(b9d37)<!-- raw HTML omitted --></a></li> <li>Add a flag to include test location in tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5342">vitest-dev/vitest#5342</a> <a href="https://github.com/vitest-dev/vitest/commit/d627e209"><!-- raw HTML omitted -->(d627e)<!-- raw HTML omitted --></a></li> <li><strong>cli</strong>: <ul> <li>Support wildcards in <code>--project</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5295">vitest-dev/vitest#5295</a> <a href="https://github.com/vitest-dev/vitest/commit/201bd067"><!-- raw HTML omitted -->(201bd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>config</strong>: <ul> <li>Add <code>shuffle.files</code> and <code>shuffle.tests</code> options  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5281">vitest-dev/vitest#5281</a> <a href="https://github.com/vitest-dev/vitest/commit/356db87b"><!-- raw HTML omitted -->(356db)<!-- raw HTML omitted --></a></li> <li>Deprecate <code>cache.dir</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5229">vitest-dev/vitest#5229</a> <a href="https://github.com/vitest-dev/vitest/commit/d7e8b53e"><!-- raw HTML omitted -->(d7e8b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Support <code>--changed</code> option  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5314">vitest-dev/vitest#5314</a> <a href="https://github.com/vitest-dev/vitest/commit/600b44d6"><!-- raw HTML omitted -->(600b4)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Support <code>clearScreen</code> cli flag  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5241">vitest-dev/vitest#5241</a> <a href="https://github.com/vitest-dev/vitest/commit/e1735fb6"><!-- raw HTML omitted -->(e1735)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Repeatable <code>--project</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5265">vitest-dev/vitest#5265</a> <a href="https://github.com/vitest-dev/vitest/commit/d1a06730"><!-- raw HTML omitted -->(d1a06)<!-- raw HTML omitted --></a></li> <li><code>--inspect-brk</code> to pause before execution  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5355">vitest-dev/vitest#5355</a> <a href="https://github.com/vitest-dev/vitest/commit/e77c553f"><!-- raw HTML omitted -->(e77c5)<!-- raw HTML omitted --></a></li> <li>Correct locations in test.each tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/4f6e39c1"><!-- raw HTML omitted -->(4f6e3)<!-- raw HTML omitted --></a></li> <li><strong>api</strong>: <ul> <li>Use resolvedUrls from devserver  -  by <a href="https://github.com/saitonakamura"><code>@​saitonakamura</code></a> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5289">vitest-dev/vitest#5289</a> <a href="https://github.com/vitest-dev/vitest/commit/2fef5a7e"><!-- raw HTML omitted -->(2fef5)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Add <code>magic-string</code> to <code>optimizeDeps.include</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5278">vitest-dev/vitest#5278</a> <a href="https://github.com/vitest-dev/vitest/commit/8f04e798"><!-- raw HTML omitted -->(8f04e)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Expensive regexp hangs v8 report generation  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5259">vitest-dev/vitest#5259</a> <a href="https://github.com/vitest-dev/vitest/commit/d68a7390"><!-- raw HTML omitted -->(d68a7)<!-- raw HTML omitted --></a></li> <li>V8 to ignore type-only files  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5328">vitest-dev/vitest#5328</a> <a href="https://github.com/vitest-dev/vitest/commit/c3eb8deb"><!-- raw HTML omitted -->(c3eb8)<!-- raw HTML omitted --></a></li> <li>Respect source maps of pre-transpiled sources  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5367">vitest-dev/vitest#5367</a> <a href="https://github.com/vitest-dev/vitest/commit/6eda473f"><!-- raw HTML omitted -->(6eda4)<!-- raw HTML omitted --></a></li> <li>Prevent <code>reportsDirectory</code> from removing user's project  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5376">vitest-dev/vitest#5376</a> <a href="https://github.com/vitest-dev/vitest/commit/07ec3779"><!-- raw HTML omitted -->(07ec3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Show diff on <code>toContain/toMatch</code> assertion error  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5267">vitest-dev/vitest#5267</a> <a href="https://github.com/vitest-dev/vitest/commit/8ee59f0d"><!-- raw HTML omitted -->(8ee59)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>forks</strong>: <ul> <li>Wrap <code>defines</code> to support <code>undefined</code> values  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5284">vitest-dev/vitest#5284</a> <a href="https://github.com/vitest-dev/vitest/commit/5b58b399"><!-- raw HTML omitted -->(5b58b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>typecheck</strong>: <ul> <li>Update get-tsconfig 4.7.3 to fix false circularity error  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5384">vitest-dev/vitest#5384</a> <a href="https://github.com/vitest-dev/vitest/commit/bdc371ee"><!-- raw HTML omitted -->(bdc37)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Escape html in error diff  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5325">vitest-dev/vitest#5325</a> <a href="https://github.com/vitest-dev/vitest/commit/ab60bf8d"><!-- raw HTML omitted -->(ab60b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Loosen <code>onConsoleLog</code> return type  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5337">vitest-dev/vitest#5337</a> <a href="https://github.com/vitest-dev/vitest/commit/6d1b1451"><!-- raw HTML omitted -->(6d1b1)<!-- raw HTML omitted --></a></li> <li>Ensure restoring terminal cursor on close  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5292">vitest-dev/vitest#5292</a> <a href="https://github.com/vitest-dev/vitest/commit/0bea2247"><!-- raw HTML omitted -->(0bea2)<!-- raw HTML omitted --></a></li> <li>Ignore timeout on websocket reporter rpc  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/38119b75"><!-- raw HTML omitted -->(38119)<!-- raw HTML omitted --></a></li> <li>Correctly override api with --no-api flag  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5386">vitest-dev/vitest#5386</a> <a href="https://github.com/vitest-dev/vitest/commit/51d1d472"><!-- raw HTML omitted -->(51d1d)<!-- raw HTML omitted --></a></li> <li>Logs in <code>beforeAll</code> and <code>afterAll</code>  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5288">vitest-dev/vitest#5288</a> <a href="https://github.com/vitest-dev/vitest/commit/ce5ca6bf"><!-- raw HTML omitted -->(ce5ca)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Throw error when browser mode and <code>@vitest/coverage-v8</code> are used  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5250">vitest-dev/vitest#5250</a> <a href="https://github.com/vitest-dev/vitest/commit/29f98cd3"><!-- raw HTML omitted -->(29f98)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.3.1...v1.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/a8da192c61ff0e3adf64b31378546de3b2f4c1bc"><code>a8da192</code></a> chore: release v1.4.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/600b44d606ff7e936c7caec818bae48d07300c69"><code>600b44d</code></a> feat(coverage): support <code>--changed</code> option (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5314">#5314</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/6eda473f30c4670ec72a06bd3b083a724712ae2a"><code>6eda473</code></a> fix(coverage): respect source maps of pre-transpiled sources (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5367">#5367</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c3eb8deb768f6ef1adff8e6644ce99de58fd8b01"><code>c3eb8de</code></a> fix(coverage): v8 to ignore type-only files (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5328">#5328</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/074450ef32fea718105c0d16400d01afa8bec374"><code>074450e</code></a> chore(deps): update <code>istanbul-lib-source-maps</code> to v5 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5304">#5304</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/d68a73908ef00f1b7c6584ef015657b3a11416bf"><code>d68a739</code></a> fix(coverage): expensive regexp hangs v8 report generation (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5259">#5259</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `autoprefixer` from 10.4.18 to 10.4.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.19</h2> <ul> <li>Removed <code>end value has mixed support, consider using flex-end</code> warning since <code>end</code>/<code>start</code> now have good support.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.19</h2> <ul> <li>Removed <code>end value has mixed support, consider using flex-end</code> warning since <code>end</code>/<code>start</code> now have good support.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/8060e33a78f39759f32781dd3518dae90740dc38"><code>8060e33</code></a> Release 10.4.19 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/fe7bae45970d38eee86c4d26e5f19fa100df3039"><code>fe7bae4</code></a> Remove end→flex-end warning</li> <li><a href="https://github.com/postcss/autoprefixer/commit/5f6f362a1ebca975777ffcb0dc14b1ea5fb04def"><code>5f6f362</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/13a86df5abf9cf66d298ff75df3faa9f4d0eb07c"><code>13a86df</code></a> Move to flat ESLint config</li> <li><a href="https://github.com/postcss/autoprefixer/commit/b3e0579452b6ce164c26ecb4999e6f99fff5563c"><code>b3e0579</code></a> Update dependencies</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.18...10.4.19">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.35 to 8.4.38 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.38</h2> <ul> <li>Fixed <code>endIndex: 0</code> in errors and warnings (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.4.37</h2> <ul> <li>Fixed <code>original.column are not numbers</code> error in another case.</li> </ul> <h2>8.4.36</h2> <ul> <li>Fixed <code>original.column are not numbers</code> error on broken previous source map.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.38</h2> <ul> <li>Fixed <code>endIndex: 0</code> in errors and warnings (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.4.37</h2> <ul> <li>Fixed <code>original.column are not numbers</code> error in another case.</li> </ul> <h2>8.4.36</h2> <ul> <li>Fixed <code>original.column are not numbers</code> error on broken previous source map.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/a69d45ecaeb02fdeef5d53bfd8fc56e3ade1e17e"><code>a69d45e</code></a> Release 8.4.38 version</li> <li><a href="https://github.com/postcss/postcss/commit/64e35d952c5c8c3eab4d2d2ee209cccd10127bfb"><code>64e35d9</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/c1ad8fb40249a736c14d856ccf27d7e53143981f"><code>c1ad8fb</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1932">#1932</a> from romainmenke/fix-warning-end-index--inventive-nu...</li> <li><a href="https://github.com/postcss/postcss/commit/b45e7e915936803a7176f7131f16102571a610e8"><code>b45e7e9</code></a> fix endIndex</li> <li><a href="https://github.com/postcss/postcss/commit/1bea2466db7b74b55b574aef747d897d0d31335f"><code>1bea246</code></a> failing test: for endIndex 0 in rangeBy</li> <li><a href="https://github.com/postcss/postcss/commit/0fd1d86f2d33926c782463e63d8e1c816d207bc8"><code>0fd1d86</code></a> Add changelog auto release on Github</li> <li><a href="https://github.com/postcss/postcss/commit/49c906ebc05e0196a71e828e23678beae01b47bc"><code>49c906e</code></a> Release 8.4.37 version</li> <li><a href="https://github.com/postcss/postcss/commit/b5bd92ca4168c4e9b719cb0726fe5cc1a96d3bf2"><code>b5bd92c</code></a> Fix another broken prev source map issue</li> <li><a href="https://github.com/postcss/postcss/commit/28820396e19e3da62eefb2c63d590c121da263a5"><code>2882039</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/e5ad9394daf38d0ef4acd7065f219b3cddace1df"><code>e5ad939</code></a> Release 8.4.36 version</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.35...8.4.38">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.1 to 3.4.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.3</h2> <h3>Fixed</h3> <ul> <li>Revert changes to glob handling (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13384">#13384</a>)</li> </ul> <h2>v3.4.2</h2> <h3>Fixed</h3> <ul> <li>Ensure max specificity of <code>0,0,1</code> for button and input Preflight rules (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12735">#12735</a>)</li> <li>Improve glob handling for folders with <code>(</code>, <code>)</code>, <code>[</code> or <code>]</code> in the file path (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12715">#12715</a>)</li> <li>Split <code>:has</code> rules when using <code>experimental.optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12736">#12736</a>)</li> <li>Sort arbitrary properties alphabetically across multiple class lists (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12911">#12911</a>)</li> <li>Add <code>mix-blend-plus-darker</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12923">#12923</a>)</li> <li>Ensure dashes are allowed in variant modifiers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13303">#13303</a>)</li> <li>Fix crash showing completions in Intellisense when using a custom separator (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13306">#13306</a>)</li> <li>Transpile <code>import.meta.url</code> in config files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13322">#13322</a>)</li> <li>Reset letter spacing for form elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13150">#13150</a>)</li> <li>Fix missing <code>xx-large</code> and remove double <code>x-large</code> absolute size (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13324">#13324</a>)</li> <li>Don't error when encountering nested CSS unless trying to <code>@apply</code> a class that uses nesting (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13325">#13325</a>)</li> <li>Ensure that arbitrary properties respect <code>important</code> configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13353">#13353</a>)</li> <li>Change dark mode selector so <code>@apply</code> works correctly with pseudo elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13379">#13379</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.3/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.3] - 2024-03-27</h2> <h3>Fixed</h3> <ul> <li>Revert changes to glob handling (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13384">#13384</a>)</li> </ul> <h2>[3.4.2] - 2024-03-27</h2> <h3>Fixed</h3> <ul> <li>Ensure max specificity of <code>0,0,1</code> for button and input Preflight rules (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12735">#12735</a>)</li> <li>Improve glob handling for folders with <code>(</code>, <code>)</code>, <code>[</code> or <code>]</code> in the file path (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12715">#12715</a>)</li> <li>Split <code>:has</code> rules when using <code>experimental.optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12736">#12736</a>)</li> <li>Sort arbitrary properties alphabetically across multiple class lists (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12911">#12911</a>)</li> <li>Add <code>mix-blend-plus-darker</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12923">#12923</a>)</li> <li>Ensure dashes are allowed in variant modifiers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13303">#13303</a>)</li> <li>Fix crash showing completions in Intellisense when using a custom separator (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13306">#13306</a>)</li> <li>Transpile <code>import.meta.url</code> in config files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13322">#13322</a>)</li> <li>Reset letter spacing for form elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13150">#13150</a>)</li> <li>Fix missing <code>xx-large</code> and remove double <code>x-large</code> absolute size (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13324">#13324</a>)</li> <li>Don't error when encountering nested CSS unless trying to <code>@apply</code> a class that uses nesting (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13325">#13325</a>)</li> <li>Ensure that arbitrary properties respect <code>important</code> configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13353">#13353</a>)</li> <li>Change dark mode selector so <code>@apply</code> works correctly with pseudo elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13379">#13379</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f1f419a9ecfcd00a2001ee96ab252739fca47564"><code>f1f419a</code></a> 3.4.3</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e6c1082823abb7bc7960fe7ff7fb698498c878d8"><code>e6c1082</code></a> Revert changes to glob handling (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13384">#13384</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8430d8b5207c2d3d3a6f71621e5df9d7d040a5b4"><code>8430d8b</code></a> 3.4.2</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8b4a2a6770c2dee5d7c21a73c7f6657d7bee21b2"><code>8b4a2a6</code></a> Change dark selector so <code>@apply</code> works correctly with pseudo elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13379">#13379</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/97607f1cfb30103db96747c9b9e50fefa117fbb4"><code>97607f1</code></a> Ensure that arbitrary properties respect <code>important</code> configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13353">#13353</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/c033f106bc855540bec6dd5b48f4d3c325182e9e"><code>c033f10</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/bda84210d6afb4fa644fb74646686843c5cb757d"><code>bda8421</code></a> Only detect nesting when using <code>@apply</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13325">#13325</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3ba51d14c7d8b8661b875d388eda42095dfc0db6"><code>3ba51d1</code></a> Remove leading space in <code>box-shadow</code>'s <code>addDefaults</code> call (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13334">#13334</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/a53d854d1d5b87db4ed1916bf0aee964b052c410"><code>a53d854</code></a> Fix missing <code>xx-large</code> and remove double <code>x-large</code> absolute size (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13324">#13324</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ea90d3a81cf78957bc44f580f8e0c95fc06dfaee"><code>ea90d3a</code></a> Reset letter spacing for form elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13150">#13150</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.3">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.4.2 to 5.4.4 <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.4.4</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">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.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed issues query for Typescript 5.4.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+">fixed issues query for Typescript 5.4.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+">fixed issues query for Typescript 5.4.3 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+">fixed issues query for Typescript 5.4.4 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.4.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">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.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed issues query for Typescript 5.4.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+">fixed issues query for Typescript 5.4.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+">fixed issues query for Typescript 5.4.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <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/8eb3367164dd9cdc9c0b85424ed39ab28eff2312"><code>8eb3367</code></a> Bump version to 5.4.4 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/de9096b42b052ffabbf2b46b573557e7c2eb259d"><code>de9096b</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57871">#57871</a> (Divide-and-conquer strategy for int...) into release-5.4 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/06aae9839d7160c2aff8c3f14b9f1f2d3e76c2d4"><code>06aae98</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57973">#57973</a> (Compare package.json paths with cor...) into release-5.4 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6d8134e5afe0661ff97f2ad1f0e0341087d58908"><code>6d8134e</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57637">#57637</a> (Fixed a regression related to deter...) into release-5.4 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1c25c7fb552eb098cfe326ce369d83daea4ae0fa"><code>1c25c7f</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57968">#57968</a> (Normalize slashes for paths in watc...) into release-5.4 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/3caec2caefe2e82bab06ab5fbc0ee9b07ea77e9d"><code>3caec2c</code></a> Cherry pick PR 57887 into release-5.4 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/57898">#57898</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/896947e3937ec6384b9a07f7b73dfe64219d1397"><code>896947e</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57938">#57938</a> (Directories dont check modified tim...) into release-5.4 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/521d3fb2d19d0b2787a49920d4f743aa12c2ebfd"><code>521d3fb</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57950">#57950</a> (Watch events enhancements) into release-5.4 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/57967">#57967</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6ea273cdcca99db809074d2b2d38d0e5b59ee81b"><code>6ea273c</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/cd06f92c43eede05731cc0592bcb4ee7fe4d38cc"><code>cd06f92</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57853">#57853</a> (Revert PR 56161) into release-5.4 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/57854">#57854</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.4">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.1.6 to 5.2.8 <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.2.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.2.3/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.2.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.2.2/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.2.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.2.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.2.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.2.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><!-- raw HTML omitted -->5.2.8 (2024-04-03)<!-- raw HTML omitted --></h2> <ul> <li>fix: csp nonce injection when no closing tag (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16281">#16281</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16282">#16282</a>) (<a href="https://github.com/vitejs/vite/commit/3c85c6b">3c85c6b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16281">#16281</a> <a href="https://redirect.github.com/vitejs/vite/issues/16282">#16282</a></li> <li>fix: do not access document in <code>/@vite/client</code> when not defined (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16318">#16318</a>) (<a href="https://github.com/vitejs/vite/commit/646319c">646319c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16318">#16318</a></li> <li>fix: fix sourcemap when using object as <code>define</code> value (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15805">#15805</a>) (<a href="https://github.com/vitejs/vite/commit/445c4f2">445c4f2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15805">#15805</a></li> <li>fix(css): unknown file error happened with lightningcss (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16306">#16306</a>) (<a href="https://github.com/vitejs/vite/commit/01af308">01af308</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16306">#16306</a></li> <li>fix(hmr): multiple updates happened when invalidate is called while multiple tabs open (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16307">#16307</a>) (<a href="https://github.com/vitejs/vite/commit/21cc10b">21cc10b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16307">#16307</a></li> <li>fix(scanner): duplicate modules for same id if glob is used in html-like types (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16305">#16305</a>) (<a href="https://github.com/vitejs/vite/commit/eca68fa">eca68fa</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16305">#16305</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16325">#16325</a>) (<a href="https://github.com/vitejs/vite/commit/a78e265">a78e265</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16325">#16325</a></li> <li>refactor: use types from sass instead of <code>@​types/sass</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16340">#16340</a>) (<a href="https://github.com/vitejs/vite/commit/4581e83">4581e83</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16340">#16340</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.7 (2024-03-29)<!-- raw HTML omitted --></h2> <ul> <li>chore: deprecate splitVendorChunkPlugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16274">#16274</a>) (<a href="https://github.com/vitejs/vite/commit/45a06da">45a06da</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16274">#16274</a></li> <li>fix: skip injecting <code>__vite__mapDeps</code> when it's not used (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16271">#16271</a>) (<a href="https://github.com/vitejs/vite/commit/890538a">890538a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16271">#16271</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16258">#16258</a>) (<a href="https://github.com/vitejs/vite/commit/7caef42">7caef42</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16258">#16258</a></li> <li>fix(hmr): don't mutate module graph when collecting modules (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16302">#16302</a>) (<a href="https://github.com/vitejs/vite/commit/dfffea1">dfffea1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16302">#16302</a></li> <li>fix(hmr): trigger hmr for missing file import errored module after file creation (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16303">#16303</a>) (<a href="https://github.com/vitejs/vite/commit/ffedc06">ffedc06</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16303">#16303</a></li> <li>fix(sourcemap): don't warn even if the sourcesContent is an empty string (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16273">#16273</a>) (<a href="https://github.com/vitejs/vite/commit/24e376a">24e376a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16273">#16273</a></li> <li>feat(hmr): reload when HTML file is created/deleted (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16288">#16288</a>) (<a href="https://github.com/vitejs/vite/commit/1f53796">1f53796</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16288">#16288</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.6 (2024-03-24)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>fs.deny</code> with globs with directories (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16250">#16250</a>) (<a href="https://github.com/vitejs/vite/commit/ba5269c">ba5269c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16250">#16250</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.5 (2024-03-24)<!-- raw HTML omitted --></h2> <ul> <li>fix: avoid SSR requests in waitForRequestIdle (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16246">#16246</a>) (<a href="https://github.com/vitejs/vite/commit/7093f77">7093f77</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16246">#16246</a></li> <li>docs: clarify enforce vs hook.order (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16226">#16226</a>) (<a href="https://github.com/vitejs/vite/commit/3a73e48">3a73e48</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16226">#16226</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.4 (2024-03-23)<!-- raw HTML omitted --></h2> <ul> <li>fix: dont resolve imports with malformed URI (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16244">#16244</a>) (<a href="https://github.com/vitejs/vite/commit/fbf69d5">fbf69d5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16244">#16244</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.3 (2024-03-22)<!-- raw HTML omitted --></h2> <ul> <li>fix: handle warmup request error correctly (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16223">#16223</a>) (<a href="https://github.com/vitejs/vite/commit/d7c5256">d7c5256</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16223">#16223</a></li> <li>fix: skip encode if is data uri (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16233">#16233</a>) (<a href="https://github.com/vitejs/vite/commit/8617e76">8617e76</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16233">#16233</a></li> <li>fix(optimizer): fix <code>optimizeDeps.include</code> glob syntax for <code>./*</code> exports (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16230">#16230</a>) (<a href="https://github.com/vitejs/vite/commit/f184c80">f184c80</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16230">#16230</a></li> <li>fix(runtime): fix sourcemap with <code>prepareStackTrace</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16220">#16220</a>) (<a href="https://github.com/vitejs/vite/commit/dad7f4f">dad7f4f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16220">#16220</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/8b8d4024fb07a96e7a6707dbdc1a08c40f397eb9"><code>8b8d402</code></a> release: v5.2.8</li> <li><a href="https://github.com/vitejs/vite/commit/646319cc845f24a12ac5f8f6d176597a5bf66fd3"><code>646319c</code></a> fix: do not access document in <code>/@vite/client</code> when not defined (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16318">#16318</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/445c4f21583334edb37c7b32a1474903a0852b01"><code>445c4f2</code></a> fix: fix sourcemap when using object as <code>define</code> value (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15805">#15805</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a78e265822ebf06c5775c2083ee345e974488c6b"><code>a78e265</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16325">#16325</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4581e8371d0c2481e859f4496f928d1dcacd3a9d"><code>4581e83</code></a> refactor: use types from sass instead of <code>@​types/sass</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16340">#16340</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3c85c6b52edbae22cf812e72680d210a644d9313"><code>3c85c6b</code></a> fix: csp nonce injection when no closing tag (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16281">#16281</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16282">#16282</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/21cc10bfda99a5818bfd709beff260e72b4b4ec5"><code>21cc10b</code></a> fix(hmr): multiple updates happened when invalidate is called while multiple ...</li> <li><a href="https://github.com/vitejs/vite/commit/01af308dfd271df604a3fc9e9b3a9fcc2063e5d8"><code>01af308</code></a> fix(css): unknown file error happened with lightningcss (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16306">#16306</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/eca68fa942818b69d08eae4dceaf46a330684a5e"><code>eca68fa</code></a> fix(scanner): duplicate modules for same id if glob is used in html-like type...</li> <li><a href="https://github.com/vitejs/vite/commit/ad246da9897dc90b05ddc23ef96ae14ff490c7c9"><code>ad246da</code></a> release: v5.2.7</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.2.8/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 1.3.1 to 1.4.0 <details> <summary>Release notes</summary> <p><em>Sou... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-14 13:41:53 -04:00
"@fullhuman/postcss-purgecss": "^6.0.0",
build(deps-dev): bump the frontend-deps group with 3 updates (#551) Bumps the frontend-deps group with 3 updates: [@iconify-json/ic](https://github.com/iconify/icon-sets), [@iconify-json/mdi](https://github.com/iconify/icon-sets) and [postcss](https://github.com/postcss/postcss). Updates `@iconify-json/ic` from 1.1.18 to 1.2.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/iconify/icon-sets/commits">compare view</a></li> </ul> </details> <br /> Updates `@iconify-json/mdi` from 1.1.68 to 1.2.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/iconify/icon-sets/commits">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.41 to 8.4.44 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.44</h2> <ul> <li>Another way to fix <code>markClean is not a function</code> error.</li> </ul> <h2>8.4.43</h2> <ul> <li>Fixed <code>markClean is not a function</code> error.</li> </ul> <h2>8.4.42</h2> <ul> <li>Fixed CSS syntax error on long minified files (by <a href="https://github.com/varpstar"><code>@​varpstar</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.44</h2> <ul> <li>Another way to fix <code>markClean is not a function</code> error.</li> </ul> <h2>8.4.43</h2> <ul> <li>Fixed <code>markClean is not a function</code> error.</li> </ul> <h2>8.4.42</h2> <ul> <li>Fixed CSS syntax error on long minified files (by <a href="https://github.com/varpstar"><code>@​varpstar</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/d442dc75e36b90e2a8c7fa30a7ec969b5e105743"><code>d442dc7</code></a> Release 8.4.44 version</li> <li><a href="https://github.com/postcss/postcss/commit/3c7cda099cb7ed9ab8a8eb5b566660373d74f6c1"><code>3c7cda0</code></a> Another way to fix markClean() is undefined issue</li> <li><a href="https://github.com/postcss/postcss/commit/b985ed16677abfc5d903f2b5c775d1cf284699f5"><code>b985ed1</code></a> Release 8.4.43 version</li> <li><a href="https://github.com/postcss/postcss/commit/3025b743bff14dc8fc95f3f49e8b4f294d9281ef"><code>3025b74</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/79ff9800c3158964bc837be0d6878b4471b3b794"><code>79ff980</code></a> Update AST if it is not made by PostCSS &gt;= 8.4.41</li> <li><a href="https://github.com/postcss/postcss/commit/0fda48a1b1e27c443681849411c2bb65521da8df"><code>0fda48a</code></a> Release 8.4.42 version</li> <li><a href="https://github.com/postcss/postcss/commit/cd5b08cfa2434f9ba2970b454692190b45b3b320"><code>cd5b08c</code></a> Add ESLint to CI</li> <li><a href="https://github.com/postcss/postcss/commit/0975cc209dc8425d61960633049aab73cb5bd3fe"><code>0975cc2</code></a> Sort source code and fix ESLint</li> <li><a href="https://github.com/postcss/postcss/commit/36950b4ff95d4077c0875a34a9c06821586589a8"><code>36950b4</code></a> Try to fix old Node.js tests</li> <li><a href="https://github.com/postcss/postcss/commit/fbb6d60eae1d65ef99a9ef5a7dc2528da6d96db5"><code>fbb6d60</code></a> Update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.41...8.4.44">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-02 21:17:07 -04:00
"@iconify-json/ic": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
build(deps-dev): bump the frontend-deps group with 5 updates (#573) Bumps the frontend-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `7.1.1` | `7.1.2` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.16` | `0.46.17` | | [jsdom](https://github.com/jsdom/jsdom) | `25.0.0` | `25.0.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.11` | `3.4.13` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.6` | `5.4.7` | Updates `@octokit/plugin-retry` from 7.1.1 to 7.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-retry.js/releases"><code>@​octokit/plugin-retry</code>'s releases</a>.</em></p> <blockquote> <h2>v7.1.2</h2> <h2><a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.1...v7.1.2">7.1.2</a> (2024-09-18)</h2> <h3>Bug Fixes</h3> <ul> <li><code>response.data.errors</code> is sometimes empty (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/577">#577</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/375b037a98bb3dcf20af1a37f7a02b0968cc01c0">375b037</a>), closes <a href="https://redirect.github.com/octokit/plugin-retry.js/issues/536">#536</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-retry.js/commit/375b037a98bb3dcf20af1a37f7a02b0968cc01c0"><code>375b037</code></a> fix: <code>response.data.errors</code> is sometimes empty (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/577">#577</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/8c69e1968331c15c179a65e3e2be79291462f8a2"><code>8c69e19</code></a> build(deps): bump vite from 5.4.5 to 5.4.6 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/579">#579</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/f12d8c59ffb761cd4865b2f78c39e2786cb47eb5"><code>f12d8c5</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/578">#578</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/2a339996062cb5e6ca5d03fe203754b982f67159"><code>2a33999</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/575">#575</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/48bc4a4bce633771bf19852b4dded2896a2659bd"><code>48bc4a4</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/574">#574</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/458387bf2be40a0f544402c420971fcc12519bf8"><code>458387b</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/573">#573</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/0da6fd197aa345d1f4509bdaa168c7b3b767d761"><code>0da6fd1</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/572">#572</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/cafde99c1d8ccf45baf4cf5823ec681c5b707d27"><code>cafde99</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/571">#571</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/3578a3eafff5bf6885f775a6b12034c6b4c6377e"><code>3578a3e</code></a> chore(deps): update dependency fetch-mock to v11 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/570">#570</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/b1cef645e13dd511953edb1eaf30f673d0b2da6a"><code>b1cef64</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/569">#569</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.1...v7.1.2">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.46.16 to 0.46.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's releases</a>.</em></p> <blockquote> <h2>v0.46.17</h2> <h2>What's Changed</h2> <ul> <li>docs: fix inconsistent indentation in example code by <a href="https://github.com/conr2d"><code>@​conr2d</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1437">themesberg/flowbite-svelte#1437</a></li> <li>docs: fix typo on &quot;Card with image&quot; description by <a href="https://github.com/davis9001"><code>@​davis9001</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1434">themesberg/flowbite-svelte#1434</a></li> <li>Fix typo by <a href="https://github.com/fvilers"><code>@​fvilers</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1432">themesberg/flowbite-svelte#1432</a></li> <li>feat: implement table sorting by <a href="https://github.com/aarondoet"><code>@​aarondoet</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1423">themesberg/flowbite-svelte#1423</a></li> <li>fix: don't open multiselect dropdown on clicking selected items by <a href="https://github.com/MarkNerdi"><code>@​MarkNerdi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1431">themesberg/flowbite-svelte#1431</a></li> <li>feat: implement sorting and searching in Table component by <a href="https://github.com/aarondoet"><code>@​aarondoet</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1425">themesberg/flowbite-svelte#1425</a></li> <li>fix: Refine the typing of the ListGroup's slot by <a href="https://github.com/fdevillard"><code>@​fdevillard</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1415">themesberg/flowbite-svelte#1415</a></li> <li>fix: Inform TypeScript of 'imgClass' prop type by <a href="https://github.com/mattdeboard"><code>@​mattdeboard</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1408">themesberg/flowbite-svelte#1408</a></li> <li>fix: remove hide delay if popper is not hoverable by <a href="https://github.com/therealsujitk"><code>@​therealsujitk</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1407">themesberg/flowbite-svelte#1407</a></li> <li>feat: Add prop 'clearable' to input by <a href="https://github.com/cintek"><code>@​cintek</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1438">themesberg/flowbite-svelte#1438</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/davis9001"><code>@​davis9001</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1434">themesberg/flowbite-svelte#1434</a></li> <li><a href="https://github.com/fvilers"><code>@​fvilers</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1432">themesberg/flowbite-svelte#1432</a></li> <li><a href="https://github.com/MarkNerdi"><code>@​MarkNerdi</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1431">themesberg/flowbite-svelte#1431</a></li> <li><a href="https://github.com/fdevillard"><code>@​fdevillard</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1415">themesberg/flowbite-svelte#1415</a></li> <li><a href="https://github.com/mattdeboard"><code>@​mattdeboard</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1408">themesberg/flowbite-svelte#1408</a></li> <li><a href="https://github.com/cintek"><code>@​cintek</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1438">themesberg/flowbite-svelte#1438</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17">https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h2>0.46.17</h2> <h3>Patch Changes</h3> <ul> <li>fix: update for PRs (<a href="https://github.com/themesberg/flowbite-svelte/commit/3566cbe3dcc4a7d8f67456b07fe046cdab421a02"><code>3566cbe3dcc4a7d8f67456b07fe046cdab421a02</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3566cbe3dcc4a7d8f67456b07fe046cdab421a02"><code>3566cbe</code></a> chore: changeset</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/233ad40050bc05f8f69039d734ad0705546239d1"><code>233ad40</code></a> feat: Add prop 'clearable' to input (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1438">#1438</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/c064ff37a899dc50cdefff8bc29ebd0c158a9294"><code>c064ff3</code></a> fix: remove hide delay if popper is not hoverable (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1407">#1407</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/7551026c4439800120cd420617d8b9113db369d0"><code>7551026</code></a> fix: Inform TypeScript of 'imgClass' prop type (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1408">#1408</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/5cbe5a71d7ed8b214ea97be483c0879d0555a6a6"><code>5cbe5a7</code></a> [list-group] Refine the typing of the slot element (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1415">#1415</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/aff76e3b6f21f9446bfcaadc3410bd41c2b06361"><code>aff76e3</code></a> feat: implement sorting and searching in Table component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1425">#1425</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/8c4adbb1f4e9718ad21689f925f88bcfd3b7e117"><code>8c4adbb</code></a> fix: don't open multiselect dropdown on removing selected items (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1431">#1431</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/297cda20f075fb2b32bf67c39f9dc7381e1dc420"><code>297cda2</code></a> feat: implement table sorting (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1423">#1423</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/6826e328dd08997ec2023cff2c806803f4d4b9d2"><code>6826e32</code></a> Fix typo (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1432">#1432</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/4a5d71404222ef46d077419514728d06724cb68c"><code>4a5d714</code></a> docs: fix typo on &quot;Card with image&quot; description (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1434">#1434</a>)</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 25.0.0 to 25.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 25.0.1</h2> <ul> <li>Updated dependencies, notably <code>tough-cookie</code>, which no longer prints a deprecation warning.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>25.0.1</h2> <ul> <li>Updated dependencies, notably <code>tough-cookie</code>, which no longer prints a deprecation warning.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/04541b377d9949d6ab56866760b7883a23db0577"><code>04541b3</code></a> Version 25.0.1</li> <li><a href="https://github.com/jsdom/jsdom/commit/96bd11199362b00026714605d40dc21dfed58e55"><code>96bd111</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/d08440c9d202ffba68753c99161be29d23dee5fc"><code>d08440c</code></a> Upgrade tough-cookie to v5.0.0</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/25.0.0...25.0.1">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.11 to 3.4.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.13</h2> <h3>Fixed</h3> <ul> <li>Improve source glob verification performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481">#14481</a>)</li> </ul> <h2>v3.4.12</h2> <h3>Fixed</h3> <ul> <li>Ensure using <code>@apply</code> with utilities that use <code>@defaults</code> works with rules defined in the base layer when using <code>optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427">#14427</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.13] - 2024-09-23</h2> <h3>Fixed</h3> <ul> <li>Improve source glob verification performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481">#14481</a>)</li> </ul> <h2>[3.4.12] - 2024-09-17</h2> <h3>Fixed</h3> <ul> <li>Ensure using <code>@apply</code> with utilities that use <code>@defaults</code> works with rules defined in the base layer when using <code>optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427">#14427</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ed3c5356b77b6c428e9c0ea5bc32719dcdf94128"><code>ed3c535</code></a> 3.4.13</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/066ccf88947cd882a8e59843c61df74615eedd2f"><code>066ccf8</code></a> Improve the performance when checking broad glob patterns. (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14481">#14481</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e8614a268d3410bd96445df8f25a8b637eefcf14"><code>e8614a2</code></a> 3.4.12</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/fe48ca83d86690a5f2adf01eb8fc0b02c033c59d"><code>fe48ca8</code></a> Insert <code>@defaults</code> at start of stylesheet (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14427">#14427</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.13">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.6 to 5.4.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.7 (2024-09-20)<!-- raw HTML omitted --></h2> <ul> <li>fix: treat config file as ESM in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>) (<a href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d">b5908a2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18158">#18158</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/a403e73d18e73f410d13ee769d343b8c68ff97e6"><code>a403e73</code></a> release: v5.4.7</li> <li><a href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d"><code>b5908a2</code></a> fix: treat config file as ESM in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.7/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-26 20:39:01 -04:00
"@octokit/plugin-retry": "^7.1.2",
build(deps): bump the frontend-deps group across 1 directory with 16 updates (#523) Bumps the frontend-deps group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [semver](https://github.com/npm/node-semver) | `7.6.2` | `7.6.3` | | [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `9.3.0` | `9.3.1` | | [@octokit/rest](https://github.com/octokit/rest.js) | `21.0.0` | `21.0.1` | | [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `5.1.0` | `5.2.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.6.0` | `2.0.4` | | [flowbite](https://github.com/themesberg/flowbite) | `2.3.0` | `2.4.1` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.5` | `0.46.15` | | [jsdom](https://github.com/jsdom/jsdom) | `24.1.0` | `24.1.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.5` | `3.2.6` | | [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) | `6.0.1` | `6.0.2` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.4` | `3.4.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.1` | `5.3.4` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.6.0` | `2.0.4` | Updates `semver` from 7.6.2 to 7.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>v7.6.3</h2> <h2><a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">7.6.3</a> (2024-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/726">#726</a> optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>) (<a href="https://github.com/jviide"><code>@​jviide</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/719">#719</a> fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>) (<a href="https://github.com/stdavis"><code>@​stdavis</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/main/CHANGELOG.md">semver's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">7.6.3</a> (2024-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/726">#726</a> optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>) (<a href="https://github.com/jviide"><code>@​jviide</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/719">#719</a> fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>) (<a href="https://github.com/stdavis"><code>@​stdavis</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/node-semver/commit/0a12d6c7debb1dc82d8645c770e77c47bac5e1ea"><code>0a12d6c</code></a> chore: release 7.6.3 (<a href="https://redirect.github.com/npm/node-semver/issues/720">#720</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> fix: optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> docs: fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>)</li> <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">compare view</a></li> </ul> </details> <br /> Updates `@octokit/plugin-throttling` from 9.3.0 to 9.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-throttling.js/releases"><code>@​octokit/plugin-throttling</code>'s releases</a>.</em></p> <blockquote> <h2>v9.3.1</h2> <h2><a href="https://github.com/octokit/plugin-throttling.js/compare/v9.3.0...v9.3.1">9.3.1</a> (2024-07-14)</h2> <h3>Bug Fixes</h3> <ul> <li>only import Octokit as type (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/721">#721</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/e3727b487fbd524d47987417af231088062db94f">e3727b4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/e3727b487fbd524d47987417af231088062db94f"><code>e3727b4</code></a> fix: only import Octokit as type (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/721">#721</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/f8f08485cb9766d520cc2e15c68f372c819061d8"><code>f8f0848</code></a> chore: use vitest (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/720">#720</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/eaa159d8d58584aeeed9bd50986ad496b7a9ba15"><code>eaa159d</code></a> chore: use fetch-mock v10 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/719">#719</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/186bf66fdcf4912c021e8d3f383288799a3a0c80"><code>186bf66</code></a> chore(deps): update dependency prettier to v3.3.3 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/718">#718</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/05cbe488bb19ece31ef82be5606cf1766257e353"><code>05cbe48</code></a> ci: start testing against 22 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/717">#717</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/08becf649d57eb823e73d38b42c8a4fb839d6500"><code>08becf6</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/716">#716</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/7bc966ae22d29b8f4243b68d190db87868ecad9b"><code>7bc966a</code></a> docs(comment): outdated information about the default secondary retry after (...</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/e5036ab836d0e03791ae837e01a8690b5f64f493"><code>e5036ab</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/714">#714</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/2970c6fbc2e2ad4e749804b0708c1a863800a7e4"><code>2970c6f</code></a> chore(deps): update dependency esbuild to ^0.23.0</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/ad5d81fb95ba6cd84b2e1e41327ca84839f7b817"><code>ad5d81f</code></a> chore(deps): update dependency esbuild to ^0.22.0</li> <li>Additional commits viewable in <a href="https://github.com/octokit/plugin-throttling.js/compare/v9.3.0...v9.3.1">compare view</a></li> </ul> </details> <br /> Updates `@octokit/rest` from 21.0.0 to 21.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@​octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v21.0.1</h2> <h2><a href="https://github.com/octokit/rest.js/compare/v21.0.0...v21.0.1">21.0.1</a> (2024-07-17)</h2> <h3>Bug Fixes</h3> <ul> <li>update deps (<a href="https://redirect.github.com/octokit/rest.js/issues/456">#456</a>) (<a href="https://github.com/octokit/rest.js/commit/93d5afb3433ae30e76f22f06e42067bada959b6e">93d5afb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/93d5afb3433ae30e76f22f06e42067bada959b6e"><code>93d5afb</code></a> fix: update deps (<a href="https://redirect.github.com/octokit/rest.js/issues/456">#456</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/5a681c35f06bc0dc67d95396542fc7d0763d4e92"><code>5a681c3</code></a> chore: use vitest (<a href="https://redirect.github.com/octokit/rest.js/issues/450">#450</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/462e351072e5105acaedf9aeb4f7da1b2c2f0cda"><code>462e351</code></a> ci: start testing against 22 (<a href="https://redirect.github.com/octokit/rest.js/issues/447">#447</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/09bfea827d5ee136fbe788c2476eabd582dfc86e"><code>09bfea8</code></a> chore(deps): update dependency glob to v11 (<a href="https://redirect.github.com/octokit/rest.js/issues/445">#445</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/969d6dcb57f2030b11818caf680ac794bbfcaea0"><code>969d6dc</code></a> chore(deps): update dependency esbuild to ^0.23.0</li> <li><a href="https://github.com/octokit/rest.js/commit/239b1befa5ba0c32a5cde16e77c30a07399c4737"><code>239b1be</code></a> chore(deps): update dependency esbuild to ^0.22.0</li> <li><a href="https://github.com/octokit/rest.js/commit/cdbf93a8eaab95159c4c714b405387ddab362ea6"><code>cdbf93a</code></a> ci(action): update actions/add-to-project action to v1.0.2</li> <li><a href="https://github.com/octokit/rest.js/commit/4306775d5617d443c04cc9b1f66784bc052f861b"><code>4306775</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/rest.js/issues/404">#404</a>)</li> <li>See full diff in <a href="https://github.com/octokit/rest.js/compare/v21.0.0...v21.0.1">compare view</a></li> </ul> </details> <br /> Updates `@testing-library/svelte` from 5.1.0 to 5.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/svelte-testing-library/releases"><code>@​testing-library/svelte</code>'s releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0">5.2.0</a> (2024-06-28)</h2> <h3>Features</h3> <ul> <li><strong>svelte5:</strong> incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98">9dce164</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700">2fb7423</a>)</li> <li><strong>types:</strong> build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06">a8f21f8</a>)</li> </ul> <h2>v5.2.0-next.3</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.2.0-next.2...v5.2.0-next.3">5.2.0-next.3</a> (2024-06-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700">2fb7423</a>)</li> </ul> <h2>v5.2.0-next.2</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.2.0-next.1...v5.2.0-next.2">5.2.0-next.2</a> (2024-06-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06">a8f21f8</a>)</li> </ul> <h2>v5.2.0-next.1</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0-next.1">5.2.0-next.1</a> (2024-06-20)</h2> <h3>Features</h3> <ul> <li><strong>svelte5:</strong> incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98">9dce164</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/953a4dbd6fbbbfef280ceacdbcc64466d2389364"><code>953a4db</code></a> chore(release): promote 5.2.0 to stable</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700"><code>2fb7423</code></a> fix(deps): allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06"><code>a8f21f8</code></a> fix(types): build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/be82df14e76913b87967d5b7eb83eb97ca9c04ab"><code>be82df1</code></a> docs(README): move links to sections that use them, remove unused links (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/383">#383</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98"><code>9dce164</code></a> feat(svelte5): incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/ee1c966c8d4ff7e8d0f0a80a19a086ae2b81983c"><code>ee1c966</code></a> ci(release): use conventionalcommits preset for release (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/380">#380</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/326fb58aee4648523a88d94a60926e551dc56270"><code>326fb58</code></a> chore(deps): update vite-plugin-svelte to disable <code>hmr</code> in test (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/378">#378</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/cb6633349ff8c9e0958689f3c49a8aacfc092bb6"><code>cb66333</code></a> test(jest): add Jest to CI matrix (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/372">#372</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/ac3248d0e92188f747936cc5e975c76b52a3b199"><code>ac3248d</code></a> test: fix auto-cleanup tests (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/371">#371</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/266e2dfd1ea0f1214186f49e604adf43734c0a55"><code>266e2df</code></a> chore(deps-dev): bump the lint group across 1 directory with 9 updates (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/370">#370</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 1.6.0 to 2.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v2.0.4</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>One-line environment options  -  by <a href="https://github.com/hahanein"><code>@​hahanein</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5105">vitest-dev/vitest#5105</a> <a href="https://github.com/vitest-dev/vitest/commit/38269415"><!-- raw HTML omitted -->(38269)<!-- raw HTML omitted --></a></li> <li>Resolve assets imported with <code>require</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6159">vitest-dev/vitest#6159</a> <a href="https://github.com/vitest-dev/vitest/commit/807a2cbc"><!-- raw HTML omitted -->(807a2)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't panic if <code>@​vitest/browser</code> is installed outside of project root  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6135">vitest-dev/vitest#6135</a> <a href="https://github.com/vitest-dev/vitest/commit/ccfcd488"><!-- raw HTML omitted -->(ccfcd)<!-- raw HTML omitted --></a></li> <li>Set global filepath  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6190">vitest-dev/vitest#6190</a> <a href="https://github.com/vitest-dev/vitest/commit/0d0b46b1"><!-- raw HTML omitted -->(0d0b4)<!-- raw HTML omitted --></a></li> <li>Allow preview and open in the editor screenshot error from ui  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6113">vitest-dev/vitest#6113</a> <a href="https://github.com/vitest-dev/vitest/commit/2d62051f"><!-- raw HTML omitted -->(2d620)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Global thresholds to include files from glob thresholds  -  by <a href="https://github.com/thor-juhasz"><code>@​thor-juhasz</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6172">vitest-dev/vitest#6172</a> <a href="https://github.com/vitest-dev/vitest/commit/02e3f003"><!-- raw HTML omitted -->(02e3f)<!-- raw HTML omitted --></a></li> <li>Consistent type-only file handling  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6183">vitest-dev/vitest#6183</a> <a href="https://github.com/vitest-dev/vitest/commit/90576148"><!-- raw HTML omitted -->(90576)<!-- raw HTML omitted --></a></li> <li>Ignore <code>*.cts</code> files  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6189">vitest-dev/vitest#6189</a> <a href="https://github.com/vitest-dev/vitest/commit/5da45db1"><!-- raw HTML omitted -->(5da45)<!-- raw HTML omitted --></a></li> <li>Add <code>thresholds.&lt;glob&gt;.100</code> option  -  by <a href="https://github.com/thor-juhasz"><code>@​thor-juhasz</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6174">vitest-dev/vitest#6174</a> <a href="https://github.com/vitest-dev/vitest/commit/f68453f8"><!-- raw HTML omitted -->(f6845)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>spy</strong>: <ul> <li>Fix <code>mockImplementation</code> for function overload and unions  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6181">vitest-dev/vitest#6181</a> <a href="https://github.com/vitest-dev/vitest/commit/7a75bd4c"><!-- raw HTML omitted -->(7a75b)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4">View changes on GitHub</a></h5> <h2>v2.0.3</h2> <h3>   🚀 Features</h3> <ul> <li><strong>ui</strong>: Show all suites/tests when parent matches  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6106">vitest-dev/vitest#6106</a> <a href="https://github.com/vitest-dev/vitest/commit/840e02f1"><!-- raw HTML omitted -->(840e0)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><code>--inspect-brk</code> stop on Windows  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6110">vitest-dev/vitest#6110</a> <a href="https://github.com/vitest-dev/vitest/commit/f851982e"><!-- raw HTML omitted -->(f8519)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't import from &quot;vite&quot;  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/35655419"><!-- raw HTML omitted -->(35655)<!-- raw HTML omitted --></a></li> <li>Allow immidiate reinvalidation of mocked dependencies  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6108">vitest-dev/vitest#6108</a> <a href="https://github.com/vitest-dev/vitest/commit/f44cc917"><!-- raw HTML omitted -->(f44cc)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>spy</strong>: <ul> <li>Fix type error when assigning <code>vi.spyOn</code> to <code>MockInstance</code> of function overload  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6086">vitest-dev/vitest#6086</a> <a href="https://github.com/vitest-dev/vitest/commit/e9f9adcd"><!-- raw HTML omitted -->(e9f9a)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Remove suffix slash on file protocol for window  -  by <a href="https://github.com/syi0808"><code>@​syi0808</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6109">vitest-dev/vitest#6109</a> <a href="https://github.com/vitest-dev/vitest/commit/93ebdefc"><!-- raw HTML omitted -->(93ebd)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.2...v2.0.3">View changes on GitHub</a></h5> <h2>v2.0.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Remove <code>@​vitest/runner</code> &gt; pretty-format from prebundling because it doesn't exist  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6075">vitest-dev/vitest#6075</a> <a href="https://github.com/vitest-dev/vitest/commit/a169d25a"><!-- raw HTML omitted -->(a169d)<!-- raw HTML omitted --></a></li> <li>Inline pretty-format and replace picocolors with tinyrainbow  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6077">vitest-dev/vitest#6077</a> <a href="https://github.com/vitest-dev/vitest/commit/80a43d5c"><!-- raw HTML omitted -->(80a43)<!-- raw HTML omitted --></a></li> <li>Remove <code>crypto.randomUUID</code> from the client  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6079">vitest-dev/vitest#6079</a> <a href="https://github.com/vitest-dev/vitest/commit/04c83acc"><!-- raw HTML omitted -->(04c83)<!-- raw HTML omitted --></a></li> <li>Correctly overwrite loupe require  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/756ac2bc"><!-- raw HTML omitted -->(756ac)<!-- raw HTML omitted --></a></li> <li>Dedupe <code>@​vitest/browser/</code>client  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6081">vitest-dev/vitest#6081</a> <a href="https://github.com/vitest-dev/vitest/commit/ee725184"><!-- raw HTML omitted -->(ee725)<!-- raw HTML omitted --></a></li> <li>Don't release keyboard automatically  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6083">vitest-dev/vitest#6083</a> <a href="https://github.com/vitest-dev/vitest/commit/58fac77b"><!-- raw HTML omitted -->(58fac)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Test files notified only when running  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6069">vitest-dev/vitest#6069</a> <a href="https://github.com/vitest-dev/vitest/commit/af7fec58"><!-- raw HTML omitted -->(af7fe)<!-- raw HTML omitted --></a></li> <li>Encode html entities in task name  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6070">vitest-dev/vitest#6070</a> <a href="https://github.com/vitest-dev/vitest/commit/7f0cc24e"><!-- raw HTML omitted -->(7f0cc)<!-- 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/400481f64d7a30a426ac072c0d5498e404fc0113"><code>400481f</code></a> chore: release v2.0.4</li> <li><a href="https://github.com/vitest-dev/vitest/commit/905761485548cb5ac9d478a335c6df37a5b06538"><code>9057614</code></a> fix(coverage): consistent type-only file handling (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6183">#6183</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a852b16152588a9cc2aafa47581dae5399c88248"><code>a852b16</code></a> refactor: enable isolatedDeclarations in snapshot and spy packages (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6146">#6146</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/81b8d67066c8642035905e1733776583514ddd17"><code>81b8d67</code></a> chore: release v2.0.3</li> <li><a href="https://github.com/vitest-dev/vitest/commit/99a12aec2bb3baf361bf15afb2a9df9b0938518b"><code>99a12ae</code></a> chore: release v2.0.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/80a43d5c7c1c541d3dcc0996d411fc39ecbb2e35"><code>80a43d5</code></a> fix(browser): inline pretty-format and replace picocolors with tinyrainbow (#...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/16eb6c83f84b8f5ed06a625c8ad517e281112c5f"><code>16eb6c8</code></a> chore: release v2.0.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1b150a38918d157242c9259d6b1138e79fc8ed44"><code>1b150a3</code></a> chore: release v2.0.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/56118954e62b71ff9b53e096616511f9ecadc1ee"><code>5611895</code></a> chore: release v2.0.0-beta.13</li> <li><a href="https://github.com/vitest-dev/vitest/commit/368c137281496a9034712707d4e59b995ed4fe49"><code>368c137</code></a> fix(coverage): remove work-around for implicit <code>else</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6014">#6014</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `flowbite` from 2.3.0 to 2.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite/releases">flowbite's releases</a>.</em></p> <blockquote> <h2>v2.4.1</h2> <ul> <li>fix datepicker module declaration naming for TypeScript</li> </ul> <h2>v2.4.0</h2> <ul> <li>the datepicker is now a core component of Flowbite and has API methods, events, and options</li> <li>updated the documentation for the datepicker component and related integration guides</li> <li>minor visual bug fixes and improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite/commit/8c8d65e489c2947650c5492a2aec14088f1ada0f"><code>8c8d65e</code></a> fix(typescript): datepicker naming and version bump to v2.4.1</li> <li><a href="https://github.com/themesberg/flowbite/commit/2a8c18eed9b9f28c78ee481faf837cdfb860e3b9"><code>2a8c18e</code></a> Merge branch 'datepicker-instance'</li> <li><a href="https://github.com/themesberg/flowbite/commit/6b160cc82d243de097ade83ac5369b10554132b5"><code>6b160cc</code></a> chore(version): bump to v2.4.0</li> <li><a href="https://github.com/themesberg/flowbite/commit/e9b8ae37158d0db132b8fc7ae3dfb9e61b13711a"><code>e9b8ae3</code></a> Merge pull request <a href="https://redirect.github.com/themesberg/flowbite/issues/907">#907</a> from themesberg/datepicker-instance</li> <li><a href="https://github.com/themesberg/flowbite/commit/1d76b8ffc1dfcfbafab06446674265d8683be157"><code>1d76b8f</code></a> docs(changelog): add changelog</li> <li><a href="https://github.com/themesberg/flowbite/commit/213577a3947684cad995830b95e4ae2a8166c9a1"><code>213577a</code></a> docs(datepicker): update Phoenix and Rails docs for new datepicker update</li> <li><a href="https://github.com/themesberg/flowbite/commit/6a16510f28bf49cbf069b582e4ee6b24f486d853"><code>6a16510</code></a> docs(datepicker): fix TypeScript example from docs</li> <li><a href="https://github.com/themesberg/flowbite/commit/1e0d11243535e3262bafd98a6b5891d13e960aa2"><code>1e0d112</code></a> fix(typescript): fix fucking typescript config for cross npm declarations</li> <li><a href="https://github.com/themesberg/flowbite/commit/6d1fbf3285442d160e93a9f26b8cdea9ea2405b3"><code>6d1fbf3</code></a> docs(nuxt): update Nuxt docs for Flowbite via composables</li> <li><a href="https://github.com/themesberg/flowbite/commit/36eeab7fb98d7ef76e48d887a1252cd2d4849301"><code>36eeab7</code></a> docs(datepicker): update import statements for parent plugin</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite/compare/v2.3.0...v2.4.1">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.46.5 to 0.46.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's releases</a>.</em></p> <blockquote> <h2>v0.46.15</h2> <h2>What's Changed</h2> <ul> <li>fix!: add close event to toast component by <a href="https://github.com/robluton"><code>@​robluton</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1383">themesberg/flowbite-svelte#1383</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/robluton"><code>@​robluton</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1383">themesberg/flowbite-svelte#1383</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.12...v0.46.15">https://github.com/themesberg/flowbite-svelte/compare/v0.46.12...v0.46.15</a></p> <ul> <li>0d5426fa (HEAD -&gt; main, origin/main, origin/HEAD) v0.46.15</li> <li>69108a00 (tag: v0.46.15) feat: add 5.0.0 to peerDependencies</li> <li>8c2e834d fix: add border to Input</li> <li>a555c1f5 docs: fix: typo</li> <li>af097394 docs: fix: typo</li> <li>3236e52a fix!: add close event to toast component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1383">#1383</a>)</li> <li>6d5352c0 docs: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1351">#1351</a> add customizing the header tag to the Accordion page</li> <li>e8cec5a6 (accordion-heading) fix: AccordionItem: add tag prop</li> <li>ab5abd76 docs: fix: typo</li> </ul> <h2>v0.46.12</h2> <ul> <li>1c08c3ac (HEAD -&gt; main, origin/main, origin/HEAD) v0.46.12</li> <li>b047d31d (tag: v0.46.12, new-dropdown) fix: Dropdown change to component prop since $$restProps does not work</li> <li>81f01f29 fix: docs: dropdown custome color</li> <li>afe7393d fix: docs: list-group page typo</li> <li>2e8a4d4f docs: fix: footer default</li> <li>fc1eda63 docs: fix: alert page event example</li> <li>c3e29c77 fix: ColorVariant, toast and badge page</li> <li>fe2f01bd v0.46.11</li> <li>ab24e307 (tag: v0.46.11) fix: Badge and Toast component transition</li> <li>ddb09b34 v0.46.10</li> <li>59108274 (tag: v0.46.10) fix: Checkbox group</li> <li>331a0b73 v0.46.9</li> <li>20686def (tag: v0.46.9) chore: changeset</li> <li>ecce7667 fix: remove the default values for Checkbox group and choices</li> <li>23df9cd7 v0.46.8</li> <li>540e8c32 (tag: v0.46.8) chore: changeset</li> <li>47a90d2d fix: Checkbox group and example</li> <li>6583693c docs: fix: table page Click and double-click on row example</li> <li>1cc2df72 fix: pnpm install --frozen-lockfile=false</li> <li>31fd9423 v0.46.7</li> <li>ba1705a6 (tag: v0.46.7) fix: TableBodyCell separate td and button</li> <li>f15e331a fix: frozen-lockfile</li> </ul> <h2>v0.46.6</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.6">https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.6</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h2>0.46.15</h2> <h3>Patch Changes</h3> <ul> <li>feat: add 5.0.0 to peerDependencies (<a href="https://github.com/themesberg/flowbite-svelte/commit/69108a0080373c686cead96d80cdfa1d44ab5ef8"><code>69108a0080373c686cead96d80cdfa1d44ab5ef8</code></a>)</li> </ul> <h2>0.46.14</h2> <h3>Patch Changes</h3> <ul> <li>fix: Banner transition (<a href="https://github.com/themesberg/flowbite-svelte/commit/5f0e807469d079e790fbeb188b777a4bb5b7a009"><code>5f0e807469d079e790fbeb188b777a4bb5b7a009</code></a>)</li> </ul> <h2>0.46.13</h2> <h3>Patch Changes</h3> <ul> <li>fix: add headerClass and footerClass to Textarea, <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1380">#1380</a> (<a href="https://github.com/themesberg/flowbite-svelte/commit/6ff73c2865522fed10ebc893340b4bee45b6e235"><code>6ff73c2865522fed10ebc893340b4bee45b6e235</code></a>)</li> </ul> <h2>0.46.12</h2> <h3>Patch Changes</h3> <ul> <li>fix: : Dropdown change to component prop since $restProps does not work with Svelte 5</li> </ul> <h2>0.46.11</h2> <h3>Patch Changes</h3> <ul> <li>fix: Badge and Toast component transition (<a href="https://github.com/themesberg/flowbite-svelte/commit/ab24e307598ef53ab2b714ebce3f6541c9eb37e4"><code>ab24e307598ef53ab2b714ebce3f6541c9eb37e4</code></a>)</li> </ul> <h2>0.46.10</h2> <h3>Patch Changes</h3> <ul> <li>fix: Checkbox for group (<a href="https://github.com/themesberg/flowbite-svelte/commit/59108274dd1acdbad37a5fdb26d7ff93c9bf8de5"><code>59108274dd1acdbad37a5fdb26d7ff93c9bf8de5</code></a>)</li> </ul> <h2>0.46.9</h2> <h3>Patch Changes</h3> <ul> <li>fix: remove the default values for Checkbox group and choices (<a href="https://github.com/themesberg/flowbite-svelte/commit/20686def610fca25f1a49013216dbbbdd7ca657d"><code>20686def610fca25f1a49013216dbbbdd7ca657d</code></a>)</li> </ul> <h2>0.46.8</h2> <h3>Patch Changes</h3> <ul> <li>fix: Checkbox group (<a href="https://github.com/themesberg/flowbite-svelte/commit/540e8c32933ccafc19c338f8aa3676fdb5575dc4"><code>540e8c32933ccafc19c338f8aa3676fdb5575dc4</code></a>)</li> </ul> <h2>0.46.7</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/69108a0080373c686cead96d80cdfa1d44ab5ef8"><code>69108a0</code></a> feat: add 5.0.0 to peerDependencies</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/8c2e834d4d2981625074236b83525f576c487461"><code>8c2e834</code></a> fix: add border to Input</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/a555c1f58adac20341608aeed03b22b967961d12"><code>a555c1f</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/af0973947159d3400e7b7cf678bbc57638433aa4"><code>af09739</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3236e52a24d55fa6e517fe4f4ee014f2548086ee"><code>3236e52</code></a> fix!: add close event to toast component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1383">#1383</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/6d5352c0e72e287977a73739ce5adecf61d345b8"><code>6d5352c</code></a> docs: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1351">#1351</a> add customizing the header tag to the Accordion page</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/e8cec5a65a05b3ece5b8e3d21c33cb1d04061a22"><code>e8cec5a</code></a> fix: AccordionItem: add tag prop</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/ab5abd766480278d16e45ddf6f5f22e3b95502bc"><code>ab5abd7</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/ade98886e1af0aebeede07e5bc13d86106ca3c6f"><code>ade9888</code></a> v0.46.14</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/5f0e807469d079e790fbeb188b777a4bb5b7a009"><code>5f0e807</code></a> chore: changeset</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.15">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 24.1.0 to 24.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 24.1.1</h2> <ul> <li>Fixed selection methods to trigger the <code>selectionchange</code> event on the <code>Document</code> object. (piotr-oles)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>24.1.1</h2> <ul> <li>Fixed selection methods to trigger the <code>selectionchange</code> event on the <code>Document</code> object. (piotr-oles)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/ee8b6156bee3c7d0d201ccdd2135ee635fb8afcd"><code>ee8b615</code></a> Version 24.1.1</li> <li><a href="https://github.com/jsdom/jsdom/commit/4c167b3d3e39ff03625375c3edd4e04c54b345c9"><code>4c167b3</code></a> Update ESLint to v9</li> <li><a href="https://github.com/jsdom/jsdom/commit/c8a510353eadf4d44d4c36d622c047afa434301c"><code>c8a5103</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/b2235affd93f47f26429ed80ce83ff267d878a1c"><code>b2235af</code></a> Trigger selectionchange event on document when selection changes</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/24.1.0...24.1.1">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.38 to 8.4.39 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/e0efb168c8a65b42ba10b787857cfa306ba9d48c"><code>e0efb16</code></a> Release 8.4.39 version</li> <li><a href="https://github.com/postcss/postcss/commit/48304c57b1e848ff215a88b7627fa44c8c1b8958"><code>48304c5</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/155ac57ab582136dcf8a5ed44bf38262fe8c7960"><code>155ac57</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1947">#1947</a> from romainmenke/fix-css-syntax-error-type--reliable...</li> <li><a href="https://github.com/postcss/postcss/commit/1b9b466836d3fb6ba9e2d6477d68309ce3e59444"><code>1b9b466</code></a> fix CssSyntaxError type declaration</li> <li><a href="https://github.com/postcss/postcss/commit/3f4d96e26db3e6380c0309fa82d5153b7d9e2450"><code>3f4d96e</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/b952be76f0c7704a99dceb34294117d13e3470a4"><code>b952be7</code></a> Update CI actions</li> <li><a href="https://github.com/postcss/postcss/commit/b512b295d97da08af25ace511ed6ee893fb09dbd"><code>b512b29</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/f9a9868eb3a591cd99d504ac57bf7ee77380856b"><code>f9a9868</code></a> Move to pnpm 9 and Node.js 22</li> <li><a href="https://github.com/postcss/postcss/commit/79052c277049d2e97a4832e370fb7d2728dde877"><code>79052c2</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1940">#1940</a> from Xvezda/patch-1</li> <li><a href="https://github.com/postcss/postcss/commit/0eedad4547e829c7aa9afa69b2f29b19c76697df"><code>0eedad4</code></a> Update changed urls</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.38...8.4.39">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.3.2 to 3.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.3.3</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#333">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.3.3</h1> <p><a href="https://github.com/prettier/prettier/compare/3.3.2...3.3.3">diff</a></p> <h4>Add parentheses for nullish coalescing in ternary (<a href="https://redirect.github.com/prettier/prettier/pull/16391">#16391</a> by <a href="https://github.com/cdignam-segment"><code>@​cdignam-segment</code></a>)</h4> <p>This change adds clarity to operator precedence.</p> <!-- raw HTML omitted --> <pre lang="js"><code>// Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; <p>// Prettier 3.3.2<br /> foo ? bar ?? foo : baz;<br /> foo ?? bar ? a : b;<br /> a ? b : foo ?? bar;</p> <p>// Prettier 3.3.3<br /> foo ? (bar ?? foo) : baz;<br /> (foo ?? bar) ? a : b;<br /> a ? b : (foo ?? bar);<br /> </code></pre></p> <h4>Add parentheses for decorator expressions (<a href="https://redirect.github.com/prettier/prettier/pull/16458">#16458</a> by <a href="https://github.com/y-schneider"><code>@​y-schneider</code></a>)</h4> <p>Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.</p> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input @(foo`tagged template`) class X {} <p>// Prettier 3.3.2<br /> <a href="https://github.com/foo"><code>@​foo</code></a><code>tagged template</code><br /> class X {}</p> <p>// Prettier 3.3.3<br /> @(foo<code>tagged template</code>)<br /> class X {}<br /> </code></pre></p> <h4>Support <code>@let</code> declaration syntax (<a href="https://redirect.github.com/prettier/prettier/pull/16474">#16474</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <p>Adds support for Angular v18 <code>@let</code> declaration syntax.</p> <p>Please see the following code example. The <code>@let</code> declaration allows you to define local variables within the template:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/52829385bcc4d785e58ae2602c0b098a643523c9"><code>5282938</code></a> Release 3.3.3</li> <li><a href="https://github.com/prettier/prettier/commit/9102b73d8cd01795e7ba5af8a476d500c5dbcf2c"><code>9102b73</code></a> Add parentheses for decorator expressions (<a href="https://redirect.github.com/prettier/prettier/issues/16458">#16458</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/6bbd46194e4db25025afd6fe2f8506a8a2d1e47e"><code>6bbd461</code></a> chore(deps): update eslint related dependencies (<a href="https://redirect.github.com/prettier/prettier/issues/16478">#16478</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/04b560fc4386ee2ba1fc7c611c7a78655d6e60da"><code>04b560f</code></a> chore(deps): update dependency browserslist to v4.23.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16475">#16475</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/614f070ac5f8d30628cc6cbbca1dda0e080e41d9"><code>614f070</code></a> chore(deps): update typescript-eslint to v8.0.0-alpha.41 (<a href="https://redirect.github.com/prettier/prettier/issues/16477">#16477</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d59a15ded901c6dd66c07cf508e14646a6f12cd9"><code>d59a15d</code></a> chore(deps): update dependency npm-run-all2 to v6.2.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16476">#16476</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/5ca2fc9be8369bf8c96899e2e5e8f3264086645a"><code>5ca2fc9</code></a> Support Angular <code>@let</code> declaration syntax (<a href="https://redirect.github.com/prettier/prettier/issues/16474">#16474</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/bfcfdccdf892141ce9cfbc179493557157c24e4c"><code>bfcfdcc</code></a> chore(deps): update babel to v7.24.8 (<a href="https://redirect.github.com/prettier/prettier/issues/16472">#16472</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/977c161924efa328660fe1802b604de2bc2527ea"><code>977c161</code></a> chore(deps): update dependency acorn to v8.12.1 (<a href="https://redirect.github.com/prettier/prettier/issues/16464">#16464</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/550606edf9f3c2e2d2c75f37f627c42030de34a3"><code>550606e</code></a> chore(deps): update babel to v7.24.8 (<a href="https://redirect.github.com/prettier/prettier/issues/16470">#16470</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.3.2...3.3.3">compare view</a></li> </ul> </details> <br /> Updates `prettier-plugin-svelte` from 3.2.5 to 3.2.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md">prettier-plugin-svelte's changelog</a>.</em></p> <blockquote> <h2>3.2.6</h2> <ul> <li>(feat) Svelte 5: never quote single-expression-attributes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/727ddce44b8669beae32f8b4a2338cc7b4f78676"><code>727ddce</code></a> chore: release 3.2.6</li> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/699c7a950292355e6e62fbc0e80ac8b0ae4a1d89"><code>699c7a9</code></a> feat: never quote single attribute expressions in Svelte 5 (<a href="https://redirect.github.com/sveltejs/prettier-plugin-svelte/issues/451">#451</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.5...v3.2.6">compare view</a></li> </ul> </details> <br /> Updates `svelte-preprocess` from 6.0.1 to 6.0.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md">svelte-preprocess's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2">6.0.2</a> (2024-07-09)</h2> <h3>Bug Fixes</h3> <ul> <li>remove customConditions tsconfig option (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/648">#648</a>) (<a href="https://github.com/sveltejs/svelte-preprocess/commit/afb80ae3fa1cafcf5293c1ab274e99b1966c632f">afb80ae</a>), closes <a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/646">#646</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/45b46045630bbc54ffe642db15881461e18d96f9"><code>45b4604</code></a> chore: release 6.0.2</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/170ab950ee6b3ef34a93ce5b3b03833c8c2dead9"><code>170ab95</code></a> chore: remove all dependencies (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/645">#645</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/9e5fe59fd89e8ded5a4bee53e68d76c976c78478"><code>9e5fe59</code></a> chore: fall back to verbatimModuleSyntax if possible (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/649">#649</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/a7a88c608a9f3fe20fdb9796361b5d16f55dc10b"><code>a7a88c6</code></a> docs: enhance TypeScript migration guide</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/afb80ae3fa1cafcf5293c1ab274e99b1966c632f"><code>afb80ae</code></a> fix: remove customConditions tsconfig option (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/648">#648</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/9918cb6487eb002524f2ad98f18b758e975208fc"><code>9918cb6</code></a> docs: add missing TOC to Migration Guide (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/647">#647</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.4 to 3.4.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.6</h2> <h3>Fixed</h3> <ul> <li>Fix detection of some utilities in Slim/Pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006">#14006</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Loosen <code>:is()</code> wrapping rules when using an important selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900">#13900</a>)</li> </ul> <h2>v3.4.5</h2> <h3>Fixed</h3> <ul> <li>Disable automatic <code>var()</code> injection for anchor properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826">#13826</a>)</li> <li>Use no value instead of <code>blur(0px)</code> for <code>backdrop-blur-none</code> and <code>blur-none</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830">#13830</a>)</li> <li>Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940">#13940</a>)</li> <li>Don't generate utilities like <code>px-1</code> unnecessarily when using utilities like <code>px-1.5</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959">#13959</a>)</li> <li>Always generate <code>-webkit-backdrop-filter</code> for <code>backdrop-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997">#13997</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.6] - 2024-07-16</h2> <h3>Fixed</h3> <ul> <li>Fix detection of some utilities in Slim/Pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006">#14006</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Loosen <code>:is()</code> wrapping rules when using an important selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900">#13900</a>)</li> </ul> <h2>[3.4.5] - 2024-07-15</h2> <h3>Fixed</h3> <ul> <li>Disable automatic <code>var()</code> injection for anchor properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826">#13826</a>)</li> <li>Use no value instead of <code>blur(0px)</code> for <code>backdrop-blur-none</code> and <code>blur-none</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830">#13830</a>)</li> <li>Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940">#13940</a>)</li> <li>Don't generate utilities like <code>px-1</code> unnecessarily when using utilities like <code>px-1.5</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959">#13959</a>)</li> <li>Always generate <code>-webkit-backdrop-filter</code> for <code>backdrop-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997">#13997</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d622977b2a3308703e1cb105f3eeb555da31877f"><code>d622977</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/0573c0769af1bf42433cb1992490f3789725f27c"><code>0573c07</code></a> Loosen :is() wrapping rules in applyImportantSelector for more readable outpu...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9c29e47c5f0c8dc241b559796241c8b746b905ee"><code>9c29e47</code></a> 3.4.6</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/daa526608111698ec9f5639a8e2e461d7a8f2ebe"><code>daa5266</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ae6a8d532b225ad7f62ecaecd5769582544f2084"><code>ae6a8d5</code></a> Fix extracting utilities from slim/pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14006">#14006</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/a0dbb3d87664521af8a422df5c179d9572a4698c"><code>a0dbb3d</code></a> Update runner image</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/10a1197989fcb033830386c629fc0f32a3ddab3b"><code>10a1197</code></a> 3.4.5</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9033d625e16458da273d3f67516995013c553c05"><code>9033d62</code></a> Always generate -webkit-backdrop-filter property (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13997">#13997</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/074736c1d65dc1d3ec817d077fc04081179c9afa"><code>074736c</code></a> Avoid over-extracting utilities from candidates with decimal values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13959">#13959</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/588a8225ebbc36a289fd06b0131ffc219d6577b2"><code>588a822</code></a> Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13940">#13940</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.6">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.2 to 5.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.5.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">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=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.3 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.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/f0e992167440686f948965e5441a918b34251886"><code>f0e9921</code></a> Bump version to 5.5.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/738bd605dfab2102cad7a8702ceae1ed2f55fbec"><code>738bd60</code></a> Cherry-pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58966">#58966</a> to release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/59002">#59002</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.1 to 5.3.4 <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.3.4 (2024-07-16)<!-- raw HTML omitted --></h2> <ul> <li>fix: update Terser type definitions (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17668">#17668</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17669">#17669</a>) (<a href="https://github.com/vitejs/vite/commit/b723a753ced0667470e72b4853ecda27b17f546a">b723a75</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17668">#17668</a> <a href="https://redirect.github.com/vitejs/vite/issues/17669">#17669</a></li> <li>fix(build): skip preload treeshaking for nested braces (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17687">#17687</a>) (<a href="https://github.com/vitejs/vite/commit/4be96b48bca30a692eb528b0b43a27bdc440e811">4be96b4</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17687">#17687</a></li> <li>fix(css): include <code>.css?url</code> in assets field of manifest (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17623">#17623</a>) (<a href="https://github.com/vitejs/vite/commit/1465b2064ee23ac5df5414b13355a394ccd931af">1465b20</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17623">#17623</a></li> <li>fix(worker): nested inlined worker always fallbacked to data URI worker instead of using blob worker (<a href="https://github.com/vitejs/vite/commit/07bc489b310e8173e4929193f3f283e1e50fa87f">07bc489</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17509">#17509</a></li> <li>refactor: replace includes with logical operations (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17620">#17620</a>) (<a href="https://github.com/vitejs/vite/commit/c4a2227c74d35d4065c764616a85a76971c53c7f">c4a2227</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17620">#17620</a></li> <li>chore: add callback to http-proxy.d.ts jsdoc (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17646">#17646</a>) (<a href="https://github.com/vitejs/vite/commit/d8a5d700bc5a625ee2be7cc6e2f79b3c84b29e7c">d8a5d70</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17646">#17646</a></li> </ul> <h2><!-- raw HTML omitted -->5.3.3 (2024-07-03)<!-- raw HTML omitted --></h2> <ul> <li>fix: lazily evaluate __vite__mapDeps files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17602">#17602</a>) (<a href="https://github.com/vitejs/vite/commit/dafff4ae6eabf22b7f08a582f3663eb8a08bfc32">dafff4a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17602">#17602</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17590">#17590</a>) (<a href="https://github.com/vitejs/vite/commit/012490ca8682e2b560737cb54dbb465ab4f36471">012490c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17590">#17590</a></li> <li>fix(lib): remove pure CSS dynamic import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17601">#17601</a>) (<a href="https://github.com/vitejs/vite/commit/055f1c16e55b527543e7af0e65e820b245b12d2e">055f1c1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17601">#17601</a></li> <li>fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17563">#17563</a>) (<a href="https://github.com/vitejs/vite/commit/14c3d49303e4db459728c43b2d3a7c2aff8cd383">14c3d49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17563">#17563</a></li> </ul> <h2><!-- raw HTML omitted -->5.3.2 (2024-06-27)<!-- raw HTML omitted --></h2> <ul> <li>fix(client): uniform variable <code>location</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>) (<a href="https://github.com/vitejs/vite/commit/a8e2f6fafcf106ccc0d5a46972e66c2bf73155e3">a8e2f6f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17528">#17528</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>) (<a href="https://github.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5">bf123f2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17494">#17494</a></li> <li>fix(typescript): correctly expand ${configDir} in tsconfig.json (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17576">#17576</a>) (<a href="https://github.com/vitejs/vite/commit/24c799b121c4d72cc08a52a46f82a831b64b1e6f">24c799b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17576">#17576</a></li> <li>chore: fix some comments (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>) (<a href="https://github.com/vitejs/vite/commit/ec16a5efc04d8ab50301d184c20e7bd0c8d8f6a2">ec16a5e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17495">#17495</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17553">#17553</a>) (<a href="https://github.com/vitejs/vite/commit/a33a97f8c32bdeadcad5a9e0de50612ac985d3d0">a33a97f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17553">#17553</a></li> <li>chore(deps): update dependency eslint to v9 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>) (<a href="https://github.com/vitejs/vite/commit/6c106622812480d2bb134f8ed8efa84e2eb942c4">6c10662</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16661">#16661</a></li> <li>chore(deps): update es-module-lexer to 1.5.4 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17555">#17555</a>) (<a href="https://github.com/vitejs/vite/commit/2d6672fd8a8da58b61d502418064ac2e3080a26e">2d6672f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17555">#17555</a></li> <li>refactor(optimizer): use early continues (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>) (<a href="https://github.com/vitejs/vite/commit/7c06ef07f835308b1ff2de3df02d201a8dbfb3b6">... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 19:20:10 -04:00
"@octokit/plugin-throttling": "^9.3.1",
build(deps-dev): bump the frontend-deps group with 4 updates (#539) Bumps the frontend-deps group with 4 updates: [@octokit/rest](https://github.com/octokit/rest.js), [execa](https://github.com/sindresorhus/execa), [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@octokit/rest` from 21.0.1 to 21.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@​octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v21.0.2</h2> <h2><a href="https://github.com/octokit/rest.js/compare/v21.0.1...v21.0.2">21.0.2</a> (2024-08-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> update to react 18 and latest gatsby deps (<a href="https://redirect.github.com/octokit/rest.js/issues/462">#462</a>) (<a href="https://github.com/octokit/rest.js/commit/9a80f0607ecd1054e9c3dcce114dfc3ed8f762e7">9a80f06</a>), closes <a href="https://redirect.github.com/octokit/rest.js/issues/216">#216</a> <a href="https://redirect.github.com/octokit/rest.js/issues/230">#230</a> <a href="https://redirect.github.com/octokit/rest.js/issues/460">#460</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/9a80f0607ecd1054e9c3dcce114dfc3ed8f762e7"><code>9a80f06</code></a> fix(docs): update to react 18 and latest gatsby deps (<a href="https://redirect.github.com/octokit/rest.js/issues/462">#462</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/3b5a8e81399eefa63539185abfe80918771bec4e"><code>3b5a8e8</code></a> chore(deps): update dependency fetch-mock to v11 (<a href="https://redirect.github.com/octokit/rest.js/issues/459">#459</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/5a4eeb64ac5691fbed64ad1bbf1fb0abe69ce6f2"><code>5a4eeb6</code></a> test: re-activate more tests and convert them to typescript (<a href="https://redirect.github.com/octokit/rest.js/issues/457">#457</a>)</li> <li>See full diff in <a href="https://github.com/octokit/rest.js/compare/v21.0.1...v21.0.2">compare view</a></li> </ul> </details> <br /> Updates `execa` from 9.3.0 to 9.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/execa/releases">execa's releases</a>.</em></p> <blockquote> <h2>v9.3.1</h2> <p>Thanks <a href="https://github.com/holic"><code>@​holic</code></a> and <a href="https://github.com/jimhigson"><code>@​jimhigson</code></a> for your contributions!</p> <h2>Bugs</h2> <ul> <li>Do not crash when using a custom Node.js binary <a href="https://nodejs.org/api/intl.html#disable-all-internationalization-features-none">without ICU support</a>. (<a href="https://redirect.github.com/sindresorhus/execa/issues/1144">#1144</a>)</li> </ul> <h2>Bugs (types)</h2> <ul> <li>Fix type of the <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#optionsenv"><code>env</code></a> option. It was currently failing for Remix or Next.js users. (by <a href="https://github.com/holic"><code>@​holic</code></a>) (<a href="https://redirect.github.com/sindresorhus/execa/issues/1141">#1141</a>)</li> </ul> <h2>Documentation</h2> <ul> <li>Fix typo in &quot;Inputs&quot; documentation. (by <a href="https://github.com/jimhigson"><code>@​jimhigson</code></a>) (<a href="https://redirect.github.com/sindresorhus/execa/issues/1145">#1145</a>)</li> <li>Document <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/termination.md#inactivity-timeout">how to terminate</a> hanging subprocesses. (<a href="https://redirect.github.com/sindresorhus/execa/issues/1140">#1140</a>)</li> <li>Document how to add <a href="https://github.com/sindresorhus/execa/blob/HEAD/readme.md#custom-logging">custom logging</a>. (<a href="https://redirect.github.com/sindresorhus/execa/issues/1131">#1131</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/execa/commit/0a51f7cbef53e7290a3604e585e1b2e61da37367"><code>0a51f7c</code></a> 9.3.1</li> <li><a href="https://github.com/sindresorhus/execa/commit/d99a52aae3cc98b0f67569673f115ec715bfffa9"><code>d99a52a</code></a> Update input.md (<a href="https://redirect.github.com/sindresorhus/execa/issues/1145">#1145</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/074ea4ab50a9e4bf83d391bb12bdeeb226288016"><code>074ea4a</code></a> Fix Node.js without ICU support (<a href="https://redirect.github.com/sindresorhus/execa/issues/1144">#1144</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/607a0ffe62e5970d51e1aab36ec3ff6543184e31"><code>607a0ff</code></a> define env type (<a href="https://redirect.github.com/sindresorhus/execa/issues/1141">#1141</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/c0b6efc9cbf8fa88398ccc863a8eb554d3a76f93"><code>c0b6efc</code></a> Document how to terminate hanging subprocesses (<a href="https://redirect.github.com/sindresorhus/execa/issues/1140">#1140</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/abd9fd0a89dd075d5903cbe3d349223f9be97014"><code>abd9fd0</code></a> Upgrade dependencies (<a href="https://redirect.github.com/sindresorhus/execa/issues/1138">#1138</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/f9f7140e18c41f49315b953a6ae7294b4c1d446e"><code>f9f7140</code></a> Fix stream-related tests with Node 22.5.0 (<a href="https://redirect.github.com/sindresorhus/execa/issues/1136">#1136</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/6c6e8611a7834f52be9070b3de29e4de466acfc8"><code>6c6e861</code></a> Add custom logging section to <code>readme.md</code> (<a href="https://redirect.github.com/sindresorhus/execa/issues/1131">#1131</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/execa/compare/v9.3.0...v9.3.1">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.9 to 3.4.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.10</h2> <h3>Fixed</h3> <ul> <li>Bump versions of plugins in the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14185">#14185</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.10] - 2024-08-13</h2> <h3>Fixed</h3> <ul> <li>Bump versions of plugins in the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14185">#14185</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f07dbff2a7f78fd75c53c6cfe01b58b6c0419f22"><code>f07dbff</code></a> 3.4.10</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/c4f23621e17d9eaba34649fd1b44a851f0e42f57"><code>c4f2362</code></a> Bump versions of plugins in the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14185">#14185</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.0 to 5.4.1 <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.1 (2024-08-15)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>) (<a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b">e961b31</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16083">#16083</a></li> <li>fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>) (<a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64">1bda847</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17836">#17836</a></li> <li>fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>) (<a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62">6700594</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17868">#17868</a></li> <li>fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>) (<a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5">e686d74</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17876">#17876</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>) (<a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8">d11711c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17869">#17869</a></li> <li>fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>) (<a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031">4e5ce3c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17856">#17856</a></li> <li>fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>) (<a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8">391bb49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17846">#17846</a></li> <li>chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>) (<a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba">9018255</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17884">#17884</a></li> <li>refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>) (<a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3">e16bf1f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17865">#17865</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/b44c20cb60b56e626aa6dbec03889812de2549b8"><code>b44c20c</code></a> release: v5.4.1</li> <li><a href="https://github.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8"><code>391bb49</code></a> fix(worker): handle self reference url worker in dependency for build (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5"><code>e686d74</code></a> fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba"><code>9018255</code></a> chore: fix picocolors import for local dev (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64"><code>1bda847</code></a> fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3"><code>e16bf1f</code></a> refactor: remove <code>handleHotUpdate</code> from watch-package-data plugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62"><code>6700594</code></a> fix: typings for vite:preloadError (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8"><code>d11711c</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031"><code>4e5ce3c</code></a> fix(lightningcss): search for assets with correct base path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b"><code>e961b31</code></a> fix: <code>build.modulePreload.resolveDependencies</code> is optimizable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.4.1/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-08-24 14:50:06 -04:00
"@octokit/rest": "^21.0.2",
"@popperjs/core": "^2.11.7",
build(deps-dev): bump the frontend-deps group with 4 updates (#541) Bumps the frontend-deps group with 4 updates: [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte), [jsdom](https://github.com/jsdom/jsdom), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@sveltejs/vite-plugin-svelte` from 3.1.1 to 3.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/releases"><code>@​sveltejs/vite-plugin-svelte</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​sveltejs/vite-plugin-svelte</code><a href="https://github.com/3"><code>@​3</code></a>.1.2</h2> <h3>Patch Changes</h3> <ul> <li>add warning for svelte5 users to update to vite-plugin-svelte@4 (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/964">#964</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/blob/@sveltejs/vite-plugin-svelte@3.1.2/packages/vite-plugin-svelte/CHANGELOG.md"><code>@​sveltejs/vite-plugin-svelte</code>'s changelog</a>.</em></p> <blockquote> <h2>3.1.2</h2> <h3>Patch Changes</h3> <ul> <li>add warning for svelte5 users to update to vite-plugin-svelte@4 (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/964">#964</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/b3edb771f264b1d1578972dd4a7adaf9a0caf68b"><code>b3edb77</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/965">#965</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/4f95193edb22c24a081b9d60217d158be4a68bbb"><code>4f95193</code></a> chore(logs): encourage svelte5 users to update from vps3 to vps4 (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/964">#964</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@3.1.2/packages/vite-plugin-svelte">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 24.1.1 to 25.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 25.0.0</h2> <p>This major release changes the prototype of a jsdom's <code>EventTarget.prototype</code> to point to the <code>Object.prototype</code> inside the jsdom, instead of pointing to the Node.js <code>Object.prototype</code>. Thus, the prototype chain of <code>Window</code> stays entirely within the jsdom, never crossing over into the Node.js realm.</p> <p>This only occurs when <code>runScripts</code> is set to non-default values of <code>&quot;dangerously&quot;</code> or <code>&quot;outside-only&quot;</code>, as with the default value, there is no separate <code>Object.prototype</code> inside the jsdom.</p> <p>This will likely not impact many programs, but could cause some changes in <code>instanceof</code> behavior, and so out of an abundance of caution, we're releasing it as a new major version.</p> <h2>Version 24.1.3</h2> <ul> <li>Fixed calls to <code>postMessage()</code> that were done as a bare property (i.e., <code>postMessage()</code> instead of <code>window.postMessage()</code>).</li> </ul> <h2>Version 24.1.2</h2> <ul> <li>Fixed an issue with the <code>in</code> operator applied to <code>EventTarget</code> methods, e.g. <code>'addEventListener' in window</code>, which only appeared in Node.js ≥22.5.0. (legendecas)</li> <li>Fixed the events fired by <code>blur()</code>: it no longer fires <code>focus</code> and <code>focusin</code> on the <code>Document</code>, and <code>blur</code> and <code>focusout</code> no longer have their <code>relatedTarget</code> property set. (asamuzaK)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>25.0.0</h2> <p>This major release changes the prototype of a jsdom's <code>EventTarget.prototype</code> to point to the <code>Object.prototype</code> inside the jsdom, instead of pointing to the Node.js <code>Object.prototype</code>. Thus, the prototype chain of <code>Window</code> stays entirely within the jsdom, never crossing over into the Node.js realm.</p> <p>This only occurs when <code>runScripts</code> is set to non-default values of <code>&quot;dangerously&quot;</code> or <code>&quot;outside-only&quot;</code>, as with the default value, there is no separate <code>Object.prototype</code> inside the jsdom.</p> <p>This will likely not impact many programs, but could cause some changes in <code>instanceof</code> behavior, and so out of an abundance of caution, we're releasing it as a new major version.</p> <h2>24.1.3</h2> <ul> <li>Fixed calls to <code>postMessage()</code> that were done as a bare property (i.e., <code>postMessage()</code> instead of <code>window.postMessage()</code>).</li> </ul> <h2>24.1.2</h2> <ul> <li>Fixed an issue with the <code>in</code> operator applied to <code>EventTarget</code> methods, e.g. <code>'addEventListener' in window</code>, which only appeared in Node.js ≥22.5.0. (legendecas)</li> <li>Fixed the events fired by <code>blur()</code>: it no longer fires <code>focus</code> and <code>focusin</code> on the <code>Document</code>, and <code>blur</code> and <code>focusout</code> no longer have their <code>relatedTarget</code> property set. (asamuzaK)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/c53efc81e75f38a0558fbf3ed75d30b78b4c4898"><code>c53efc8</code></a> Version 25.0.0</li> <li><a href="https://github.com/jsdom/jsdom/commit/784c8a5689372b678525b1be394e4a02e99f647c"><code>784c8a5</code></a> Set EventTarget.prototype to the jsdom's Object.prototype</li> <li><a href="https://github.com/jsdom/jsdom/commit/0314f1e42e2fa2735a0f5eb001fe3169a9a25595"><code>0314f1e</code></a> Version 24.1.3</li> <li><a href="https://github.com/jsdom/jsdom/commit/46d5d5c946dcfe783e35ece849be91f8f6bd7390"><code>46d5d5c</code></a> Fix postMessage referenced as a bare property</li> <li><a href="https://github.com/jsdom/jsdom/commit/a241df63ff8f8df4287cd6b53282f3391a86580d"><code>a241df6</code></a> Version 24.1.2</li> <li><a href="https://github.com/jsdom/jsdom/commit/c3a9aedca3d3bd66bb65d0df191e754fe195df12"><code>c3a9aed</code></a> Remove upstreamed WPTs</li> <li><a href="https://github.com/jsdom/jsdom/commit/07fab3735a24ed0b443eccdf83dad5a94e7826ea"><code>07fab37</code></a> Refactor Window object setup code</li> <li><a href="https://github.com/jsdom/jsdom/commit/3383805343cd6a78414f9ff4fb37319b846cc99a"><code>3383805</code></a> Fix events fired by blur()</li> <li><a href="https://github.com/jsdom/jsdom/commit/065abcb3ff55340ead1c45cd6fde54c4fcc3f774"><code>065abcb</code></a> Roll web platform tests</li> <li><a href="https://github.com/jsdom/jsdom/commit/439a43e2f1af624d162f3676a21cc6d5794be6c8"><code>439a43e</code></a> Setup Window prototype in vm context</li> <li>Additional commits viewable in <a href="https://github.com/jsdom/jsdom/compare/24.1.1...25.0.0">compare view</a></li> </ul> </details> <br /> Updates `svelte` from 4.2.18 to 4.2.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/releases">svelte's releases</a>.</em></p> <blockquote> <h2>svelte@4.2.19</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure typings for <code>&lt;svelte:options&gt;</code> are picked up (<a href="https://redirect.github.com/sveltejs/svelte/pull/12902">#12902</a>)</p> </li> <li> <p>fix: escape <code>&lt;</code> in attribute strings (<a href="https://redirect.github.com/sveltejs/svelte/pull/12989">#12989</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>4.2.19</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure typings for <code>&lt;svelte:options&gt;</code> are picked up (<a href="https://redirect.github.com/sveltejs/svelte/pull/12902">#12902</a>)</p> </li> <li> <p>fix: escape <code>&lt;</code> in attribute strings (<a href="https://redirect.github.com/sveltejs/svelte/pull/12989">#12989</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/d8b31333ec4afeab7dd178aedc7c187bfb971531"><code>d8b3133</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12990">#12990</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/83e96e044deb5ecbae2af361ae9e31d3e1ac43a3"><code>83e96e0</code></a> fix: escape <code>&lt;</code> in attribute strings (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12989">#12989</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/5ec4409fb270b2edf99c7140602202ad9f14ef26"><code>5ec4409</code></a> fix: ensure typings for <code>\&lt;svelte:options&gt;</code> are picked up (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12902">#12902</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.1 to 5.4.2 <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.2 (2024-08-20)<!-- raw HTML omitted --></h2> <ul> <li>chore: remove stale TODOs (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17866">#17866</a>) (<a href="https://github.com/vitejs/vite/commit/e012f296df583bd133d26399397bd4ae49de1497">e012f29</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17866">#17866</a></li> <li>refactor: remove redundant prepend/strip base (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17887">#17887</a>) (<a href="https://github.com/vitejs/vite/commit/3b8f03d789ec3ef1a099c884759bd4e61b03ce7c">3b8f03d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17887">#17887</a></li> <li>fix: resolve relative URL generated by <code>renderBuiltUrl</code> passed to module preload (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16084">#16084</a>) (<a href="https://github.com/vitejs/vite/commit/fac3a8ed6855c4ab3032957137b74f21ec501e72">fac3a8e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16084">#16084</a></li> <li>feat: support originalFilename (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17867">#17867</a>) (<a href="https://github.com/vitejs/vite/commit/7d8c0e2dcbdea3a3465a1d87e259988e82561035">7d8c0e2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17867">#17867</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/b1ecdaf6594b48d2fcbff8682e9ef68916806089"><code>b1ecdaf</code></a> release: v5.4.2</li> <li><a href="https://github.com/vitejs/vite/commit/e012f296df583bd133d26399397bd4ae49de1497"><code>e012f29</code></a> chore: remove stale TODOs (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17866">#17866</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3b8f03d789ec3ef1a099c884759bd4e61b03ce7c"><code>3b8f03d</code></a> refactor: remove redundant prepend/strip base (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17887">#17887</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/fac3a8ed6855c4ab3032957137b74f21ec501e72"><code>fac3a8e</code></a> fix: resolve relative URL generated by <code>renderBuiltUrl</code> passed to module prel...</li> <li><a href="https://github.com/vitejs/vite/commit/7d8c0e2dcbdea3a3465a1d87e259988e82561035"><code>7d8c0e2</code></a> feat: support originalFilename (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17867">#17867</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.2/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-08-30 15:30:18 -04:00
"@sveltejs/vite-plugin-svelte": "^3.1.2",
build(deps-dev): bump @tauri-apps/cli from 1.6.1 to 1.6.2 in the frontend-deps-tauri group (#560) Bumps the frontend-deps-tauri group with 1 update: [@tauri-apps/cli](https://github.com/tauri-apps/tauri). Updates `@tauri-apps/cli` from 1.6.1 to 1.6.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/tauri/releases"><code>@​tauri-apps/cli</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​tauri-apps/cli</code> v1.6.2</h2> <h2>[1.6.2]</h2> <h3>Dependencies</h3> <ul> <li>Upgraded to <code>tauri-cli@1.6.2</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tauri-apps/tauri/commit/bd3c1531456eda953b4d76bcea9ec0c6d4385651"><code>bd3c153</code></a> Apply Version Updates From Current Changes (v1) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/11012">#11012</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/328b11f2cdd19380ec58151650b976c7de1a2e2c"><code>328b11f</code></a> fix(ci): increase timeout, cache updater fixtures</li> <li><a href="https://github.com/tauri-apps/tauri/commit/649e01f4e07a862223a11faef55cc8ba4f3a122e"><code>649e01f</code></a> fix(tests): start updater server once</li> <li><a href="https://github.com/tauri-apps/tauri/commit/02dfb0302fb1c8e5fa08b922f742bbf382c7a8bb"><code>02dfb03</code></a> fix(tests): use hyper instead of tiny-http to serve updates</li> <li><a href="https://github.com/tauri-apps/tauri/commit/963411a86a22f3107fcf46cc47ad591ef53f075c"><code>963411a</code></a> chore(tests): enhance e2e test logs and delay for CI</li> <li><a href="https://github.com/tauri-apps/tauri/commit/70b852595a1d5be8e59aa89af5931ce5e1df2fc9"><code>70b8525</code></a> fix(ci): install webkit2gtk-4.1 for e2e tests</li> <li><a href="https://github.com/tauri-apps/tauri/commit/6d629cbf93ea7ed380d4c1fd1b0d2f9ee2d6d3dc"><code>6d629cb</code></a> fix: integration tests</li> <li><a href="https://github.com/tauri-apps/tauri/commit/5f5c7c7a3247110549b3638632fdf0030c7dce05"><code>5f5c7c7</code></a> fix(ci): downgrade mac-notification-sys to 0.6.1</li> <li><a href="https://github.com/tauri-apps/tauri/commit/26d243f43a8528194689834dce0101bcba78196a"><code>26d243f</code></a> fix(core): <code>restart</code> cannot handle binary name change on macOS (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10991">#10991</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/8a0e93b5d80d04520296013c6df1fd370540630d"><code>8a0e93b</code></a> fixes iframes in windows causes window.<strong>TAURI_INVOKE</strong> is not a function err...</li> <li>Additional commits viewable in <a href="https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.6.1...@tauri-apps/cli-v1.6.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tauri-apps/cli&package-manager=npm_and_yarn&previous-version=1.6.1&new-version=1.6.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-09-16 23:51:24 -04:00
"@tauri-apps/cli": "^1.6.2",
build(deps-dev): bump the frontend-deps group with 6 updates (#527) Bumps the frontend-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `5.2.0` | `5.2.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.39` | `8.4.40` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.6` | `3.4.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | | [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.19.0` | `0.19.1` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.4` | `5.3.5` | Updates `@testing-library/svelte` from 5.2.0 to 5.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/svelte-testing-library/releases"><code>@​testing-library/svelte</code>'s releases</a>.</em></p> <blockquote> <h2>v5.2.1</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.2.0...v5.2.1">5.2.1</a> (2024-07-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>svelte5:</strong> synchronously flush changes after mount and unmount (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/396">#396</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/75a3f389934d1c2c4af5a4c9e2dde6a2bfb1cd74">75a3f38</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/75a3f389934d1c2c4af5a4c9e2dde6a2bfb1cd74"><code>75a3f38</code></a> fix(svelte5): synchronously flush changes after mount and unmount (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/396">#396</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/f5b7fe10fee20cb5a216c475c2efa7b369c5a24d"><code>f5b7fe1</code></a> chore(deps-dev): bump the lint group with 3 updates (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/392">#392</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/d64de4a1bbbd7d31861272c26116cf25ea5497d1"><code>d64de4a</code></a> test(coverage): ensure proper files are included/excluded (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/389">#389</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/054bc0df571338d0d9be60387beac189e4c1d337"><code>054bc0d</code></a> chore(deps-dev): bump the lint group across 1 directory with 6 updates (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/387">#387</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/65ffbb755a86f28219bea8e10ceece7e1d14048e"><code>65ffbb7</code></a> chore(deps): bump codecov/codecov-action from 3 to 4 in the actions group acr...</li> <li>See full diff in <a href="https://github.com/testing-library/svelte-testing-library/compare/v5.2.0...v5.2.1">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.39 to 8.4.40 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.40</h2> <ul> <li>Moved to getter/setter in nodes types to help Sass team (by <a href="https://github.com/nex3"><code>@​nex3</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.40</h2> <ul> <li>Moved to getter/setter in nodes types to help Sass team (by <a href="https://github.com/nex3"><code>@​nex3</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/3f84b417fc5a857c7e1fbda1ddd79205b61f3bfa"><code>3f84b41</code></a> Release 8.4.40 version</li> <li><a href="https://github.com/postcss/postcss/commit/293ce4510830f5efe5778edd07f4424b2de2c95d"><code>293ce45</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1950">#1950</a> from nex3/node-getters</li> <li><a href="https://github.com/postcss/postcss/commit/fd7ae733f1acfb51a0119250b0a4bd3fc1a7672a"><code>fd7ae73</code></a> Declare Node subclass attributes as getters</li> <li><a href="https://github.com/postcss/postcss/commit/79a6396e4516b0915d23074673fd22f29f01aa59"><code>79a6396</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/53968d7a97949276f78dba4d6eff09afa2f1b1d0"><code>53968d7</code></a> Make name more clear</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.4.39...8.4.40">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.6 to 3.4.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.7</h2> <h3>Fixed</h3> <ul> <li>Fix class detection in Slim templates with attached attributes and ID (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14019">#14019</a>)</li> <li>Ensure attribute values in <code>data-*</code> and <code>aria-*</code> modifiers are always quoted in the generated CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14037">#14037</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.7] - 2024-07-25</h2> <h3>Fixed</h3> <ul> <li>Fix class detection in Slim templates with attached attributes and ID (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14019">#14019</a>)</li> <li>Ensure attribute values in <code>data-*</code> and <code>aria-*</code> modifiers are always quoted in the generated CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14037">#14037</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9824cb64a03afaa405e184cb31003c8a1efafaa7"><code>9824cb6</code></a> Update version in package.json</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/aa6c10f67fff3a62ac93822c1b9ab09690e14bc0"><code>aa6c10f</code></a> Add missing heading to changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/245058c7fd098b1e8a62a4d66615373d8974ddc6"><code>245058c</code></a> Update changelog for v3.4.7</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/605d8cd5eb35556206b6b95920b5ff67cf121ec9"><code>605d8cd</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/680c55c11cd0960da7efd57d0c2f90b821be8946"><code>680c55c</code></a> Normalize attribute selector for <code>data-*</code> and <code>aria-*</code> modifiers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14037">#14037</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/866860e6a687c0f9f24cc8b736d5ce7334ec2d41"><code>866860e</code></a> Print eventual lightning CSS parsing errors when the CSS matcher fail (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14034">#14034</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/bdc87ae1d78b4989bddd30176e0bfdda6df775cd"><code>bdc87ae</code></a> Fix class detection in Slim templates with attached attributes and IDs (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14019">#14019</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.3 to 5.5.4 <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.5.4</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">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=is%3Aissue+milestone%3A%22TypeScript+5.5.4%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.4 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.3 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.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> (soon!)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/c8a7d589e647e19c94150d9892909f3aa93e48eb"><code>c8a7d58</code></a> Bump version to 5.5.4 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/c0ded048e0e83709704c808fadbf5c14a29b8153"><code>c0ded04</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58771">#58771</a> (Allow references to the global Symb...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/5ba41e221a7be2cf6d832b073371021fdddabb64"><code>5ba41e2</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/59208">#59208</a> (Write non-missing undefined on mapp...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/b075332c4ba2e0be750a4f975f258fe60445b93e"><code>b075332</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/59337">#59337</a> (Allow declarationMap to be emitted ...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/9dd6f917448286ec32b4202274424a4ea482cf8e"><code>9dd6f91</code></a> Cherry-pick &quot;Stop using latest Node in CI&quot; to release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/59348">#59348</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/bf0ddaf6e63b3808ee4ced302830cbd9460de7cd"><code>bf0ddaf</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/59070">#59070</a> (Delay the calculation of common sou...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/a44e2d925cdf3bfa51b8b65ca15f9007d1fde979"><code>a44e2d9</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/59160">#59160</a> (Fixed crash on authored import type...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/f35206d2029ec65b04dba854620bfd4d3dc23951"><code>f35206d</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/59325">#59325</a> (Don't skip markLinkedReferences on ...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1109550e2c36d1f6c87222d7c4f996b23f05b3f5"><code>1109550</code></a> Fix baselines on release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/59330">#59330</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/8794318ac96856933f1b0886900409813875283f"><code>8794318</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/59215">#59215</a> (Fix codefix crash on circular alias...) into release-5.5 (#...</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4">compare view</a></li> </ul> </details> <br /> Updates `unplugin-icons` from 0.19.0 to 0.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unplugin/unplugin-icons/releases">unplugin-icons's releases</a>.</em></p> <blockquote> <h2>v0.19.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>vue3</strong>: Allow passing components as props without reactivity overhead  -  by <a href="https://github.com/brc-dd"><code>@​brc-dd</code></a> in <a href="https://redirect.github.com/unplugin/unplugin-icons/issues/366">unplugin/unplugin-icons#366</a> <a href="https://github.com/unplugin/unplugin-icons/commit/02b805d"><!-- raw HTML omitted -->(02b80)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Bump dependencies  -  by <a href="https://github.com/cyberalien"><code>@​cyberalien</code></a> in <a href="https://redirect.github.com/unplugin/unplugin-icons/issues/369">unplugin/unplugin-icons#369</a> <a href="https://github.com/unplugin/unplugin-icons/commit/7bbdc34"><!-- raw HTML omitted -->(7bbdc)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unplugin/unplugin-icons/compare/v0.19.0...v0.19.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unplugin/unplugin-icons/commit/c66e1a7ff76e4a5e3dd140feb599ce3a1dc3af43"><code>c66e1a7</code></a> chore: release v0.19.1</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/ea90076d419343966edd79209d7e5ff0aff1e123"><code>ea90076</code></a> chore: update deps</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/7bbdc3417cd069e5c48f7aa755c58b69b9c5a2ae"><code>7bbdc34</code></a> fix: bump dependencies (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/369">#369</a>)</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/1971226c615ee67ea5dd5681c5e6cfba14ae36e6"><code>1971226</code></a> chore: update deps</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/02b805d1adffc6c3292f4eed18637c8d463f1315"><code>02b805d</code></a> feat(vue3): allow passing components as props without reactivity overhead (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/366">#366</a>)</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/561d08c9711decc90bd03200d17a63ab9a6015c3"><code>561d08c</code></a> chore: add antfu open collective (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/359">#359</a>)</li> <li>See full diff in <a href="https://github.com/unplugin/unplugin-icons/compare/v0.19.0...v0.19.1">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.4 to 5.3.5 <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.3.5 (2024-07-25)<!-- raw HTML omitted --></h2> <ul> <li>refactor(asset): remove rollup 3 public file watch workaround (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16331">#16331</a>) (<a href="https://github.com/vitejs/vite/commit/66bdb1d7b41e46b5361606ff3811bdad6f625bcc">66bdb1d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16331">#16331</a></li> <li>fix: make <code>server</code> type less restrictive (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17627">#17627</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17628">#17628</a>) (<a href="https://github.com/vitejs/vite/commit/b55c32f7e36ee7cc3754a5d667785d066dece10a">b55c32f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17627">#17627</a> <a href="https://redirect.github.com/vitejs/vite/issues/17628">#17628</a></li> <li>fix: show error if vite client cannot be loaded (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17419">#17419</a>) (<a href="https://github.com/vitejs/vite/commit/db5ab1dfc4fb55c6387136ee31fed35910a046b0">db5ab1d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17419">#17419</a></li> <li>fix(build): env output is not stable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17748">#17748</a>) (<a href="https://github.com/vitejs/vite/commit/b240a8347e7b62bee9d2212625732bb0d8c78633">b240a83</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17748">#17748</a></li> <li>fix(client): fix vite error path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17744">#17744</a>) (<a href="https://github.com/vitejs/vite/commit/3c1bde340693e1de89ed2853225a5c1b6812accc">3c1bde3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17744">#17744</a></li> <li>fix(css): resolve url aliases with fragments (fix: <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17690">#17690</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17691">#17691</a>) (<a href="https://github.com/vitejs/vite/commit/d906d3f8e1199fb9fc09f4c3397a91b274bb65c8">d906d3f</a>)</li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17629">#17629</a>) (<a href="https://github.com/vitejs/vite/commit/93281b0e09ff8b00e21c24b80ed796db89cbc1ef">93281b0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17629">#17629</a></li> <li>fix(importMetaGlob): handle alias that starts with hash (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17743">#17743</a>) (<a href="https://github.com/vitejs/vite/commit/b58b423ba85a7cede97d00a0160a188770928ae4">b58b423</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17743">#17743</a></li> <li>fix(ssrTransform): sourcemaps with multiple sources (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17677">#17677</a>) (<a href="https://github.com/vitejs/vite/commit/f321fa8de2c8cf4f1758365abad4e7b352363a2f">f321fa8</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17677">#17677</a></li> <li>chore: extend commit hash (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17709">#17709</a>) (<a href="https://github.com/vitejs/vite/commit/4fc9b6424c27aca8004c368b69991a56264e4fdb">4fc9b64</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17709">#17709</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17734">#17734</a>) (<a href="https://github.com/vitejs/vite/commit/998373120c8306326469d4f342690c17774acdf9">9983731</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17734">#17734</a></li> <li>chore(deps): update typescript (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17699">#17699</a>) (<a href="https://github.com/vitejs/vite/commit/df5ceb35b7f744cfcdfe3a28834f890f35f2b18f">df5ceb3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17699">#17699</a></li> <li>revert: fix(logger): truncate log over 5000 characters long (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16581">#16581</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17729">#17729</a>) (<a href="https://github.com/vitejs/vite/commit/f4f488fe83a0b710dd3de34a7075398cfce59605">f4f488f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16581">#16581</a> <a href="https://redirect.github.com/vitejs/vite/issues/17729">#17729</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/440783953a55c6c63cd09ec8d13728dc4693073d"><code>4407839</code></a> release: v5.3.5</li> <li><a href="https://github.com/vitejs/vite/commit/66bdb1d7b41e46b5361606ff3811bdad6f625bcc"><code>66bdb1d</code></a> refactor(asset): remove rollup 3 public file watch workaround (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16331">#16331</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/b240a8347e7b62bee9d2212625732bb0d8c78633"><code>b240a83</code></a> fix(build): env output is not stable (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17748">#17748</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/b58b423ba85a7cede97d00a0160a188770928ae4"><code>b58b423</code></a> fix(importMetaGlob): handle alias that starts with hash (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17743">#17743</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d906d3f8e1199fb9fc09f4c3397a91b274bb65c8"><code>d906d3f</code></a> fix(css): resolve url aliases with fragments (fix: <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17690">#17690</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17691">#17691</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3c1bde340693e1de89ed2853225a5c1b6812accc"><code>3c1bde3</code></a> fix(client): fix vite error path (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17744">#17744</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/998373120c8306326469d4f342690c17774acdf9"><code>9983731</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17734">#17734</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4fc9b6424c27aca8004c368b69991a56264e4fdb"><code>4fc9b64</code></a> chore: extend commit hash (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17709">#17709</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/f4f488fe83a0b710dd3de34a7075398cfce59605"><code>f4f488f</code></a> revert: fix(logger): truncate log over 5000 characters long (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16581">#16581</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17729">#17729</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/df5ceb35b7f744cfcdfe3a28834f890f35f2b18f"><code>df5ceb3</code></a> chore(deps): update typescript (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17699">#17699</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.3.5/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-08-03 14:58:49 -04:00
"@testing-library/svelte": "^5.2.1",
build(deps-dev): bump the frontend-deps group with 13 updates (#464) Bumps the frontend-deps group with 13 updates: | Package | From | To | | --- | --- | --- | | [@fullhuman/postcss-purgecss](https://github.com/FullHuman/purgecss) | `5.0.0` | `6.0.0` | | [@iconify-json/mdi](https://github.com/iconify/icon-sets) | `1.1.64` | `1.1.66` | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `7.0.3` | `7.1.0` | | [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `9.0.3` | `9.1.0` | | [@octokit/rest](https://github.com/octokit/rest.js) | `20.0.2` | `20.1.0` | | [@tsconfig/svelte](https://github.com/tsconfig/bases/tree/HEAD/bases) | `5.0.2` | `5.0.4` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.3.1` | `1.4.0` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.18` | `10.4.19` | | [postcss](https://github.com/postcss/postcss) | `8.4.35` | `8.4.38` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.1` | `3.4.3` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.2` | `5.4.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.6` | `5.2.8` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.1` | `1.4.0` | Updates `@fullhuman/postcss-purgecss` from 5.0.0 to 6.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/FullHuman/purgecss/releases"><code>@​fullhuman/postcss-purgecss</code>'s releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h3>Bug Fixes</h3> <ul> <li>collect of used variables for changed selector (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1217">#1217</a>) (<a href="https://github.com/FullHuman/purgecss/commit/9fbb5920164d3ffd296c0eaab6a4d2b4477b418c">9fbb592</a>)</li> <li><strong>gulp-purgecss:</strong> move vinyl-sourcemaps-apply to deps <a href="https://redirect.github.com/FullHuman/purgecss/issues/999">#999</a> (<a href="https://github.com/FullHuman/purgecss/commit/7858b7a910efda13162095d8f528fb9e668cc190">7858b7a</a>)</li> <li>Only throw <code>No files found from the passed PurgeCSS option 'content'.</code> warning when files/globs are passed to <code>content</code> by <a href="https://github.com/AdrianGonz97"><code>@​AdrianGonz97</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1188">FullHuman/purgecss#1188</a></li> <li>Classes that contain <code>:is</code> or <code>:where</code> in their names are no longer unintentionally purged by <a href="https://github.com/AdrianGonz97"><code>@​AdrianGonz97</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1187">FullHuman/purgecss#1187</a></li> <li>Fix [class*=foo] with HTML extractor by <a href="https://github.com/Gaelan"><code>@​Gaelan</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1133">FullHuman/purgecss#1133</a></li> </ul> <h3>Features</h3> <ul> <li><strong>purgecss:</strong> add support for :where and :is <a href="https://redirect.github.com/FullHuman/purgecss/issues/978">#978</a> (<a href="https://github.com/FullHuman/purgecss/commit/bb5782bff296805f95c6bae0ce434be314bd1580">bb5782b</a>)</li> <li>warn if no files are found <a href="https://redirect.github.com/FullHuman/purgecss/issues/642">#642</a> (<a href="https://github.com/FullHuman/purgecss/commit/61885055f46bc36c839f77c07e7d680378083567">6188505</a>)</li> </ul> <h3>Breaking changes</h3> <ul> <li>Supports NodeJS 18+</li> </ul> <h2>What's Changed (full list)</h2> <ul> <li> <p>build(deps-dev): update dependencies</p> </li> <li> <p>build(deps): update dependencies</p> </li> <li> <p>Update hugo.md by <a href="https://github.com/davidsneighbour"><code>@​davidsneighbour</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1013">FullHuman/purgecss#1013</a></p> </li> <li> <p>Minor adjustment to documentation for clarity by <a href="https://github.com/dvelguru"><code>@​dvelguru</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/997">FullHuman/purgecss#997</a></p> </li> <li> <p>Fix wrong import name in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1015">FullHuman/purgecss#1015</a></p> </li> <li> <p>Point to new extractor package names by <a href="https://github.com/danieldiekmeier"><code>@​danieldiekmeier</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1024">FullHuman/purgecss#1024</a></p> </li> <li> <p>Clarify node package installation for Hugo guide by <a href="https://github.com/anakinsleftleg"><code>@​anakinsleftleg</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1000">FullHuman/purgecss#1000</a></p> </li> <li> <p>Add alignwide and alignfull classes from GB by <a href="https://github.com/nextgenthemes"><code>@​nextgenthemes</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1072">FullHuman/purgecss#1072</a></p> </li> <li> <p>Create SECURITY.md by <a href="https://github.com/Ffloriel"><code>@​Ffloriel</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1103">FullHuman/purgecss#1103</a></p> </li> <li> <p>bugfix: Only throw <code>No files found from the passed PurgeCSS option 'content'.</code> warning when files/globs are passed to <code>content</code> by <a href="https://github.com/AdrianGonz97"><code>@​AdrianGonz97</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1188">FullHuman/purgecss#1188</a></p> </li> <li> <p>bugfix: Classes that contain <code>:is</code> or <code>:where</code> in their names are no longer unintentionally purged by <a href="https://github.com/AdrianGonz97"><code>@​AdrianGonz97</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1187">FullHuman/purgecss#1187</a></p> </li> <li> <p>Fix [class*=foo] with HTML extractor by <a href="https://github.com/Gaelan"><code>@​Gaelan</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1133">FullHuman/purgecss#1133</a></p> </li> <li> <p>Update Hugo docs by <a href="https://github.com/schnerring"><code>@​schnerring</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1216">FullHuman/purgecss#1216</a></p> </li> <li> <p>fixed collect used variables for the changed selector by <a href="https://github.com/vsn4ik"><code>@​vsn4ik</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1217">FullHuman/purgecss#1217</a></p> </li> <li> <p>fix typo by <a href="https://github.com/kempster"><code>@​kempster</code></a> in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1232">FullHuman/purgecss#1232</a></p> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/davidsneighbour"><code>@​davidsneighbour</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1013">FullHuman/purgecss#1013</a></li> <li><a href="https://github.com/dvelguru"><code>@​dvelguru</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/997">FullHuman/purgecss#997</a></li> <li><a href="https://github.com/danieldiekmeier"><code>@​danieldiekmeier</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1024">FullHuman/purgecss#1024</a></li> <li><a href="https://github.com/anakinsleftleg"><code>@​anakinsleftleg</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1000">FullHuman/purgecss#1000</a></li> <li><a href="https://github.com/nextgenthemes"><code>@​nextgenthemes</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1072">FullHuman/purgecss#1072</a></li> <li><a href="https://github.com/AdrianGonz97"><code>@​AdrianGonz97</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1188">FullHuman/purgecss#1188</a></li> <li><a href="https://github.com/Gaelan"><code>@​Gaelan</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1133">FullHuman/purgecss#1133</a></li> <li><a href="https://github.com/schnerring"><code>@​schnerring</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1216">FullHuman/purgecss#1216</a></li> <li><a href="https://github.com/vsn4ik"><code>@​vsn4ik</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1217">FullHuman/purgecss#1217</a></li> <li><a href="https://github.com/kempster"><code>@​kempster</code></a> made their first contribution in <a href="https://redirect.github.com/FullHuman/purgecss/pull/1232">FullHuman/purgecss#1232</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/FullHuman/purgecss/compare/v5.0.0...v6.0.0">https://github.com/FullHuman/purgecss/compare/v5.0.0...v6.0.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/FullHuman/purgecss/blob/main/CHANGELOG.md"><code>@​fullhuman/postcss-purgecss</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/FullHuman/purgecss/compare/v5.0.0...v6.0.0">6.0.0</a> (2024-03-29)</h1> <h3>Bug Fixes</h3> <ul> <li>collect of used variables for changed selector (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1217">#1217</a>) (<a href="https://github.com/FullHuman/purgecss/commit/9fbb5920164d3ffd296c0eaab6a4d2b4477b418c">9fbb592</a>)</li> <li><strong>gulp-purgecss:</strong> move vinyl-sourcemaps-apply to deps <a href="https://redirect.github.com/FullHuman/purgecss/issues/999">#999</a> (<a href="https://github.com/FullHuman/purgecss/commit/7858b7a910efda13162095d8f528fb9e668cc190">7858b7a</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>purgecss:</strong> add support for :where and :is <a href="https://redirect.github.com/FullHuman/purgecss/issues/978">#978</a> (<a href="https://github.com/FullHuman/purgecss/commit/bb5782bff296805f95c6bae0ce434be314bd1580">bb5782b</a>)</li> <li>warn if no files are found <a href="https://redirect.github.com/FullHuman/purgecss/issues/642">#642</a> (<a href="https://github.com/FullHuman/purgecss/commit/61885055f46bc36c839f77c07e7d680378083567">6188505</a>)</li> </ul> <h1><a href="https://github.com/FullHuman/purgecss/compare/v5.0.0...v"></a> (2022-09-13)</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FullHuman/purgecss/commit/dbada972d25f1d0030063b95a5e2f2e3aaa2eee7"><code>dbada97</code></a> v6.0.0</li> <li><a href="https://github.com/FullHuman/purgecss/commit/2e944d2dd8e01f1baca8d50b65373311dfcc59e7"><code>2e944d2</code></a> chore: format using prettier</li> <li><a href="https://github.com/FullHuman/purgecss/commit/3eb1d36f0f47a8924bf3d5e849f61f29fa3cb7e0"><code>3eb1d36</code></a> build(dev-deps): update lerna from 6.6.1 to 8.1.2</li> <li><a href="https://github.com/FullHuman/purgecss/commit/6e7401a5395d99c2ca20d627bb45da17594bc6f3"><code>6e7401a</code></a> build(deps-dev): bump <code>@​types/node</code> from 20.11.16 to 20.11.30 (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1235">#1235</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/7c29ca21febcd7dffdd6b635a22e630bedb8e76d"><code>7c29ca2</code></a> build(deps-dev): bump the npm_and_yarn group with 1 update (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1236">#1236</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/f8f2a688b41bfdf3c6c026b966c215d79fa016de"><code>f8f2a68</code></a> build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1231">#1231</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/a1cc67a21c63d90b7ebf1587062ad1b09d094021"><code>a1cc67a</code></a> docs: fix typo (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1232">#1232</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/d12a77ef2fa22604f8aad1b2e3d809d43998f249"><code>d12a77e</code></a> build(deps-dev): bump prettier from 3.0.3 to 3.2.5 (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1226">#1226</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/d357cad41f321c7c8858040243bcc435a821e7bd"><code>d357cad</code></a> build(deps): bump acorn from 8.11.2 to 8.11.3 (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1227">#1227</a>)</li> <li><a href="https://github.com/FullHuman/purgecss/commit/bd843a1960c2766d782682b1c5924ff74b3893dd"><code>bd843a1</code></a> build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a href="https://redirect.github.com/FullHuman/purgecss/issues/1223">#1223</a>)</li> <li>Additional commits viewable in <a href="https://github.com/FullHuman/purgecss/compare/v5.0.0...v6.0.0">compare view</a></li> </ul> </details> <br /> Updates `@iconify-json/mdi` from 1.1.64 to 1.1.66 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iconify/icon-sets/commit/69cbedb7a8c205140d75488751a6483efdf746b6"><code>69cbedb</code></a> Update Material Design Icons, OpenMoji, Simple Icons</li> <li><a href="https://github.com/iconify/icon-sets/commit/c06475cc2d5ad0b826ced4550ad8d79ce01dd861"><code>c06475c</code></a> Update IonIcons</li> <li>See full diff in <a href="https://github.com/iconify/icon-sets/compare/1.1.64...1.1.66">compare view</a></li> </ul> </details> <br /> Updates `@octokit/plugin-retry` from 7.0.3 to 7.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-retry.js/releases"><code>@​octokit/plugin-retry</code>'s releases</a>.</em></p> <blockquote> <h2>v7.1.0</h2> <h1><a href="https://github.com/octokit/plugin-retry.js/compare/v7.0.4...v7.1.0">7.1.0</a> (2024-04-03)</h1> <h3>Features</h3> <ul> <li><strong>security:</strong> Add provenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/535">#535</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/dcf1fa38337b06d1a82cda596e8839306498f8c3">dcf1fa3</a>)</li> </ul> <h2>v7.0.4</h2> <h2><a href="https://github.com/octokit/plugin-retry.js/compare/v7.0.3...v7.0.4">7.0.4</a> (2024-04-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@​octokit/types</code> to v13 (<a href="https://github.com/octokit/plugin-retry.js/commit/7d5ecaf17806855e73552d0f8e32dc0b42a52340">7d5ecaf</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-retry.js/commit/dcf1fa38337b06d1a82cda596e8839306498f8c3"><code>dcf1fa3</code></a> feat(security): Add provenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/535">#535</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/7d5ecaf17806855e73552d0f8e32dc0b42a52340"><code>7d5ecaf</code></a> fix(deps): update dependency <code>@​octokit/types</code> to v13</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/b9013465b5ca81dce3a57daa33a2e99d607aff63"><code>b901346</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/533">#533</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/7b6eacc4cbb76b8023c232ba7e8b96728ca5067d"><code>7b6eacc</code></a> ci(action): update actions/add-to-project action to v1</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/63ab005c2f74e4439ef6c10ad12104ae7893fd8a"><code>63ab005</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/531">#531</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/40a90acba605b471329901ae2647acc5dc9c0667"><code>40a90ac</code></a> ci(action): update actions/add-to-project action to v0.6.1 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/530">#530</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/61c8859b9eb4baccabb63c6e0063b6ddb7f5ab86"><code>61c8859</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/529">#529</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/a27e5b5271485e1af01904b104a10b1647895fe8"><code>a27e5b5</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/527">#527</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/9256574430feac071ee583424d77417282d2d6c4"><code>9256574</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/526">#526</a>)</li> <li>See full diff in <a href="https://github.com/octokit/plugin-retry.js/compare/v7.0.3...v7.1.0">compare view</a></li> </ul> </details> <br /> Updates `@octokit/plugin-throttling` from 9.0.3 to 9.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-throttling.js/releases"><code>@​octokit/plugin-throttling</code>'s releases</a>.</em></p> <blockquote> <h2>v9.1.0</h2> <h1><a href="https://github.com/octokit/plugin-throttling.js/compare/v9.0.4...v9.1.0">9.1.0</a> (2024-04-03)</h1> <h3>Features</h3> <ul> <li><strong>security:</strong> Add provenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/689">#689</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/7eb48d50595022635a47f4df3f2a3a001407fa4f">7eb48d5</a>)</li> </ul> <h2>v9.0.4</h2> <h2><a href="https://github.com/octokit/plugin-throttling.js/compare/v9.0.3...v9.0.4">9.0.4</a> (2024-04-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@​octokit/types</code> to v13 (<a href="https://github.com/octokit/plugin-throttling.js/commit/8cc6eb903b85ee56dd59124416919d4c707329e7">8cc6eb9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/7eb48d50595022635a47f4df3f2a3a001407fa4f"><code>7eb48d5</code></a> feat(security): Add provenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/689">#689</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/8cc6eb903b85ee56dd59124416919d4c707329e7"><code>8cc6eb9</code></a> fix(deps): update dependency <code>@​octokit/types</code> to v13</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/4d7603aa67326a4744340cd0bd651bf6dc793844"><code>4d7603a</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/687">#687</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/e9b981330022a588ce21a22e2cd89aa3425f3c0c"><code>e9b9813</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/685">#685</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/5e02662a28329146fabf26c80771d9477561f3d4"><code>5e02662</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/683">#683</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/3cbb748986704a05208a711cd1a1777a13015f0e"><code>3cbb748</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/682">#682</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/af23dcfd899fa66060f8db609009161fe3e32f08"><code>af23dcf</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/681">#681</a>)</li> <li>See full diff in <a href="https://github.com/octokit/plugin-throttling.js/compare/v9.0.3...v9.1.0">compare view</a></li> </ul> </details> <br /> Updates `@octokit/rest` from 20.0.2 to 20.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@​octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v20.1.0</h2> <h1><a href="https://github.com/octokit/rest.js/compare/v20.0.2...v20.1.0">20.1.0</a> (2024-04-03)</h1> <h3>Features</h3> <ul> <li><strong>security:</strong> Add provenance (<a href="https://redirect.github.com/octokit/rest.js/issues/420">#420</a>) (<a href="https://github.com/octokit/rest.js/commit/9adf1a4a3da67afab4895b22877fa5c93e99bd74">9adf1a4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/9adf1a4a3da67afab4895b22877fa5c93e99bd74"><code>9adf1a4</code></a> feat(security): Add provenance (<a href="https://redirect.github.com/octokit/rest.js/issues/420">#420</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/9ab9253fe75febe9abe4283249dd8dfb99df6edb"><code>9ab9253</code></a> ci(action): update actions/add-to-project action to v1</li> <li><a href="https://github.com/octokit/rest.js/commit/335f2d23b1a3ef6231a6312369905bbb68e6e3c7"><code>335f2d2</code></a> ci(action): update actions/add-to-project action to v0.6.1 (<a href="https://redirect.github.com/octokit/rest.js/issues/418">#418</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/8f0efe06b4f9ec4e240ffdfc1bd8c416aca3d92b"><code>8f0efe0</code></a> build(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 (<a href="https://redirect.github.com/octokit/rest.js/issues/416">#416</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/5bf5fa68f3d2c064d914ad159a4ab86e29cb3468"><code>5bf5fa6</code></a> build(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 in /docs (<a href="https://redirect.github.com/octokit/rest.js/issues/415">#415</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/b332318fb53d56a63cc60fd9de59d231f0a5ce59"><code>b332318</code></a> ci(action): update actions/add-to-project action to v0.6.0</li> <li><a href="https://github.com/octokit/rest.js/commit/e2d6559bab2272e08c44f31a53d593d75437843d"><code>e2d6559</code></a> chore(deps): update dependency undici to v6.6.1 [security] (<a href="https://redirect.github.com/octokit/rest.js/issues/410">#410</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/81488d401367991cef1751de3c17919c270e5b24"><code>81488d4</code></a> chore(deps): update dependency marked to v12</li> <li><a href="https://github.com/octokit/rest.js/commit/22c076b2f8f0fdee0b82cd9e4e1466e328f71bc0"><code>22c076b</code></a> chore(deps): update dependency esbuild to ^0.20.0</li> <li><a href="https://github.com/octokit/rest.js/commit/de91ec4db4d39bb6dcabd8bffe5dbd6ab1411d39"><code>de91ec4</code></a> ci(action): update peter-evans/create-or-update-comment action to v4</li> <li>Additional commits viewable in <a href="https://github.com/octokit/rest.js/compare/v20.0.2...v20.1.0">compare view</a></li> </ul> </details> <br /> Updates `@tsconfig/svelte` from 5.0.2 to 5.0.4 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/tsconfig/bases/commits/HEAD/bases">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 1.3.1 to 1.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v1.4.0</h2> <h3>   🚀 Features</h3> <ul> <li>Throw error when using snapshot assertion with <code>not</code>  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5294">vitest-dev/vitest#5294</a> <a href="https://github.com/vitest-dev/vitest/commit/b9d378f5"><!-- raw HTML omitted -->(b9d37)<!-- raw HTML omitted --></a></li> <li>Add a flag to include test location in tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5342">vitest-dev/vitest#5342</a> <a href="https://github.com/vitest-dev/vitest/commit/d627e209"><!-- raw HTML omitted -->(d627e)<!-- raw HTML omitted --></a></li> <li><strong>cli</strong>: <ul> <li>Support wildcards in <code>--project</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5295">vitest-dev/vitest#5295</a> <a href="https://github.com/vitest-dev/vitest/commit/201bd067"><!-- raw HTML omitted -->(201bd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>config</strong>: <ul> <li>Add <code>shuffle.files</code> and <code>shuffle.tests</code> options  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5281">vitest-dev/vitest#5281</a> <a href="https://github.com/vitest-dev/vitest/commit/356db87b"><!-- raw HTML omitted -->(356db)<!-- raw HTML omitted --></a></li> <li>Deprecate <code>cache.dir</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5229">vitest-dev/vitest#5229</a> <a href="https://github.com/vitest-dev/vitest/commit/d7e8b53e"><!-- raw HTML omitted -->(d7e8b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Support <code>--changed</code> option  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5314">vitest-dev/vitest#5314</a> <a href="https://github.com/vitest-dev/vitest/commit/600b44d6"><!-- raw HTML omitted -->(600b4)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Support <code>clearScreen</code> cli flag  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5241">vitest-dev/vitest#5241</a> <a href="https://github.com/vitest-dev/vitest/commit/e1735fb6"><!-- raw HTML omitted -->(e1735)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Repeatable <code>--project</code> option  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5265">vitest-dev/vitest#5265</a> <a href="https://github.com/vitest-dev/vitest/commit/d1a06730"><!-- raw HTML omitted -->(d1a06)<!-- raw HTML omitted --></a></li> <li><code>--inspect-brk</code> to pause before execution  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5355">vitest-dev/vitest#5355</a> <a href="https://github.com/vitest-dev/vitest/commit/e77c553f"><!-- raw HTML omitted -->(e77c5)<!-- raw HTML omitted --></a></li> <li>Correct locations in test.each tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/4f6e39c1"><!-- raw HTML omitted -->(4f6e3)<!-- raw HTML omitted --></a></li> <li><strong>api</strong>: <ul> <li>Use resolvedUrls from devserver  -  by <a href="https://github.com/saitonakamura"><code>@​saitonakamura</code></a> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5289">vitest-dev/vitest#5289</a> <a href="https://github.com/vitest-dev/vitest/commit/2fef5a7e"><!-- raw HTML omitted -->(2fef5)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>browser</strong>: <ul> <li>Add <code>magic-string</code> to <code>optimizeDeps.include</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5278">vitest-dev/vitest#5278</a> <a href="https://github.com/vitest-dev/vitest/commit/8f04e798"><!-- raw HTML omitted -->(8f04e)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Expensive regexp hangs v8 report generation  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5259">vitest-dev/vitest#5259</a> <a href="https://github.com/vitest-dev/vitest/commit/d68a7390"><!-- raw HTML omitted -->(d68a7)<!-- raw HTML omitted --></a></li> <li>V8 to ignore type-only files  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5328">vitest-dev/vitest#5328</a> <a href="https://github.com/vitest-dev/vitest/commit/c3eb8deb"><!-- raw HTML omitted -->(c3eb8)<!-- raw HTML omitted --></a></li> <li>Respect source maps of pre-transpiled sources  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5367">vitest-dev/vitest#5367</a> <a href="https://github.com/vitest-dev/vitest/commit/6eda473f"><!-- raw HTML omitted -->(6eda4)<!-- raw HTML omitted --></a></li> <li>Prevent <code>reportsDirectory</code> from removing user's project  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5376">vitest-dev/vitest#5376</a> <a href="https://github.com/vitest-dev/vitest/commit/07ec3779"><!-- raw HTML omitted -->(07ec3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Show diff on <code>toContain/toMatch</code> assertion error  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5267">vitest-dev/vitest#5267</a> <a href="https://github.com/vitest-dev/vitest/commit/8ee59f0d"><!-- raw HTML omitted -->(8ee59)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>forks</strong>: <ul> <li>Wrap <code>defines</code> to support <code>undefined</code> values  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5284">vitest-dev/vitest#5284</a> <a href="https://github.com/vitest-dev/vitest/commit/5b58b399"><!-- raw HTML omitted -->(5b58b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>typecheck</strong>: <ul> <li>Update get-tsconfig 4.7.3 to fix false circularity error  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5384">vitest-dev/vitest#5384</a> <a href="https://github.com/vitest-dev/vitest/commit/bdc371ee"><!-- raw HTML omitted -->(bdc37)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Escape html in error diff  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5325">vitest-dev/vitest#5325</a> <a href="https://github.com/vitest-dev/vitest/commit/ab60bf8d"><!-- raw HTML omitted -->(ab60b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Loosen <code>onConsoleLog</code> return type  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5337">vitest-dev/vitest#5337</a> <a href="https://github.com/vitest-dev/vitest/commit/6d1b1451"><!-- raw HTML omitted -->(6d1b1)<!-- raw HTML omitted --></a></li> <li>Ensure restoring terminal cursor on close  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5292">vitest-dev/vitest#5292</a> <a href="https://github.com/vitest-dev/vitest/commit/0bea2247"><!-- raw HTML omitted -->(0bea2)<!-- raw HTML omitted --></a></li> <li>Ignore timeout on websocket reporter rpc  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/38119b75"><!-- raw HTML omitted -->(38119)<!-- raw HTML omitted --></a></li> <li>Correctly override api with --no-api flag  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5386">vitest-dev/vitest#5386</a> <a href="https://github.com/vitest-dev/vitest/commit/51d1d472"><!-- raw HTML omitted -->(51d1d)<!-- raw HTML omitted --></a></li> <li>Logs in <code>beforeAll</code> and <code>afterAll</code>  -  by <a href="https://github.com/fenghan34"><code>@​fenghan34</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5288">vitest-dev/vitest#5288</a> <a href="https://github.com/vitest-dev/vitest/commit/ce5ca6bf"><!-- raw HTML omitted -->(ce5ca)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>workspace</strong>: <ul> <li>Throw error when browser mode and <code>@vitest/coverage-v8</code> are used  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5250">vitest-dev/vitest#5250</a> <a href="https://github.com/vitest-dev/vitest/commit/29f98cd3"><!-- raw HTML omitted -->(29f98)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.3.1...v1.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/a8da192c61ff0e3adf64b31378546de3b2f4c1bc"><code>a8da192</code></a> chore: release v1.4.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/600b44d606ff7e936c7caec818bae48d07300c69"><code>600b44d</code></a> feat(coverage): support <code>--changed</code> option (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5314">#5314</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/6eda473f30c4670ec72a06bd3b083a724712ae2a"><code>6eda473</code></a> fix(coverage): respect source maps of pre-transpiled sources (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5367">#5367</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c3eb8deb768f6ef1adff8e6644ce99de58fd8b01"><code>c3eb8de</code></a> fix(coverage): v8 to ignore type-only files (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5328">#5328</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/074450ef32fea718105c0d16400d01afa8bec374"><code>074450e</code></a> chore(deps): update <code>istanbul-lib-source-maps</code> to v5 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5304">#5304</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/d68a73908ef00f1b7c6584ef015657b3a11416bf"><code>d68a739</code></a> fix(coverage): expensive regexp hangs v8 report generation (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5259">#5259</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v1.4.0/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `autoprefixer` from 10.4.18 to 10.4.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.19</h2> <ul> <li>Removed <code>end value has mixed support, consider using flex-end</code> warning since <code>end</code>/<code>start</code> now have good support.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.19</h2> <ul> <li>Removed <code>end value has mixed support, consider using flex-end</code> warning since <code>end</code>/<code>start</code> now have good support.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/8060e33a78f39759f32781dd3518dae90740dc38"><code>8060e33</code></a> Release 10.4.19 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/fe7bae45970d38eee86c4d26e5f19fa100df3039"><code>fe7bae4</code></a> Remove end→flex-end warning</li> <li><a href="https://github.com/postcss/autoprefixer/commit/5f6f362a1ebca975777ffcb0dc14b1ea5fb04def"><code>5f6f362</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/13a86df5abf9cf66d298ff75df3faa9f4d0eb07c"><code>13a86df</code></a> Move to flat ESLint config</li> <li><a href="https://github.com/postcss/autoprefixer/commit/b3e0579452b6ce164c26ecb4999e6f99fff5563c"><code>b3e0579</code></a> Update dependencies</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.18...10.4.19">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.35 to 8.4.38 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.38</h2> <ul> <li>Fixed <code>endIndex: 0</code> in errors and warnings (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.4.37</h2> <ul> <li>Fixed <code>original.column are not numbers</code> error in another case.</li> </ul> <h2>8.4.36</h2> <ul> <li>Fixed <code>original.column are not numbers</code> error on broken previous source map.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.38</h2> <ul> <li>Fixed <code>endIndex: 0</code> in errors and warnings (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> <h2>8.4.37</h2> <ul> <li>Fixed <code>original.column are not numbers</code> error in another case.</li> </ul> <h2>8.4.36</h2> <ul> <li>Fixed <code>original.column are not numbers</code> error on broken previous source map.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/a69d45ecaeb02fdeef5d53bfd8fc56e3ade1e17e"><code>a69d45e</code></a> Release 8.4.38 version</li> <li><a href="https://github.com/postcss/postcss/commit/64e35d952c5c8c3eab4d2d2ee209cccd10127bfb"><code>64e35d9</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/c1ad8fb40249a736c14d856ccf27d7e53143981f"><code>c1ad8fb</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1932">#1932</a> from romainmenke/fix-warning-end-index--inventive-nu...</li> <li><a href="https://github.com/postcss/postcss/commit/b45e7e915936803a7176f7131f16102571a610e8"><code>b45e7e9</code></a> fix endIndex</li> <li><a href="https://github.com/postcss/postcss/commit/1bea2466db7b74b55b574aef747d897d0d31335f"><code>1bea246</code></a> failing test: for endIndex 0 in rangeBy</li> <li><a href="https://github.com/postcss/postcss/commit/0fd1d86f2d33926c782463e63d8e1c816d207bc8"><code>0fd1d86</code></a> Add changelog auto release on Github</li> <li><a href="https://github.com/postcss/postcss/commit/49c906ebc05e0196a71e828e23678beae01b47bc"><code>49c906e</code></a> Release 8.4.37 version</li> <li><a href="https://github.com/postcss/postcss/commit/b5bd92ca4168c4e9b719cb0726fe5cc1a96d3bf2"><code>b5bd92c</code></a> Fix another broken prev source map issue</li> <li><a href="https://github.com/postcss/postcss/commit/28820396e19e3da62eefb2c63d590c121da263a5"><code>2882039</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/e5ad9394daf38d0ef4acd7065f219b3cddace1df"><code>e5ad939</code></a> Release 8.4.36 version</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.35...8.4.38">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.1 to 3.4.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.3</h2> <h3>Fixed</h3> <ul> <li>Revert changes to glob handling (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13384">#13384</a>)</li> </ul> <h2>v3.4.2</h2> <h3>Fixed</h3> <ul> <li>Ensure max specificity of <code>0,0,1</code> for button and input Preflight rules (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12735">#12735</a>)</li> <li>Improve glob handling for folders with <code>(</code>, <code>)</code>, <code>[</code> or <code>]</code> in the file path (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12715">#12715</a>)</li> <li>Split <code>:has</code> rules when using <code>experimental.optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12736">#12736</a>)</li> <li>Sort arbitrary properties alphabetically across multiple class lists (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12911">#12911</a>)</li> <li>Add <code>mix-blend-plus-darker</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12923">#12923</a>)</li> <li>Ensure dashes are allowed in variant modifiers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13303">#13303</a>)</li> <li>Fix crash showing completions in Intellisense when using a custom separator (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13306">#13306</a>)</li> <li>Transpile <code>import.meta.url</code> in config files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13322">#13322</a>)</li> <li>Reset letter spacing for form elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13150">#13150</a>)</li> <li>Fix missing <code>xx-large</code> and remove double <code>x-large</code> absolute size (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13324">#13324</a>)</li> <li>Don't error when encountering nested CSS unless trying to <code>@apply</code> a class that uses nesting (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13325">#13325</a>)</li> <li>Ensure that arbitrary properties respect <code>important</code> configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13353">#13353</a>)</li> <li>Change dark mode selector so <code>@apply</code> works correctly with pseudo elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13379">#13379</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.3/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.3] - 2024-03-27</h2> <h3>Fixed</h3> <ul> <li>Revert changes to glob handling (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13384">#13384</a>)</li> </ul> <h2>[3.4.2] - 2024-03-27</h2> <h3>Fixed</h3> <ul> <li>Ensure max specificity of <code>0,0,1</code> for button and input Preflight rules (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12735">#12735</a>)</li> <li>Improve glob handling for folders with <code>(</code>, <code>)</code>, <code>[</code> or <code>]</code> in the file path (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12715">#12715</a>)</li> <li>Split <code>:has</code> rules when using <code>experimental.optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12736">#12736</a>)</li> <li>Sort arbitrary properties alphabetically across multiple class lists (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12911">#12911</a>)</li> <li>Add <code>mix-blend-plus-darker</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12923">#12923</a>)</li> <li>Ensure dashes are allowed in variant modifiers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13303">#13303</a>)</li> <li>Fix crash showing completions in Intellisense when using a custom separator (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13306">#13306</a>)</li> <li>Transpile <code>import.meta.url</code> in config files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13322">#13322</a>)</li> <li>Reset letter spacing for form elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13150">#13150</a>)</li> <li>Fix missing <code>xx-large</code> and remove double <code>x-large</code> absolute size (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13324">#13324</a>)</li> <li>Don't error when encountering nested CSS unless trying to <code>@apply</code> a class that uses nesting (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13325">#13325</a>)</li> <li>Ensure that arbitrary properties respect <code>important</code> configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13353">#13353</a>)</li> <li>Change dark mode selector so <code>@apply</code> works correctly with pseudo elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13379">#13379</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f1f419a9ecfcd00a2001ee96ab252739fca47564"><code>f1f419a</code></a> 3.4.3</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e6c1082823abb7bc7960fe7ff7fb698498c878d8"><code>e6c1082</code></a> Revert changes to glob handling (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13384">#13384</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8430d8b5207c2d3d3a6f71621e5df9d7d040a5b4"><code>8430d8b</code></a> 3.4.2</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8b4a2a6770c2dee5d7c21a73c7f6657d7bee21b2"><code>8b4a2a6</code></a> Change dark selector so <code>@apply</code> works correctly with pseudo elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13379">#13379</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/97607f1cfb30103db96747c9b9e50fefa117fbb4"><code>97607f1</code></a> Ensure that arbitrary properties respect <code>important</code> configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13353">#13353</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/c033f106bc855540bec6dd5b48f4d3c325182e9e"><code>c033f10</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/bda84210d6afb4fa644fb74646686843c5cb757d"><code>bda8421</code></a> Only detect nesting when using <code>@apply</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13325">#13325</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3ba51d14c7d8b8661b875d388eda42095dfc0db6"><code>3ba51d1</code></a> Remove leading space in <code>box-shadow</code>'s <code>addDefaults</code> call (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13334">#13334</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/a53d854d1d5b87db4ed1916bf0aee964b052c410"><code>a53d854</code></a> Fix missing <code>xx-large</code> and remove double <code>x-large</code> absolute size (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13324">#13324</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ea90d3a81cf78957bc44f580f8e0c95fc06dfaee"><code>ea90d3a</code></a> Reset letter spacing for form elements (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13150">#13150</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.3">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.4.2 to 5.4.4 <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.4.4</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">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.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed issues query for Typescript 5.4.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+">fixed issues query for Typescript 5.4.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+">fixed issues query for Typescript 5.4.3 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+">fixed issues query for Typescript 5.4.4 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.4.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">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.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed issues query for Typescript 5.4.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+">fixed issues query for Typescript 5.4.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+">fixed issues query for Typescript 5.4.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <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/8eb3367164dd9cdc9c0b85424ed39ab28eff2312"><code>8eb3367</code></a> Bump version to 5.4.4 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/de9096b42b052ffabbf2b46b573557e7c2eb259d"><code>de9096b</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57871">#57871</a> (Divide-and-conquer strategy for int...) into release-5.4 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/06aae9839d7160c2aff8c3f14b9f1f2d3e76c2d4"><code>06aae98</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57973">#57973</a> (Compare package.json paths with cor...) into release-5.4 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6d8134e5afe0661ff97f2ad1f0e0341087d58908"><code>6d8134e</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57637">#57637</a> (Fixed a regression related to deter...) into release-5.4 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1c25c7fb552eb098cfe326ce369d83daea4ae0fa"><code>1c25c7f</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57968">#57968</a> (Normalize slashes for paths in watc...) into release-5.4 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/3caec2caefe2e82bab06ab5fbc0ee9b07ea77e9d"><code>3caec2c</code></a> Cherry pick PR 57887 into release-5.4 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/57898">#57898</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/896947e3937ec6384b9a07f7b73dfe64219d1397"><code>896947e</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57938">#57938</a> (Directories dont check modified tim...) into release-5.4 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/521d3fb2d19d0b2787a49920d4f743aa12c2ebfd"><code>521d3fb</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57950">#57950</a> (Watch events enhancements) into release-5.4 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/57967">#57967</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6ea273cdcca99db809074d2b2d38d0e5b59ee81b"><code>6ea273c</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/cd06f92c43eede05731cc0592bcb4ee7fe4d38cc"><code>cd06f92</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/57853">#57853</a> (Revert PR 56161) into release-5.4 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/57854">#57854</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.4">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.1.6 to 5.2.8 <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.2.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.2.3/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.2.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.2.2/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.2.1</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.2.1/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>create-vite@5.2.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.2.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><!-- raw HTML omitted -->5.2.8 (2024-04-03)<!-- raw HTML omitted --></h2> <ul> <li>fix: csp nonce injection when no closing tag (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16281">#16281</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16282">#16282</a>) (<a href="https://github.com/vitejs/vite/commit/3c85c6b">3c85c6b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16281">#16281</a> <a href="https://redirect.github.com/vitejs/vite/issues/16282">#16282</a></li> <li>fix: do not access document in <code>/@vite/client</code> when not defined (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16318">#16318</a>) (<a href="https://github.com/vitejs/vite/commit/646319c">646319c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16318">#16318</a></li> <li>fix: fix sourcemap when using object as <code>define</code> value (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15805">#15805</a>) (<a href="https://github.com/vitejs/vite/commit/445c4f2">445c4f2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15805">#15805</a></li> <li>fix(css): unknown file error happened with lightningcss (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16306">#16306</a>) (<a href="https://github.com/vitejs/vite/commit/01af308">01af308</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16306">#16306</a></li> <li>fix(hmr): multiple updates happened when invalidate is called while multiple tabs open (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16307">#16307</a>) (<a href="https://github.com/vitejs/vite/commit/21cc10b">21cc10b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16307">#16307</a></li> <li>fix(scanner): duplicate modules for same id if glob is used in html-like types (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16305">#16305</a>) (<a href="https://github.com/vitejs/vite/commit/eca68fa">eca68fa</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16305">#16305</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16325">#16325</a>) (<a href="https://github.com/vitejs/vite/commit/a78e265">a78e265</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16325">#16325</a></li> <li>refactor: use types from sass instead of <code>@​types/sass</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16340">#16340</a>) (<a href="https://github.com/vitejs/vite/commit/4581e83">4581e83</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16340">#16340</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.7 (2024-03-29)<!-- raw HTML omitted --></h2> <ul> <li>chore: deprecate splitVendorChunkPlugin (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16274">#16274</a>) (<a href="https://github.com/vitejs/vite/commit/45a06da">45a06da</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16274">#16274</a></li> <li>fix: skip injecting <code>__vite__mapDeps</code> when it's not used (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16271">#16271</a>) (<a href="https://github.com/vitejs/vite/commit/890538a">890538a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16271">#16271</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16258">#16258</a>) (<a href="https://github.com/vitejs/vite/commit/7caef42">7caef42</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16258">#16258</a></li> <li>fix(hmr): don't mutate module graph when collecting modules (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16302">#16302</a>) (<a href="https://github.com/vitejs/vite/commit/dfffea1">dfffea1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16302">#16302</a></li> <li>fix(hmr): trigger hmr for missing file import errored module after file creation (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16303">#16303</a>) (<a href="https://github.com/vitejs/vite/commit/ffedc06">ffedc06</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16303">#16303</a></li> <li>fix(sourcemap): don't warn even if the sourcesContent is an empty string (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16273">#16273</a>) (<a href="https://github.com/vitejs/vite/commit/24e376a">24e376a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16273">#16273</a></li> <li>feat(hmr): reload when HTML file is created/deleted (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16288">#16288</a>) (<a href="https://github.com/vitejs/vite/commit/1f53796">1f53796</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16288">#16288</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.6 (2024-03-24)<!-- raw HTML omitted --></h2> <ul> <li>fix: <code>fs.deny</code> with globs with directories (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16250">#16250</a>) (<a href="https://github.com/vitejs/vite/commit/ba5269c">ba5269c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16250">#16250</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.5 (2024-03-24)<!-- raw HTML omitted --></h2> <ul> <li>fix: avoid SSR requests in waitForRequestIdle (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16246">#16246</a>) (<a href="https://github.com/vitejs/vite/commit/7093f77">7093f77</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16246">#16246</a></li> <li>docs: clarify enforce vs hook.order (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16226">#16226</a>) (<a href="https://github.com/vitejs/vite/commit/3a73e48">3a73e48</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16226">#16226</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.4 (2024-03-23)<!-- raw HTML omitted --></h2> <ul> <li>fix: dont resolve imports with malformed URI (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16244">#16244</a>) (<a href="https://github.com/vitejs/vite/commit/fbf69d5">fbf69d5</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16244">#16244</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.3 (2024-03-22)<!-- raw HTML omitted --></h2> <ul> <li>fix: handle warmup request error correctly (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16223">#16223</a>) (<a href="https://github.com/vitejs/vite/commit/d7c5256">d7c5256</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16223">#16223</a></li> <li>fix: skip encode if is data uri (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16233">#16233</a>) (<a href="https://github.com/vitejs/vite/commit/8617e76">8617e76</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16233">#16233</a></li> <li>fix(optimizer): fix <code>optimizeDeps.include</code> glob syntax for <code>./*</code> exports (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16230">#16230</a>) (<a href="https://github.com/vitejs/vite/commit/f184c80">f184c80</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16230">#16230</a></li> <li>fix(runtime): fix sourcemap with <code>prepareStackTrace</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16220">#16220</a>) (<a href="https://github.com/vitejs/vite/commit/dad7f4f">dad7f4f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16220">#16220</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/8b8d4024fb07a96e7a6707dbdc1a08c40f397eb9"><code>8b8d402</code></a> release: v5.2.8</li> <li><a href="https://github.com/vitejs/vite/commit/646319cc845f24a12ac5f8f6d176597a5bf66fd3"><code>646319c</code></a> fix: do not access document in <code>/@vite/client</code> when not defined (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16318">#16318</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/445c4f21583334edb37c7b32a1474903a0852b01"><code>445c4f2</code></a> fix: fix sourcemap when using object as <code>define</code> value (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15805">#15805</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a78e265822ebf06c5775c2083ee345e974488c6b"><code>a78e265</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16325">#16325</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4581e8371d0c2481e859f4496f928d1dcacd3a9d"><code>4581e83</code></a> refactor: use types from sass instead of <code>@​types/sass</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16340">#16340</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3c85c6b52edbae22cf812e72680d210a644d9313"><code>3c85c6b</code></a> fix: csp nonce injection when no closing tag (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16281">#16281</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16282">#16282</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/21cc10bfda99a5818bfd709beff260e72b4b4ec5"><code>21cc10b</code></a> fix(hmr): multiple updates happened when invalidate is called while multiple ...</li> <li><a href="https://github.com/vitejs/vite/commit/01af308dfd271df604a3fc9e9b3a9fcc2063e5d8"><code>01af308</code></a> fix(css): unknown file error happened with lightningcss (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16306">#16306</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/eca68fa942818b69d08eae4dceaf46a330684a5e"><code>eca68fa</code></a> fix(scanner): duplicate modules for same id if glob is used in html-like type...</li> <li><a href="https://github.com/vitejs/vite/commit/ad246da9897dc90b05ddc23ef96ae14ff490c7c9"><code>ad246da</code></a> release: v5.2.7</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.2.8/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 1.3.1 to 1.4.0 <details> <summary>Release notes</summary> <p><em>Sou... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-14 13:41:53 -04:00
"@tsconfig/svelte": "^5.0.4",
build(deps-dev): bump the frontend-deps group with 5 updates (#559) Bumps the frontend-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.0.5` | `2.1.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.10` | `3.4.11` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.3` | `5.4.6` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.1` | Updates `@vitest/coverage-v8` 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-v8</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-v8/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-v8/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-v8/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/91dea8c1461acf223fc514fc259012577ea72945"><code>91dea8c</code></a> fix(coverage): v8 to warn instead of crash when conversion fails (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6318">#6318</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1f6cb59f1346238e5d113167b21d69032cd65088"><code>1f6cb59</code></a> fix(coverage): v8 to support source maps with multiple sources (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6120">#6120</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.45 to 8.4.47 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.47</h2> <ul> <li>Removed debug code.</li> </ul> <h2>8.4.46</h2> <ul> <li>Fixed <code>Cannot read properties of undefined (reading 'before')</code>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.47</h2> <ul> <li>Removed debug code.</li> </ul> <h2>8.4.46</h2> <ul> <li>Fixed <code>Cannot read properties of undefined (reading 'before')</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/5e6fd1302d2cc9a844ac99282b2b7745e4ac0ed3"><code>5e6fd13</code></a> Release 8.4.47 version</li> <li><a href="https://github.com/postcss/postcss/commit/714bc10258bfa96be26bc201d218c67df09da82c"><code>714bc10</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/439d20e651098d9d16d31ede62df6f7916925e91"><code>439d20e</code></a> Release 8.4.46 version</li> <li><a href="https://github.com/postcss/postcss/commit/b93582f68e1f4796618cfef3377a10198a5af800"><code>b93582f</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/c51e46767d1b76d91ab3ba3b19e4b43b847755b8"><code>c51e467</code></a> Fix error on inserting node without raws in some cases</li> <li><a href="https://github.com/postcss/postcss/commit/829ae47d6bf7a58a84a7633d9e4e45e2eb7a375a"><code>829ae47</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/5aaaec2214117e353962f8d862a31ba0211e0f8b"><code>5aaaec2</code></a> Update remaining workflow jobs to use latest version of actions (<a href="https://redirect.github.com/postcss/postcss/issues/1968">#1968</a>)</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.4.45...8.4.47">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.10 to 3.4.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.11</h2> <h3>Fixed</h3> <ul> <li>Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393">#14393</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.11/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.11] - 2024-09-11</h2> <h3>Fixed</h3> <ul> <li>Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393">#14393</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/818d10ab8461e682a185475dd4718e741103a4e3"><code>818d10a</code></a> 3.4.11</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8dd9246a87a5c5fc3b68bb2b6742980a0e588138"><code>8dd9246</code></a> update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/6d9ae82ba341eed7b0e608e3fac2036fe825c958"><code>6d9ae82</code></a> Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14393">#14393</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.3 to 5.4.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.6 (2024-09-16)<!-- raw HTML omitted --></h2> <ul> <li>fix: avoid DOM Clobbering gadget in <code>getRelativeUrlFromDocument</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>) (<a href="https://github.com/vitejs/vite/commit/179b17773cf35c73ddb041f9e6c703fd9f3126af">179b177</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18115">#18115</a></li> <li>fix: fs raw query (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>) (<a href="https://github.com/vitejs/vite/commit/6820bb3b9a54334f3268fc5ee1e967d2e1c0db34">6820bb3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18112">#18112</a></li> </ul> <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/f9691767ad763720065cc7c5c7f369f97b4e7ea8"><code>f969176</code></a> release: v5.4.6</li> <li><a href="https://github.com/vitejs/vite/commit/179b17773cf35c73ddb041f9e6c703fd9f3126af"><code>179b177</code></a> fix: avoid DOM Clobbering gadget in <code>getRelativeUrlFromDocument</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6820bb3b9a54334f3268fc5ee1e967d2e1c0db34"><code>6820bb3</code></a> fix: fs raw query (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>)</li> <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.6/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-16 23:51:30 -04:00
"@vitest/coverage-v8": "^2.1.1",
"ansi-to-span": "^0.0.1",
build(deps-dev): bump the frontend-deps group with 6 updates (#532) Bumps the frontend-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [@iconify-json/ic](https://github.com/iconify/icon-sets) | `1.1.17` | `1.1.18` | | [@iconify-json/mdi](https://github.com/iconify/icon-sets) | `1.1.67` | `1.1.68` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.0.4` | `2.0.5` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` | | [flowbite](https://github.com/themesberg/flowbite) | `2.4.1` | `2.5.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.4` | `2.0.5` | Updates `@iconify-json/ic` from 1.1.17 to 1.1.18 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iconify/icon-sets/commit/48a3f17f15cec2f4a100e705cb58e6c7bb769ef0"><code>48a3f17</code></a> Update IonIcons, Material Design Icons, Simple Icons</li> <li>See full diff in <a href="https://github.com/iconify/icon-sets/compare/1.1.17...1.1.18">compare view</a></li> </ul> </details> <br /> Updates `@iconify-json/mdi` from 1.1.67 to 1.1.68 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iconify/icon-sets/commit/a8de9d5146a49141b8e969ee32b72a3cf10ffd02"><code>a8de9d5</code></a> Update Material Design Icons</li> <li>See full diff in <a href="https://github.com/iconify/icon-sets/compare/1.1.67...1.1.68">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 2.0.4 to 2.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v2.0.5</h2> <h3>   🚀 Features</h3> <ul> <li>Introduce experimental reported tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6149">vitest-dev/vitest#6149</a> <a href="https://github.com/vitest-dev/vitest/commit/13d85bd1"><!-- raw HTML omitted -->(13d85)<!-- raw HTML omitted --></a> <ul> <li>This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!</li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Show a difference between string characters if both values are strings  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6191">vitest-dev/vitest#6191</a> <a href="https://github.com/vitest-dev/vitest/commit/291766d7"><!-- raw HTML omitted -->(29176)<!-- raw HTML omitted --></a></li> <li><code>testNamePattern</code> adds leading space  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6186">vitest-dev/vitest#6186</a> <a href="https://github.com/vitest-dev/vitest/commit/073a50c9"><!-- raw HTML omitted -->(073a5)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't bundle <code>afterEach</code> cleanup hooks in node entrypoint  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6192">vitest-dev/vitest#6192</a> <a href="https://github.com/vitest-dev/vitest/commit/e6fbc620"><!-- raw HTML omitted -->(e6fbc)<!-- raw HTML omitted --></a></li> <li>UserEvent.setup initiates a separate state for userEvent instance  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6088">vitest-dev/vitest#6088</a> <a href="https://github.com/vitest-dev/vitest/commit/883f3482"><!-- raw HTML omitted -->(883f3)<!-- raw HTML omitted --></a></li> <li>Correctly import optimized module in vi.importActual  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6219">vitest-dev/vitest#6219</a> <a href="https://github.com/vitest-dev/vitest/commit/804ff2fd"><!-- raw HTML omitted -->(804ff)<!-- raw HTML omitted --></a></li> <li>Passing options to hover/unhover  -  by <a href="https://github.com/MNeverOff"><code>@​MNeverOff</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6175">vitest-dev/vitest#6175</a> <a href="https://github.com/vitest-dev/vitest/commit/d4c005bc"><!-- raw HTML omitted -->(d4c00)<!-- raw HTML omitted --></a></li> <li>Improve unique CSS selector generation  -  by <a href="https://github.com/zacharyvoase"><code>@​zacharyvoase</code></a> and <strong>Zack Voase</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6243">vitest-dev/vitest#6243</a> <a href="https://github.com/vitest-dev/vitest/commit/e7acd0cf"><!-- raw HTML omitted -->(e7acd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Remove nuxt from auto inline deps  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/93882f38"><!-- raw HTML omitted -->(93882)<!-- raw HTML omitted --></a></li> <li>Improve <code>defineProject</code> and <code>defineWorkspace</code> types  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6198">vitest-dev/vitest#6198</a> <a href="https://github.com/vitest-dev/vitest/commit/8cd8272b"><!-- raw HTML omitted -->(8cd82)<!-- raw HTML omitted --></a></li> <li>Correctly resolve mocked <code>node:*</code> imports in <code>__mocks__</code> folder  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6204">vitest-dev/vitest#6204</a> <a href="https://github.com/vitest-dev/vitest/commit/a48be6ff"><!-- raw HTML omitted -->(a48be)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>web-worker</strong>: <ul> <li>Expose globals on self  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6170">vitest-dev/vitest#6170</a> <a href="https://github.com/vitest-dev/vitest/commit/12bb567e"><!-- raw HTML omitted -->(12bb5)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/99452a712c83e4e90a8afd5675e6573e1c22a43a"><code>99452a7</code></a> chore: release v2.0.5</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `autoprefixer` from 10.4.19 to 10.4.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.20</h2> <ul> <li>Fixed <code>fit-content</code> prefix for Firefox.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.20</h2> <ul> <li>Fixed <code>fit-content</code> prefix for Firefox.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/dae6eb465da5640bb03ecda8b6d6b73e9ba26429"><code>dae6eb4</code></a> Release 10.4.20 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/ee43652953044be536fbec3b79c15e28798f49fc"><code>ee43652</code></a> Fix fit-content for Firefox</li> <li><a href="https://github.com/postcss/autoprefixer/commit/cf808243ce6eef1087ddedfd0e1bfca3af6db9c8"><code>cf80824</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/49d5ec656a38188f05c69d621242512891b61c68"><code>49d5ec6</code></a> Move to pnpm 9</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20">compare view</a></li> </ul> </details> <br /> Updates `flowbite` from 2.4.1 to 2.5.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite/releases">flowbite's releases</a>.</em></p> <blockquote> <h2>v2.5.1</h2> <ul> <li>fix plugin import error from the config file</li> </ul> <h2>v2.5.0</h2> <ul> <li>added new DataTable plugin and examples</li> <li>minor bug fixes and improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite/commit/362ad079dc33af797f688aa8e84d77d2b4af7e17"><code>362ad07</code></a> chore(version): update to <code>v2.5.1</code></li> <li><a href="https://github.com/themesberg/flowbite/commit/b30fd485550c24946dbc59967ce456e0ca4cc4ec"><code>b30fd48</code></a> fix(plugin): remove import</li> <li><a href="https://github.com/themesberg/flowbite/commit/878ced1b622d1c48fece24bfbc4cd0064941bea6"><code>878ced1</code></a> docs(datatables): add to readme</li> <li><a href="https://github.com/themesberg/flowbite/commit/09105b842958c181d52562444b43351e1059acf7"><code>09105b8</code></a> chore(version): bump to <code>2.5.0</code></li> <li><a href="https://github.com/themesberg/flowbite/commit/70411d572a4e8a8abc36ecf48f84056067404201"><code>70411d5</code></a> docs(datatables): add docs for js init, options, and methods</li> <li><a href="https://github.com/themesberg/flowbite/commit/fc26a5e4c93708882e7cb6a3b10c148b26edb0aa"><code>fc26a5e</code></a> feat(datatables): finish coding the dropdowns for exporting</li> <li><a href="https://github.com/themesberg/flowbite/commit/bab0a3317fcddb65981702ab8d3d7a2f1820be07"><code>bab0a33</code></a> feat(datatables): inject export dropdown button inside table header</li> <li><a href="https://github.com/themesberg/flowbite/commit/f842793de98c8c2fbd095d8a74afd57b16ce1a34"><code>f842793</code></a> feat(datatables): add basic export files feature</li> <li><a href="https://github.com/themesberg/flowbite/commit/e56f601069e3a4fd308ad8e9995fdbe5c655ee5e"><code>e56f601</code></a> docs(datatables): finish row selection example and docs</li> <li><a href="https://github.com/themesberg/flowbite/commit/ba771d47389c8fdd078f17448351e71c8e704b27"><code>ba771d4</code></a> feat(datatables): add row selection example</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite/compare/v2.4.1...v2.5.1">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 2.0.4 to 2.0.5 <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.0.5</h2> <h3>   🚀 Features</h3> <ul> <li>Introduce experimental reported tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6149">vitest-dev/vitest#6149</a> <a href="https://github.com/vitest-dev/vitest/commit/13d85bd1"><!-- raw HTML omitted -->(13d85)<!-- raw HTML omitted --></a> <ul> <li>This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!</li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Show a difference between string characters if both values are strings  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6191">vitest-dev/vitest#6191</a> <a href="https://github.com/vitest-dev/vitest/commit/291766d7"><!-- raw HTML omitted -->(29176)<!-- raw HTML omitted --></a></li> <li><code>testNamePattern</code> adds leading space  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6186">vitest-dev/vitest#6186</a> <a href="https://github.com/vitest-dev/vitest/commit/073a50c9"><!-- raw HTML omitted -->(073a5)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't bundle <code>afterEach</code> cleanup hooks in node entrypoint  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6192">vitest-dev/vitest#6192</a> <a href="https://github.com/vitest-dev/vitest/commit/e6fbc620"><!-- raw HTML omitted -->(e6fbc)<!-- raw HTML omitted --></a></li> <li>UserEvent.setup initiates a separate state for userEvent instance  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6088">vitest-dev/vitest#6088</a> <a href="https://github.com/vitest-dev/vitest/commit/883f3482"><!-- raw HTML omitted -->(883f3)<!-- raw HTML omitted --></a></li> <li>Correctly import optimized module in vi.importActual  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6219">vitest-dev/vitest#6219</a> <a href="https://github.com/vitest-dev/vitest/commit/804ff2fd"><!-- raw HTML omitted -->(804ff)<!-- raw HTML omitted --></a></li> <li>Passing options to hover/unhover  -  by <a href="https://github.com/MNeverOff"><code>@​MNeverOff</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6175">vitest-dev/vitest#6175</a> <a href="https://github.com/vitest-dev/vitest/commit/d4c005bc"><!-- raw HTML omitted -->(d4c00)<!-- raw HTML omitted --></a></li> <li>Improve unique CSS selector generation  -  by <a href="https://github.com/zacharyvoase"><code>@​zacharyvoase</code></a> and <strong>Zack Voase</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6243">vitest-dev/vitest#6243</a> <a href="https://github.com/vitest-dev/vitest/commit/e7acd0cf"><!-- raw HTML omitted -->(e7acd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Remove nuxt from auto inline deps  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/93882f38"><!-- raw HTML omitted -->(93882)<!-- raw HTML omitted --></a></li> <li>Improve <code>defineProject</code> and <code>defineWorkspace</code> types  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6198">vitest-dev/vitest#6198</a> <a href="https://github.com/vitest-dev/vitest/commit/8cd8272b"><!-- raw HTML omitted -->(8cd82)<!-- raw HTML omitted --></a></li> <li>Correctly resolve mocked <code>node:*</code> imports in <code>__mocks__</code> folder  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6204">vitest-dev/vitest#6204</a> <a href="https://github.com/vitest-dev/vitest/commit/a48be6ff"><!-- raw HTML omitted -->(a48be)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>web-worker</strong>: <ul> <li>Expose globals on self  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6170">vitest-dev/vitest#6170</a> <a href="https://github.com/vitest-dev/vitest/commit/12bb567e"><!-- raw HTML omitted -->(12bb5)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/99452a712c83e4e90a8afd5675e6573e1c22a43a"><code>99452a7</code></a> chore: release v2.0.5</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9b9bdf79f2b6dddae0ec9296ffd0c6294644ad7c"><code>9b9bdf7</code></a> chore: remove unnecessary await (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6249">#6249</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/40dfad811d1dd9bbc0f17a0d00c966746b9ef164"><code>40dfad8</code></a> docs: add reported tasks docs (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6245">#6245</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/13d85bd19ab4b394ee01ebe03130dcf06568f0a1"><code>13d85bd</code></a> feat: introduce experimental reported tasks (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6149">#6149</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b76a9279125c53e85bb0ab31b62863fc67335fa2"><code>b76a927</code></a> refactor(vitest): move public exports to public folder (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6218">#6218</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/56dbfa66899d3c75163fa75788a0bfc03701b764"><code>56dbfa6</code></a> refactor: make a distinction between node and runtime types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6214">#6214</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a48be6ffc427aacccf19ed4c69d007fd0c7c8010"><code>a48be6f</code></a> fix(vitest): correctly resolve mocked node:* imports in <strong>mocks</strong> folder (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6204">#6204</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/3aab8a1ed680c8224f03a3a47c1ce6937a32eb89"><code>3aab8a1</code></a> refactor: deprecate all config types from the main Vitest entrypoint, introdu...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/57d23cec43422328b857dcf820f0f876dd87d48b"><code>57d23ce</code></a> docs: fix inconsistencies, remove low informative twoslash examples (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6200">#6200</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8cd8272bf450ac73382b1dc5b90aa91feb0adcec"><code>8cd8272</code></a> fix(vitest): improve <code>defineProject</code> and <code>defineWorkspace</code> types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6198">#6198</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.0.5/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-08-06 23:56:18 -04:00
"autoprefixer": "^10.4.20",
build(deps): bump the frontend-deps group with 16 updates (#427) Bumps the frontend-deps group with 16 updates: | Package | From | To | | --- | --- | --- | | [country-flag-emoji-polyfill](https://github.com/talkjs/country-flag-emoji-polyfill) | `0.1.5` | `0.1.8` | | [@iconify-json/mdi](https://github.com/iconify/icon-sets) | `1.1.63` | `1.1.64` | | [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.0.1` | `3.0.2` | | [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `4.0.5` | `4.1.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.1.0` | `1.2.2` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` | | [classnames](https://github.com/JedWatson/classnames) | `2.3.3` | `2.5.1` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.44.21` | `0.44.22` | | [jsdom](https://github.com/jsdom/jsdom) | `23.0.1` | `24.0.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.32` | `8.4.33` | | [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.8` | `4.2.9` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.0` | `3.4.1` | | [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.18.1` | `0.18.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.10` | `5.0.12` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.1.0` | `1.2.2` | Updates `country-flag-emoji-polyfill` from 0.1.5 to 0.1.8 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/talkjs/country-flag-emoji-polyfill/blob/master/CHANGELOG.md">country-flag-emoji-polyfill's changelog</a>.</em></p> <blockquote> <h2>0.1.8</h2> <ul> <li>Fix NPM publish mistake which didn't include the TwemojiCountryFlags.woff2 font file</li> <li>No code changes</li> </ul> <h2>0.1.7</h2> <ul> <li>Change package.json such that, hopefully, it works better in everybody's build setup (notably the TypeScript types). Thanks <a href="https://github.com/DanielleHuisman"><code>@​DanielleHuisman</code></a> for PR <a href="https://redirect.github.com/talkjs/country-flag-emoji-polyfill/issues/13">#13</a>.</li> <li>Switch to unbuild to enable the above.</li> <li>Add this changelog.</li> </ul> <h2>0.1.6</h2> <p>Sorry I forgot, please see the commit history.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/talkjs/country-flag-emoji-polyfill/commits">compare view</a></li> </ul> </details> <br /> Updates `@iconify-json/mdi` from 1.1.63 to 1.1.64 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iconify/icon-sets/commit/0e8c79ddf14ec5d405b670db100a9ff35bb469ac"><code>0e8c79d</code></a> Update IonIcons</li> <li>See full diff in <a href="https://github.com/iconify/icon-sets/compare/1.1.63...1.1.64">compare view</a></li> </ul> </details> <br /> Updates `@sveltejs/vite-plugin-svelte` from 3.0.1 to 3.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/releases"><code>@​sveltejs/vite-plugin-svelte</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​sveltejs/vite-plugin-svelte</code><a href="https://github.com/3"><code>@​3</code></a>.0.2</h2> <h3>Patch Changes</h3> <ul> <li>fix(compile): correctly determine script lang in files where a comment precedes the script tag (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/844">#844</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md"><code>@​sveltejs/vite-plugin-svelte</code>'s changelog</a>.</em></p> <blockquote> <h2>3.0.2</h2> <h3>Patch Changes</h3> <ul> <li>fix(compile): correctly determine script lang in files where a comment precedes the script tag (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/844">#844</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/e04c9a86f6a8cbc8445139bf0ad04b04c9bda633"><code>e04c9a8</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/845">#845</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/a0063554bf846977a7b87df1aee7094e5e85e7c1"><code>a006355</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/842">#842</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/e95d863cc06881770a89948180ac53692f911f20"><code>e95d863</code></a> fix: correctly detect script language during compilation (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/844">#844</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/d5a6dad8da2da3e505433e1290e9f2aa9bb82d4e"><code>d5a6dad</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/833">#833</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/833d66cee57a0ec7cbfcf29b23796988dfdc7cf3"><code>833d66c</code></a> chore: update to SvelteKit 2 (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/831">#831</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/4a8d590b540cb91dde34a7162de3933e46106f0b"><code>4a8d590</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/823">#823</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/ee0aa51e4a484f3b7e5e8b3563f6dc9cb6c89c8d"><code>ee0aa51</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/821">#821</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/aca75344e34b90dd7aff8cf7f42231702ea93a03"><code>aca7534</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/818">#818</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/2510174305a1d960d46b726a1b41f3be745348b0"><code>2510174</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/815">#815</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@3.0.2/packages/vite-plugin-svelte">compare view</a></li> </ul> </details> <br /> Updates `@testing-library/svelte` from 4.0.5 to 4.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/svelte-testing-library/releases"><code>@​testing-library/svelte</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.0</h2> <h1><a href="https://github.com/testing-library/svelte-testing-library/compare/v4.0.6...v4.1.0">4.1.0</a> (2024-01-27)</h1> <h3>Features</h3> <ul> <li><strong>vitest:</strong> add vitest cleanup export (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/294">#294</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/ee1b1f791792bfc2a1598867a076bc516c180524">ee1b1f7</a>)</li> </ul> <h2>v4.0.6</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v4.0.5...v4.0.6">4.0.6</a> (2024-01-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> correct type annotation for <code>act</code> (<a href="https://github.com/testing-library/svelte-testing-library/commit/38f75184e47bfe43a02a77ccfe6aa8a89eff7965">38f7518</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/ee1b1f791792bfc2a1598867a076bc516c180524"><code>ee1b1f7</code></a> feat(vitest): add vitest cleanup export (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/294">#294</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/16a7a4b187db59cbdabcff1ce686b40dc01c6524"><code>16a7a4b</code></a> chore: fix linting, formatting, and git hooks configs (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/291">#291</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/9bd2f39eef0a9c37ef7c05a4dcf0e749a65ac8fa"><code>9bd2f39</code></a> Merge pull request <a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/287">#287</a> from testing-library/gh209-setContext</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/9fdce658feee98b5e5ddf94b4fb62f2daa3889e4"><code>9fdce65</code></a> Merge pull request <a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/289">#289</a> from testing-library/simplify-act</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/f5121e169f4b1bafe39c4193270cdc862b532519"><code>f5121e1</code></a> chore: simplify implementation of act</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/9ef86c7258337a8a9267dd96bdf320bfae9ecd38"><code>9ef86c7</code></a> Merge pull request <a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/288">#288</a> from mcous/fix-134</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/38f75184e47bfe43a02a77ccfe6aa8a89eff7965"><code>38f7518</code></a> fix(types): correct type annotation for <code>act</code></li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/614b9b7ef4f9c741b4163b79372ec937f72788c3"><code>614b9b7</code></a> add new context test</li> <li>See full diff in <a href="https://github.com/testing-library/svelte-testing-library/compare/v4.0.5...v4.1.0">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 1.1.0 to 1.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v1.2.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>coverage</strong>: <ul> <li>Remove <code>coverage/.tmp</code> files after run  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5008">vitest-dev/vitest#5008</a> <a href="https://github.com/vitest-dev/vitest/commit/d53b8580"><!-- raw HTML omitted -->(d53b8)<!-- raw HTML omitted --></a></li> <li>Don't crash when re-run removes earlier run's reports  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5022">vitest-dev/vitest#5022</a> <a href="https://github.com/vitest-dev/vitest/commit/6689856f"><!-- raw HTML omitted -->(66898)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Improve <code>toThrow(asymmetricMatcher)</code> failure message  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5000">vitest-dev/vitest#5000</a> <a href="https://github.com/vitest-dev/vitest/commit/a199ac2d"><!-- raw HTML omitted -->(a199a)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>forks</strong>: <ul> <li>Set correct <code>VITEST_POOL_ID</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5002">vitest-dev/vitest#5002</a> <a href="https://github.com/vitest-dev/vitest/commit/7d0a4692"><!-- raw HTML omitted -->(7d0a4)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>threads</strong>: <ul> <li>Mention common work-around for the logged error  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5024">vitest-dev/vitest#5024</a> <a href="https://github.com/vitest-dev/vitest/commit/915d6c43"><!-- raw HTML omitted -->(915d6)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>typecheck</strong>: <ul> <li>Fix <code>ignoreSourceErrors</code> in run mode  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5044">vitest-dev/vitest#5044</a> <a href="https://github.com/vitest-dev/vitest/commit/6dae3feb"><!-- raw HTML omitted -->(6dae3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Provide import.meta.filename and dirname  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5011">vitest-dev/vitest#5011</a> <a href="https://github.com/vitest-dev/vitest/commit/73148575"><!-- raw HTML omitted -->(73148)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Expose getHooks &amp; setHooks  -  by <a href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5032">vitest-dev/vitest#5032</a> <a href="https://github.com/vitest-dev/vitest/commit/73448706"><!-- raw HTML omitted -->(73448)<!-- raw HTML omitted --></a></li> <li>Test deep dependencies change detection  -  by <a href="https://github.com/blake-newman"><code>@​blake-newman</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4934">vitest-dev/vitest#4934</a> <a href="https://github.com/vitest-dev/vitest/commit/9c7c0fc9"><!-- raw HTML omitted -->(9c7c0)<!-- raw HTML omitted --></a></li> <li>Throw an error if vi.mock is exported  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5034">vitest-dev/vitest#5034</a> <a href="https://github.com/vitest-dev/vitest/commit/253df1cc"><!-- raw HTML omitted -->(253df)<!-- raw HTML omitted --></a></li> <li>Allow <code>useFakeTimers</code> to fake <code>requestIdleCallback</code> on non browser  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5028">vitest-dev/vitest#5028</a> <a href="https://github.com/vitest-dev/vitest/commit/a9a486f2"><!-- raw HTML omitted -->(a9a48)<!-- raw HTML omitted --></a></li> <li>Support older NodeJS with async <code>import.meta.resolve</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5045">vitest-dev/vitest#5045</a> <a href="https://github.com/vitest-dev/vitest/commit/cf5641a9"><!-- raw HTML omitted -->(cf564)<!-- raw HTML omitted --></a></li> <li>Don't throw an error if mocked file was already imported  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5050">vitest-dev/vitest#5050</a> <a href="https://github.com/vitest-dev/vitest/commit/fff1a270"><!-- raw HTML omitted -->(fff1a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.2.1...v1.2.2">View changes on GitHub</a></h5> <h2>v1.2.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Apply inlined workspace config to browser mode vite server  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4947">vitest-dev/vitest#4947</a> <a href="https://github.com/vitest-dev/vitest/commit/db01f6c2"><!-- raw HTML omitted -->(db01f)<!-- raw HTML omitted --></a></li> <li>Fix browser testing url for https  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4855">vitest-dev/vitest#4855</a> <a href="https://github.com/vitest-dev/vitest/commit/6c1cc78b"><!-- raw HTML omitted -->(6c1cc)<!-- raw HTML omitted --></a></li> <li>Don't fail when calling vi.useFakeTimers  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4992">vitest-dev/vitest#4992</a> <a href="https://github.com/vitest-dev/vitest/commit/6c5fe49b"><!-- raw HTML omitted -->(6c5fe)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li><code>thresholds.autoUpdate</code> to work with arrow function configuration files  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4959">vitest-dev/vitest#4959</a> <a href="https://github.com/vitest-dev/vitest/commit/4b41131a"><!-- raw HTML omitted -->(4b411)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Implement chai inspect for <code>AsymmetricMatcher</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4942">vitest-dev/vitest#4942</a> <a href="https://github.com/vitest-dev/vitest/commit/06bae4dd"><!-- raw HTML omitted -->(06bae)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Externalize network imports  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4987">vitest-dev/vitest#4987</a> <a href="https://github.com/vitest-dev/vitest/commit/21f5744d"><!-- raw HTML omitted -->(21f57)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Handle single <code>await vi.hoisted</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4962">vitest-dev/vitest#4962</a> <a href="https://github.com/vitest-dev/vitest/commit/dcf2e9f2"><!-- raw HTML omitted -->(dcf2e)<!-- raw HTML omitted --></a></li> <li>Simplify hoist transform check regex to avoid expensive regex match  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4974">vitest-dev/vitest#4974</a> <a href="https://github.com/vitest-dev/vitest/commit/df0db6a9"><!-- raw HTML omitted -->(df0db)<!-- raw HTML omitted --></a></li> <li>Correctly find module if it has a version query  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4976">vitest-dev/vitest#4976</a> <a href="https://github.com/vitest-dev/vitest/commit/952c31df"><!-- raw HTML omitted -->(952c3)<!-- raw HTML omitted --></a></li> <li>Check color support for intercepted console logging  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4966">vitest-dev/vitest#4966</a> <a href="https://github.com/vitest-dev/vitest/commit/39a7169c"><!-- raw HTML omitted -->(39a71)<!-- raw HTML omitted --></a></li> <li>Use development/production conditions when resolving external modules  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4980">vitest-dev/vitest#4980</a> <a href="https://github.com/vitest-dev/vitest/commit/8877e22a"><!-- raw HTML omitted -->(8877e)<!-- raw HTML omitted --></a></li> <li>Throw a syntax error if vi.hoisted is directly exported  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4969">vitest-dev/vitest#4969</a> <a href="https://github.com/vitest-dev/vitest/commit/f8bff9ef"><!-- raw HTML omitted -->(f8bff)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.2.0...v1.2.1">View changes on GitHub</a></h5> <h2>v1.2.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/b1462a46561d06d477cc4cf1ba96787cb66a5cba"><code>b1462a4</code></a> chore: release v1.2.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/d53b85805d2a893276aaf19c9e746d13ad5174f2"><code>d53b858</code></a> fix(coverage): remove <code>coverage/.tmp</code> files after run (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5008">#5008</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/6421c2766c364a9dd37dabac432f792ff1ecc556"><code>6421c27</code></a> chore: release v1.2.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/4b41131af2ef9debb7e271852eb3831ed136e162"><code>4b41131</code></a> fix(coverage): <code>thresholds.autoUpdate</code> to work with arrow function configurat...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b561c3290de85c58daf7f062cfa0fc163425199e"><code>b561c32</code></a> chore: release v1.2.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/96dc6e9aaf08b4337ccd98d531d37f809312faf8"><code>96dc6e9</code></a> feat(coverage): custom reporter support (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/4828">#4828</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a73c1c2ca3a3ca93b317657b9328889434c36344"><code>a73c1c2</code></a> chore: release v1.1.3</li> <li><a href="https://github.com/vitest-dev/vitest/commit/be5a259d9cce3be4158dd91efb97f938a5f58659"><code>be5a259</code></a> chore: release v1.1.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c8abbc18e19ee36d3b6f981012ee561cc7aa7fc6"><code>c8abbc1</code></a> chore: release v1.1.1</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `autoprefixer` from 10.4.16 to 10.4.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.17</h2> <ul> <li>Fixed <code>user-select: contain</code> prefixes.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.17</h2> <ul> <li>Fixed <code>user-select: contain</code> prefixes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/46cd2cccabab8f829c6bde17eb47a856ebda9e84"><code>46cd2cc</code></a> Release 10.4.17 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/2738f72023caf5e64dcfdeb2e7cbda8ecb1eae18"><code>2738f72</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/b0a4007c49da09e23fa39cb0113fa61f46818962"><code>b0a4007</code></a> Fix user-select: contain</li> <li><a href="https://github.com/postcss/autoprefixer/commit/1db31f0e6d84664abc647e763b0229426e88cffe"><code>1db31f0</code></a> Update dependencies</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17">compare view</a></li> </ul> </details> <br /> Updates `classnames` from 2.3.3 to 2.5.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JedWatson/classnames/blob/main/HISTORY.md">classnames's changelog</a>.</em></p> <blockquote> <h2>v2.5.1 / 2023-12-29</h2> <ul> <li>Remove <code>workspaces</code> field from package (<a href="https://redirect.github.com/JedWatson/classnames/pull/350">#350</a>)</li> </ul> <h2>v2.5.0 / 2023-12-27</h2> <ul> <li>Restore ability to pass a TypeScript <code>interface</code> (<a href="https://redirect.github.com/JedWatson/classnames/pull/341">#341</a>)</li> <li>Add <code>exports</code> field to package (<a href="https://redirect.github.com/JedWatson/classnames/pull/342">#342</a>)</li> </ul> <h2>v2.4.0 / 2023-12-26</h2> <ul> <li>Use string concatenation to increase performance thanks <a href="https://github.com/jonkoops">Jon Koops</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/336">#336</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JedWatson/classnames/commit/2e3683264bab067d13938b5eb03a96391a089cb4"><code>2e36832</code></a> Prepare for release of version 2.5.1 (<a href="https://redirect.github.com/JedWatson/classnames/issues/351">#351</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/93314019575be682fe5fbace1f8004c11acc416a"><code>9331401</code></a> Remove benchmarks from workspace (<a href="https://redirect.github.com/JedWatson/classnames/issues/350">#350</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/ff6dd1e37a091a1463d1e1b4f158b1df1e34cd86"><code>ff6dd1e</code></a> Bump to the latest version (<a href="https://redirect.github.com/JedWatson/classnames/issues/347">#347</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/942db499b1d889cdb9da94f0c2e1d7de0cb629a7"><code>942db49</code></a> Add GitHub provenance for publishing (<a href="https://redirect.github.com/JedWatson/classnames/issues/345">#345</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/28ea73f9174bfa71675e954d01e6a1ac7baa6fe6"><code>28ea73f</code></a> Prepare for release of version 2.5.0 (<a href="https://redirect.github.com/JedWatson/classnames/issues/344">#344</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/dfeb7f3604afe20c27818d926a651e6c6fc8c664"><code>dfeb7f3</code></a> Fix URL for GIT repository in package (<a href="https://redirect.github.com/JedWatson/classnames/issues/343">#343</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/8a840eae0f829b2a5a8bf581e6d6337150be3f97"><code>8a840ea</code></a> Add <code>exports</code> field to package (<a href="https://redirect.github.com/JedWatson/classnames/issues/342">#342</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/ea8e8398a680acb0ab740d5d062794c71b43ea96"><code>ea8e839</code></a> Restore ability to pass TypeScript <code>interface</code> (<a href="https://redirect.github.com/JedWatson/classnames/issues/341">#341</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/930c74809e8eff73cf3924d0d986ca97ae350134"><code>930c748</code></a> Bump <code>classnames</code> to the latest version (<a href="https://redirect.github.com/JedWatson/classnames/issues/340">#340</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/d2d10f565e43c4f67cc4389dd2f2dcb5d1482633"><code>d2d10f5</code></a> Bump tsd from 0.30.0 to 0.30.1 (<a href="https://redirect.github.com/JedWatson/classnames/issues/339">#339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/JedWatson/classnames/compare/v2.3.3...v2.5.1">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.44.21 to 0.44.22 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/themesberg/flowbite-svelte/compare/v0.44.21...v0.44.22">0.44.22</a> (2024-01-12)</h3> <h3>Bug Fixes</h3> <ul> <li>1125 (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1195">#1195</a>) (<a href="https://github.com/themesberg/flowbite-svelte/commit/f0b3d9ce7fbfad3a5db93bffd680c028af1e3409">f0b3d9c</a>)</li> <li>1209 (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1210">#1210</a>) (<a href="https://github.com/themesberg/flowbite-svelte/commit/671a950d96bc2e96fb4d85a999f7317dd5b9fd4f">671a950</a>)</li> <li>sidebar md:block (<a href="https://github.com/themesberg/flowbite-svelte/commit/0bd2f012986fcdd2b925fe05e69f7114478ab440">0bd2f01</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/7156091b263e36465347f0000372262f50bb3cc3"><code>7156091</code></a> chore(release): 0.44.22</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/905b0ca14e32a774a51a8925cdbbcfaa058b44b1"><code>905b0ca</code></a> chore: format and lib-helpers</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/0bd2f012986fcdd2b925fe05e69f7114478ab440"><code>0bd2f01</code></a> fix: sidebar md:block</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/671a950d96bc2e96fb4d85a999f7317dd5b9fd4f"><code>671a950</code></a> fix: 1209 (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1210">#1210</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3e85e7e1bfe8fa328acf851523f0a4c7a6d7af30"><code>3e85e7e</code></a> card horizontal size fix (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1204">#1204</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/f096cea604e486bca73ae4fb4201c81c6c1512eb"><code>f096cea</code></a> avatar placeholder component removal (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1203">#1203</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/63b99bd009258e9ab7474bdb1cc144f0fac9b4a3"><code>63b99bd</code></a> ts fixes for mega-menu (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1202">#1202</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/a9dc6fffe80a16d3c60407d4271be77f0b7f6770"><code>a9dc6ff</code></a> fixes to toolbar (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1199">#1199</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/f0b3d9ce7fbfad3a5db93bffd680c028af1e3409"><code>f0b3d9c</code></a> fix: 1125 (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1195">#1195</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/7b5b47ac06c71477c20319aa5c670faff2dde848"><code>7b5b47a</code></a> clearinterval (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1194">#1194</a>)</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.44.21...v0.44.22">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 23.0.1 to 24.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 24.0.0</h2> <p>This release reverts our selector engine back to <a href="https://www.npmjs.com/nwsapi"><code>nwsapi</code></a>. As discussed in <a href="https://redirect.github.com/jsdom/jsdom/issues/3659">#3659</a>, the performance regressions from <a href="https://www.npmjs.com/package/@asamuzakjp/dom-selector"><code>@asamuzakjp/dom-selector</code></a> turned out to be higher than anticipated. In the future, we can revisit <code>@asamuzakjp/dom-selector</code> after it reaches <code>nwsapi</code>'s performance on the <a href="https://redirect.github.com/jsdom/jsdom/issues/3659#issuecomment-1890852609">two real-world benchmarks provided by the community</a>.</p> <p>Since reverting to <code>nwsapi</code> causes several functionality regressions, e.g. removing <code>:has()</code> support, we've decided to make this a major version.</p> <p>Additionally:</p> <ul> <li>Small fixes to edge-case behavior of the following properties: <code>input.maxLength</code>, <code>input.minLength</code>, <code>input.size</code>, <code>progress.max</code>, <code>tableCell.colSpan</code>, <code>tableCell.rowSpan</code>, <code>tableCol.span</code>, <code>textArea.cols</code>, <code>textArea.maxLength</code>, <code>textArea.minLength</code>, <code>textArea.rows</code>.</li> </ul> <h2>Version 23.2.0</h2> <p>This release switches our CSS selector engine from <a href="https://www.npmjs.com/nwsapi"><code>nwsapi</code></a> to <a href="https://www.npmjs.com/package/@asamuzakjp/dom-selector"><code>@asamuzakjp/dom-selector</code></a>. The new engine is more actively maintained, and supports many new selectors: see <a href="https://github.com/asamuzaK/domSelector#supported-css-selectors">the package's documentation</a> for the full list. It also works better with shadow trees.</p> <p>There is a potential of a performance regression due to this change. In our stress test benchmark, which runs most of <a href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selectors.large.css">these 273 selectors</a> against <a href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selector.html">this 128 KiB document</a>, the new engine completes the benchmark only 0.25x as fast. However, we're hopeful that in more moderate usage this will not be a significant issue. Any help speeding up <code>@asamuzakjp/dom-selector</code> is appreciated, and feel free to open an issue if this has had a significant impact on your project.</p> <h2>Version 23.1.0</h2> <ul> <li>Added an initial implementation of <code>ElementInternals</code>, including the <code>shadowRoot</code> getter and the string-valued ARIA properties. (zjffun)</li> <li>Added the string-valued ARIA attribute-reflecting properties to <code>Element</code>.</li> <li>Fixed <code>history.pushState()</code> and <code>history.replaceState()</code> to follow the latest specification, notably with regards to how they handle empty string inputs and what new URLs are possible.</li> <li>Fixed the <code>input.valueAsANumber</code> setter to handle <code>NaN</code> correctly. (alexandertrefz)</li> <li>Updated various dependencies, including <code>cssstyle</code> which contains several bug fixes.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>24.0.0</h2> <p>This release reverts our selector engine back to <a href="https://www.npmjs.com/nwsapi"><code>nwsapi</code></a>. As discussed in <a href="https://redirect.github.com/jsdom/jsdom/issues/3659">#3659</a>, the performance regressions from <a href="https://www.npmjs.com/package/@asamuzakjp/dom-selector"><code>@asamuzakjp/dom-selector</code></a> turned out to be higher than anticipated. In the future, we can revisit <code>@asamuzakjp/dom-selector</code> after it reaches <code>nwsapi</code>'s performance on the <a href="https://redirect.github.com/jsdom/jsdom/issues/3659#issuecomment-1890852609">two real-world benchmarks provided by the community</a>.</p> <p>Since reverting to <code>nwsapi</code> causes several functionality regressions, e.g. removing <code>:has()</code> support, we've decided to make this a major version.</p> <p>Additionally:</p> <ul> <li>Small fixes to edge-case behavior of the following properties: <code>input.maxLength</code>, <code>input.minLength</code>, <code>input.size</code>, <code>progress.max</code>, <code>tableCell.colSpan</code>, <code>tableCell.rowSpan</code>, <code>tableCol.span</code>, <code>textArea.cols</code>, <code>textArea.maxLength</code>, <code>textArea.minLength</code>, <code>textArea.rows</code>.</li> </ul> <h2>23.2.0</h2> <p>This release switches our CSS selector engine from <a href="https://www.npmjs.com/nwsapi"><code>nwsapi</code></a> to <a href="https://www.npmjs.com/package/@asamuzakjp/dom-selector"><code>@asamuzakjp/dom-selector</code></a>. The new engine is more actively maintained, and supports many new selectors: see <a href="https://github.com/asamuzaK/domSelector#supported-css-selectors">the package's documentation</a> for the full list. It also works better with shadow trees.</p> <p>There is a potential of a performance regression due to this change. In our stress test benchmark, which runs most of <a href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selectors.large.css">these 273 selectors</a> against <a href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selector.html">this 128 KiB document</a>, the new engine completes the benchmark only 0.25x as fast. However, we're hopeful that in more moderate usage this will not be a significant issue. Any help speeding up <code>@asamuzakjp/dom-selector</code> is appreciated, and feel free to open an issue if this has had a significant impact on your project.</p> <h2>23.1.0</h2> <ul> <li>Added an initial implementation of <code>ElementInternals</code>, including the <code>shadowRoot</code> getter and the string-valued ARIA properties. (zjffun)</li> <li>Added the string-valued ARIA attribute-reflecting properties to <code>Element</code>.</li> <li>Fixed <code>history.pushState()</code> and <code>history.replaceState()</code> to follow the latest specification, notably with regards to how they handle empty string inputs and what new URLs are possible.</li> <li>Fixed the <code>input.valueAsANumber</code> setter to handle <code>NaN</code> correctly. (alexandertrefz)</li> <li>Updated various dependencies, including <code>cssstyle</code> which contains several bug fixes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/2f8a7302a43fff92f244d5f3426367a8eb2b8896"><code>2f8a730</code></a> Version 24.0.0</li> <li><a href="https://github.com/jsdom/jsdom/commit/db0a4dc4f9f9077f83be20daf9a34f255bd1264b"><code>db0a4dc</code></a> Implement the remaining types of numeric reflection</li> <li><a href="https://github.com/jsdom/jsdom/commit/c1d7005f1dfa3312e831b000464f49966b5edffe"><code>c1d7005</code></a> Implement full long reflection</li> <li><a href="https://github.com/jsdom/jsdom/commit/ac815fff2339b0175a1eca6ee6be3298b63035a8"><code>ac815ff</code></a> Revert back to nwsapi</li> <li><a href="https://github.com/jsdom/jsdom/commit/5b1a49e7d56bb58fec980ce7caadbf26775e95b4"><code>5b1a49e</code></a> Fix changelog link to dom-selector</li> <li><a href="https://github.com/jsdom/jsdom/commit/cf8b707a080b15746046177e8bdb70c3c5ef295a"><code>cf8b707</code></a> Version 23.2.0</li> <li><a href="https://github.com/jsdom/jsdom/commit/908f27d4e348502a9068f0b335a8518d050ef872"><code>908f27d</code></a> Update dom-selector and roll web platform tests</li> <li><a href="https://github.com/jsdom/jsdom/commit/c039e5232f722be6634d21e8544a9a37f48ef673"><code>c039e52</code></a> Switch from nwsapi to dom-selector</li> <li><a href="https://github.com/jsdom/jsdom/commit/b6776273088fcc80aa9cd6807bbbfdea4634174b"><code>b677627</code></a> Add new CSS selectors benchmark</li> <li><a href="https://github.com/jsdom/jsdom/commit/4b33d36dc89e184ef60f52b60ccb0c5380179c8d"><code>4b33d36</code></a> Enable WPT directories css/selectors and css/css-scoping</li> <li>Additional commits viewable in <a href="https://github.com/jsdom/jsdom/compare/23.0.1...24.0.0">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.32 to 8.4.33 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.33</h2> <ul> <li>Fixed <code>NoWorkResult</code> behavior difference with normal mode (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed <code>NoWorkResult</code> usage conditions (by <a href="https://github.com/ahmdammarr"><code>@​ahmdammarr</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.33</h2> <ul> <li>Fixed <code>NoWorkResult</code> behavior difference with normal mode (by Romain Menke).</li> <li>Fixed <code>NoWorkResult</code> usage conditions (by <a href="https://github.com/ahmdammarr"><code>@​ahmdammarr</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/ae57d835236838d6120819af26e6480269fab9bb"><code>ae57d83</code></a> Release 8.4.33 version</li> <li><a href="https://github.com/postcss/postcss/commit/2e9d029da531537f66e7ae5f7d9a2681619faea1"><code>2e9d029</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/892b2697172f530c21cdd2a9a32bdd3f94d69801"><code>892b269</code></a> Update size limit for new metric on brotli</li> <li><a href="https://github.com/postcss/postcss/commit/f2e7a9f900ad494ae2807f51b2e4d1254087cad2"><code>f2e7a9f</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1908">#1908</a> from ahmdammarr/refactor/safe-check-for-NoWorkResult</li> <li><a href="https://github.com/postcss/postcss/commit/c751e11ae85f7a71a349c434c7f9ccbf8be48aea"><code>c751e11</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1909">#1909</a> from romainmenke/no-work-result-vs-lazy-result--inve...</li> <li><a href="https://github.com/postcss/postcss/commit/3c2fa2ad5a046120f65e0f6f63b59018af7ba43d"><code>3c2fa2a</code></a> fix</li> <li><a href="https://github.com/postcss/postcss/commit/a4626e96d8e5fa4c991404934143f9415fc85abd"><code>a4626e9</code></a> failing test</li> <li><a href="https://github.com/postcss/postcss/commit/c37346d61aa6a5eda3515ff3d271764deb77440a"><code>c37346d</code></a> refactor: check all falsy conditions of plugins and opts before returning NoW...</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.4.32...8.4.33">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.1.1 to 3.2.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.2.4</h2> <ul> <li>Fix <code>.eslintrc.json</code> format <a href="https://redirect.github.com/prettier/prettier/issues/15947">#15947</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#324">Changelog</a></p> <h2>3.2.3</h2> <ul> <li>Format <code>tsconfig.json</code> file with <code>jsonc</code> parser <a href="https://redirect.github.com/prettier/prettier/issues/15927">#15927</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#323">Changelog</a></p> <h2>3.2.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#322">Changelog</a></p> <h2>3.2.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#321">Changelog</a></p> <h2>3.2.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.1.1...3.2.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/01/12/3.2.0.html">Release note</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.2.4</h1> <p><a href="https://github.com/prettier/prettier/compare/3.2.3...3.2.4">diff</a></p> <h4>Fix incorrect parser inference (<a href="https://redirect.github.com/prettier/prettier/pull/15947">#15947</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <p>Files like <code>.eslintrc.json</code> were incorrectly formatted as JSONC files.</p> <!-- raw HTML omitted --> <pre lang="jsx"><code>// Input prettier --file-info .eslintrc.json { &quot;ignored&quot;: false, &quot;inferredParser&quot;: &quot;jsonc&quot; } <p>// Prettier 3.2.4 prettier --file-info .eslintrc.json { &quot;ignored&quot;: false, &quot;inferredParser&quot;: &quot;json&quot; } </code></pre></p> <h1>3.2.3</h1> <p><a href="https://github.com/prettier/prettier/compare/3.2.2...3.2.3">diff</a></p> <h4>Throw errors for invalid code (<a href="https://redirect.github.com/prettier/prettier/pull/15881">#15881</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>, <a href="https://github.com/Josh-Cena"><code>@​Josh-Cena</code></a>, <a href="https://github.com/auvred"><code>@​auvred</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input 1++; <p>// Prettier 3.2.2 1++;</p> <p>// Prettier 3.2.3 SyntaxError: Invalid left-hand side expression in unary operation (1:1) &gt; 1 | 1++; | ^ </code></pre></p> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input try {} catch (error = 1){} // Prettier 3.2.2 try { } catch (error) {} // Prettier 3.2.3 SyntaxError: Catch clause variable cannot have an initializer. (1:23) &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/03822f5b3428ad77781ede5bd41a248b465be3cd"><code>03822f5</code></a> Release 3.2.4</li> <li><a href="https://github.com/prettier/prettier/commit/1cd4d9c1605e7344e6c0735c1c6cb51ad620b01d"><code>1cd4d9c</code></a> Fix JSONC filenames list (<a href="https://redirect.github.com/prettier/prettier/issues/15947">#15947</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/6c6a332171f590a38c369673662d1a5baf765167"><code>6c6a332</code></a> Spellcheck</li> <li><a href="https://github.com/prettier/prettier/commit/75ec1f792123f42f943fad605236d14a7b02f8c1"><code>75ec1f7</code></a> Fix lock file</li> <li><a href="https://github.com/prettier/prettier/commit/dda00cdd1d602e6034d0dbdac7ee84fc3b32f3a9"><code>dda00cd</code></a> Clean changelog_unreleased</li> <li><a href="https://github.com/prettier/prettier/commit/c12e3c67f93d637cacd2e2a2430f97103abe1276"><code>c12e3c6</code></a> Git blame ignore 3.2.3</li> <li><a href="https://github.com/prettier/prettier/commit/4985be553e911fef7d83f3341eb143c443473c58"><code>4985be5</code></a> Bump Prettier dependency to 3.2.3</li> <li><a href="https://github.com/prettier/prettier/commit/38c0d212e78e645f6c64b88fc6a5847013bc837e"><code>38c0d21</code></a> Update dependents count</li> <li><a href="https://github.com/prettier/prettier/commit/42ba4373f47a67a5d50756a76a57b2ce3a5524e5"><code>42ba437</code></a> Release 3.2.3</li> <li><a href="https://github.com/prettier/prettier/commit/99c873d4219f02f684ec8f3d200abee04e9bbe85"><code>99c873d</code></a> chore(deps): update typescript-eslint to v6.19.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15939">#15939</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.1.1...3.2.4">compare view</a></li> </ul> </details> <br /> Updates `svelte` from 4.2.8 to 4.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/releases">svelte's releases</a>.</em></p> <blockquote> <h2>svelte@4.2.9</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: add types for popover attributes and events (<a href="https://redirect.github.com/sveltejs/svelte/pull/10042">#10042</a>)</p> </li> <li> <p>fix: add <code>gamepadconnected</code> and <code>gamepaddisconnected</code> events (<a href="https://redirect.github.com/sveltejs/svelte/pull/9864">#9864</a>)</p> </li> <li> <p>fix: make <code>@types/estree</code> a dependency (<a href="https://redirect.github.com/sveltejs/svelte/pull/10149">#10149</a>)</p> </li> <li> <p>fix: bump <code>axobject-query</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/10167">#10167</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/svelte@4.2.9/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>4.2.9</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: add types for popover attributes and events (<a href="https://redirect.github.com/sveltejs/svelte/pull/10042">#10042</a>)</p> </li> <li> <p>fix: add <code>gamepadconnected</code> and <code>gamepaddisconnected</code> events (<a href="https://redirect.github.com/sveltejs/svelte/pull/9864">#9864</a>)</p> </li> <li> <p>fix: make <code>@types/estree</code> a dependency (<a href="https://redirect.github.com/sveltejs/svelte/pull/10149">#10149</a>)</p> </li> <li> <p>fix: bump <code>axobject-query</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/10167">#10167</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/d9fcc87235380b3247973e612115a94e0c8ca500"><code>d9fcc87</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9886">#9886</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/490102932ba303ec2955a6301f32bef4b11cf4df"><code>4901029</code></a> fix: bump <code>axobject-query</code> (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/10167">#10167</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/bc5e578d37b0a0b736cc8c8c250ea51312813024"><code>bc5e578</code></a> fix: make <code>@types/estree</code> a dependency (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/10149">#10149</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/89db4b5d996776bd5e78fdd6016adc8dd5dc4324"><code>89db4b5</code></a> chore: commit types (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9862">#9862</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/32772b41313bb0fc829e0b24366b65ace84176e4"><code>32772b4</code></a> fix: add types for popover attributes and events (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/10042">#10042</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/804f29636872e928e3b5948df0ae800e3c581c99"><code>804f296</code></a> fix: add GamepadEventHandler type (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9864">#9864</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/8fd7756d7f78c20d35d21bf86375b039b61f64f2"><code>8fd7756</code></a> site(v4): fix repl (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9746">#9746</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte/commits/svelte@4.2.9/packages/svelte">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.0 to 3.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.1</h2> <h3>Fixed</h3> <ul> <li>Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12639">#12639</a>)</li> <li>Don't add spaces to gradients and grid track names when followed by <code>calc()</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12704">#12704</a>)</li> <li>Restore old behavior for <code>class</code> dark mode strategy (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add new <code>selector</code> and <code>variant</code> strategies for dark mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Support <code>rtl</code> and <code>ltr</code> variants on same element as <code>dir</code> attribute (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.1] - 2024-01-05</h2> <h3>Fixed</h3> <ul> <li>Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12639">#12639</a>)</li> <li>Don't add spaces to gradients and grid track names when followed by <code>calc()</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12704">#12704</a>)</li> <li>Restore old behavior for <code>class</code> dark mode strategy (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add new <code>selector</code> and <code>variant</code> strategies for dark mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Support <code>rtl</code> and <code>ltr</code> variants on same element as <code>dir</code> attribute (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/7361468f77500105b0559e879e121f34306e8da2"><code>7361468</code></a> 3.4.1</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/508e7f2349e56d19f8d3091d583f2ad65b95f68c"><code>508e7f2</code></a> Fix code style</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3fb57e55abdba6fa68da6cb605fcaad5ce94764a"><code>3fb57e5</code></a> Restore old behavior for <code>class</code> dark mode, add new <code>selector</code> and <code>variant</code> ...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/78fedd5cc0fd21d0573ec0733d583f68f66cc7fd"><code>78fedd5</code></a> Don't add spaces to gradients and grid track names when followed by <code>calc()</code> ...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/08a0a6c9664eafb6f5d95af89fd69c79d8607913"><code>08a0a6c</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/88907757c1c538e1c3dac3d0250ba2ac6cc63ed9"><code>8890775</code></a> Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12639">#12639</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f33d6a5d751e562e641654395f669183d5ca5065"><code>f33d6a5</code></a> Update CI</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.0...v3.4.1">compare view</a></li> </ul> </details> <br /> Updates `unplugin-icons` from 0.18.1 to 0.18.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unplugin/unplugin-icons/releases">unplugin-icons's releases</a>.</em></p> <blockquote> <h2>v0.18.3</h2> <h3>   🚀 Features</h3> <ul> <li>Support for external collection packages  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/unplugin/unplugin-icons/issues/342">unplugin/unplugin-icons#342</a> <a href="https://github.com/unplugin/unplugin-icons/commit/dbe23c6"><!-- raw HTML omitted -->(dbe23)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unplugin/unplugin-icons/compare/v0.18.2...v0.18.3">View changes on GitHub</a></h5> <h2>v0.18.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Wrong query params splitting when resolving icon id  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/unplugin/unplugin-icons/issues/339">unplugin/unplugin-icons#339</a> <a href="https://github.com/unplugin/unplugin-icons/commit/988135f"><!-- raw HTML omitted -->(98813)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unplugin/unplugin-icons/compare/v0.18.1...v0.18.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unplugin/unplugin-icons/commit/68ec8987b75537b79d5fb526d58d81b910d6a77e"><code>68ec898</code></a> chore: release v0.18.3</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/6f62ab061f493a1661884d5d1fe87b586887b5f7"><code>6f62ab0</code></a> chore: include custom collections</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/dbe23c60259cf21beaaca3e1f3ba6950d7e704ba"><code>dbe23c6</code></a> feat: support for external collection packages (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/342">#342</a>)</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/badb1d5669eac60b4182b88be9b8f07950dabc43"><code>badb1d5</code></a> test: fix shapshot (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/340">#340</a>)</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/f133ed612474ca8fabfa61c5b0f0204baeac2a48"><code>f133ed6</code></a> chore: change emoji for frameworks feature</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/dbb5346b853190318a178b5d231401b979cc249d"><code>dbb5346</code></a> chore: release v0.18.2</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/988135fda4e2fc89866ddb2c4304f71a3b09f442"><code>988135f</code></a> fix: wrong query params splitting when resolving icon id (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/339">#339</a>)</li> <li>See full diff in <a href="https://github.com/unplugin/unplugin-icons/compare/v0.18.1...v0.18.3">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.0.10 to 5.0.12 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.0.12 (2024-01-19)<!-- raw HTML omitted --></h2> <ul> <li>fix: await <code>configResolved</code> hooks of worker plugins (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15597">#15597</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15605">#15605</a>) (<a href="https://github.com/vitejs/vite/commit/ef89f80">ef89f80</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15597">#15597</a> <a href="https://redirect.github.com/vitejs/vite/issues/15605">#15605</a></li> <li>fix: fs deny for case insensitive systems (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15653">#15653</a>) (<a href="https://github.com/vitejs/vite/commit/91641c4">91641c4</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15653">#15653</a></li> </ul> <h2><!-- raw HTML omitted -->5.0.11 (2024-01-05)<!-- raw HTML omitted --></h2> <ul> <li>fix: don't pretransform classic script links (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15361">#15361</a>) (<a href="https://github.com/vitejs/vite/commit/19e3c9a">19e3c9a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15361">#15361</a></li> <li>fix: inject <code>__vite__mapDeps</code> code before sourcemap file comment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15483">#15483</a>) (<a href="https://github.com/vitejs/vite/commit/d2aa096">d2aa096</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15483">#15483</a></li> <li>fix(assets): avoid splitting <code>,</code> inside base64 value of <code>srcset</code> attribute (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15422">#15422</a>) (<a href="https://github.com/vitejs/vite/commit/8de7bd2">8de7bd2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15422">#15422</a></li> <li>fix(html): handle offset magic-string slice error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15435">#15435</a>) (<a href="https://github.com/vitejs/vite/commit/5ea9edb">5ea9edb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15435">#15435</a></li> <li>chore(deps): update dependency strip-literal to v2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15475">#15475</a>) (<a href="https://github.com/vitejs/vite/commit/49d21fe">49d21fe</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15475">#15475</a></li> <li>chore(deps): update tj-actions/changed-files action to v41 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15476">#15476</a>) (<a href="https://github.com/vitejs/vite/commit/2a540ee">2a540ee</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15476">#15476</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/ee81e196769c102a6b1bf30f8444ccde236e71d5"><code>ee81e19</code></a> release: v5.0.12</li> <li><a href="https://github.com/vitejs/vite/commit/91641c4da0a011d4c5352e88fc68389d4e1289a5"><code>91641c4</code></a> fix: fs deny for case insensitive systems (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15653">#15653</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ef89f8092f0eb1d8fd7d21256e6af8c4e64fe9b2"><code>ef89f80</code></a> fix: await <code>configResolved</code> hooks of worker plugins (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15597">#15597</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15605">#15605</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/b44c49302ffbf0c82f984f6219ed6376d1e4552a"><code>b44c493</code></a> release: v5.0.11</li> <li><a href="https://github.com/vitejs/vite/commit/d2aa0969ee316000d3b957d7e879f001e85e369e"><code>d2aa096</code></a> fix: inject <code>__vite__mapDeps</code> code before sourcemap file comment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15483">#15483</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/2a540eee82f9a31deff8215bdbdccfa46d494a06"><code>2a540ee</code></a> chore(deps): update tj-actions/changed-files action to v41 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15476">#15476</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5ea9edbc9ceb991e85f893fe62d68ed028677451"><code>5ea9edb</code></a> fix(html): handle offset magic-string slice error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15435">#15435</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/49d21fe1feaac30dee0196bd484480a8000a4363"><code>49d21fe</code></a> chore(deps): update dependency strip-literal to v2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15475">#15475</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8de7bd2b68db27b83d9484cc8d4e26436615168e"><code>8de7bd2</code></a> fix(assets): avoid splitting <code>,</code> inside base64 value of <code>srcset</code> attribute (#...</li> <li><a href="https://github.com/vitejs/vite/commit/19e3c9a8a16847486fbad8a8cd48fc771b1538bb"><code>19e3c9a</code></a> fix: don't pretransform classic script links (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15361">#15361</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.0.12/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 1.1.0 to 1.2.2 <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>v1.2.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>coverage</strong>: <ul> <li>Remove <code>coverage/.tmp</code> files after run  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5008">vitest-dev/vitest#5008</a> <a href="https://github.com/vitest-dev/vitest/commit/d53b8580"><!-- raw HTML omitted -->(d53b8)<!-- raw HTML omitted --></a></li> <li>Don't crash when re-run removes earlier run's reports  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5022">vitest-dev/vitest#5022</a> <a href="https://github.com/vitest-dev/vitest/commit/6689856f"><!-- raw HTML omitted -->(66898)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Improve <code>toThrow(asymmetricMatcher)</code> failure message  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5000">vitest-dev/vitest#5000</a> <a href="https://github.com/vitest-dev/vitest/commit/a199ac2d"><!-- raw HTML omitted -->(a199a)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>forks</strong>: <ul> <li>Set correct <code>VITEST_POOL_ID</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code><... _Description has been truncated_ --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
2024-01-30 21:58:48 -05:00
"classnames": "^2.5.1",
"escape-html": "^1.0.3",
build(deps-dev): bump execa from 9.3.1 to 9.4.0 in the frontend-deps group across 1 directory (#562) Bumps the frontend-deps group with 1 update in the / directory: [execa](https://github.com/sindresorhus/execa). Updates `execa` from 9.3.1 to 9.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/execa/releases">execa's releases</a>.</em></p> <blockquote> <h2>v9.4.0</h2> <h2>Features</h2> <ul> <li>We've created a separate package called <a href="https://github.com/sindresorhus/nano-spawn">nano-spawn</a>. It is similar to Execa but with fewer features, for a much smaller package size. <a href="https://github.com/sindresorhus/execa/blob/main/docs/small.md">More info.</a></li> </ul> <h2>Bug fixes</h2> <ul> <li>Both <a href="https://github.com/sindresorhus/execa/blob/main/docs/node.md"><code>execaNode()</code></a> and the <a href="https://github.com/sindresorhus/execa/blob/main/docs/environment.md#local-binaries"><code>preferLocal</code></a> option modify the <code>PATH</code> environment variable. This release includes some minor improvements to ensure that environment variable remains small (<a href="https://redirect.github.com/sindresorhus/npm-run-path/pull/20">sindresorhus/npm-run-path#20</a>). It also handles a few related edge cases better (<a href="https://redirect.github.com/sindresorhus/npm-run-path/pull/21">sindresorhus/npm-run-path#21</a>).</li> </ul> <h2>Documentation</h2> <ul> <li>Small documentation typo fix, thanks <a href="https://github.com/rrthomas"><code>@​rrthomas</code></a>! (<a href="https://redirect.github.com/sindresorhus/execa/issues/1153">#1153</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/execa/commit/1b9b9bbf17705c28019f770cecd9920db206f824"><code>1b9b9bb</code></a> 9.4.0</li> <li><a href="https://github.com/sindresorhus/execa/commit/ba483e74adcdd1cb0deafaed7f834f9c2340a326"><code>ba483e7</code></a> Upgrade <code>npm-run-path</code> (<a href="https://redirect.github.com/sindresorhus/execa/issues/1156">#1156</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/eb3cfbac903b47607c58407d41078c59cb50dbe8"><code>eb3cfba</code></a> Add documentation about nano-spawn (<a href="https://redirect.github.com/sindresorhus/execa/issues/1157">#1157</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/3fc804916d60b0b2e774a3642bd9815388caf7af"><code>3fc8049</code></a> Fix a typo (<a href="https://redirect.github.com/sindresorhus/execa/issues/1153">#1153</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/c4cb62a463625d21eba1df8332ecd613455600cd"><code>c4cb62a</code></a> Improve documentation for <code>windowsVerbatimArguments</code> (<a href="https://redirect.github.com/sindresorhus/execa/issues/1149">#1149</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/execa/compare/v9.3.1...v9.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=execa&package-manager=npm_and_yarn&previous-version=9.3.1&new-version=9.4.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-18 20:16:21 -04:00
"execa": "^9.4.0",
build(deps-dev): bump the frontend-deps group with 6 updates (#532) Bumps the frontend-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [@iconify-json/ic](https://github.com/iconify/icon-sets) | `1.1.17` | `1.1.18` | | [@iconify-json/mdi](https://github.com/iconify/icon-sets) | `1.1.67` | `1.1.68` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.0.4` | `2.0.5` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` | | [flowbite](https://github.com/themesberg/flowbite) | `2.4.1` | `2.5.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.4` | `2.0.5` | Updates `@iconify-json/ic` from 1.1.17 to 1.1.18 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iconify/icon-sets/commit/48a3f17f15cec2f4a100e705cb58e6c7bb769ef0"><code>48a3f17</code></a> Update IonIcons, Material Design Icons, Simple Icons</li> <li>See full diff in <a href="https://github.com/iconify/icon-sets/compare/1.1.17...1.1.18">compare view</a></li> </ul> </details> <br /> Updates `@iconify-json/mdi` from 1.1.67 to 1.1.68 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iconify/icon-sets/commit/a8de9d5146a49141b8e969ee32b72a3cf10ffd02"><code>a8de9d5</code></a> Update Material Design Icons</li> <li>See full diff in <a href="https://github.com/iconify/icon-sets/compare/1.1.67...1.1.68">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 2.0.4 to 2.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v2.0.5</h2> <h3>   🚀 Features</h3> <ul> <li>Introduce experimental reported tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6149">vitest-dev/vitest#6149</a> <a href="https://github.com/vitest-dev/vitest/commit/13d85bd1"><!-- raw HTML omitted -->(13d85)<!-- raw HTML omitted --></a> <ul> <li>This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!</li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Show a difference between string characters if both values are strings  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6191">vitest-dev/vitest#6191</a> <a href="https://github.com/vitest-dev/vitest/commit/291766d7"><!-- raw HTML omitted -->(29176)<!-- raw HTML omitted --></a></li> <li><code>testNamePattern</code> adds leading space  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6186">vitest-dev/vitest#6186</a> <a href="https://github.com/vitest-dev/vitest/commit/073a50c9"><!-- raw HTML omitted -->(073a5)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't bundle <code>afterEach</code> cleanup hooks in node entrypoint  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6192">vitest-dev/vitest#6192</a> <a href="https://github.com/vitest-dev/vitest/commit/e6fbc620"><!-- raw HTML omitted -->(e6fbc)<!-- raw HTML omitted --></a></li> <li>UserEvent.setup initiates a separate state for userEvent instance  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6088">vitest-dev/vitest#6088</a> <a href="https://github.com/vitest-dev/vitest/commit/883f3482"><!-- raw HTML omitted -->(883f3)<!-- raw HTML omitted --></a></li> <li>Correctly import optimized module in vi.importActual  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6219">vitest-dev/vitest#6219</a> <a href="https://github.com/vitest-dev/vitest/commit/804ff2fd"><!-- raw HTML omitted -->(804ff)<!-- raw HTML omitted --></a></li> <li>Passing options to hover/unhover  -  by <a href="https://github.com/MNeverOff"><code>@​MNeverOff</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6175">vitest-dev/vitest#6175</a> <a href="https://github.com/vitest-dev/vitest/commit/d4c005bc"><!-- raw HTML omitted -->(d4c00)<!-- raw HTML omitted --></a></li> <li>Improve unique CSS selector generation  -  by <a href="https://github.com/zacharyvoase"><code>@​zacharyvoase</code></a> and <strong>Zack Voase</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6243">vitest-dev/vitest#6243</a> <a href="https://github.com/vitest-dev/vitest/commit/e7acd0cf"><!-- raw HTML omitted -->(e7acd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Remove nuxt from auto inline deps  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/93882f38"><!-- raw HTML omitted -->(93882)<!-- raw HTML omitted --></a></li> <li>Improve <code>defineProject</code> and <code>defineWorkspace</code> types  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6198">vitest-dev/vitest#6198</a> <a href="https://github.com/vitest-dev/vitest/commit/8cd8272b"><!-- raw HTML omitted -->(8cd82)<!-- raw HTML omitted --></a></li> <li>Correctly resolve mocked <code>node:*</code> imports in <code>__mocks__</code> folder  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6204">vitest-dev/vitest#6204</a> <a href="https://github.com/vitest-dev/vitest/commit/a48be6ff"><!-- raw HTML omitted -->(a48be)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>web-worker</strong>: <ul> <li>Expose globals on self  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6170">vitest-dev/vitest#6170</a> <a href="https://github.com/vitest-dev/vitest/commit/12bb567e"><!-- raw HTML omitted -->(12bb5)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/99452a712c83e4e90a8afd5675e6573e1c22a43a"><code>99452a7</code></a> chore: release v2.0.5</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `autoprefixer` from 10.4.19 to 10.4.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.20</h2> <ul> <li>Fixed <code>fit-content</code> prefix for Firefox.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.20</h2> <ul> <li>Fixed <code>fit-content</code> prefix for Firefox.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/dae6eb465da5640bb03ecda8b6d6b73e9ba26429"><code>dae6eb4</code></a> Release 10.4.20 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/ee43652953044be536fbec3b79c15e28798f49fc"><code>ee43652</code></a> Fix fit-content for Firefox</li> <li><a href="https://github.com/postcss/autoprefixer/commit/cf808243ce6eef1087ddedfd0e1bfca3af6db9c8"><code>cf80824</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/49d5ec656a38188f05c69d621242512891b61c68"><code>49d5ec6</code></a> Move to pnpm 9</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20">compare view</a></li> </ul> </details> <br /> Updates `flowbite` from 2.4.1 to 2.5.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite/releases">flowbite's releases</a>.</em></p> <blockquote> <h2>v2.5.1</h2> <ul> <li>fix plugin import error from the config file</li> </ul> <h2>v2.5.0</h2> <ul> <li>added new DataTable plugin and examples</li> <li>minor bug fixes and improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite/commit/362ad079dc33af797f688aa8e84d77d2b4af7e17"><code>362ad07</code></a> chore(version): update to <code>v2.5.1</code></li> <li><a href="https://github.com/themesberg/flowbite/commit/b30fd485550c24946dbc59967ce456e0ca4cc4ec"><code>b30fd48</code></a> fix(plugin): remove import</li> <li><a href="https://github.com/themesberg/flowbite/commit/878ced1b622d1c48fece24bfbc4cd0064941bea6"><code>878ced1</code></a> docs(datatables): add to readme</li> <li><a href="https://github.com/themesberg/flowbite/commit/09105b842958c181d52562444b43351e1059acf7"><code>09105b8</code></a> chore(version): bump to <code>2.5.0</code></li> <li><a href="https://github.com/themesberg/flowbite/commit/70411d572a4e8a8abc36ecf48f84056067404201"><code>70411d5</code></a> docs(datatables): add docs for js init, options, and methods</li> <li><a href="https://github.com/themesberg/flowbite/commit/fc26a5e4c93708882e7cb6a3b10c148b26edb0aa"><code>fc26a5e</code></a> feat(datatables): finish coding the dropdowns for exporting</li> <li><a href="https://github.com/themesberg/flowbite/commit/bab0a3317fcddb65981702ab8d3d7a2f1820be07"><code>bab0a33</code></a> feat(datatables): inject export dropdown button inside table header</li> <li><a href="https://github.com/themesberg/flowbite/commit/f842793de98c8c2fbd095d8a74afd57b16ce1a34"><code>f842793</code></a> feat(datatables): add basic export files feature</li> <li><a href="https://github.com/themesberg/flowbite/commit/e56f601069e3a4fd308ad8e9995fdbe5c655ee5e"><code>e56f601</code></a> docs(datatables): finish row selection example and docs</li> <li><a href="https://github.com/themesberg/flowbite/commit/ba771d47389c8fdd078f17448351e71c8e704b27"><code>ba771d4</code></a> feat(datatables): add row selection example</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite/compare/v2.4.1...v2.5.1">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 2.0.4 to 2.0.5 <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.0.5</h2> <h3>   🚀 Features</h3> <ul> <li>Introduce experimental reported tasks  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6149">vitest-dev/vitest#6149</a> <a href="https://github.com/vitest-dev/vitest/commit/13d85bd1"><!-- raw HTML omitted -->(13d85)<!-- raw HTML omitted --></a> <ul> <li>This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go!</li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Show a difference between string characters if both values are strings  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6191">vitest-dev/vitest#6191</a> <a href="https://github.com/vitest-dev/vitest/commit/291766d7"><!-- raw HTML omitted -->(29176)<!-- raw HTML omitted --></a></li> <li><code>testNamePattern</code> adds leading space  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6186">vitest-dev/vitest#6186</a> <a href="https://github.com/vitest-dev/vitest/commit/073a50c9"><!-- raw HTML omitted -->(073a5)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't bundle <code>afterEach</code> cleanup hooks in node entrypoint  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6192">vitest-dev/vitest#6192</a> <a href="https://github.com/vitest-dev/vitest/commit/e6fbc620"><!-- raw HTML omitted -->(e6fbc)<!-- raw HTML omitted --></a></li> <li>UserEvent.setup initiates a separate state for userEvent instance  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6088">vitest-dev/vitest#6088</a> <a href="https://github.com/vitest-dev/vitest/commit/883f3482"><!-- raw HTML omitted -->(883f3)<!-- raw HTML omitted --></a></li> <li>Correctly import optimized module in vi.importActual  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6219">vitest-dev/vitest#6219</a> <a href="https://github.com/vitest-dev/vitest/commit/804ff2fd"><!-- raw HTML omitted -->(804ff)<!-- raw HTML omitted --></a></li> <li>Passing options to hover/unhover  -  by <a href="https://github.com/MNeverOff"><code>@​MNeverOff</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6175">vitest-dev/vitest#6175</a> <a href="https://github.com/vitest-dev/vitest/commit/d4c005bc"><!-- raw HTML omitted -->(d4c00)<!-- raw HTML omitted --></a></li> <li>Improve unique CSS selector generation  -  by <a href="https://github.com/zacharyvoase"><code>@​zacharyvoase</code></a> and <strong>Zack Voase</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6243">vitest-dev/vitest#6243</a> <a href="https://github.com/vitest-dev/vitest/commit/e7acd0cf"><!-- raw HTML omitted -->(e7acd)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Remove nuxt from auto inline deps  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/93882f38"><!-- raw HTML omitted -->(93882)<!-- raw HTML omitted --></a></li> <li>Improve <code>defineProject</code> and <code>defineWorkspace</code> types  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6198">vitest-dev/vitest#6198</a> <a href="https://github.com/vitest-dev/vitest/commit/8cd8272b"><!-- raw HTML omitted -->(8cd82)<!-- raw HTML omitted --></a></li> <li>Correctly resolve mocked <code>node:*</code> imports in <code>__mocks__</code> folder  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6204">vitest-dev/vitest#6204</a> <a href="https://github.com/vitest-dev/vitest/commit/a48be6ff"><!-- raw HTML omitted -->(a48be)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>web-worker</strong>: <ul> <li>Expose globals on self  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6170">vitest-dev/vitest#6170</a> <a href="https://github.com/vitest-dev/vitest/commit/12bb567e"><!-- raw HTML omitted -->(12bb5)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.4...v2.0.5">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/99452a712c83e4e90a8afd5675e6573e1c22a43a"><code>99452a7</code></a> chore: release v2.0.5</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9b9bdf79f2b6dddae0ec9296ffd0c6294644ad7c"><code>9b9bdf7</code></a> chore: remove unnecessary await (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6249">#6249</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/40dfad811d1dd9bbc0f17a0d00c966746b9ef164"><code>40dfad8</code></a> docs: add reported tasks docs (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6245">#6245</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/13d85bd19ab4b394ee01ebe03130dcf06568f0a1"><code>13d85bd</code></a> feat: introduce experimental reported tasks (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6149">#6149</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b76a9279125c53e85bb0ab31b62863fc67335fa2"><code>b76a927</code></a> refactor(vitest): move public exports to public folder (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6218">#6218</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/56dbfa66899d3c75163fa75788a0bfc03701b764"><code>56dbfa6</code></a> refactor: make a distinction between node and runtime types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6214">#6214</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a48be6ffc427aacccf19ed4c69d007fd0c7c8010"><code>a48be6f</code></a> fix(vitest): correctly resolve mocked node:* imports in <strong>mocks</strong> folder (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6204">#6204</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/3aab8a1ed680c8224f03a3a47c1ce6937a32eb89"><code>3aab8a1</code></a> refactor: deprecate all config types from the main Vitest entrypoint, introdu...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/57d23cec43422328b857dcf820f0f876dd87d48b"><code>57d23ce</code></a> docs: fix inconsistencies, remove low informative twoslash examples (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6200">#6200</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/8cd8272bf450ac73382b1dc5b90aa91feb0adcec"><code>8cd8272</code></a> fix(vitest): improve <code>defineProject</code> and <code>defineWorkspace</code> types (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6198">#6198</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.0.5/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-08-06 23:56:18 -04:00
"flowbite": "^2.5.1",
build(deps-dev): bump the frontend-deps group with 5 updates (#573) Bumps the frontend-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `7.1.1` | `7.1.2` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.16` | `0.46.17` | | [jsdom](https://github.com/jsdom/jsdom) | `25.0.0` | `25.0.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.11` | `3.4.13` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.6` | `5.4.7` | Updates `@octokit/plugin-retry` from 7.1.1 to 7.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-retry.js/releases"><code>@​octokit/plugin-retry</code>'s releases</a>.</em></p> <blockquote> <h2>v7.1.2</h2> <h2><a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.1...v7.1.2">7.1.2</a> (2024-09-18)</h2> <h3>Bug Fixes</h3> <ul> <li><code>response.data.errors</code> is sometimes empty (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/577">#577</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/375b037a98bb3dcf20af1a37f7a02b0968cc01c0">375b037</a>), closes <a href="https://redirect.github.com/octokit/plugin-retry.js/issues/536">#536</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-retry.js/commit/375b037a98bb3dcf20af1a37f7a02b0968cc01c0"><code>375b037</code></a> fix: <code>response.data.errors</code> is sometimes empty (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/577">#577</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/8c69e1968331c15c179a65e3e2be79291462f8a2"><code>8c69e19</code></a> build(deps): bump vite from 5.4.5 to 5.4.6 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/579">#579</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/f12d8c59ffb761cd4865b2f78c39e2786cb47eb5"><code>f12d8c5</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/578">#578</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/2a339996062cb5e6ca5d03fe203754b982f67159"><code>2a33999</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/575">#575</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/48bc4a4bce633771bf19852b4dded2896a2659bd"><code>48bc4a4</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/574">#574</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/458387bf2be40a0f544402c420971fcc12519bf8"><code>458387b</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/573">#573</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/0da6fd197aa345d1f4509bdaa168c7b3b767d761"><code>0da6fd1</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/572">#572</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/cafde99c1d8ccf45baf4cf5823ec681c5b707d27"><code>cafde99</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/571">#571</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/3578a3eafff5bf6885f775a6b12034c6b4c6377e"><code>3578a3e</code></a> chore(deps): update dependency fetch-mock to v11 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/570">#570</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/b1cef645e13dd511953edb1eaf30f673d0b2da6a"><code>b1cef64</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/569">#569</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.1...v7.1.2">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.46.16 to 0.46.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's releases</a>.</em></p> <blockquote> <h2>v0.46.17</h2> <h2>What's Changed</h2> <ul> <li>docs: fix inconsistent indentation in example code by <a href="https://github.com/conr2d"><code>@​conr2d</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1437">themesberg/flowbite-svelte#1437</a></li> <li>docs: fix typo on &quot;Card with image&quot; description by <a href="https://github.com/davis9001"><code>@​davis9001</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1434">themesberg/flowbite-svelte#1434</a></li> <li>Fix typo by <a href="https://github.com/fvilers"><code>@​fvilers</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1432">themesberg/flowbite-svelte#1432</a></li> <li>feat: implement table sorting by <a href="https://github.com/aarondoet"><code>@​aarondoet</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1423">themesberg/flowbite-svelte#1423</a></li> <li>fix: don't open multiselect dropdown on clicking selected items by <a href="https://github.com/MarkNerdi"><code>@​MarkNerdi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1431">themesberg/flowbite-svelte#1431</a></li> <li>feat: implement sorting and searching in Table component by <a href="https://github.com/aarondoet"><code>@​aarondoet</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1425">themesberg/flowbite-svelte#1425</a></li> <li>fix: Refine the typing of the ListGroup's slot by <a href="https://github.com/fdevillard"><code>@​fdevillard</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1415">themesberg/flowbite-svelte#1415</a></li> <li>fix: Inform TypeScript of 'imgClass' prop type by <a href="https://github.com/mattdeboard"><code>@​mattdeboard</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1408">themesberg/flowbite-svelte#1408</a></li> <li>fix: remove hide delay if popper is not hoverable by <a href="https://github.com/therealsujitk"><code>@​therealsujitk</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1407">themesberg/flowbite-svelte#1407</a></li> <li>feat: Add prop 'clearable' to input by <a href="https://github.com/cintek"><code>@​cintek</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1438">themesberg/flowbite-svelte#1438</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/davis9001"><code>@​davis9001</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1434">themesberg/flowbite-svelte#1434</a></li> <li><a href="https://github.com/fvilers"><code>@​fvilers</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1432">themesberg/flowbite-svelte#1432</a></li> <li><a href="https://github.com/MarkNerdi"><code>@​MarkNerdi</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1431">themesberg/flowbite-svelte#1431</a></li> <li><a href="https://github.com/fdevillard"><code>@​fdevillard</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1415">themesberg/flowbite-svelte#1415</a></li> <li><a href="https://github.com/mattdeboard"><code>@​mattdeboard</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1408">themesberg/flowbite-svelte#1408</a></li> <li><a href="https://github.com/cintek"><code>@​cintek</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1438">themesberg/flowbite-svelte#1438</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17">https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h2>0.46.17</h2> <h3>Patch Changes</h3> <ul> <li>fix: update for PRs (<a href="https://github.com/themesberg/flowbite-svelte/commit/3566cbe3dcc4a7d8f67456b07fe046cdab421a02"><code>3566cbe3dcc4a7d8f67456b07fe046cdab421a02</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3566cbe3dcc4a7d8f67456b07fe046cdab421a02"><code>3566cbe</code></a> chore: changeset</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/233ad40050bc05f8f69039d734ad0705546239d1"><code>233ad40</code></a> feat: Add prop 'clearable' to input (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1438">#1438</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/c064ff37a899dc50cdefff8bc29ebd0c158a9294"><code>c064ff3</code></a> fix: remove hide delay if popper is not hoverable (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1407">#1407</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/7551026c4439800120cd420617d8b9113db369d0"><code>7551026</code></a> fix: Inform TypeScript of 'imgClass' prop type (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1408">#1408</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/5cbe5a71d7ed8b214ea97be483c0879d0555a6a6"><code>5cbe5a7</code></a> [list-group] Refine the typing of the slot element (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1415">#1415</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/aff76e3b6f21f9446bfcaadc3410bd41c2b06361"><code>aff76e3</code></a> feat: implement sorting and searching in Table component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1425">#1425</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/8c4adbb1f4e9718ad21689f925f88bcfd3b7e117"><code>8c4adbb</code></a> fix: don't open multiselect dropdown on removing selected items (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1431">#1431</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/297cda20f075fb2b32bf67c39f9dc7381e1dc420"><code>297cda2</code></a> feat: implement table sorting (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1423">#1423</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/6826e328dd08997ec2023cff2c806803f4d4b9d2"><code>6826e32</code></a> Fix typo (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1432">#1432</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/4a5d71404222ef46d077419514728d06724cb68c"><code>4a5d714</code></a> docs: fix typo on &quot;Card with image&quot; description (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1434">#1434</a>)</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 25.0.0 to 25.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 25.0.1</h2> <ul> <li>Updated dependencies, notably <code>tough-cookie</code>, which no longer prints a deprecation warning.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>25.0.1</h2> <ul> <li>Updated dependencies, notably <code>tough-cookie</code>, which no longer prints a deprecation warning.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/04541b377d9949d6ab56866760b7883a23db0577"><code>04541b3</code></a> Version 25.0.1</li> <li><a href="https://github.com/jsdom/jsdom/commit/96bd11199362b00026714605d40dc21dfed58e55"><code>96bd111</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/d08440c9d202ffba68753c99161be29d23dee5fc"><code>d08440c</code></a> Upgrade tough-cookie to v5.0.0</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/25.0.0...25.0.1">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.11 to 3.4.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.13</h2> <h3>Fixed</h3> <ul> <li>Improve source glob verification performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481">#14481</a>)</li> </ul> <h2>v3.4.12</h2> <h3>Fixed</h3> <ul> <li>Ensure using <code>@apply</code> with utilities that use <code>@defaults</code> works with rules defined in the base layer when using <code>optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427">#14427</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.13] - 2024-09-23</h2> <h3>Fixed</h3> <ul> <li>Improve source glob verification performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481">#14481</a>)</li> </ul> <h2>[3.4.12] - 2024-09-17</h2> <h3>Fixed</h3> <ul> <li>Ensure using <code>@apply</code> with utilities that use <code>@defaults</code> works with rules defined in the base layer when using <code>optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427">#14427</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ed3c5356b77b6c428e9c0ea5bc32719dcdf94128"><code>ed3c535</code></a> 3.4.13</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/066ccf88947cd882a8e59843c61df74615eedd2f"><code>066ccf8</code></a> Improve the performance when checking broad glob patterns. (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14481">#14481</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e8614a268d3410bd96445df8f25a8b637eefcf14"><code>e8614a2</code></a> 3.4.12</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/fe48ca83d86690a5f2adf01eb8fc0b02c033c59d"><code>fe48ca8</code></a> Insert <code>@defaults</code> at start of stylesheet (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14427">#14427</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.13">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.6 to 5.4.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.7 (2024-09-20)<!-- raw HTML omitted --></h2> <ul> <li>fix: treat config file as ESM in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>) (<a href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d">b5908a2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18158">#18158</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/a403e73d18e73f410d13ee769d343b8c68ff97e6"><code>a403e73</code></a> release: v5.4.7</li> <li><a href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d"><code>b5908a2</code></a> fix: treat config file as ESM in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.7/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-26 20:39:01 -04:00
"flowbite-svelte": "0.46.17",
"jsdom": "^25.0.1",
build(deps-dev): bump the frontend-deps group with 5 updates (#559) Bumps the frontend-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.0.5` | `2.1.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.10` | `3.4.11` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.3` | `5.4.6` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.1` | Updates `@vitest/coverage-v8` 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-v8</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-v8/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-v8/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-v8/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/91dea8c1461acf223fc514fc259012577ea72945"><code>91dea8c</code></a> fix(coverage): v8 to warn instead of crash when conversion fails (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6318">#6318</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1f6cb59f1346238e5d113167b21d69032cd65088"><code>1f6cb59</code></a> fix(coverage): v8 to support source maps with multiple sources (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6120">#6120</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.45 to 8.4.47 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.47</h2> <ul> <li>Removed debug code.</li> </ul> <h2>8.4.46</h2> <ul> <li>Fixed <code>Cannot read properties of undefined (reading 'before')</code>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.47</h2> <ul> <li>Removed debug code.</li> </ul> <h2>8.4.46</h2> <ul> <li>Fixed <code>Cannot read properties of undefined (reading 'before')</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/5e6fd1302d2cc9a844ac99282b2b7745e4ac0ed3"><code>5e6fd13</code></a> Release 8.4.47 version</li> <li><a href="https://github.com/postcss/postcss/commit/714bc10258bfa96be26bc201d218c67df09da82c"><code>714bc10</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/439d20e651098d9d16d31ede62df6f7916925e91"><code>439d20e</code></a> Release 8.4.46 version</li> <li><a href="https://github.com/postcss/postcss/commit/b93582f68e1f4796618cfef3377a10198a5af800"><code>b93582f</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/c51e46767d1b76d91ab3ba3b19e4b43b847755b8"><code>c51e467</code></a> Fix error on inserting node without raws in some cases</li> <li><a href="https://github.com/postcss/postcss/commit/829ae47d6bf7a58a84a7633d9e4e45e2eb7a375a"><code>829ae47</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/5aaaec2214117e353962f8d862a31ba0211e0f8b"><code>5aaaec2</code></a> Update remaining workflow jobs to use latest version of actions (<a href="https://redirect.github.com/postcss/postcss/issues/1968">#1968</a>)</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.4.45...8.4.47">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.10 to 3.4.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.11</h2> <h3>Fixed</h3> <ul> <li>Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393">#14393</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.11/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.11] - 2024-09-11</h2> <h3>Fixed</h3> <ul> <li>Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393">#14393</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/818d10ab8461e682a185475dd4718e741103a4e3"><code>818d10a</code></a> 3.4.11</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8dd9246a87a5c5fc3b68bb2b6742980a0e588138"><code>8dd9246</code></a> update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/6d9ae82ba341eed7b0e608e3fac2036fe825c958"><code>6d9ae82</code></a> Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14393">#14393</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.3 to 5.4.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.6 (2024-09-16)<!-- raw HTML omitted --></h2> <ul> <li>fix: avoid DOM Clobbering gadget in <code>getRelativeUrlFromDocument</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>) (<a href="https://github.com/vitejs/vite/commit/179b17773cf35c73ddb041f9e6c703fd9f3126af">179b177</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18115">#18115</a></li> <li>fix: fs raw query (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>) (<a href="https://github.com/vitejs/vite/commit/6820bb3b9a54334f3268fc5ee1e967d2e1c0db34">6820bb3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18112">#18112</a></li> </ul> <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/f9691767ad763720065cc7c5c7f369f97b4e7ea8"><code>f969176</code></a> release: v5.4.6</li> <li><a href="https://github.com/vitejs/vite/commit/179b17773cf35c73ddb041f9e6c703fd9f3126af"><code>179b177</code></a> fix: avoid DOM Clobbering gadget in <code>getRelativeUrlFromDocument</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6820bb3b9a54334f3268fc5ee1e967d2e1c0db34"><code>6820bb3</code></a> fix: fs raw query (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>)</li> <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.6/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-16 23:51:30 -04:00
"postcss": "^8.4.47",
build(deps-dev): bump the frontend-deps group with 4 updates (#497) Bumps the frontend-deps group with 4 updates: [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte), [postcss-load-config](https://github.com/postcss/postcss-load-config), [prettier](https://github.com/prettier/prettier) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@sveltejs/vite-plugin-svelte` from 3.1.0 to 3.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/releases"><code>@​sveltejs/vite-plugin-svelte</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​sveltejs/vite-plugin-svelte</code><a href="https://github.com/3"><code>@​3</code></a>.1.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure vite config is only resolved once during lazy init of vitePreprocess (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/917">#917</a>)</p> </li> <li> <p>fix: disable hmr when vite config server.hmr is false (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/917">#917</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/blob/@sveltejs/vite-plugin-svelte@3.1.1/packages/vite-plugin-svelte/CHANGELOG.md"><code>@​sveltejs/vite-plugin-svelte</code>'s changelog</a>.</em></p> <blockquote> <h2>3.1.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure vite config is only resolved once during lazy init of vitePreprocess (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/917">#917</a>)</p> </li> <li> <p>fix: disable hmr when vite config server.hmr is false (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/917">#917</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/95154217560ea0934cb7923fd2a2c6264dfefe66"><code>9515421</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/923">#923</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/722f8ff0b0e1fca9481e997a64c59ab60b574719"><code>722f8ff</code></a> chore: backport fixes (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/917">#917</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/6c59572951e2f67293b7677ce86176b0c4bce13f"><code>6c59572</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/885">#885</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@3.1.1/packages/vite-plugin-svelte">compare view</a></li> </ul> </details> <br /> Updates `postcss-load-config` from 5.1.0 to 6.0.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md">postcss-load-config's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/postcss/postcss-load-config/compare/v6.0.0...v6.0.1">6.0.1</a> (2024-06-02)</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed bundlers support (<a href="https://redirect.github.com/postcss/postcss-load-config/pull/262">#262</a>)</li> </ul> <h2><a href="https://github.com/postcss/postcss-load-config/compare/v5.1.0...v6.0.0">6.0</a> (2024-06-02)</h2> <h3>BREAKING CHANGES</h3> <ul> <li>Now you need to install <code>yaml</code> dependency to use <code>.postcssrc.yml</code> config (<a href="https://redirect.github.com/postcss/postcss-load-config/pull/261">#261</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss-load-config/commit/a00cad85aa02020d78106b0656b1d6f19eb56dac"><code>a00cad8</code></a> chore(release): 6.0.1</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/1c2e3821882b00e8a148d5831b4c9d9efb635723"><code>1c2e382</code></a> fix: use try-catch with dynamic imports so that they can be replaced with req...</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/4be6dcff44bb0269c96d5b947d4daae59a0cfbb5"><code>4be6dcf</code></a> chore(release): 6.0</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/ee70d5177b2e4263963365ded53992dbf4a2788c"><code>ee70d51</code></a> Clean up scripts</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/c13675129455ce6c2789beee4557c720a612e681"><code>c136751</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/447d792fcd90693aaa289a2c10ec0a4d72c18d9b"><code>447d792</code></a> Move to pnpm 9 in lockfile</li> <li><a href="https://github.com/postcss/postcss-load-config/commit/b99b53777be3123daca67fb5d4865fd7ea97ffb9"><code>b99b537</code></a> perf!: make yaml dependency optional (<a href="https://redirect.github.com/postcss/postcss-load-config/issues/261">#261</a>)</li> <li>See full diff in <a href="https://github.com/postcss/postcss-load-config/compare/5.1.0...6.0.1">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.2.5 to 3.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.3.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.2.5...3.3.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/06/01/3.3.0.html">Release note</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.3.0</h1> <p><a href="https://github.com/prettier/prettier/compare/3.2.5...3.3.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/06/01/3.3.0.html">Release Notes</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/c4ab460357478d2b847c60a1efb40098b1181931"><code>c4ab460</code></a> Release 3.3.0</li> <li><a href="https://github.com/prettier/prettier/commit/8a88cdce6d4605f206305ebb9204a0cabf96a070"><code>8a88cdc</code></a> Respect <code>trailingComma</code> in angular templates (<a href="https://redirect.github.com/prettier/prettier/issues/15926">#15926</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/c2e20fbae8ce1800ac0c8242c176d9379db5c001"><code>c2e20fb</code></a> chore(deps): update babel to v7.24.6 (<a href="https://redirect.github.com/prettier/prettier/issues/16326">#16326</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/41f1dffed08b33fe6d43da1e82d798b23ba0b57c"><code>41f1dff</code></a> Add newline between markdown footnote definitions (<a href="https://redirect.github.com/prettier/prettier/issues/16063">#16063</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/da5ad84bf441afd5c157bf83840814b1deaa39b1"><code>da5ad84</code></a> chore(deps): update babel to v7.24.6 (<a href="https://redirect.github.com/prettier/prettier/issues/16325">#16325</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/f790be81319a70f08942b1e3c12d68ee392d3269"><code>f790be8</code></a> chore(deps): update dependency file-entry-cache to v9 (<a href="https://redirect.github.com/prettier/prettier/issues/16324">#16324</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/7250556e287922508d9f28c12a82165a60bab5d7"><code>7250556</code></a> chore(deps): update dependency meriyah to v4.4.3 (<a href="https://redirect.github.com/prettier/prettier/issues/16323">#16323</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/96e057a0dc1efa7247b1c50843c9422a0ed66900"><code>96e057a</code></a> chore(deps): update dependency <code>@​angular/compiler</code> to v18 (<a href="https://redirect.github.com/prettier/prettier/issues/16322">#16322</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/a4ea5a2e2fcebe72315c9c0523b35bc79fe91405"><code>a4ea5a2</code></a> chore(deps): update dependency eslint-plugin-regexp to v2.6.0 (<a href="https://redirect.github.com/prettier/prettier/issues/16320">#16320</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/229006cd5b5178c195e5d66ce924d2b58bfde4ef"><code>229006c</code></a> chore(deps): update dependency micromatch to v4.0.7 (<a href="https://redirect.github.com/prettier/prettier/issues/16319">#16319</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.2.5...3.3.0">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.2.11 to 5.2.12 <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.2.12 (2024-05-28)<!-- raw HTML omitted --></h2> <ul> <li>chore: move to eslint flat config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16743">#16743</a>) (<a href="https://github.com/vitejs/vite/commit/8f16765">8f16765</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16743">#16743</a></li> <li>chore(deps): remove unused deps (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17329">#17329</a>) (<a href="https://github.com/vitejs/vite/commit/5a45745">5a45745</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17329">#17329</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16722">#16722</a>) (<a href="https://github.com/vitejs/vite/commit/b45922a">b45922a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16722">#16722</a></li> <li>fix: mention <code>build.rollupOptions.output.manualChunks</code> instead of <code>build.rollupOutput.manualChunks</code> (<a href="https://github.com/vitejs/vite/commit/89378c0">89378c0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16721">#16721</a></li> <li>fix(build): make SystemJSWrapRE match lazy (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16633">#16633</a>) (<a href="https://github.com/vitejs/vite/commit/6583ad2">6583ad2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16633">#16633</a></li> <li>fix(css): avoid generating empty JS files when JS files becomes empty but has CSS files imported (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/1">#1</a> (<a href="https://github.com/vitejs/vite/commit/95fe5a7">95fe5a7</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16078">#16078</a></li> <li>fix(css): handle lightningcss compiled css in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17301">#17301</a>) (<a href="https://github.com/vitejs/vite/commit/8e4e932">8e4e932</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17301">#17301</a></li> <li>fix(css): only use files the current bundle contains (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16684">#16684</a>) (<a href="https://github.com/vitejs/vite/commit/15a6ebb">15a6ebb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16684">#16684</a></li> <li>fix(css): page reload was not happening with .css?raw (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16455">#16455</a>) (<a href="https://github.com/vitejs/vite/commit/8041846">8041846</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16455">#16455</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16603">#16603</a>) (<a href="https://github.com/vitejs/vite/commit/6711553">6711553</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16603">#16603</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16660">#16660</a>) (<a href="https://github.com/vitejs/vite/commit/bf2f014">bf2f014</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16660">#16660</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17321">#17321</a>) (<a href="https://github.com/vitejs/vite/commit/4a89766">4a89766</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17321">#17321</a></li> <li>fix(error-logging): rollup errors weren't displaying id and codeframe (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16540">#16540</a>) (<a href="https://github.com/vitejs/vite/commit/22dc196">22dc196</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16540">#16540</a></li> <li>fix(hmr): normalize the path info (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14255">#14255</a>) (<a href="https://github.com/vitejs/vite/commit/6a085d0">6a085d0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/14255">#14255</a></li> <li>fix(hmr): trigger page reload when calling invalidate on root module (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16636">#16636</a>) (<a href="https://github.com/vitejs/vite/commit/2b61cc3">2b61cc3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16636">#16636</a></li> <li>fix(logger): truncate log over 5000 characters long (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16581">#16581</a>) (<a href="https://github.com/vitejs/vite/commit/b0b839a">b0b839a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16581">#16581</a></li> <li>fix(optimizer): log dependencies added by plugins (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16729">#16729</a>) (<a href="https://github.com/vitejs/vite/commit/f0fb987">f0fb987</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16729">#16729</a></li> <li>fix(sourcemap): improve sourcemap compatibility for vue2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16594">#16594</a>) (<a href="https://github.com/vitejs/vite/commit/913c040">913c040</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16594">#16594</a></li> <li>docs: correct proxy shorthand example (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15938">#15938</a>) (<a href="https://github.com/vitejs/vite/commit/abf766e">abf766e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15938">#15938</a></li> <li>docs: deprecate server.hot (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16741">#16741</a>) (<a href="https://github.com/vitejs/vite/commit/e7d38ab">e7d38ab</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16741">#16741</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/bed3faa0cb464a4abe8ee92746feff8f7299e347"><code>bed3faa</code></a> release: v5.2.12</li> <li><a href="https://github.com/vitejs/vite/commit/5a457454bfee1892b0d58c4b1c401cfb15986097"><code>5a45745</code></a> chore(deps): remove unused deps (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17329">#17329</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/15a6ebb414e3155583e3e9ad970afbdb598b0609"><code>15a6ebb</code></a> fix(css): only use files the current bundle contains (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16684">#16684</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/f0fb9876deef3c66c60a2d0588a140f11a977011"><code>f0fb987</code></a> fix(optimizer): log dependencies added by plugins (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16729">#16729</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8f167653ede5d61f9d08ffa86c91e218557199ae"><code>8f16765</code></a> chore: move to eslint flat config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16743">#16743</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8e4e932b4979bc40a03b0ffb65b960df62226def"><code>8e4e932</code></a> fix(css): handle lightningcss compiled css in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17301">#17301</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4a89766d838527c144f14e842211100b16792018"><code>4a89766</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17321">#17321</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6a085d0467ca3b044b4f2108a323af3305a0eae7"><code>6a085d0</code></a> fix(hmr): normalize the path info (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/14255">#14255</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e7d38ab1c45b9d17f182f89d0c129932e2f994eb"><code>e7d38ab</code></a> docs: deprecate server.hot (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16741">#16741</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/b45922a91d4a73c27f78f26e369b7b1fd8d800e3"><code>b45922a</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16722">#16722</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v5.2.12/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-06-04 19:01:27 -04:00
"postcss-load-config": "^6.0.1",
build(deps): bump the frontend-deps group across 1 directory with 16 updates (#523) Bumps the frontend-deps group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [semver](https://github.com/npm/node-semver) | `7.6.2` | `7.6.3` | | [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `9.3.0` | `9.3.1` | | [@octokit/rest](https://github.com/octokit/rest.js) | `21.0.0` | `21.0.1` | | [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `5.1.0` | `5.2.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.6.0` | `2.0.4` | | [flowbite](https://github.com/themesberg/flowbite) | `2.3.0` | `2.4.1` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.5` | `0.46.15` | | [jsdom](https://github.com/jsdom/jsdom) | `24.1.0` | `24.1.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.5` | `3.2.6` | | [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) | `6.0.1` | `6.0.2` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.4` | `3.4.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.1` | `5.3.4` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.6.0` | `2.0.4` | Updates `semver` from 7.6.2 to 7.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>v7.6.3</h2> <h2><a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">7.6.3</a> (2024-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/726">#726</a> optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>) (<a href="https://github.com/jviide"><code>@​jviide</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/719">#719</a> fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>) (<a href="https://github.com/stdavis"><code>@​stdavis</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/main/CHANGELOG.md">semver's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">7.6.3</a> (2024-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/726">#726</a> optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>) (<a href="https://github.com/jviide"><code>@​jviide</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/719">#719</a> fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>) (<a href="https://github.com/stdavis"><code>@​stdavis</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/node-semver/commit/0a12d6c7debb1dc82d8645c770e77c47bac5e1ea"><code>0a12d6c</code></a> chore: release 7.6.3 (<a href="https://redirect.github.com/npm/node-semver/issues/720">#720</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> fix: optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> docs: fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>)</li> <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">compare view</a></li> </ul> </details> <br /> Updates `@octokit/plugin-throttling` from 9.3.0 to 9.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-throttling.js/releases"><code>@​octokit/plugin-throttling</code>'s releases</a>.</em></p> <blockquote> <h2>v9.3.1</h2> <h2><a href="https://github.com/octokit/plugin-throttling.js/compare/v9.3.0...v9.3.1">9.3.1</a> (2024-07-14)</h2> <h3>Bug Fixes</h3> <ul> <li>only import Octokit as type (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/721">#721</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/e3727b487fbd524d47987417af231088062db94f">e3727b4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/e3727b487fbd524d47987417af231088062db94f"><code>e3727b4</code></a> fix: only import Octokit as type (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/721">#721</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/f8f08485cb9766d520cc2e15c68f372c819061d8"><code>f8f0848</code></a> chore: use vitest (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/720">#720</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/eaa159d8d58584aeeed9bd50986ad496b7a9ba15"><code>eaa159d</code></a> chore: use fetch-mock v10 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/719">#719</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/186bf66fdcf4912c021e8d3f383288799a3a0c80"><code>186bf66</code></a> chore(deps): update dependency prettier to v3.3.3 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/718">#718</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/05cbe488bb19ece31ef82be5606cf1766257e353"><code>05cbe48</code></a> ci: start testing against 22 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/717">#717</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/08becf649d57eb823e73d38b42c8a4fb839d6500"><code>08becf6</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/716">#716</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/7bc966ae22d29b8f4243b68d190db87868ecad9b"><code>7bc966a</code></a> docs(comment): outdated information about the default secondary retry after (...</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/e5036ab836d0e03791ae837e01a8690b5f64f493"><code>e5036ab</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/714">#714</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/2970c6fbc2e2ad4e749804b0708c1a863800a7e4"><code>2970c6f</code></a> chore(deps): update dependency esbuild to ^0.23.0</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/ad5d81fb95ba6cd84b2e1e41327ca84839f7b817"><code>ad5d81f</code></a> chore(deps): update dependency esbuild to ^0.22.0</li> <li>Additional commits viewable in <a href="https://github.com/octokit/plugin-throttling.js/compare/v9.3.0...v9.3.1">compare view</a></li> </ul> </details> <br /> Updates `@octokit/rest` from 21.0.0 to 21.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@​octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v21.0.1</h2> <h2><a href="https://github.com/octokit/rest.js/compare/v21.0.0...v21.0.1">21.0.1</a> (2024-07-17)</h2> <h3>Bug Fixes</h3> <ul> <li>update deps (<a href="https://redirect.github.com/octokit/rest.js/issues/456">#456</a>) (<a href="https://github.com/octokit/rest.js/commit/93d5afb3433ae30e76f22f06e42067bada959b6e">93d5afb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/93d5afb3433ae30e76f22f06e42067bada959b6e"><code>93d5afb</code></a> fix: update deps (<a href="https://redirect.github.com/octokit/rest.js/issues/456">#456</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/5a681c35f06bc0dc67d95396542fc7d0763d4e92"><code>5a681c3</code></a> chore: use vitest (<a href="https://redirect.github.com/octokit/rest.js/issues/450">#450</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/462e351072e5105acaedf9aeb4f7da1b2c2f0cda"><code>462e351</code></a> ci: start testing against 22 (<a href="https://redirect.github.com/octokit/rest.js/issues/447">#447</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/09bfea827d5ee136fbe788c2476eabd582dfc86e"><code>09bfea8</code></a> chore(deps): update dependency glob to v11 (<a href="https://redirect.github.com/octokit/rest.js/issues/445">#445</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/969d6dcb57f2030b11818caf680ac794bbfcaea0"><code>969d6dc</code></a> chore(deps): update dependency esbuild to ^0.23.0</li> <li><a href="https://github.com/octokit/rest.js/commit/239b1befa5ba0c32a5cde16e77c30a07399c4737"><code>239b1be</code></a> chore(deps): update dependency esbuild to ^0.22.0</li> <li><a href="https://github.com/octokit/rest.js/commit/cdbf93a8eaab95159c4c714b405387ddab362ea6"><code>cdbf93a</code></a> ci(action): update actions/add-to-project action to v1.0.2</li> <li><a href="https://github.com/octokit/rest.js/commit/4306775d5617d443c04cc9b1f66784bc052f861b"><code>4306775</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/rest.js/issues/404">#404</a>)</li> <li>See full diff in <a href="https://github.com/octokit/rest.js/compare/v21.0.0...v21.0.1">compare view</a></li> </ul> </details> <br /> Updates `@testing-library/svelte` from 5.1.0 to 5.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/svelte-testing-library/releases"><code>@​testing-library/svelte</code>'s releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0">5.2.0</a> (2024-06-28)</h2> <h3>Features</h3> <ul> <li><strong>svelte5:</strong> incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98">9dce164</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700">2fb7423</a>)</li> <li><strong>types:</strong> build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06">a8f21f8</a>)</li> </ul> <h2>v5.2.0-next.3</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.2.0-next.2...v5.2.0-next.3">5.2.0-next.3</a> (2024-06-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700">2fb7423</a>)</li> </ul> <h2>v5.2.0-next.2</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.2.0-next.1...v5.2.0-next.2">5.2.0-next.2</a> (2024-06-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06">a8f21f8</a>)</li> </ul> <h2>v5.2.0-next.1</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0-next.1">5.2.0-next.1</a> (2024-06-20)</h2> <h3>Features</h3> <ul> <li><strong>svelte5:</strong> incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98">9dce164</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/953a4dbd6fbbbfef280ceacdbcc64466d2389364"><code>953a4db</code></a> chore(release): promote 5.2.0 to stable</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700"><code>2fb7423</code></a> fix(deps): allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06"><code>a8f21f8</code></a> fix(types): build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/be82df14e76913b87967d5b7eb83eb97ca9c04ab"><code>be82df1</code></a> docs(README): move links to sections that use them, remove unused links (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/383">#383</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98"><code>9dce164</code></a> feat(svelte5): incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/ee1c966c8d4ff7e8d0f0a80a19a086ae2b81983c"><code>ee1c966</code></a> ci(release): use conventionalcommits preset for release (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/380">#380</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/326fb58aee4648523a88d94a60926e551dc56270"><code>326fb58</code></a> chore(deps): update vite-plugin-svelte to disable <code>hmr</code> in test (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/378">#378</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/cb6633349ff8c9e0958689f3c49a8aacfc092bb6"><code>cb66333</code></a> test(jest): add Jest to CI matrix (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/372">#372</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/ac3248d0e92188f747936cc5e975c76b52a3b199"><code>ac3248d</code></a> test: fix auto-cleanup tests (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/371">#371</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/266e2dfd1ea0f1214186f49e604adf43734c0a55"><code>266e2df</code></a> chore(deps-dev): bump the lint group across 1 directory with 9 updates (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/370">#370</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 1.6.0 to 2.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v2.0.4</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>One-line environment options  -  by <a href="https://github.com/hahanein"><code>@​hahanein</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5105">vitest-dev/vitest#5105</a> <a href="https://github.com/vitest-dev/vitest/commit/38269415"><!-- raw HTML omitted -->(38269)<!-- raw HTML omitted --></a></li> <li>Resolve assets imported with <code>require</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6159">vitest-dev/vitest#6159</a> <a href="https://github.com/vitest-dev/vitest/commit/807a2cbc"><!-- raw HTML omitted -->(807a2)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't panic if <code>@​vitest/browser</code> is installed outside of project root  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6135">vitest-dev/vitest#6135</a> <a href="https://github.com/vitest-dev/vitest/commit/ccfcd488"><!-- raw HTML omitted -->(ccfcd)<!-- raw HTML omitted --></a></li> <li>Set global filepath  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6190">vitest-dev/vitest#6190</a> <a href="https://github.com/vitest-dev/vitest/commit/0d0b46b1"><!-- raw HTML omitted -->(0d0b4)<!-- raw HTML omitted --></a></li> <li>Allow preview and open in the editor screenshot error from ui  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6113">vitest-dev/vitest#6113</a> <a href="https://github.com/vitest-dev/vitest/commit/2d62051f"><!-- raw HTML omitted -->(2d620)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Global thresholds to include files from glob thresholds  -  by <a href="https://github.com/thor-juhasz"><code>@​thor-juhasz</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6172">vitest-dev/vitest#6172</a> <a href="https://github.com/vitest-dev/vitest/commit/02e3f003"><!-- raw HTML omitted -->(02e3f)<!-- raw HTML omitted --></a></li> <li>Consistent type-only file handling  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6183">vitest-dev/vitest#6183</a> <a href="https://github.com/vitest-dev/vitest/commit/90576148"><!-- raw HTML omitted -->(90576)<!-- raw HTML omitted --></a></li> <li>Ignore <code>*.cts</code> files  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6189">vitest-dev/vitest#6189</a> <a href="https://github.com/vitest-dev/vitest/commit/5da45db1"><!-- raw HTML omitted -->(5da45)<!-- raw HTML omitted --></a></li> <li>Add <code>thresholds.&lt;glob&gt;.100</code> option  -  by <a href="https://github.com/thor-juhasz"><code>@​thor-juhasz</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6174">vitest-dev/vitest#6174</a> <a href="https://github.com/vitest-dev/vitest/commit/f68453f8"><!-- raw HTML omitted -->(f6845)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>spy</strong>: <ul> <li>Fix <code>mockImplementation</code> for function overload and unions  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6181">vitest-dev/vitest#6181</a> <a href="https://github.com/vitest-dev/vitest/commit/7a75bd4c"><!-- raw HTML omitted -->(7a75b)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4">View changes on GitHub</a></h5> <h2>v2.0.3</h2> <h3>   🚀 Features</h3> <ul> <li><strong>ui</strong>: Show all suites/tests when parent matches  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6106">vitest-dev/vitest#6106</a> <a href="https://github.com/vitest-dev/vitest/commit/840e02f1"><!-- raw HTML omitted -->(840e0)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><code>--inspect-brk</code> stop on Windows  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6110">vitest-dev/vitest#6110</a> <a href="https://github.com/vitest-dev/vitest/commit/f851982e"><!-- raw HTML omitted -->(f8519)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't import from &quot;vite&quot;  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/35655419"><!-- raw HTML omitted -->(35655)<!-- raw HTML omitted --></a></li> <li>Allow immidiate reinvalidation of mocked dependencies  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6108">vitest-dev/vitest#6108</a> <a href="https://github.com/vitest-dev/vitest/commit/f44cc917"><!-- raw HTML omitted -->(f44cc)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>spy</strong>: <ul> <li>Fix type error when assigning <code>vi.spyOn</code> to <code>MockInstance</code> of function overload  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6086">vitest-dev/vitest#6086</a> <a href="https://github.com/vitest-dev/vitest/commit/e9f9adcd"><!-- raw HTML omitted -->(e9f9a)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Remove suffix slash on file protocol for window  -  by <a href="https://github.com/syi0808"><code>@​syi0808</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6109">vitest-dev/vitest#6109</a> <a href="https://github.com/vitest-dev/vitest/commit/93ebdefc"><!-- raw HTML omitted -->(93ebd)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.2...v2.0.3">View changes on GitHub</a></h5> <h2>v2.0.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Remove <code>@​vitest/runner</code> &gt; pretty-format from prebundling because it doesn't exist  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6075">vitest-dev/vitest#6075</a> <a href="https://github.com/vitest-dev/vitest/commit/a169d25a"><!-- raw HTML omitted -->(a169d)<!-- raw HTML omitted --></a></li> <li>Inline pretty-format and replace picocolors with tinyrainbow  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6077">vitest-dev/vitest#6077</a> <a href="https://github.com/vitest-dev/vitest/commit/80a43d5c"><!-- raw HTML omitted -->(80a43)<!-- raw HTML omitted --></a></li> <li>Remove <code>crypto.randomUUID</code> from the client  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6079">vitest-dev/vitest#6079</a> <a href="https://github.com/vitest-dev/vitest/commit/04c83acc"><!-- raw HTML omitted -->(04c83)<!-- raw HTML omitted --></a></li> <li>Correctly overwrite loupe require  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/756ac2bc"><!-- raw HTML omitted -->(756ac)<!-- raw HTML omitted --></a></li> <li>Dedupe <code>@​vitest/browser/</code>client  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6081">vitest-dev/vitest#6081</a> <a href="https://github.com/vitest-dev/vitest/commit/ee725184"><!-- raw HTML omitted -->(ee725)<!-- raw HTML omitted --></a></li> <li>Don't release keyboard automatically  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6083">vitest-dev/vitest#6083</a> <a href="https://github.com/vitest-dev/vitest/commit/58fac77b"><!-- raw HTML omitted -->(58fac)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Test files notified only when running  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6069">vitest-dev/vitest#6069</a> <a href="https://github.com/vitest-dev/vitest/commit/af7fec58"><!-- raw HTML omitted -->(af7fe)<!-- raw HTML omitted --></a></li> <li>Encode html entities in task name  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6070">vitest-dev/vitest#6070</a> <a href="https://github.com/vitest-dev/vitest/commit/7f0cc24e"><!-- raw HTML omitted -->(7f0cc)<!-- 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/400481f64d7a30a426ac072c0d5498e404fc0113"><code>400481f</code></a> chore: release v2.0.4</li> <li><a href="https://github.com/vitest-dev/vitest/commit/905761485548cb5ac9d478a335c6df37a5b06538"><code>9057614</code></a> fix(coverage): consistent type-only file handling (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6183">#6183</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a852b16152588a9cc2aafa47581dae5399c88248"><code>a852b16</code></a> refactor: enable isolatedDeclarations in snapshot and spy packages (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6146">#6146</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/81b8d67066c8642035905e1733776583514ddd17"><code>81b8d67</code></a> chore: release v2.0.3</li> <li><a href="https://github.com/vitest-dev/vitest/commit/99a12aec2bb3baf361bf15afb2a9df9b0938518b"><code>99a12ae</code></a> chore: release v2.0.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/80a43d5c7c1c541d3dcc0996d411fc39ecbb2e35"><code>80a43d5</code></a> fix(browser): inline pretty-format and replace picocolors with tinyrainbow (#...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/16eb6c83f84b8f5ed06a625c8ad517e281112c5f"><code>16eb6c8</code></a> chore: release v2.0.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1b150a38918d157242c9259d6b1138e79fc8ed44"><code>1b150a3</code></a> chore: release v2.0.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/56118954e62b71ff9b53e096616511f9ecadc1ee"><code>5611895</code></a> chore: release v2.0.0-beta.13</li> <li><a href="https://github.com/vitest-dev/vitest/commit/368c137281496a9034712707d4e59b995ed4fe49"><code>368c137</code></a> fix(coverage): remove work-around for implicit <code>else</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6014">#6014</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `flowbite` from 2.3.0 to 2.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite/releases">flowbite's releases</a>.</em></p> <blockquote> <h2>v2.4.1</h2> <ul> <li>fix datepicker module declaration naming for TypeScript</li> </ul> <h2>v2.4.0</h2> <ul> <li>the datepicker is now a core component of Flowbite and has API methods, events, and options</li> <li>updated the documentation for the datepicker component and related integration guides</li> <li>minor visual bug fixes and improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite/commit/8c8d65e489c2947650c5492a2aec14088f1ada0f"><code>8c8d65e</code></a> fix(typescript): datepicker naming and version bump to v2.4.1</li> <li><a href="https://github.com/themesberg/flowbite/commit/2a8c18eed9b9f28c78ee481faf837cdfb860e3b9"><code>2a8c18e</code></a> Merge branch 'datepicker-instance'</li> <li><a href="https://github.com/themesberg/flowbite/commit/6b160cc82d243de097ade83ac5369b10554132b5"><code>6b160cc</code></a> chore(version): bump to v2.4.0</li> <li><a href="https://github.com/themesberg/flowbite/commit/e9b8ae37158d0db132b8fc7ae3dfb9e61b13711a"><code>e9b8ae3</code></a> Merge pull request <a href="https://redirect.github.com/themesberg/flowbite/issues/907">#907</a> from themesberg/datepicker-instance</li> <li><a href="https://github.com/themesberg/flowbite/commit/1d76b8ffc1dfcfbafab06446674265d8683be157"><code>1d76b8f</code></a> docs(changelog): add changelog</li> <li><a href="https://github.com/themesberg/flowbite/commit/213577a3947684cad995830b95e4ae2a8166c9a1"><code>213577a</code></a> docs(datepicker): update Phoenix and Rails docs for new datepicker update</li> <li><a href="https://github.com/themesberg/flowbite/commit/6a16510f28bf49cbf069b582e4ee6b24f486d853"><code>6a16510</code></a> docs(datepicker): fix TypeScript example from docs</li> <li><a href="https://github.com/themesberg/flowbite/commit/1e0d11243535e3262bafd98a6b5891d13e960aa2"><code>1e0d112</code></a> fix(typescript): fix fucking typescript config for cross npm declarations</li> <li><a href="https://github.com/themesberg/flowbite/commit/6d1fbf3285442d160e93a9f26b8cdea9ea2405b3"><code>6d1fbf3</code></a> docs(nuxt): update Nuxt docs for Flowbite via composables</li> <li><a href="https://github.com/themesberg/flowbite/commit/36eeab7fb98d7ef76e48d887a1252cd2d4849301"><code>36eeab7</code></a> docs(datepicker): update import statements for parent plugin</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite/compare/v2.3.0...v2.4.1">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.46.5 to 0.46.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's releases</a>.</em></p> <blockquote> <h2>v0.46.15</h2> <h2>What's Changed</h2> <ul> <li>fix!: add close event to toast component by <a href="https://github.com/robluton"><code>@​robluton</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1383">themesberg/flowbite-svelte#1383</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/robluton"><code>@​robluton</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1383">themesberg/flowbite-svelte#1383</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.12...v0.46.15">https://github.com/themesberg/flowbite-svelte/compare/v0.46.12...v0.46.15</a></p> <ul> <li>0d5426fa (HEAD -&gt; main, origin/main, origin/HEAD) v0.46.15</li> <li>69108a00 (tag: v0.46.15) feat: add 5.0.0 to peerDependencies</li> <li>8c2e834d fix: add border to Input</li> <li>a555c1f5 docs: fix: typo</li> <li>af097394 docs: fix: typo</li> <li>3236e52a fix!: add close event to toast component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1383">#1383</a>)</li> <li>6d5352c0 docs: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1351">#1351</a> add customizing the header tag to the Accordion page</li> <li>e8cec5a6 (accordion-heading) fix: AccordionItem: add tag prop</li> <li>ab5abd76 docs: fix: typo</li> </ul> <h2>v0.46.12</h2> <ul> <li>1c08c3ac (HEAD -&gt; main, origin/main, origin/HEAD) v0.46.12</li> <li>b047d31d (tag: v0.46.12, new-dropdown) fix: Dropdown change to component prop since $$restProps does not work</li> <li>81f01f29 fix: docs: dropdown custome color</li> <li>afe7393d fix: docs: list-group page typo</li> <li>2e8a4d4f docs: fix: footer default</li> <li>fc1eda63 docs: fix: alert page event example</li> <li>c3e29c77 fix: ColorVariant, toast and badge page</li> <li>fe2f01bd v0.46.11</li> <li>ab24e307 (tag: v0.46.11) fix: Badge and Toast component transition</li> <li>ddb09b34 v0.46.10</li> <li>59108274 (tag: v0.46.10) fix: Checkbox group</li> <li>331a0b73 v0.46.9</li> <li>20686def (tag: v0.46.9) chore: changeset</li> <li>ecce7667 fix: remove the default values for Checkbox group and choices</li> <li>23df9cd7 v0.46.8</li> <li>540e8c32 (tag: v0.46.8) chore: changeset</li> <li>47a90d2d fix: Checkbox group and example</li> <li>6583693c docs: fix: table page Click and double-click on row example</li> <li>1cc2df72 fix: pnpm install --frozen-lockfile=false</li> <li>31fd9423 v0.46.7</li> <li>ba1705a6 (tag: v0.46.7) fix: TableBodyCell separate td and button</li> <li>f15e331a fix: frozen-lockfile</li> </ul> <h2>v0.46.6</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.6">https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.6</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h2>0.46.15</h2> <h3>Patch Changes</h3> <ul> <li>feat: add 5.0.0 to peerDependencies (<a href="https://github.com/themesberg/flowbite-svelte/commit/69108a0080373c686cead96d80cdfa1d44ab5ef8"><code>69108a0080373c686cead96d80cdfa1d44ab5ef8</code></a>)</li> </ul> <h2>0.46.14</h2> <h3>Patch Changes</h3> <ul> <li>fix: Banner transition (<a href="https://github.com/themesberg/flowbite-svelte/commit/5f0e807469d079e790fbeb188b777a4bb5b7a009"><code>5f0e807469d079e790fbeb188b777a4bb5b7a009</code></a>)</li> </ul> <h2>0.46.13</h2> <h3>Patch Changes</h3> <ul> <li>fix: add headerClass and footerClass to Textarea, <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1380">#1380</a> (<a href="https://github.com/themesberg/flowbite-svelte/commit/6ff73c2865522fed10ebc893340b4bee45b6e235"><code>6ff73c2865522fed10ebc893340b4bee45b6e235</code></a>)</li> </ul> <h2>0.46.12</h2> <h3>Patch Changes</h3> <ul> <li>fix: : Dropdown change to component prop since $restProps does not work with Svelte 5</li> </ul> <h2>0.46.11</h2> <h3>Patch Changes</h3> <ul> <li>fix: Badge and Toast component transition (<a href="https://github.com/themesberg/flowbite-svelte/commit/ab24e307598ef53ab2b714ebce3f6541c9eb37e4"><code>ab24e307598ef53ab2b714ebce3f6541c9eb37e4</code></a>)</li> </ul> <h2>0.46.10</h2> <h3>Patch Changes</h3> <ul> <li>fix: Checkbox for group (<a href="https://github.com/themesberg/flowbite-svelte/commit/59108274dd1acdbad37a5fdb26d7ff93c9bf8de5"><code>59108274dd1acdbad37a5fdb26d7ff93c9bf8de5</code></a>)</li> </ul> <h2>0.46.9</h2> <h3>Patch Changes</h3> <ul> <li>fix: remove the default values for Checkbox group and choices (<a href="https://github.com/themesberg/flowbite-svelte/commit/20686def610fca25f1a49013216dbbbdd7ca657d"><code>20686def610fca25f1a49013216dbbbdd7ca657d</code></a>)</li> </ul> <h2>0.46.8</h2> <h3>Patch Changes</h3> <ul> <li>fix: Checkbox group (<a href="https://github.com/themesberg/flowbite-svelte/commit/540e8c32933ccafc19c338f8aa3676fdb5575dc4"><code>540e8c32933ccafc19c338f8aa3676fdb5575dc4</code></a>)</li> </ul> <h2>0.46.7</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/69108a0080373c686cead96d80cdfa1d44ab5ef8"><code>69108a0</code></a> feat: add 5.0.0 to peerDependencies</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/8c2e834d4d2981625074236b83525f576c487461"><code>8c2e834</code></a> fix: add border to Input</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/a555c1f58adac20341608aeed03b22b967961d12"><code>a555c1f</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/af0973947159d3400e7b7cf678bbc57638433aa4"><code>af09739</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3236e52a24d55fa6e517fe4f4ee014f2548086ee"><code>3236e52</code></a> fix!: add close event to toast component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1383">#1383</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/6d5352c0e72e287977a73739ce5adecf61d345b8"><code>6d5352c</code></a> docs: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1351">#1351</a> add customizing the header tag to the Accordion page</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/e8cec5a65a05b3ece5b8e3d21c33cb1d04061a22"><code>e8cec5a</code></a> fix: AccordionItem: add tag prop</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/ab5abd766480278d16e45ddf6f5f22e3b95502bc"><code>ab5abd7</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/ade98886e1af0aebeede07e5bc13d86106ca3c6f"><code>ade9888</code></a> v0.46.14</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/5f0e807469d079e790fbeb188b777a4bb5b7a009"><code>5f0e807</code></a> chore: changeset</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.15">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 24.1.0 to 24.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 24.1.1</h2> <ul> <li>Fixed selection methods to trigger the <code>selectionchange</code> event on the <code>Document</code> object. (piotr-oles)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>24.1.1</h2> <ul> <li>Fixed selection methods to trigger the <code>selectionchange</code> event on the <code>Document</code> object. (piotr-oles)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/ee8b6156bee3c7d0d201ccdd2135ee635fb8afcd"><code>ee8b615</code></a> Version 24.1.1</li> <li><a href="https://github.com/jsdom/jsdom/commit/4c167b3d3e39ff03625375c3edd4e04c54b345c9"><code>4c167b3</code></a> Update ESLint to v9</li> <li><a href="https://github.com/jsdom/jsdom/commit/c8a510353eadf4d44d4c36d622c047afa434301c"><code>c8a5103</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/b2235affd93f47f26429ed80ce83ff267d878a1c"><code>b2235af</code></a> Trigger selectionchange event on document when selection changes</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/24.1.0...24.1.1">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.38 to 8.4.39 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/e0efb168c8a65b42ba10b787857cfa306ba9d48c"><code>e0efb16</code></a> Release 8.4.39 version</li> <li><a href="https://github.com/postcss/postcss/commit/48304c57b1e848ff215a88b7627fa44c8c1b8958"><code>48304c5</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/155ac57ab582136dcf8a5ed44bf38262fe8c7960"><code>155ac57</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1947">#1947</a> from romainmenke/fix-css-syntax-error-type--reliable...</li> <li><a href="https://github.com/postcss/postcss/commit/1b9b466836d3fb6ba9e2d6477d68309ce3e59444"><code>1b9b466</code></a> fix CssSyntaxError type declaration</li> <li><a href="https://github.com/postcss/postcss/commit/3f4d96e26db3e6380c0309fa82d5153b7d9e2450"><code>3f4d96e</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/b952be76f0c7704a99dceb34294117d13e3470a4"><code>b952be7</code></a> Update CI actions</li> <li><a href="https://github.com/postcss/postcss/commit/b512b295d97da08af25ace511ed6ee893fb09dbd"><code>b512b29</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/f9a9868eb3a591cd99d504ac57bf7ee77380856b"><code>f9a9868</code></a> Move to pnpm 9 and Node.js 22</li> <li><a href="https://github.com/postcss/postcss/commit/79052c277049d2e97a4832e370fb7d2728dde877"><code>79052c2</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1940">#1940</a> from Xvezda/patch-1</li> <li><a href="https://github.com/postcss/postcss/commit/0eedad4547e829c7aa9afa69b2f29b19c76697df"><code>0eedad4</code></a> Update changed urls</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.38...8.4.39">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.3.2 to 3.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.3.3</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#333">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.3.3</h1> <p><a href="https://github.com/prettier/prettier/compare/3.3.2...3.3.3">diff</a></p> <h4>Add parentheses for nullish coalescing in ternary (<a href="https://redirect.github.com/prettier/prettier/pull/16391">#16391</a> by <a href="https://github.com/cdignam-segment"><code>@​cdignam-segment</code></a>)</h4> <p>This change adds clarity to operator precedence.</p> <!-- raw HTML omitted --> <pre lang="js"><code>// Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; <p>// Prettier 3.3.2<br /> foo ? bar ?? foo : baz;<br /> foo ?? bar ? a : b;<br /> a ? b : foo ?? bar;</p> <p>// Prettier 3.3.3<br /> foo ? (bar ?? foo) : baz;<br /> (foo ?? bar) ? a : b;<br /> a ? b : (foo ?? bar);<br /> </code></pre></p> <h4>Add parentheses for decorator expressions (<a href="https://redirect.github.com/prettier/prettier/pull/16458">#16458</a> by <a href="https://github.com/y-schneider"><code>@​y-schneider</code></a>)</h4> <p>Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.</p> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input @(foo`tagged template`) class X {} <p>// Prettier 3.3.2<br /> <a href="https://github.com/foo"><code>@​foo</code></a><code>tagged template</code><br /> class X {}</p> <p>// Prettier 3.3.3<br /> @(foo<code>tagged template</code>)<br /> class X {}<br /> </code></pre></p> <h4>Support <code>@let</code> declaration syntax (<a href="https://redirect.github.com/prettier/prettier/pull/16474">#16474</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <p>Adds support for Angular v18 <code>@let</code> declaration syntax.</p> <p>Please see the following code example. The <code>@let</code> declaration allows you to define local variables within the template:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/52829385bcc4d785e58ae2602c0b098a643523c9"><code>5282938</code></a> Release 3.3.3</li> <li><a href="https://github.com/prettier/prettier/commit/9102b73d8cd01795e7ba5af8a476d500c5dbcf2c"><code>9102b73</code></a> Add parentheses for decorator expressions (<a href="https://redirect.github.com/prettier/prettier/issues/16458">#16458</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/6bbd46194e4db25025afd6fe2f8506a8a2d1e47e"><code>6bbd461</code></a> chore(deps): update eslint related dependencies (<a href="https://redirect.github.com/prettier/prettier/issues/16478">#16478</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/04b560fc4386ee2ba1fc7c611c7a78655d6e60da"><code>04b560f</code></a> chore(deps): update dependency browserslist to v4.23.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16475">#16475</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/614f070ac5f8d30628cc6cbbca1dda0e080e41d9"><code>614f070</code></a> chore(deps): update typescript-eslint to v8.0.0-alpha.41 (<a href="https://redirect.github.com/prettier/prettier/issues/16477">#16477</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d59a15ded901c6dd66c07cf508e14646a6f12cd9"><code>d59a15d</code></a> chore(deps): update dependency npm-run-all2 to v6.2.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16476">#16476</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/5ca2fc9be8369bf8c96899e2e5e8f3264086645a"><code>5ca2fc9</code></a> Support Angular <code>@let</code> declaration syntax (<a href="https://redirect.github.com/prettier/prettier/issues/16474">#16474</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/bfcfdccdf892141ce9cfbc179493557157c24e4c"><code>bfcfdcc</code></a> chore(deps): update babel to v7.24.8 (<a href="https://redirect.github.com/prettier/prettier/issues/16472">#16472</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/977c161924efa328660fe1802b604de2bc2527ea"><code>977c161</code></a> chore(deps): update dependency acorn to v8.12.1 (<a href="https://redirect.github.com/prettier/prettier/issues/16464">#16464</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/550606edf9f3c2e2d2c75f37f627c42030de34a3"><code>550606e</code></a> chore(deps): update babel to v7.24.8 (<a href="https://redirect.github.com/prettier/prettier/issues/16470">#16470</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.3.2...3.3.3">compare view</a></li> </ul> </details> <br /> Updates `prettier-plugin-svelte` from 3.2.5 to 3.2.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md">prettier-plugin-svelte's changelog</a>.</em></p> <blockquote> <h2>3.2.6</h2> <ul> <li>(feat) Svelte 5: never quote single-expression-attributes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/727ddce44b8669beae32f8b4a2338cc7b4f78676"><code>727ddce</code></a> chore: release 3.2.6</li> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/699c7a950292355e6e62fbc0e80ac8b0ae4a1d89"><code>699c7a9</code></a> feat: never quote single attribute expressions in Svelte 5 (<a href="https://redirect.github.com/sveltejs/prettier-plugin-svelte/issues/451">#451</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.5...v3.2.6">compare view</a></li> </ul> </details> <br /> Updates `svelte-preprocess` from 6.0.1 to 6.0.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md">svelte-preprocess's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2">6.0.2</a> (2024-07-09)</h2> <h3>Bug Fixes</h3> <ul> <li>remove customConditions tsconfig option (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/648">#648</a>) (<a href="https://github.com/sveltejs/svelte-preprocess/commit/afb80ae3fa1cafcf5293c1ab274e99b1966c632f">afb80ae</a>), closes <a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/646">#646</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/45b46045630bbc54ffe642db15881461e18d96f9"><code>45b4604</code></a> chore: release 6.0.2</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/170ab950ee6b3ef34a93ce5b3b03833c8c2dead9"><code>170ab95</code></a> chore: remove all dependencies (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/645">#645</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/9e5fe59fd89e8ded5a4bee53e68d76c976c78478"><code>9e5fe59</code></a> chore: fall back to verbatimModuleSyntax if possible (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/649">#649</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/a7a88c608a9f3fe20fdb9796361b5d16f55dc10b"><code>a7a88c6</code></a> docs: enhance TypeScript migration guide</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/afb80ae3fa1cafcf5293c1ab274e99b1966c632f"><code>afb80ae</code></a> fix: remove customConditions tsconfig option (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/648">#648</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/9918cb6487eb002524f2ad98f18b758e975208fc"><code>9918cb6</code></a> docs: add missing TOC to Migration Guide (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/647">#647</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.4 to 3.4.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.6</h2> <h3>Fixed</h3> <ul> <li>Fix detection of some utilities in Slim/Pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006">#14006</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Loosen <code>:is()</code> wrapping rules when using an important selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900">#13900</a>)</li> </ul> <h2>v3.4.5</h2> <h3>Fixed</h3> <ul> <li>Disable automatic <code>var()</code> injection for anchor properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826">#13826</a>)</li> <li>Use no value instead of <code>blur(0px)</code> for <code>backdrop-blur-none</code> and <code>blur-none</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830">#13830</a>)</li> <li>Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940">#13940</a>)</li> <li>Don't generate utilities like <code>px-1</code> unnecessarily when using utilities like <code>px-1.5</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959">#13959</a>)</li> <li>Always generate <code>-webkit-backdrop-filter</code> for <code>backdrop-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997">#13997</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.6] - 2024-07-16</h2> <h3>Fixed</h3> <ul> <li>Fix detection of some utilities in Slim/Pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006">#14006</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Loosen <code>:is()</code> wrapping rules when using an important selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900">#13900</a>)</li> </ul> <h2>[3.4.5] - 2024-07-15</h2> <h3>Fixed</h3> <ul> <li>Disable automatic <code>var()</code> injection for anchor properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826">#13826</a>)</li> <li>Use no value instead of <code>blur(0px)</code> for <code>backdrop-blur-none</code> and <code>blur-none</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830">#13830</a>)</li> <li>Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940">#13940</a>)</li> <li>Don't generate utilities like <code>px-1</code> unnecessarily when using utilities like <code>px-1.5</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959">#13959</a>)</li> <li>Always generate <code>-webkit-backdrop-filter</code> for <code>backdrop-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997">#13997</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d622977b2a3308703e1cb105f3eeb555da31877f"><code>d622977</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/0573c0769af1bf42433cb1992490f3789725f27c"><code>0573c07</code></a> Loosen :is() wrapping rules in applyImportantSelector for more readable outpu...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9c29e47c5f0c8dc241b559796241c8b746b905ee"><code>9c29e47</code></a> 3.4.6</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/daa526608111698ec9f5639a8e2e461d7a8f2ebe"><code>daa5266</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ae6a8d532b225ad7f62ecaecd5769582544f2084"><code>ae6a8d5</code></a> Fix extracting utilities from slim/pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14006">#14006</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/a0dbb3d87664521af8a422df5c179d9572a4698c"><code>a0dbb3d</code></a> Update runner image</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/10a1197989fcb033830386c629fc0f32a3ddab3b"><code>10a1197</code></a> 3.4.5</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9033d625e16458da273d3f67516995013c553c05"><code>9033d62</code></a> Always generate -webkit-backdrop-filter property (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13997">#13997</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/074736c1d65dc1d3ec817d077fc04081179c9afa"><code>074736c</code></a> Avoid over-extracting utilities from candidates with decimal values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13959">#13959</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/588a8225ebbc36a289fd06b0131ffc219d6577b2"><code>588a822</code></a> Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13940">#13940</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.6">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.2 to 5.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.5.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">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=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.3 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.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/f0e992167440686f948965e5441a918b34251886"><code>f0e9921</code></a> Bump version to 5.5.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/738bd605dfab2102cad7a8702ceae1ed2f55fbec"><code>738bd60</code></a> Cherry-pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58966">#58966</a> to release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/59002">#59002</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.1 to 5.3.4 <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.3.4 (2024-07-16)<!-- raw HTML omitted --></h2> <ul> <li>fix: update Terser type definitions (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17668">#17668</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17669">#17669</a>) (<a href="https://github.com/vitejs/vite/commit/b723a753ced0667470e72b4853ecda27b17f546a">b723a75</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17668">#17668</a> <a href="https://redirect.github.com/vitejs/vite/issues/17669">#17669</a></li> <li>fix(build): skip preload treeshaking for nested braces (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17687">#17687</a>) (<a href="https://github.com/vitejs/vite/commit/4be96b48bca30a692eb528b0b43a27bdc440e811">4be96b4</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17687">#17687</a></li> <li>fix(css): include <code>.css?url</code> in assets field of manifest (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17623">#17623</a>) (<a href="https://github.com/vitejs/vite/commit/1465b2064ee23ac5df5414b13355a394ccd931af">1465b20</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17623">#17623</a></li> <li>fix(worker): nested inlined worker always fallbacked to data URI worker instead of using blob worker (<a href="https://github.com/vitejs/vite/commit/07bc489b310e8173e4929193f3f283e1e50fa87f">07bc489</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17509">#17509</a></li> <li>refactor: replace includes with logical operations (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17620">#17620</a>) (<a href="https://github.com/vitejs/vite/commit/c4a2227c74d35d4065c764616a85a76971c53c7f">c4a2227</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17620">#17620</a></li> <li>chore: add callback to http-proxy.d.ts jsdoc (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17646">#17646</a>) (<a href="https://github.com/vitejs/vite/commit/d8a5d700bc5a625ee2be7cc6e2f79b3c84b29e7c">d8a5d70</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17646">#17646</a></li> </ul> <h2><!-- raw HTML omitted -->5.3.3 (2024-07-03)<!-- raw HTML omitted --></h2> <ul> <li>fix: lazily evaluate __vite__mapDeps files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17602">#17602</a>) (<a href="https://github.com/vitejs/vite/commit/dafff4ae6eabf22b7f08a582f3663eb8a08bfc32">dafff4a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17602">#17602</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17590">#17590</a>) (<a href="https://github.com/vitejs/vite/commit/012490ca8682e2b560737cb54dbb465ab4f36471">012490c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17590">#17590</a></li> <li>fix(lib): remove pure CSS dynamic import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17601">#17601</a>) (<a href="https://github.com/vitejs/vite/commit/055f1c16e55b527543e7af0e65e820b245b12d2e">055f1c1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17601">#17601</a></li> <li>fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17563">#17563</a>) (<a href="https://github.com/vitejs/vite/commit/14c3d49303e4db459728c43b2d3a7c2aff8cd383">14c3d49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17563">#17563</a></li> </ul> <h2><!-- raw HTML omitted -->5.3.2 (2024-06-27)<!-- raw HTML omitted --></h2> <ul> <li>fix(client): uniform variable <code>location</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>) (<a href="https://github.com/vitejs/vite/commit/a8e2f6fafcf106ccc0d5a46972e66c2bf73155e3">a8e2f6f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17528">#17528</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>) (<a href="https://github.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5">bf123f2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17494">#17494</a></li> <li>fix(typescript): correctly expand ${configDir} in tsconfig.json (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17576">#17576</a>) (<a href="https://github.com/vitejs/vite/commit/24c799b121c4d72cc08a52a46f82a831b64b1e6f">24c799b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17576">#17576</a></li> <li>chore: fix some comments (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>) (<a href="https://github.com/vitejs/vite/commit/ec16a5efc04d8ab50301d184c20e7bd0c8d8f6a2">ec16a5e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17495">#17495</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17553">#17553</a>) (<a href="https://github.com/vitejs/vite/commit/a33a97f8c32bdeadcad5a9e0de50612ac985d3d0">a33a97f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17553">#17553</a></li> <li>chore(deps): update dependency eslint to v9 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>) (<a href="https://github.com/vitejs/vite/commit/6c106622812480d2bb134f8ed8efa84e2eb942c4">6c10662</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16661">#16661</a></li> <li>chore(deps): update es-module-lexer to 1.5.4 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17555">#17555</a>) (<a href="https://github.com/vitejs/vite/commit/2d6672fd8a8da58b61d502418064ac2e3080a26e">2d6672f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17555">#17555</a></li> <li>refactor(optimizer): use early continues (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>) (<a href="https://github.com/vitejs/vite/commit/7c06ef07f835308b1ff2de3df02d201a8dbfb3b6">... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 19:20:10 -04:00
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
build(deps-dev): bump the frontend-deps group with 4 updates (#541) Bumps the frontend-deps group with 4 updates: [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte), [jsdom](https://github.com/jsdom/jsdom), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@sveltejs/vite-plugin-svelte` from 3.1.1 to 3.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/releases"><code>@​sveltejs/vite-plugin-svelte</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​sveltejs/vite-plugin-svelte</code><a href="https://github.com/3"><code>@​3</code></a>.1.2</h2> <h3>Patch Changes</h3> <ul> <li>add warning for svelte5 users to update to vite-plugin-svelte@4 (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/964">#964</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/blob/@sveltejs/vite-plugin-svelte@3.1.2/packages/vite-plugin-svelte/CHANGELOG.md"><code>@​sveltejs/vite-plugin-svelte</code>'s changelog</a>.</em></p> <blockquote> <h2>3.1.2</h2> <h3>Patch Changes</h3> <ul> <li>add warning for svelte5 users to update to vite-plugin-svelte@4 (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/964">#964</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/b3edb771f264b1d1578972dd4a7adaf9a0caf68b"><code>b3edb77</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/965">#965</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/4f95193edb22c24a081b9d60217d158be4a68bbb"><code>4f95193</code></a> chore(logs): encourage svelte5 users to update from vps3 to vps4 (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/964">#964</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@3.1.2/packages/vite-plugin-svelte">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 24.1.1 to 25.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 25.0.0</h2> <p>This major release changes the prototype of a jsdom's <code>EventTarget.prototype</code> to point to the <code>Object.prototype</code> inside the jsdom, instead of pointing to the Node.js <code>Object.prototype</code>. Thus, the prototype chain of <code>Window</code> stays entirely within the jsdom, never crossing over into the Node.js realm.</p> <p>This only occurs when <code>runScripts</code> is set to non-default values of <code>&quot;dangerously&quot;</code> or <code>&quot;outside-only&quot;</code>, as with the default value, there is no separate <code>Object.prototype</code> inside the jsdom.</p> <p>This will likely not impact many programs, but could cause some changes in <code>instanceof</code> behavior, and so out of an abundance of caution, we're releasing it as a new major version.</p> <h2>Version 24.1.3</h2> <ul> <li>Fixed calls to <code>postMessage()</code> that were done as a bare property (i.e., <code>postMessage()</code> instead of <code>window.postMessage()</code>).</li> </ul> <h2>Version 24.1.2</h2> <ul> <li>Fixed an issue with the <code>in</code> operator applied to <code>EventTarget</code> methods, e.g. <code>'addEventListener' in window</code>, which only appeared in Node.js ≥22.5.0. (legendecas)</li> <li>Fixed the events fired by <code>blur()</code>: it no longer fires <code>focus</code> and <code>focusin</code> on the <code>Document</code>, and <code>blur</code> and <code>focusout</code> no longer have their <code>relatedTarget</code> property set. (asamuzaK)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>25.0.0</h2> <p>This major release changes the prototype of a jsdom's <code>EventTarget.prototype</code> to point to the <code>Object.prototype</code> inside the jsdom, instead of pointing to the Node.js <code>Object.prototype</code>. Thus, the prototype chain of <code>Window</code> stays entirely within the jsdom, never crossing over into the Node.js realm.</p> <p>This only occurs when <code>runScripts</code> is set to non-default values of <code>&quot;dangerously&quot;</code> or <code>&quot;outside-only&quot;</code>, as with the default value, there is no separate <code>Object.prototype</code> inside the jsdom.</p> <p>This will likely not impact many programs, but could cause some changes in <code>instanceof</code> behavior, and so out of an abundance of caution, we're releasing it as a new major version.</p> <h2>24.1.3</h2> <ul> <li>Fixed calls to <code>postMessage()</code> that were done as a bare property (i.e., <code>postMessage()</code> instead of <code>window.postMessage()</code>).</li> </ul> <h2>24.1.2</h2> <ul> <li>Fixed an issue with the <code>in</code> operator applied to <code>EventTarget</code> methods, e.g. <code>'addEventListener' in window</code>, which only appeared in Node.js ≥22.5.0. (legendecas)</li> <li>Fixed the events fired by <code>blur()</code>: it no longer fires <code>focus</code> and <code>focusin</code> on the <code>Document</code>, and <code>blur</code> and <code>focusout</code> no longer have their <code>relatedTarget</code> property set. (asamuzaK)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/c53efc81e75f38a0558fbf3ed75d30b78b4c4898"><code>c53efc8</code></a> Version 25.0.0</li> <li><a href="https://github.com/jsdom/jsdom/commit/784c8a5689372b678525b1be394e4a02e99f647c"><code>784c8a5</code></a> Set EventTarget.prototype to the jsdom's Object.prototype</li> <li><a href="https://github.com/jsdom/jsdom/commit/0314f1e42e2fa2735a0f5eb001fe3169a9a25595"><code>0314f1e</code></a> Version 24.1.3</li> <li><a href="https://github.com/jsdom/jsdom/commit/46d5d5c946dcfe783e35ece849be91f8f6bd7390"><code>46d5d5c</code></a> Fix postMessage referenced as a bare property</li> <li><a href="https://github.com/jsdom/jsdom/commit/a241df63ff8f8df4287cd6b53282f3391a86580d"><code>a241df6</code></a> Version 24.1.2</li> <li><a href="https://github.com/jsdom/jsdom/commit/c3a9aedca3d3bd66bb65d0df191e754fe195df12"><code>c3a9aed</code></a> Remove upstreamed WPTs</li> <li><a href="https://github.com/jsdom/jsdom/commit/07fab3735a24ed0b443eccdf83dad5a94e7826ea"><code>07fab37</code></a> Refactor Window object setup code</li> <li><a href="https://github.com/jsdom/jsdom/commit/3383805343cd6a78414f9ff4fb37319b846cc99a"><code>3383805</code></a> Fix events fired by blur()</li> <li><a href="https://github.com/jsdom/jsdom/commit/065abcb3ff55340ead1c45cd6fde54c4fcc3f774"><code>065abcb</code></a> Roll web platform tests</li> <li><a href="https://github.com/jsdom/jsdom/commit/439a43e2f1af624d162f3676a21cc6d5794be6c8"><code>439a43e</code></a> Setup Window prototype in vm context</li> <li>Additional commits viewable in <a href="https://github.com/jsdom/jsdom/compare/24.1.1...25.0.0">compare view</a></li> </ul> </details> <br /> Updates `svelte` from 4.2.18 to 4.2.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/releases">svelte's releases</a>.</em></p> <blockquote> <h2>svelte@4.2.19</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure typings for <code>&lt;svelte:options&gt;</code> are picked up (<a href="https://redirect.github.com/sveltejs/svelte/pull/12902">#12902</a>)</p> </li> <li> <p>fix: escape <code>&lt;</code> in attribute strings (<a href="https://redirect.github.com/sveltejs/svelte/pull/12989">#12989</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>4.2.19</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: ensure typings for <code>&lt;svelte:options&gt;</code> are picked up (<a href="https://redirect.github.com/sveltejs/svelte/pull/12902">#12902</a>)</p> </li> <li> <p>fix: escape <code>&lt;</code> in attribute strings (<a href="https://redirect.github.com/sveltejs/svelte/pull/12989">#12989</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/d8b31333ec4afeab7dd178aedc7c187bfb971531"><code>d8b3133</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12990">#12990</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/83e96e044deb5ecbae2af361ae9e31d3e1ac43a3"><code>83e96e0</code></a> fix: escape <code>&lt;</code> in attribute strings (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12989">#12989</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/5ec4409fb270b2edf99c7140602202ad9f14ef26"><code>5ec4409</code></a> fix: ensure typings for <code>\&lt;svelte:options&gt;</code> are picked up (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/12902">#12902</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.1 to 5.4.2 <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.2 (2024-08-20)<!-- raw HTML omitted --></h2> <ul> <li>chore: remove stale TODOs (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17866">#17866</a>) (<a href="https://github.com/vitejs/vite/commit/e012f296df583bd133d26399397bd4ae49de1497">e012f29</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17866">#17866</a></li> <li>refactor: remove redundant prepend/strip base (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17887">#17887</a>) (<a href="https://github.com/vitejs/vite/commit/3b8f03d789ec3ef1a099c884759bd4e61b03ce7c">3b8f03d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17887">#17887</a></li> <li>fix: resolve relative URL generated by <code>renderBuiltUrl</code> passed to module preload (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16084">#16084</a>) (<a href="https://github.com/vitejs/vite/commit/fac3a8ed6855c4ab3032957137b74f21ec501e72">fac3a8e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16084">#16084</a></li> <li>feat: support originalFilename (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17867">#17867</a>) (<a href="https://github.com/vitejs/vite/commit/7d8c0e2dcbdea3a3465a1d87e259988e82561035">7d8c0e2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17867">#17867</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/b1ecdaf6594b48d2fcbff8682e9ef68916806089"><code>b1ecdaf</code></a> release: v5.4.2</li> <li><a href="https://github.com/vitejs/vite/commit/e012f296df583bd133d26399397bd4ae49de1497"><code>e012f29</code></a> chore: remove stale TODOs (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17866">#17866</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3b8f03d789ec3ef1a099c884759bd4e61b03ce7c"><code>3b8f03d</code></a> refactor: remove redundant prepend/strip base (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17887">#17887</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/fac3a8ed6855c4ab3032957137b74f21ec501e72"><code>fac3a8e</code></a> fix: resolve relative URL generated by <code>renderBuiltUrl</code> passed to module prel...</li> <li><a href="https://github.com/vitejs/vite/commit/7d8c0e2dcbdea3a3465a1d87e259988e82561035"><code>7d8c0e2</code></a> feat: support originalFilename (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17867">#17867</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.2/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-08-30 15:30:18 -04:00
"svelte": "^4.2.19",
"svelte-i18n": "^4.0.0",
build(deps): bump the frontend-deps group across 1 directory with 16 updates (#523) Bumps the frontend-deps group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [semver](https://github.com/npm/node-semver) | `7.6.2` | `7.6.3` | | [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `9.3.0` | `9.3.1` | | [@octokit/rest](https://github.com/octokit/rest.js) | `21.0.0` | `21.0.1` | | [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `5.1.0` | `5.2.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.6.0` | `2.0.4` | | [flowbite](https://github.com/themesberg/flowbite) | `2.3.0` | `2.4.1` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.5` | `0.46.15` | | [jsdom](https://github.com/jsdom/jsdom) | `24.1.0` | `24.1.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.5` | `3.2.6` | | [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) | `6.0.1` | `6.0.2` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.4` | `3.4.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.1` | `5.3.4` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.6.0` | `2.0.4` | Updates `semver` from 7.6.2 to 7.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>v7.6.3</h2> <h2><a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">7.6.3</a> (2024-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/726">#726</a> optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>) (<a href="https://github.com/jviide"><code>@​jviide</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/719">#719</a> fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>) (<a href="https://github.com/stdavis"><code>@​stdavis</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/main/CHANGELOG.md">semver's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">7.6.3</a> (2024-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/726">#726</a> optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>) (<a href="https://github.com/jviide"><code>@​jviide</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/719">#719</a> fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>) (<a href="https://github.com/stdavis"><code>@​stdavis</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/node-semver/commit/0a12d6c7debb1dc82d8645c770e77c47bac5e1ea"><code>0a12d6c</code></a> chore: release 7.6.3 (<a href="https://redirect.github.com/npm/node-semver/issues/720">#720</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> fix: optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> docs: fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>)</li> <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">compare view</a></li> </ul> </details> <br /> Updates `@octokit/plugin-throttling` from 9.3.0 to 9.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-throttling.js/releases"><code>@​octokit/plugin-throttling</code>'s releases</a>.</em></p> <blockquote> <h2>v9.3.1</h2> <h2><a href="https://github.com/octokit/plugin-throttling.js/compare/v9.3.0...v9.3.1">9.3.1</a> (2024-07-14)</h2> <h3>Bug Fixes</h3> <ul> <li>only import Octokit as type (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/721">#721</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/e3727b487fbd524d47987417af231088062db94f">e3727b4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/e3727b487fbd524d47987417af231088062db94f"><code>e3727b4</code></a> fix: only import Octokit as type (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/721">#721</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/f8f08485cb9766d520cc2e15c68f372c819061d8"><code>f8f0848</code></a> chore: use vitest (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/720">#720</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/eaa159d8d58584aeeed9bd50986ad496b7a9ba15"><code>eaa159d</code></a> chore: use fetch-mock v10 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/719">#719</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/186bf66fdcf4912c021e8d3f383288799a3a0c80"><code>186bf66</code></a> chore(deps): update dependency prettier to v3.3.3 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/718">#718</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/05cbe488bb19ece31ef82be5606cf1766257e353"><code>05cbe48</code></a> ci: start testing against 22 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/717">#717</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/08becf649d57eb823e73d38b42c8a4fb839d6500"><code>08becf6</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/716">#716</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/7bc966ae22d29b8f4243b68d190db87868ecad9b"><code>7bc966a</code></a> docs(comment): outdated information about the default secondary retry after (...</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/e5036ab836d0e03791ae837e01a8690b5f64f493"><code>e5036ab</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/714">#714</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/2970c6fbc2e2ad4e749804b0708c1a863800a7e4"><code>2970c6f</code></a> chore(deps): update dependency esbuild to ^0.23.0</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/ad5d81fb95ba6cd84b2e1e41327ca84839f7b817"><code>ad5d81f</code></a> chore(deps): update dependency esbuild to ^0.22.0</li> <li>Additional commits viewable in <a href="https://github.com/octokit/plugin-throttling.js/compare/v9.3.0...v9.3.1">compare view</a></li> </ul> </details> <br /> Updates `@octokit/rest` from 21.0.0 to 21.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@​octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v21.0.1</h2> <h2><a href="https://github.com/octokit/rest.js/compare/v21.0.0...v21.0.1">21.0.1</a> (2024-07-17)</h2> <h3>Bug Fixes</h3> <ul> <li>update deps (<a href="https://redirect.github.com/octokit/rest.js/issues/456">#456</a>) (<a href="https://github.com/octokit/rest.js/commit/93d5afb3433ae30e76f22f06e42067bada959b6e">93d5afb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/93d5afb3433ae30e76f22f06e42067bada959b6e"><code>93d5afb</code></a> fix: update deps (<a href="https://redirect.github.com/octokit/rest.js/issues/456">#456</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/5a681c35f06bc0dc67d95396542fc7d0763d4e92"><code>5a681c3</code></a> chore: use vitest (<a href="https://redirect.github.com/octokit/rest.js/issues/450">#450</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/462e351072e5105acaedf9aeb4f7da1b2c2f0cda"><code>462e351</code></a> ci: start testing against 22 (<a href="https://redirect.github.com/octokit/rest.js/issues/447">#447</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/09bfea827d5ee136fbe788c2476eabd582dfc86e"><code>09bfea8</code></a> chore(deps): update dependency glob to v11 (<a href="https://redirect.github.com/octokit/rest.js/issues/445">#445</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/969d6dcb57f2030b11818caf680ac794bbfcaea0"><code>969d6dc</code></a> chore(deps): update dependency esbuild to ^0.23.0</li> <li><a href="https://github.com/octokit/rest.js/commit/239b1befa5ba0c32a5cde16e77c30a07399c4737"><code>239b1be</code></a> chore(deps): update dependency esbuild to ^0.22.0</li> <li><a href="https://github.com/octokit/rest.js/commit/cdbf93a8eaab95159c4c714b405387ddab362ea6"><code>cdbf93a</code></a> ci(action): update actions/add-to-project action to v1.0.2</li> <li><a href="https://github.com/octokit/rest.js/commit/4306775d5617d443c04cc9b1f66784bc052f861b"><code>4306775</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/rest.js/issues/404">#404</a>)</li> <li>See full diff in <a href="https://github.com/octokit/rest.js/compare/v21.0.0...v21.0.1">compare view</a></li> </ul> </details> <br /> Updates `@testing-library/svelte` from 5.1.0 to 5.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/svelte-testing-library/releases"><code>@​testing-library/svelte</code>'s releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0">5.2.0</a> (2024-06-28)</h2> <h3>Features</h3> <ul> <li><strong>svelte5:</strong> incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98">9dce164</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700">2fb7423</a>)</li> <li><strong>types:</strong> build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06">a8f21f8</a>)</li> </ul> <h2>v5.2.0-next.3</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.2.0-next.2...v5.2.0-next.3">5.2.0-next.3</a> (2024-06-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700">2fb7423</a>)</li> </ul> <h2>v5.2.0-next.2</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.2.0-next.1...v5.2.0-next.2">5.2.0-next.2</a> (2024-06-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06">a8f21f8</a>)</li> </ul> <h2>v5.2.0-next.1</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0-next.1">5.2.0-next.1</a> (2024-06-20)</h2> <h3>Features</h3> <ul> <li><strong>svelte5:</strong> incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98">9dce164</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/953a4dbd6fbbbfef280ceacdbcc64466d2389364"><code>953a4db</code></a> chore(release): promote 5.2.0 to stable</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700"><code>2fb7423</code></a> fix(deps): allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06"><code>a8f21f8</code></a> fix(types): build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/be82df14e76913b87967d5b7eb83eb97ca9c04ab"><code>be82df1</code></a> docs(README): move links to sections that use them, remove unused links (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/383">#383</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98"><code>9dce164</code></a> feat(svelte5): incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/ee1c966c8d4ff7e8d0f0a80a19a086ae2b81983c"><code>ee1c966</code></a> ci(release): use conventionalcommits preset for release (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/380">#380</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/326fb58aee4648523a88d94a60926e551dc56270"><code>326fb58</code></a> chore(deps): update vite-plugin-svelte to disable <code>hmr</code> in test (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/378">#378</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/cb6633349ff8c9e0958689f3c49a8aacfc092bb6"><code>cb66333</code></a> test(jest): add Jest to CI matrix (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/372">#372</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/ac3248d0e92188f747936cc5e975c76b52a3b199"><code>ac3248d</code></a> test: fix auto-cleanup tests (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/371">#371</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/266e2dfd1ea0f1214186f49e604adf43734c0a55"><code>266e2df</code></a> chore(deps-dev): bump the lint group across 1 directory with 9 updates (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/370">#370</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 1.6.0 to 2.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v2.0.4</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>One-line environment options  -  by <a href="https://github.com/hahanein"><code>@​hahanein</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5105">vitest-dev/vitest#5105</a> <a href="https://github.com/vitest-dev/vitest/commit/38269415"><!-- raw HTML omitted -->(38269)<!-- raw HTML omitted --></a></li> <li>Resolve assets imported with <code>require</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6159">vitest-dev/vitest#6159</a> <a href="https://github.com/vitest-dev/vitest/commit/807a2cbc"><!-- raw HTML omitted -->(807a2)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't panic if <code>@​vitest/browser</code> is installed outside of project root  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6135">vitest-dev/vitest#6135</a> <a href="https://github.com/vitest-dev/vitest/commit/ccfcd488"><!-- raw HTML omitted -->(ccfcd)<!-- raw HTML omitted --></a></li> <li>Set global filepath  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6190">vitest-dev/vitest#6190</a> <a href="https://github.com/vitest-dev/vitest/commit/0d0b46b1"><!-- raw HTML omitted -->(0d0b4)<!-- raw HTML omitted --></a></li> <li>Allow preview and open in the editor screenshot error from ui  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6113">vitest-dev/vitest#6113</a> <a href="https://github.com/vitest-dev/vitest/commit/2d62051f"><!-- raw HTML omitted -->(2d620)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Global thresholds to include files from glob thresholds  -  by <a href="https://github.com/thor-juhasz"><code>@​thor-juhasz</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6172">vitest-dev/vitest#6172</a> <a href="https://github.com/vitest-dev/vitest/commit/02e3f003"><!-- raw HTML omitted -->(02e3f)<!-- raw HTML omitted --></a></li> <li>Consistent type-only file handling  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6183">vitest-dev/vitest#6183</a> <a href="https://github.com/vitest-dev/vitest/commit/90576148"><!-- raw HTML omitted -->(90576)<!-- raw HTML omitted --></a></li> <li>Ignore <code>*.cts</code> files  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6189">vitest-dev/vitest#6189</a> <a href="https://github.com/vitest-dev/vitest/commit/5da45db1"><!-- raw HTML omitted -->(5da45)<!-- raw HTML omitted --></a></li> <li>Add <code>thresholds.&lt;glob&gt;.100</code> option  -  by <a href="https://github.com/thor-juhasz"><code>@​thor-juhasz</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6174">vitest-dev/vitest#6174</a> <a href="https://github.com/vitest-dev/vitest/commit/f68453f8"><!-- raw HTML omitted -->(f6845)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>spy</strong>: <ul> <li>Fix <code>mockImplementation</code> for function overload and unions  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6181">vitest-dev/vitest#6181</a> <a href="https://github.com/vitest-dev/vitest/commit/7a75bd4c"><!-- raw HTML omitted -->(7a75b)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4">View changes on GitHub</a></h5> <h2>v2.0.3</h2> <h3>   🚀 Features</h3> <ul> <li><strong>ui</strong>: Show all suites/tests when parent matches  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6106">vitest-dev/vitest#6106</a> <a href="https://github.com/vitest-dev/vitest/commit/840e02f1"><!-- raw HTML omitted -->(840e0)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><code>--inspect-brk</code> stop on Windows  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6110">vitest-dev/vitest#6110</a> <a href="https://github.com/vitest-dev/vitest/commit/f851982e"><!-- raw HTML omitted -->(f8519)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't import from &quot;vite&quot;  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/35655419"><!-- raw HTML omitted -->(35655)<!-- raw HTML omitted --></a></li> <li>Allow immidiate reinvalidation of mocked dependencies  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6108">vitest-dev/vitest#6108</a> <a href="https://github.com/vitest-dev/vitest/commit/f44cc917"><!-- raw HTML omitted -->(f44cc)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>spy</strong>: <ul> <li>Fix type error when assigning <code>vi.spyOn</code> to <code>MockInstance</code> of function overload  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6086">vitest-dev/vitest#6086</a> <a href="https://github.com/vitest-dev/vitest/commit/e9f9adcd"><!-- raw HTML omitted -->(e9f9a)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Remove suffix slash on file protocol for window  -  by <a href="https://github.com/syi0808"><code>@​syi0808</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6109">vitest-dev/vitest#6109</a> <a href="https://github.com/vitest-dev/vitest/commit/93ebdefc"><!-- raw HTML omitted -->(93ebd)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.2...v2.0.3">View changes on GitHub</a></h5> <h2>v2.0.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Remove <code>@​vitest/runner</code> &gt; pretty-format from prebundling because it doesn't exist  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6075">vitest-dev/vitest#6075</a> <a href="https://github.com/vitest-dev/vitest/commit/a169d25a"><!-- raw HTML omitted -->(a169d)<!-- raw HTML omitted --></a></li> <li>Inline pretty-format and replace picocolors with tinyrainbow  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6077">vitest-dev/vitest#6077</a> <a href="https://github.com/vitest-dev/vitest/commit/80a43d5c"><!-- raw HTML omitted -->(80a43)<!-- raw HTML omitted --></a></li> <li>Remove <code>crypto.randomUUID</code> from the client  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6079">vitest-dev/vitest#6079</a> <a href="https://github.com/vitest-dev/vitest/commit/04c83acc"><!-- raw HTML omitted -->(04c83)<!-- raw HTML omitted --></a></li> <li>Correctly overwrite loupe require  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/756ac2bc"><!-- raw HTML omitted -->(756ac)<!-- raw HTML omitted --></a></li> <li>Dedupe <code>@​vitest/browser/</code>client  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6081">vitest-dev/vitest#6081</a> <a href="https://github.com/vitest-dev/vitest/commit/ee725184"><!-- raw HTML omitted -->(ee725)<!-- raw HTML omitted --></a></li> <li>Don't release keyboard automatically  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6083">vitest-dev/vitest#6083</a> <a href="https://github.com/vitest-dev/vitest/commit/58fac77b"><!-- raw HTML omitted -->(58fac)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Test files notified only when running  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6069">vitest-dev/vitest#6069</a> <a href="https://github.com/vitest-dev/vitest/commit/af7fec58"><!-- raw HTML omitted -->(af7fe)<!-- raw HTML omitted --></a></li> <li>Encode html entities in task name  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6070">vitest-dev/vitest#6070</a> <a href="https://github.com/vitest-dev/vitest/commit/7f0cc24e"><!-- raw HTML omitted -->(7f0cc)<!-- 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/400481f64d7a30a426ac072c0d5498e404fc0113"><code>400481f</code></a> chore: release v2.0.4</li> <li><a href="https://github.com/vitest-dev/vitest/commit/905761485548cb5ac9d478a335c6df37a5b06538"><code>9057614</code></a> fix(coverage): consistent type-only file handling (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6183">#6183</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a852b16152588a9cc2aafa47581dae5399c88248"><code>a852b16</code></a> refactor: enable isolatedDeclarations in snapshot and spy packages (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6146">#6146</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/81b8d67066c8642035905e1733776583514ddd17"><code>81b8d67</code></a> chore: release v2.0.3</li> <li><a href="https://github.com/vitest-dev/vitest/commit/99a12aec2bb3baf361bf15afb2a9df9b0938518b"><code>99a12ae</code></a> chore: release v2.0.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/80a43d5c7c1c541d3dcc0996d411fc39ecbb2e35"><code>80a43d5</code></a> fix(browser): inline pretty-format and replace picocolors with tinyrainbow (#...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/16eb6c83f84b8f5ed06a625c8ad517e281112c5f"><code>16eb6c8</code></a> chore: release v2.0.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1b150a38918d157242c9259d6b1138e79fc8ed44"><code>1b150a3</code></a> chore: release v2.0.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/56118954e62b71ff9b53e096616511f9ecadc1ee"><code>5611895</code></a> chore: release v2.0.0-beta.13</li> <li><a href="https://github.com/vitest-dev/vitest/commit/368c137281496a9034712707d4e59b995ed4fe49"><code>368c137</code></a> fix(coverage): remove work-around for implicit <code>else</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6014">#6014</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `flowbite` from 2.3.0 to 2.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite/releases">flowbite's releases</a>.</em></p> <blockquote> <h2>v2.4.1</h2> <ul> <li>fix datepicker module declaration naming for TypeScript</li> </ul> <h2>v2.4.0</h2> <ul> <li>the datepicker is now a core component of Flowbite and has API methods, events, and options</li> <li>updated the documentation for the datepicker component and related integration guides</li> <li>minor visual bug fixes and improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite/commit/8c8d65e489c2947650c5492a2aec14088f1ada0f"><code>8c8d65e</code></a> fix(typescript): datepicker naming and version bump to v2.4.1</li> <li><a href="https://github.com/themesberg/flowbite/commit/2a8c18eed9b9f28c78ee481faf837cdfb860e3b9"><code>2a8c18e</code></a> Merge branch 'datepicker-instance'</li> <li><a href="https://github.com/themesberg/flowbite/commit/6b160cc82d243de097ade83ac5369b10554132b5"><code>6b160cc</code></a> chore(version): bump to v2.4.0</li> <li><a href="https://github.com/themesberg/flowbite/commit/e9b8ae37158d0db132b8fc7ae3dfb9e61b13711a"><code>e9b8ae3</code></a> Merge pull request <a href="https://redirect.github.com/themesberg/flowbite/issues/907">#907</a> from themesberg/datepicker-instance</li> <li><a href="https://github.com/themesberg/flowbite/commit/1d76b8ffc1dfcfbafab06446674265d8683be157"><code>1d76b8f</code></a> docs(changelog): add changelog</li> <li><a href="https://github.com/themesberg/flowbite/commit/213577a3947684cad995830b95e4ae2a8166c9a1"><code>213577a</code></a> docs(datepicker): update Phoenix and Rails docs for new datepicker update</li> <li><a href="https://github.com/themesberg/flowbite/commit/6a16510f28bf49cbf069b582e4ee6b24f486d853"><code>6a16510</code></a> docs(datepicker): fix TypeScript example from docs</li> <li><a href="https://github.com/themesberg/flowbite/commit/1e0d11243535e3262bafd98a6b5891d13e960aa2"><code>1e0d112</code></a> fix(typescript): fix fucking typescript config for cross npm declarations</li> <li><a href="https://github.com/themesberg/flowbite/commit/6d1fbf3285442d160e93a9f26b8cdea9ea2405b3"><code>6d1fbf3</code></a> docs(nuxt): update Nuxt docs for Flowbite via composables</li> <li><a href="https://github.com/themesberg/flowbite/commit/36eeab7fb98d7ef76e48d887a1252cd2d4849301"><code>36eeab7</code></a> docs(datepicker): update import statements for parent plugin</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite/compare/v2.3.0...v2.4.1">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.46.5 to 0.46.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's releases</a>.</em></p> <blockquote> <h2>v0.46.15</h2> <h2>What's Changed</h2> <ul> <li>fix!: add close event to toast component by <a href="https://github.com/robluton"><code>@​robluton</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1383">themesberg/flowbite-svelte#1383</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/robluton"><code>@​robluton</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1383">themesberg/flowbite-svelte#1383</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.12...v0.46.15">https://github.com/themesberg/flowbite-svelte/compare/v0.46.12...v0.46.15</a></p> <ul> <li>0d5426fa (HEAD -&gt; main, origin/main, origin/HEAD) v0.46.15</li> <li>69108a00 (tag: v0.46.15) feat: add 5.0.0 to peerDependencies</li> <li>8c2e834d fix: add border to Input</li> <li>a555c1f5 docs: fix: typo</li> <li>af097394 docs: fix: typo</li> <li>3236e52a fix!: add close event to toast component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1383">#1383</a>)</li> <li>6d5352c0 docs: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1351">#1351</a> add customizing the header tag to the Accordion page</li> <li>e8cec5a6 (accordion-heading) fix: AccordionItem: add tag prop</li> <li>ab5abd76 docs: fix: typo</li> </ul> <h2>v0.46.12</h2> <ul> <li>1c08c3ac (HEAD -&gt; main, origin/main, origin/HEAD) v0.46.12</li> <li>b047d31d (tag: v0.46.12, new-dropdown) fix: Dropdown change to component prop since $$restProps does not work</li> <li>81f01f29 fix: docs: dropdown custome color</li> <li>afe7393d fix: docs: list-group page typo</li> <li>2e8a4d4f docs: fix: footer default</li> <li>fc1eda63 docs: fix: alert page event example</li> <li>c3e29c77 fix: ColorVariant, toast and badge page</li> <li>fe2f01bd v0.46.11</li> <li>ab24e307 (tag: v0.46.11) fix: Badge and Toast component transition</li> <li>ddb09b34 v0.46.10</li> <li>59108274 (tag: v0.46.10) fix: Checkbox group</li> <li>331a0b73 v0.46.9</li> <li>20686def (tag: v0.46.9) chore: changeset</li> <li>ecce7667 fix: remove the default values for Checkbox group and choices</li> <li>23df9cd7 v0.46.8</li> <li>540e8c32 (tag: v0.46.8) chore: changeset</li> <li>47a90d2d fix: Checkbox group and example</li> <li>6583693c docs: fix: table page Click and double-click on row example</li> <li>1cc2df72 fix: pnpm install --frozen-lockfile=false</li> <li>31fd9423 v0.46.7</li> <li>ba1705a6 (tag: v0.46.7) fix: TableBodyCell separate td and button</li> <li>f15e331a fix: frozen-lockfile</li> </ul> <h2>v0.46.6</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.6">https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.6</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h2>0.46.15</h2> <h3>Patch Changes</h3> <ul> <li>feat: add 5.0.0 to peerDependencies (<a href="https://github.com/themesberg/flowbite-svelte/commit/69108a0080373c686cead96d80cdfa1d44ab5ef8"><code>69108a0080373c686cead96d80cdfa1d44ab5ef8</code></a>)</li> </ul> <h2>0.46.14</h2> <h3>Patch Changes</h3> <ul> <li>fix: Banner transition (<a href="https://github.com/themesberg/flowbite-svelte/commit/5f0e807469d079e790fbeb188b777a4bb5b7a009"><code>5f0e807469d079e790fbeb188b777a4bb5b7a009</code></a>)</li> </ul> <h2>0.46.13</h2> <h3>Patch Changes</h3> <ul> <li>fix: add headerClass and footerClass to Textarea, <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1380">#1380</a> (<a href="https://github.com/themesberg/flowbite-svelte/commit/6ff73c2865522fed10ebc893340b4bee45b6e235"><code>6ff73c2865522fed10ebc893340b4bee45b6e235</code></a>)</li> </ul> <h2>0.46.12</h2> <h3>Patch Changes</h3> <ul> <li>fix: : Dropdown change to component prop since $restProps does not work with Svelte 5</li> </ul> <h2>0.46.11</h2> <h3>Patch Changes</h3> <ul> <li>fix: Badge and Toast component transition (<a href="https://github.com/themesberg/flowbite-svelte/commit/ab24e307598ef53ab2b714ebce3f6541c9eb37e4"><code>ab24e307598ef53ab2b714ebce3f6541c9eb37e4</code></a>)</li> </ul> <h2>0.46.10</h2> <h3>Patch Changes</h3> <ul> <li>fix: Checkbox for group (<a href="https://github.com/themesberg/flowbite-svelte/commit/59108274dd1acdbad37a5fdb26d7ff93c9bf8de5"><code>59108274dd1acdbad37a5fdb26d7ff93c9bf8de5</code></a>)</li> </ul> <h2>0.46.9</h2> <h3>Patch Changes</h3> <ul> <li>fix: remove the default values for Checkbox group and choices (<a href="https://github.com/themesberg/flowbite-svelte/commit/20686def610fca25f1a49013216dbbbdd7ca657d"><code>20686def610fca25f1a49013216dbbbdd7ca657d</code></a>)</li> </ul> <h2>0.46.8</h2> <h3>Patch Changes</h3> <ul> <li>fix: Checkbox group (<a href="https://github.com/themesberg/flowbite-svelte/commit/540e8c32933ccafc19c338f8aa3676fdb5575dc4"><code>540e8c32933ccafc19c338f8aa3676fdb5575dc4</code></a>)</li> </ul> <h2>0.46.7</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/69108a0080373c686cead96d80cdfa1d44ab5ef8"><code>69108a0</code></a> feat: add 5.0.0 to peerDependencies</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/8c2e834d4d2981625074236b83525f576c487461"><code>8c2e834</code></a> fix: add border to Input</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/a555c1f58adac20341608aeed03b22b967961d12"><code>a555c1f</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/af0973947159d3400e7b7cf678bbc57638433aa4"><code>af09739</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3236e52a24d55fa6e517fe4f4ee014f2548086ee"><code>3236e52</code></a> fix!: add close event to toast component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1383">#1383</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/6d5352c0e72e287977a73739ce5adecf61d345b8"><code>6d5352c</code></a> docs: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1351">#1351</a> add customizing the header tag to the Accordion page</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/e8cec5a65a05b3ece5b8e3d21c33cb1d04061a22"><code>e8cec5a</code></a> fix: AccordionItem: add tag prop</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/ab5abd766480278d16e45ddf6f5f22e3b95502bc"><code>ab5abd7</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/ade98886e1af0aebeede07e5bc13d86106ca3c6f"><code>ade9888</code></a> v0.46.14</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/5f0e807469d079e790fbeb188b777a4bb5b7a009"><code>5f0e807</code></a> chore: changeset</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.15">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 24.1.0 to 24.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 24.1.1</h2> <ul> <li>Fixed selection methods to trigger the <code>selectionchange</code> event on the <code>Document</code> object. (piotr-oles)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>24.1.1</h2> <ul> <li>Fixed selection methods to trigger the <code>selectionchange</code> event on the <code>Document</code> object. (piotr-oles)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/ee8b6156bee3c7d0d201ccdd2135ee635fb8afcd"><code>ee8b615</code></a> Version 24.1.1</li> <li><a href="https://github.com/jsdom/jsdom/commit/4c167b3d3e39ff03625375c3edd4e04c54b345c9"><code>4c167b3</code></a> Update ESLint to v9</li> <li><a href="https://github.com/jsdom/jsdom/commit/c8a510353eadf4d44d4c36d622c047afa434301c"><code>c8a5103</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/b2235affd93f47f26429ed80ce83ff267d878a1c"><code>b2235af</code></a> Trigger selectionchange event on document when selection changes</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/24.1.0...24.1.1">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.38 to 8.4.39 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/e0efb168c8a65b42ba10b787857cfa306ba9d48c"><code>e0efb16</code></a> Release 8.4.39 version</li> <li><a href="https://github.com/postcss/postcss/commit/48304c57b1e848ff215a88b7627fa44c8c1b8958"><code>48304c5</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/155ac57ab582136dcf8a5ed44bf38262fe8c7960"><code>155ac57</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1947">#1947</a> from romainmenke/fix-css-syntax-error-type--reliable...</li> <li><a href="https://github.com/postcss/postcss/commit/1b9b466836d3fb6ba9e2d6477d68309ce3e59444"><code>1b9b466</code></a> fix CssSyntaxError type declaration</li> <li><a href="https://github.com/postcss/postcss/commit/3f4d96e26db3e6380c0309fa82d5153b7d9e2450"><code>3f4d96e</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/b952be76f0c7704a99dceb34294117d13e3470a4"><code>b952be7</code></a> Update CI actions</li> <li><a href="https://github.com/postcss/postcss/commit/b512b295d97da08af25ace511ed6ee893fb09dbd"><code>b512b29</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/f9a9868eb3a591cd99d504ac57bf7ee77380856b"><code>f9a9868</code></a> Move to pnpm 9 and Node.js 22</li> <li><a href="https://github.com/postcss/postcss/commit/79052c277049d2e97a4832e370fb7d2728dde877"><code>79052c2</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1940">#1940</a> from Xvezda/patch-1</li> <li><a href="https://github.com/postcss/postcss/commit/0eedad4547e829c7aa9afa69b2f29b19c76697df"><code>0eedad4</code></a> Update changed urls</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.38...8.4.39">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.3.2 to 3.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.3.3</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#333">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.3.3</h1> <p><a href="https://github.com/prettier/prettier/compare/3.3.2...3.3.3">diff</a></p> <h4>Add parentheses for nullish coalescing in ternary (<a href="https://redirect.github.com/prettier/prettier/pull/16391">#16391</a> by <a href="https://github.com/cdignam-segment"><code>@​cdignam-segment</code></a>)</h4> <p>This change adds clarity to operator precedence.</p> <!-- raw HTML omitted --> <pre lang="js"><code>// Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; <p>// Prettier 3.3.2<br /> foo ? bar ?? foo : baz;<br /> foo ?? bar ? a : b;<br /> a ? b : foo ?? bar;</p> <p>// Prettier 3.3.3<br /> foo ? (bar ?? foo) : baz;<br /> (foo ?? bar) ? a : b;<br /> a ? b : (foo ?? bar);<br /> </code></pre></p> <h4>Add parentheses for decorator expressions (<a href="https://redirect.github.com/prettier/prettier/pull/16458">#16458</a> by <a href="https://github.com/y-schneider"><code>@​y-schneider</code></a>)</h4> <p>Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.</p> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input @(foo`tagged template`) class X {} <p>// Prettier 3.3.2<br /> <a href="https://github.com/foo"><code>@​foo</code></a><code>tagged template</code><br /> class X {}</p> <p>// Prettier 3.3.3<br /> @(foo<code>tagged template</code>)<br /> class X {}<br /> </code></pre></p> <h4>Support <code>@let</code> declaration syntax (<a href="https://redirect.github.com/prettier/prettier/pull/16474">#16474</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <p>Adds support for Angular v18 <code>@let</code> declaration syntax.</p> <p>Please see the following code example. The <code>@let</code> declaration allows you to define local variables within the template:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/52829385bcc4d785e58ae2602c0b098a643523c9"><code>5282938</code></a> Release 3.3.3</li> <li><a href="https://github.com/prettier/prettier/commit/9102b73d8cd01795e7ba5af8a476d500c5dbcf2c"><code>9102b73</code></a> Add parentheses for decorator expressions (<a href="https://redirect.github.com/prettier/prettier/issues/16458">#16458</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/6bbd46194e4db25025afd6fe2f8506a8a2d1e47e"><code>6bbd461</code></a> chore(deps): update eslint related dependencies (<a href="https://redirect.github.com/prettier/prettier/issues/16478">#16478</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/04b560fc4386ee2ba1fc7c611c7a78655d6e60da"><code>04b560f</code></a> chore(deps): update dependency browserslist to v4.23.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16475">#16475</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/614f070ac5f8d30628cc6cbbca1dda0e080e41d9"><code>614f070</code></a> chore(deps): update typescript-eslint to v8.0.0-alpha.41 (<a href="https://redirect.github.com/prettier/prettier/issues/16477">#16477</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d59a15ded901c6dd66c07cf508e14646a6f12cd9"><code>d59a15d</code></a> chore(deps): update dependency npm-run-all2 to v6.2.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16476">#16476</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/5ca2fc9be8369bf8c96899e2e5e8f3264086645a"><code>5ca2fc9</code></a> Support Angular <code>@let</code> declaration syntax (<a href="https://redirect.github.com/prettier/prettier/issues/16474">#16474</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/bfcfdccdf892141ce9cfbc179493557157c24e4c"><code>bfcfdcc</code></a> chore(deps): update babel to v7.24.8 (<a href="https://redirect.github.com/prettier/prettier/issues/16472">#16472</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/977c161924efa328660fe1802b604de2bc2527ea"><code>977c161</code></a> chore(deps): update dependency acorn to v8.12.1 (<a href="https://redirect.github.com/prettier/prettier/issues/16464">#16464</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/550606edf9f3c2e2d2c75f37f627c42030de34a3"><code>550606e</code></a> chore(deps): update babel to v7.24.8 (<a href="https://redirect.github.com/prettier/prettier/issues/16470">#16470</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.3.2...3.3.3">compare view</a></li> </ul> </details> <br /> Updates `prettier-plugin-svelte` from 3.2.5 to 3.2.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md">prettier-plugin-svelte's changelog</a>.</em></p> <blockquote> <h2>3.2.6</h2> <ul> <li>(feat) Svelte 5: never quote single-expression-attributes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/727ddce44b8669beae32f8b4a2338cc7b4f78676"><code>727ddce</code></a> chore: release 3.2.6</li> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/699c7a950292355e6e62fbc0e80ac8b0ae4a1d89"><code>699c7a9</code></a> feat: never quote single attribute expressions in Svelte 5 (<a href="https://redirect.github.com/sveltejs/prettier-plugin-svelte/issues/451">#451</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.5...v3.2.6">compare view</a></li> </ul> </details> <br /> Updates `svelte-preprocess` from 6.0.1 to 6.0.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md">svelte-preprocess's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2">6.0.2</a> (2024-07-09)</h2> <h3>Bug Fixes</h3> <ul> <li>remove customConditions tsconfig option (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/648">#648</a>) (<a href="https://github.com/sveltejs/svelte-preprocess/commit/afb80ae3fa1cafcf5293c1ab274e99b1966c632f">afb80ae</a>), closes <a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/646">#646</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/45b46045630bbc54ffe642db15881461e18d96f9"><code>45b4604</code></a> chore: release 6.0.2</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/170ab950ee6b3ef34a93ce5b3b03833c8c2dead9"><code>170ab95</code></a> chore: remove all dependencies (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/645">#645</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/9e5fe59fd89e8ded5a4bee53e68d76c976c78478"><code>9e5fe59</code></a> chore: fall back to verbatimModuleSyntax if possible (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/649">#649</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/a7a88c608a9f3fe20fdb9796361b5d16f55dc10b"><code>a7a88c6</code></a> docs: enhance TypeScript migration guide</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/afb80ae3fa1cafcf5293c1ab274e99b1966c632f"><code>afb80ae</code></a> fix: remove customConditions tsconfig option (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/648">#648</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/9918cb6487eb002524f2ad98f18b758e975208fc"><code>9918cb6</code></a> docs: add missing TOC to Migration Guide (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/647">#647</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.4 to 3.4.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.6</h2> <h3>Fixed</h3> <ul> <li>Fix detection of some utilities in Slim/Pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006">#14006</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Loosen <code>:is()</code> wrapping rules when using an important selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900">#13900</a>)</li> </ul> <h2>v3.4.5</h2> <h3>Fixed</h3> <ul> <li>Disable automatic <code>var()</code> injection for anchor properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826">#13826</a>)</li> <li>Use no value instead of <code>blur(0px)</code> for <code>backdrop-blur-none</code> and <code>blur-none</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830">#13830</a>)</li> <li>Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940">#13940</a>)</li> <li>Don't generate utilities like <code>px-1</code> unnecessarily when using utilities like <code>px-1.5</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959">#13959</a>)</li> <li>Always generate <code>-webkit-backdrop-filter</code> for <code>backdrop-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997">#13997</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.6] - 2024-07-16</h2> <h3>Fixed</h3> <ul> <li>Fix detection of some utilities in Slim/Pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006">#14006</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Loosen <code>:is()</code> wrapping rules when using an important selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900">#13900</a>)</li> </ul> <h2>[3.4.5] - 2024-07-15</h2> <h3>Fixed</h3> <ul> <li>Disable automatic <code>var()</code> injection for anchor properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826">#13826</a>)</li> <li>Use no value instead of <code>blur(0px)</code> for <code>backdrop-blur-none</code> and <code>blur-none</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830">#13830</a>)</li> <li>Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940">#13940</a>)</li> <li>Don't generate utilities like <code>px-1</code> unnecessarily when using utilities like <code>px-1.5</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959">#13959</a>)</li> <li>Always generate <code>-webkit-backdrop-filter</code> for <code>backdrop-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997">#13997</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d622977b2a3308703e1cb105f3eeb555da31877f"><code>d622977</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/0573c0769af1bf42433cb1992490f3789725f27c"><code>0573c07</code></a> Loosen :is() wrapping rules in applyImportantSelector for more readable outpu...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9c29e47c5f0c8dc241b559796241c8b746b905ee"><code>9c29e47</code></a> 3.4.6</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/daa526608111698ec9f5639a8e2e461d7a8f2ebe"><code>daa5266</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ae6a8d532b225ad7f62ecaecd5769582544f2084"><code>ae6a8d5</code></a> Fix extracting utilities from slim/pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14006">#14006</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/a0dbb3d87664521af8a422df5c179d9572a4698c"><code>a0dbb3d</code></a> Update runner image</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/10a1197989fcb033830386c629fc0f32a3ddab3b"><code>10a1197</code></a> 3.4.5</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9033d625e16458da273d3f67516995013c553c05"><code>9033d62</code></a> Always generate -webkit-backdrop-filter property (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13997">#13997</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/074736c1d65dc1d3ec817d077fc04081179c9afa"><code>074736c</code></a> Avoid over-extracting utilities from candidates with decimal values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13959">#13959</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/588a8225ebbc36a289fd06b0131ffc219d6577b2"><code>588a822</code></a> Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13940">#13940</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.6">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.2 to 5.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.5.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">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=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.3 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.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/f0e992167440686f948965e5441a918b34251886"><code>f0e9921</code></a> Bump version to 5.5.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/738bd605dfab2102cad7a8702ceae1ed2f55fbec"><code>738bd60</code></a> Cherry-pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58966">#58966</a> to release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/59002">#59002</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.1 to 5.3.4 <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.3.4 (2024-07-16)<!-- raw HTML omitted --></h2> <ul> <li>fix: update Terser type definitions (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17668">#17668</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17669">#17669</a>) (<a href="https://github.com/vitejs/vite/commit/b723a753ced0667470e72b4853ecda27b17f546a">b723a75</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17668">#17668</a> <a href="https://redirect.github.com/vitejs/vite/issues/17669">#17669</a></li> <li>fix(build): skip preload treeshaking for nested braces (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17687">#17687</a>) (<a href="https://github.com/vitejs/vite/commit/4be96b48bca30a692eb528b0b43a27bdc440e811">4be96b4</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17687">#17687</a></li> <li>fix(css): include <code>.css?url</code> in assets field of manifest (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17623">#17623</a>) (<a href="https://github.com/vitejs/vite/commit/1465b2064ee23ac5df5414b13355a394ccd931af">1465b20</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17623">#17623</a></li> <li>fix(worker): nested inlined worker always fallbacked to data URI worker instead of using blob worker (<a href="https://github.com/vitejs/vite/commit/07bc489b310e8173e4929193f3f283e1e50fa87f">07bc489</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17509">#17509</a></li> <li>refactor: replace includes with logical operations (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17620">#17620</a>) (<a href="https://github.com/vitejs/vite/commit/c4a2227c74d35d4065c764616a85a76971c53c7f">c4a2227</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17620">#17620</a></li> <li>chore: add callback to http-proxy.d.ts jsdoc (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17646">#17646</a>) (<a href="https://github.com/vitejs/vite/commit/d8a5d700bc5a625ee2be7cc6e2f79b3c84b29e7c">d8a5d70</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17646">#17646</a></li> </ul> <h2><!-- raw HTML omitted -->5.3.3 (2024-07-03)<!-- raw HTML omitted --></h2> <ul> <li>fix: lazily evaluate __vite__mapDeps files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17602">#17602</a>) (<a href="https://github.com/vitejs/vite/commit/dafff4ae6eabf22b7f08a582f3663eb8a08bfc32">dafff4a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17602">#17602</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17590">#17590</a>) (<a href="https://github.com/vitejs/vite/commit/012490ca8682e2b560737cb54dbb465ab4f36471">012490c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17590">#17590</a></li> <li>fix(lib): remove pure CSS dynamic import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17601">#17601</a>) (<a href="https://github.com/vitejs/vite/commit/055f1c16e55b527543e7af0e65e820b245b12d2e">055f1c1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17601">#17601</a></li> <li>fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17563">#17563</a>) (<a href="https://github.com/vitejs/vite/commit/14c3d49303e4db459728c43b2d3a7c2aff8cd383">14c3d49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17563">#17563</a></li> </ul> <h2><!-- raw HTML omitted -->5.3.2 (2024-06-27)<!-- raw HTML omitted --></h2> <ul> <li>fix(client): uniform variable <code>location</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>) (<a href="https://github.com/vitejs/vite/commit/a8e2f6fafcf106ccc0d5a46972e66c2bf73155e3">a8e2f6f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17528">#17528</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>) (<a href="https://github.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5">bf123f2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17494">#17494</a></li> <li>fix(typescript): correctly expand ${configDir} in tsconfig.json (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17576">#17576</a>) (<a href="https://github.com/vitejs/vite/commit/24c799b121c4d72cc08a52a46f82a831b64b1e6f">24c799b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17576">#17576</a></li> <li>chore: fix some comments (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>) (<a href="https://github.com/vitejs/vite/commit/ec16a5efc04d8ab50301d184c20e7bd0c8d8f6a2">ec16a5e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17495">#17495</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17553">#17553</a>) (<a href="https://github.com/vitejs/vite/commit/a33a97f8c32bdeadcad5a9e0de50612ac985d3d0">a33a97f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17553">#17553</a></li> <li>chore(deps): update dependency eslint to v9 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>) (<a href="https://github.com/vitejs/vite/commit/6c106622812480d2bb134f8ed8efa84e2eb942c4">6c10662</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16661">#16661</a></li> <li>chore(deps): update es-module-lexer to 1.5.4 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17555">#17555</a>) (<a href="https://github.com/vitejs/vite/commit/2d6672fd8a8da58b61d502418064ac2e3080a26e">2d6672f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17555">#17555</a></li> <li>refactor(optimizer): use early continues (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>) (<a href="https://github.com/vitejs/vite/commit/7c06ef07f835308b1ff2de3df02d201a8dbfb3b6">... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 19:20:10 -04:00
"svelte-preprocess": "^6.0.2",
build(deps-dev): bump the frontend-deps group with 5 updates (#573) Bumps the frontend-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `7.1.1` | `7.1.2` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.16` | `0.46.17` | | [jsdom](https://github.com/jsdom/jsdom) | `25.0.0` | `25.0.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.11` | `3.4.13` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.6` | `5.4.7` | Updates `@octokit/plugin-retry` from 7.1.1 to 7.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-retry.js/releases"><code>@​octokit/plugin-retry</code>'s releases</a>.</em></p> <blockquote> <h2>v7.1.2</h2> <h2><a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.1...v7.1.2">7.1.2</a> (2024-09-18)</h2> <h3>Bug Fixes</h3> <ul> <li><code>response.data.errors</code> is sometimes empty (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/577">#577</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/375b037a98bb3dcf20af1a37f7a02b0968cc01c0">375b037</a>), closes <a href="https://redirect.github.com/octokit/plugin-retry.js/issues/536">#536</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-retry.js/commit/375b037a98bb3dcf20af1a37f7a02b0968cc01c0"><code>375b037</code></a> fix: <code>response.data.errors</code> is sometimes empty (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/577">#577</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/8c69e1968331c15c179a65e3e2be79291462f8a2"><code>8c69e19</code></a> build(deps): bump vite from 5.4.5 to 5.4.6 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/579">#579</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/f12d8c59ffb761cd4865b2f78c39e2786cb47eb5"><code>f12d8c5</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/578">#578</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/2a339996062cb5e6ca5d03fe203754b982f67159"><code>2a33999</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/575">#575</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/48bc4a4bce633771bf19852b4dded2896a2659bd"><code>48bc4a4</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/574">#574</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/458387bf2be40a0f544402c420971fcc12519bf8"><code>458387b</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/573">#573</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/0da6fd197aa345d1f4509bdaa168c7b3b767d761"><code>0da6fd1</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/572">#572</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/cafde99c1d8ccf45baf4cf5823ec681c5b707d27"><code>cafde99</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/571">#571</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/3578a3eafff5bf6885f775a6b12034c6b4c6377e"><code>3578a3e</code></a> chore(deps): update dependency fetch-mock to v11 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/570">#570</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/b1cef645e13dd511953edb1eaf30f673d0b2da6a"><code>b1cef64</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/569">#569</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.1...v7.1.2">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.46.16 to 0.46.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's releases</a>.</em></p> <blockquote> <h2>v0.46.17</h2> <h2>What's Changed</h2> <ul> <li>docs: fix inconsistent indentation in example code by <a href="https://github.com/conr2d"><code>@​conr2d</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1437">themesberg/flowbite-svelte#1437</a></li> <li>docs: fix typo on &quot;Card with image&quot; description by <a href="https://github.com/davis9001"><code>@​davis9001</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1434">themesberg/flowbite-svelte#1434</a></li> <li>Fix typo by <a href="https://github.com/fvilers"><code>@​fvilers</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1432">themesberg/flowbite-svelte#1432</a></li> <li>feat: implement table sorting by <a href="https://github.com/aarondoet"><code>@​aarondoet</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1423">themesberg/flowbite-svelte#1423</a></li> <li>fix: don't open multiselect dropdown on clicking selected items by <a href="https://github.com/MarkNerdi"><code>@​MarkNerdi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1431">themesberg/flowbite-svelte#1431</a></li> <li>feat: implement sorting and searching in Table component by <a href="https://github.com/aarondoet"><code>@​aarondoet</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1425">themesberg/flowbite-svelte#1425</a></li> <li>fix: Refine the typing of the ListGroup's slot by <a href="https://github.com/fdevillard"><code>@​fdevillard</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1415">themesberg/flowbite-svelte#1415</a></li> <li>fix: Inform TypeScript of 'imgClass' prop type by <a href="https://github.com/mattdeboard"><code>@​mattdeboard</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1408">themesberg/flowbite-svelte#1408</a></li> <li>fix: remove hide delay if popper is not hoverable by <a href="https://github.com/therealsujitk"><code>@​therealsujitk</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1407">themesberg/flowbite-svelte#1407</a></li> <li>feat: Add prop 'clearable' to input by <a href="https://github.com/cintek"><code>@​cintek</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1438">themesberg/flowbite-svelte#1438</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/davis9001"><code>@​davis9001</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1434">themesberg/flowbite-svelte#1434</a></li> <li><a href="https://github.com/fvilers"><code>@​fvilers</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1432">themesberg/flowbite-svelte#1432</a></li> <li><a href="https://github.com/MarkNerdi"><code>@​MarkNerdi</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1431">themesberg/flowbite-svelte#1431</a></li> <li><a href="https://github.com/fdevillard"><code>@​fdevillard</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1415">themesberg/flowbite-svelte#1415</a></li> <li><a href="https://github.com/mattdeboard"><code>@​mattdeboard</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1408">themesberg/flowbite-svelte#1408</a></li> <li><a href="https://github.com/cintek"><code>@​cintek</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1438">themesberg/flowbite-svelte#1438</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17">https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h2>0.46.17</h2> <h3>Patch Changes</h3> <ul> <li>fix: update for PRs (<a href="https://github.com/themesberg/flowbite-svelte/commit/3566cbe3dcc4a7d8f67456b07fe046cdab421a02"><code>3566cbe3dcc4a7d8f67456b07fe046cdab421a02</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3566cbe3dcc4a7d8f67456b07fe046cdab421a02"><code>3566cbe</code></a> chore: changeset</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/233ad40050bc05f8f69039d734ad0705546239d1"><code>233ad40</code></a> feat: Add prop 'clearable' to input (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1438">#1438</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/c064ff37a899dc50cdefff8bc29ebd0c158a9294"><code>c064ff3</code></a> fix: remove hide delay if popper is not hoverable (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1407">#1407</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/7551026c4439800120cd420617d8b9113db369d0"><code>7551026</code></a> fix: Inform TypeScript of 'imgClass' prop type (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1408">#1408</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/5cbe5a71d7ed8b214ea97be483c0879d0555a6a6"><code>5cbe5a7</code></a> [list-group] Refine the typing of the slot element (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1415">#1415</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/aff76e3b6f21f9446bfcaadc3410bd41c2b06361"><code>aff76e3</code></a> feat: implement sorting and searching in Table component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1425">#1425</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/8c4adbb1f4e9718ad21689f925f88bcfd3b7e117"><code>8c4adbb</code></a> fix: don't open multiselect dropdown on removing selected items (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1431">#1431</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/297cda20f075fb2b32bf67c39f9dc7381e1dc420"><code>297cda2</code></a> feat: implement table sorting (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1423">#1423</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/6826e328dd08997ec2023cff2c806803f4d4b9d2"><code>6826e32</code></a> Fix typo (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1432">#1432</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/4a5d71404222ef46d077419514728d06724cb68c"><code>4a5d714</code></a> docs: fix typo on &quot;Card with image&quot; description (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1434">#1434</a>)</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 25.0.0 to 25.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 25.0.1</h2> <ul> <li>Updated dependencies, notably <code>tough-cookie</code>, which no longer prints a deprecation warning.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>25.0.1</h2> <ul> <li>Updated dependencies, notably <code>tough-cookie</code>, which no longer prints a deprecation warning.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/04541b377d9949d6ab56866760b7883a23db0577"><code>04541b3</code></a> Version 25.0.1</li> <li><a href="https://github.com/jsdom/jsdom/commit/96bd11199362b00026714605d40dc21dfed58e55"><code>96bd111</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/d08440c9d202ffba68753c99161be29d23dee5fc"><code>d08440c</code></a> Upgrade tough-cookie to v5.0.0</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/25.0.0...25.0.1">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.11 to 3.4.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.13</h2> <h3>Fixed</h3> <ul> <li>Improve source glob verification performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481">#14481</a>)</li> </ul> <h2>v3.4.12</h2> <h3>Fixed</h3> <ul> <li>Ensure using <code>@apply</code> with utilities that use <code>@defaults</code> works with rules defined in the base layer when using <code>optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427">#14427</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.13] - 2024-09-23</h2> <h3>Fixed</h3> <ul> <li>Improve source glob verification performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481">#14481</a>)</li> </ul> <h2>[3.4.12] - 2024-09-17</h2> <h3>Fixed</h3> <ul> <li>Ensure using <code>@apply</code> with utilities that use <code>@defaults</code> works with rules defined in the base layer when using <code>optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427">#14427</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ed3c5356b77b6c428e9c0ea5bc32719dcdf94128"><code>ed3c535</code></a> 3.4.13</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/066ccf88947cd882a8e59843c61df74615eedd2f"><code>066ccf8</code></a> Improve the performance when checking broad glob patterns. (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14481">#14481</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e8614a268d3410bd96445df8f25a8b637eefcf14"><code>e8614a2</code></a> 3.4.12</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/fe48ca83d86690a5f2adf01eb8fc0b02c033c59d"><code>fe48ca8</code></a> Insert <code>@defaults</code> at start of stylesheet (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14427">#14427</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.13">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.6 to 5.4.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.7 (2024-09-20)<!-- raw HTML omitted --></h2> <ul> <li>fix: treat config file as ESM in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>) (<a href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d">b5908a2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18158">#18158</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/a403e73d18e73f410d13ee769d343b8c68ff97e6"><code>a403e73</code></a> release: v5.4.7</li> <li><a href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d"><code>b5908a2</code></a> fix: treat config file as ESM in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.7/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-26 20:39:01 -04:00
"tailwindcss": "^3.4.13",
build(deps-dev): bump the frontend-deps group with 5 updates (#556) Bumps the frontend-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.15` | `0.46.16` | | [postcss](https://github.com/postcss/postcss) | `8.4.44` | `8.4.45` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` | | [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.19.2` | `0.19.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.2` | `5.4.3` | Updates `flowbite-svelte` from 0.46.15 to 0.46.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's releases</a>.</em></p> <blockquote> <h2>v0.46.16</h2> <h2>What's Changed</h2> <ul> <li>fix: typo in demo url by <a href="https://github.com/alexander-mart"><code>@​alexander-mart</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1393">themesberg/flowbite-svelte#1393</a></li> <li>Feat: export chart instance from <code>Chart</code> component by <a href="https://github.com/bcldvd"><code>@​bcldvd</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1399">themesberg/flowbite-svelte#1399</a></li> <li>docs: brief change to binding data sample for chart component by <a href="https://github.com/bcldvd"><code>@​bcldvd</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1404">themesberg/flowbite-svelte#1404</a></li> <li>Add off state label to Toggle.svelte by <a href="https://github.com/aarondoet"><code>@​aarondoet</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1414">themesberg/flowbite-svelte#1414</a></li> <li>Update badge.md: fix wrong documentation by <a href="https://github.com/pietervdvn"><code>@​pietervdvn</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1419">themesberg/flowbite-svelte#1419</a></li> <li>fix: make badge class reactive by <a href="https://github.com/koplas"><code>@​koplas</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1416">themesberg/flowbite-svelte#1416</a></li> <li>feat: update toast icon color reactively by <a href="https://github.com/andrewrisse"><code>@​andrewrisse</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1422">themesberg/flowbite-svelte#1422</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/alexander-mart"><code>@​alexander-mart</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1393">themesberg/flowbite-svelte#1393</a></li> <li><a href="https://github.com/bcldvd"><code>@​bcldvd</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1399">themesberg/flowbite-svelte#1399</a></li> <li><a href="https://github.com/aarondoet"><code>@​aarondoet</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1414">themesberg/flowbite-svelte#1414</a></li> <li><a href="https://github.com/pietervdvn"><code>@​pietervdvn</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1419">themesberg/flowbite-svelte#1419</a></li> <li><a href="https://github.com/koplas"><code>@​koplas</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1416">themesberg/flowbite-svelte#1416</a></li> <li><a href="https://github.com/andrewrisse"><code>@​andrewrisse</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1422">themesberg/flowbite-svelte#1422</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.15...v0.46.16">https://github.com/themesberg/flowbite-svelte/compare/v0.46.15...v0.46.16</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h2>0.46.16</h2> <h3>Patch Changes</h3> <ul> <li>fix: bug fix (<a href="https://github.com/themesberg/flowbite-svelte/commit/b064db0889a26b6b8e253e8c7a9302713408c076"><code>b064db0889a26b6b8e253e8c7a9302713408c076</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/b064db0889a26b6b8e253e8c7a9302713408c076"><code>b064db0</code></a> chore: preparation for v0.46.16</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/bd69e5b06d2008eabd6b8736be109114239e5472"><code>bd69e5b</code></a> fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1271">#1271</a> add class to TabItem div</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/939b2aecbf81fbace8e99ce8a741584660dc28b0"><code>939b2ae</code></a> feat: update toast icon color reactively (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1422">#1422</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/5a6a801199571614506f20f48335de06d6f08652"><code>5a6a801</code></a> fix: make badge class reactive (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1416">#1416</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/932dc4ca2d0f031f557b38a61351485f0cb789ad"><code>932dc4c</code></a> Update badge.md: fix wrong documentation (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1419">#1419</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/a8139cead5f535f3caca36275d1fefd7c3570f11"><code>a8139ce</code></a> Merge branch 'aarondoet-patch-1'</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/678ce214cc18286602dc6476ba01de60984694e2"><code>678ce21</code></a> fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte-admin-dashboard/issues/56">themesberg/flowbite-svelte-admin-dashboard#56</a></li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/b8a089b09112a86f72672cc708bca34782906afc"><code>b8a089b</code></a> fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/335">#335</a></li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/829131fe3340b08411152b8f9518d0144d3643b3"><code>829131f</code></a> fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1418">#1418</a></li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/c6ff4235fe4bde96da6f1b47219f9950d978eec4"><code>c6ff423</code></a> fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte-admin-dashboard/issues/56">themesberg/flowbite-svelte-admin-dashboard#56</a></li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.15...v0.46.16">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.44 to 8.4.45 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.45</h2> <ul> <li>Removed unnecessary fix which could lead to infinite loop.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.45</h2> <ul> <li>Removed unnecessary fix which could lead to infinite loop.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/448c4f34d6540181e8ceb499dd9ffe4518356d1c"><code>448c4f3</code></a> Release 8.4.45 version</li> <li><a href="https://github.com/postcss/postcss/commit/1c77d2e33396a314dce558d63ffdbcae7e5c5014"><code>1c77d2e</code></a> Update unnecessary check</li> <li><a href="https://github.com/postcss/postcss/commit/f38b329323b050fde56c2760b6ffe9e3786a23dc"><code>f38b329</code></a> Try to fix CI</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.4.44...8.4.45">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 `unplugin-icons` from 0.19.2 to 0.19.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unplugin/unplugin-icons/releases">unplugin-icons's releases</a>.</em></p> <blockquote> <h2>v0.19.3</h2> <p><em>No significant changes</em></p> <h5>    <a href="https://github.com/unplugin/unplugin-icons/compare/v0.19.2...v0.19.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unplugin/unplugin-icons/commit/1746e407c182913bf7fdd64775446410d004b9e0"><code>1746e40</code></a> chore: release v0.19.3</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/1ac1672e9c5d92eba2cdf291e1e5c037ba2492db"><code>1ac1672</code></a> chore: add <code>.gitattributes</code> (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/375">#375</a>)</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/28d0c4a3b5af3e49d992feff0954852239aae46d"><code>28d0c4a</code></a> chore: bump pnpm to 9.9.0</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/a8da41c4c93ff04f90d05bcf6652c6b9e8d69aa5"><code>a8da41c</code></a> chore: upgrade install-pkg (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/374">#374</a>)</li> <li>See full diff in <a href="https://github.com/unplugin/unplugin-icons/compare/v0.19.2...v0.19.3">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-09 23:26:03 -04:00
"typescript": "^5.6.2",
"unplugin-icons": "^0.19.3",
build(deps-dev): bump the frontend-deps group with 5 updates (#573) Bumps the frontend-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `7.1.1` | `7.1.2` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.16` | `0.46.17` | | [jsdom](https://github.com/jsdom/jsdom) | `25.0.0` | `25.0.1` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.11` | `3.4.13` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.6` | `5.4.7` | Updates `@octokit/plugin-retry` from 7.1.1 to 7.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-retry.js/releases"><code>@​octokit/plugin-retry</code>'s releases</a>.</em></p> <blockquote> <h2>v7.1.2</h2> <h2><a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.1...v7.1.2">7.1.2</a> (2024-09-18)</h2> <h3>Bug Fixes</h3> <ul> <li><code>response.data.errors</code> is sometimes empty (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/577">#577</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/375b037a98bb3dcf20af1a37f7a02b0968cc01c0">375b037</a>), closes <a href="https://redirect.github.com/octokit/plugin-retry.js/issues/536">#536</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-retry.js/commit/375b037a98bb3dcf20af1a37f7a02b0968cc01c0"><code>375b037</code></a> fix: <code>response.data.errors</code> is sometimes empty (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/577">#577</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/8c69e1968331c15c179a65e3e2be79291462f8a2"><code>8c69e19</code></a> build(deps): bump vite from 5.4.5 to 5.4.6 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/579">#579</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/f12d8c59ffb761cd4865b2f78c39e2786cb47eb5"><code>f12d8c5</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/578">#578</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/2a339996062cb5e6ca5d03fe203754b982f67159"><code>2a33999</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/575">#575</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/48bc4a4bce633771bf19852b4dded2896a2659bd"><code>48bc4a4</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/574">#574</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/458387bf2be40a0f544402c420971fcc12519bf8"><code>458387b</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/573">#573</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/0da6fd197aa345d1f4509bdaa168c7b3b767d761"><code>0da6fd1</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/572">#572</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/cafde99c1d8ccf45baf4cf5823ec681c5b707d27"><code>cafde99</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/571">#571</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/3578a3eafff5bf6885f775a6b12034c6b4c6377e"><code>3578a3e</code></a> chore(deps): update dependency fetch-mock to v11 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/570">#570</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/b1cef645e13dd511953edb1eaf30f673d0b2da6a"><code>b1cef64</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/569">#569</a>)</li> <li>Additional commits viewable in <a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.1...v7.1.2">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.46.16 to 0.46.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's releases</a>.</em></p> <blockquote> <h2>v0.46.17</h2> <h2>What's Changed</h2> <ul> <li>docs: fix inconsistent indentation in example code by <a href="https://github.com/conr2d"><code>@​conr2d</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1437">themesberg/flowbite-svelte#1437</a></li> <li>docs: fix typo on &quot;Card with image&quot; description by <a href="https://github.com/davis9001"><code>@​davis9001</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1434">themesberg/flowbite-svelte#1434</a></li> <li>Fix typo by <a href="https://github.com/fvilers"><code>@​fvilers</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1432">themesberg/flowbite-svelte#1432</a></li> <li>feat: implement table sorting by <a href="https://github.com/aarondoet"><code>@​aarondoet</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1423">themesberg/flowbite-svelte#1423</a></li> <li>fix: don't open multiselect dropdown on clicking selected items by <a href="https://github.com/MarkNerdi"><code>@​MarkNerdi</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1431">themesberg/flowbite-svelte#1431</a></li> <li>feat: implement sorting and searching in Table component by <a href="https://github.com/aarondoet"><code>@​aarondoet</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1425">themesberg/flowbite-svelte#1425</a></li> <li>fix: Refine the typing of the ListGroup's slot by <a href="https://github.com/fdevillard"><code>@​fdevillard</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1415">themesberg/flowbite-svelte#1415</a></li> <li>fix: Inform TypeScript of 'imgClass' prop type by <a href="https://github.com/mattdeboard"><code>@​mattdeboard</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1408">themesberg/flowbite-svelte#1408</a></li> <li>fix: remove hide delay if popper is not hoverable by <a href="https://github.com/therealsujitk"><code>@​therealsujitk</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1407">themesberg/flowbite-svelte#1407</a></li> <li>feat: Add prop 'clearable' to input by <a href="https://github.com/cintek"><code>@​cintek</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1438">themesberg/flowbite-svelte#1438</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/davis9001"><code>@​davis9001</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1434">themesberg/flowbite-svelte#1434</a></li> <li><a href="https://github.com/fvilers"><code>@​fvilers</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1432">themesberg/flowbite-svelte#1432</a></li> <li><a href="https://github.com/MarkNerdi"><code>@​MarkNerdi</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1431">themesberg/flowbite-svelte#1431</a></li> <li><a href="https://github.com/fdevillard"><code>@​fdevillard</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1415">themesberg/flowbite-svelte#1415</a></li> <li><a href="https://github.com/mattdeboard"><code>@​mattdeboard</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1408">themesberg/flowbite-svelte#1408</a></li> <li><a href="https://github.com/cintek"><code>@​cintek</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1438">themesberg/flowbite-svelte#1438</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17">https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h2>0.46.17</h2> <h3>Patch Changes</h3> <ul> <li>fix: update for PRs (<a href="https://github.com/themesberg/flowbite-svelte/commit/3566cbe3dcc4a7d8f67456b07fe046cdab421a02"><code>3566cbe3dcc4a7d8f67456b07fe046cdab421a02</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3566cbe3dcc4a7d8f67456b07fe046cdab421a02"><code>3566cbe</code></a> chore: changeset</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/233ad40050bc05f8f69039d734ad0705546239d1"><code>233ad40</code></a> feat: Add prop 'clearable' to input (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1438">#1438</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/c064ff37a899dc50cdefff8bc29ebd0c158a9294"><code>c064ff3</code></a> fix: remove hide delay if popper is not hoverable (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1407">#1407</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/7551026c4439800120cd420617d8b9113db369d0"><code>7551026</code></a> fix: Inform TypeScript of 'imgClass' prop type (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1408">#1408</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/5cbe5a71d7ed8b214ea97be483c0879d0555a6a6"><code>5cbe5a7</code></a> [list-group] Refine the typing of the slot element (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1415">#1415</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/aff76e3b6f21f9446bfcaadc3410bd41c2b06361"><code>aff76e3</code></a> feat: implement sorting and searching in Table component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1425">#1425</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/8c4adbb1f4e9718ad21689f925f88bcfd3b7e117"><code>8c4adbb</code></a> fix: don't open multiselect dropdown on removing selected items (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1431">#1431</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/297cda20f075fb2b32bf67c39f9dc7381e1dc420"><code>297cda2</code></a> feat: implement table sorting (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1423">#1423</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/6826e328dd08997ec2023cff2c806803f4d4b9d2"><code>6826e32</code></a> Fix typo (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1432">#1432</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/4a5d71404222ef46d077419514728d06724cb68c"><code>4a5d714</code></a> docs: fix typo on &quot;Card with image&quot; description (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1434">#1434</a>)</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.16...v0.46.17">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 25.0.0 to 25.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 25.0.1</h2> <ul> <li>Updated dependencies, notably <code>tough-cookie</code>, which no longer prints a deprecation warning.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>25.0.1</h2> <ul> <li>Updated dependencies, notably <code>tough-cookie</code>, which no longer prints a deprecation warning.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/04541b377d9949d6ab56866760b7883a23db0577"><code>04541b3</code></a> Version 25.0.1</li> <li><a href="https://github.com/jsdom/jsdom/commit/96bd11199362b00026714605d40dc21dfed58e55"><code>96bd111</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/d08440c9d202ffba68753c99161be29d23dee5fc"><code>d08440c</code></a> Upgrade tough-cookie to v5.0.0</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/25.0.0...25.0.1">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.11 to 3.4.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.13</h2> <h3>Fixed</h3> <ul> <li>Improve source glob verification performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481">#14481</a>)</li> </ul> <h2>v3.4.12</h2> <h3>Fixed</h3> <ul> <li>Ensure using <code>@apply</code> with utilities that use <code>@defaults</code> works with rules defined in the base layer when using <code>optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427">#14427</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.13] - 2024-09-23</h2> <h3>Fixed</h3> <ul> <li>Improve source glob verification performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481">#14481</a>)</li> </ul> <h2>[3.4.12] - 2024-09-17</h2> <h3>Fixed</h3> <ul> <li>Ensure using <code>@apply</code> with utilities that use <code>@defaults</code> works with rules defined in the base layer when using <code>optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427">#14427</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ed3c5356b77b6c428e9c0ea5bc32719dcdf94128"><code>ed3c535</code></a> 3.4.13</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/066ccf88947cd882a8e59843c61df74615eedd2f"><code>066ccf8</code></a> Improve the performance when checking broad glob patterns. (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14481">#14481</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e8614a268d3410bd96445df8f25a8b637eefcf14"><code>e8614a2</code></a> 3.4.12</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/fe48ca83d86690a5f2adf01eb8fc0b02c033c59d"><code>fe48ca8</code></a> Insert <code>@defaults</code> at start of stylesheet (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14427">#14427</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.13">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.6 to 5.4.7 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.7 (2024-09-20)<!-- raw HTML omitted --></h2> <ul> <li>fix: treat config file as ESM in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>) (<a href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d">b5908a2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18158">#18158</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/a403e73d18e73f410d13ee769d343b8c68ff97e6"><code>a403e73</code></a> release: v5.4.7</li> <li><a href="https://github.com/vitejs/vite/commit/b5908a24ba0808380e3c8ec415624b108c65e08d"><code>b5908a2</code></a> fix: treat config file as ESM in Deno (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.4.7/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-26 20:39:01 -04:00
"vite": "^5.4.7",
build(deps-dev): bump the frontend-deps group with 5 updates (#559) Bumps the frontend-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.0.5` | `2.1.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.10` | `3.4.11` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.3` | `5.4.6` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.1` | Updates `@vitest/coverage-v8` 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-v8</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-v8/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-v8/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-v8/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/91dea8c1461acf223fc514fc259012577ea72945"><code>91dea8c</code></a> fix(coverage): v8 to warn instead of crash when conversion fails (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6318">#6318</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1f6cb59f1346238e5d113167b21d69032cd65088"><code>1f6cb59</code></a> fix(coverage): v8 to support source maps with multiple sources (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6120">#6120</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.45 to 8.4.47 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.47</h2> <ul> <li>Removed debug code.</li> </ul> <h2>8.4.46</h2> <ul> <li>Fixed <code>Cannot read properties of undefined (reading 'before')</code>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.47</h2> <ul> <li>Removed debug code.</li> </ul> <h2>8.4.46</h2> <ul> <li>Fixed <code>Cannot read properties of undefined (reading 'before')</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/5e6fd1302d2cc9a844ac99282b2b7745e4ac0ed3"><code>5e6fd13</code></a> Release 8.4.47 version</li> <li><a href="https://github.com/postcss/postcss/commit/714bc10258bfa96be26bc201d218c67df09da82c"><code>714bc10</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/439d20e651098d9d16d31ede62df6f7916925e91"><code>439d20e</code></a> Release 8.4.46 version</li> <li><a href="https://github.com/postcss/postcss/commit/b93582f68e1f4796618cfef3377a10198a5af800"><code>b93582f</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/c51e46767d1b76d91ab3ba3b19e4b43b847755b8"><code>c51e467</code></a> Fix error on inserting node without raws in some cases</li> <li><a href="https://github.com/postcss/postcss/commit/829ae47d6bf7a58a84a7633d9e4e45e2eb7a375a"><code>829ae47</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/5aaaec2214117e353962f8d862a31ba0211e0f8b"><code>5aaaec2</code></a> Update remaining workflow jobs to use latest version of actions (<a href="https://redirect.github.com/postcss/postcss/issues/1968">#1968</a>)</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.4.45...8.4.47">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.10 to 3.4.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.11</h2> <h3>Fixed</h3> <ul> <li>Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393">#14393</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.11/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.11] - 2024-09-11</h2> <h3>Fixed</h3> <ul> <li>Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393">#14393</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/818d10ab8461e682a185475dd4718e741103a4e3"><code>818d10a</code></a> 3.4.11</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8dd9246a87a5c5fc3b68bb2b6742980a0e588138"><code>8dd9246</code></a> update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/6d9ae82ba341eed7b0e608e3fac2036fe825c958"><code>6d9ae82</code></a> Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14393">#14393</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.4.3 to 5.4.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.4.6 (2024-09-16)<!-- raw HTML omitted --></h2> <ul> <li>fix: avoid DOM Clobbering gadget in <code>getRelativeUrlFromDocument</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>) (<a href="https://github.com/vitejs/vite/commit/179b17773cf35c73ddb041f9e6c703fd9f3126af">179b177</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18115">#18115</a></li> <li>fix: fs raw query (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>) (<a href="https://github.com/vitejs/vite/commit/6820bb3b9a54334f3268fc5ee1e967d2e1c0db34">6820bb3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18112">#18112</a></li> </ul> <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/f9691767ad763720065cc7c5c7f369f97b4e7ea8"><code>f969176</code></a> release: v5.4.6</li> <li><a href="https://github.com/vitejs/vite/commit/179b17773cf35c73ddb041f9e6c703fd9f3126af"><code>179b177</code></a> fix: avoid DOM Clobbering gadget in <code>getRelativeUrlFromDocument</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6820bb3b9a54334f3268fc5ee1e967d2e1c0db34"><code>6820bb3</code></a> fix: fs raw query (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>)</li> <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.6/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-16 23:51:30 -04:00
"vitest": "^2.1.1"
2022-04-06 22:27:03 -04:00
},
"dependencies": {
build(deps): bump the frontend-deps-tauri group with 2 updates (#517) Bumps the frontend-deps-tauri group with 2 updates: [@tauri-apps/api](https://github.com/tauri-apps/tauri) and [@tauri-apps/cli](https://github.com/tauri-apps/tauri). Updates `@tauri-apps/api` from 1.5.6 to 1.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/tauri/releases"><code>@​tauri-apps/api</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​tauri-apps/api</code> v1.6.0</h2> <!-- raw HTML omitted --> <pre><code>yarn audit v1.22.22 info No lockfile found. 0 vulnerabilities found - Packages audited: 146 Done in 2.09s. </code></pre> <!-- raw HTML omitted --> <h2>[1.6.0]</h2> <h3>Enhancements</h3> <ul> <li><a href="https://www.github.com/tauri-apps/tauri/commit/44e3335da8c1a811a2ebe72f2036dfad2381da24"><code>44e3335da</code></a> (<a href="https://redirect.github.com/tauri-apps/tauri/pull/9796">#9796</a>) Enhance the speed of The JS <code>Command.execute</code> API from <code>shell</code> module.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><a href="https://www.github.com/tauri-apps/tauri/commit/44e3335da8c1a811a2ebe72f2036dfad2381da24"><code>44e3335da</code></a> (<a href="https://redirect.github.com/tauri-apps/tauri/pull/9796">#9796</a>) Fix The JS <code>Command.execute</code> API from <code>shell</code> module including extra new lines.</li> </ul> <!-- raw HTML omitted --> <pre><code>yarn run v1.22.22 $ yarn build &amp;&amp; cd ./dist &amp;&amp; yarn publish --access public --loglevel silly $ rollup -c --configPlugin typescript  ./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts → ./dist, ./dist... created ./dist, ./dist in 1.4s  src/index.ts → ../../core/tauri/scripts/bundle.global.js... created ../../core/tauri/scripts/bundle.global.js in 1.6s [1/4] Bumping version... info Current version: 1.6.0 [2/4] Logging in... [3/4] Publishing... success Published. [4/4] Revoking token... info Not revoking login token, specified via config file. Done in 7.85s. </code></pre> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tauri-apps/tauri/commit/cf331cdc3e8180baeb60813bbe60930339e3c30e"><code>cf331cd</code></a> fix(core): lint</li> <li><a href="https://github.com/tauri-apps/tauri/commit/574076541a76e53bed46c34efed0b7aed7f23d3e"><code>5740765</code></a> fix(ci): downgrade crates for MSRV check</li> <li><a href="https://github.com/tauri-apps/tauri/commit/89f3048f528c8d4b92bef5c8ef2f1b49f6e33bf8"><code>89f3048</code></a> apply version updates (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9871">#9871</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/08f57efefdd6dac10277bfc5f71eba0ca84a64c4"><code>08f57ef</code></a> fix(cli): parse <code>--profile=\&lt;profile&gt;</code> syntax (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10136">#10136</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/63da834ce46c7b7d92b06bb240f814f875850880"><code>63da834</code></a> ci: Fix msrv check (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10118">#10118</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/c2d3afa4fbc0e6d118fe002a1b2ba97b4072438a"><code>c2d3afa</code></a> prevent uncomment collision in 1.x invoke_key templating (fix <a href="https://redirect.github.com/tauri-apps/tauri/issues/10084">#10084</a>) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10087">#10087</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/924387092e8060fdfab627217ba9b1ff2dcc100d"><code>9243870</code></a> feat: add dmg settings, cherry picked from <a href="https://redirect.github.com/tauri-apps/tauri/issues/7964">#7964</a> (<a href="https://redirect.github.com/tauri-apps/tauri/issues/8334">#8334</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/d2786bf699ffca1d5e9c234a3b1b4d5ec173af87"><code>d2786bf</code></a> chore(template): template format error (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10018">#10018</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/674accad75fccac6f9adc515a863f9d59efbee57"><code>674acca</code></a> fix: missing depends for rpm package (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10015">#10015</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/09152d83e1b607cc3f5a828219fe016c9d2dcf1a"><code>09152d8</code></a> ci(msrv-list): Downgrade os_pipe (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10014">#10014</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.6...@tauri-apps/api-v1.6">compare view</a></li> </ul> </details> <br /> Updates `@tauri-apps/cli` from 1.5.14 to 1.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tauri-apps/tauri/releases"><code>@​tauri-apps/cli</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​tauri-apps/cli</code> v1.6.0</h2> <h2>[1.6.0]</h2> <h3>New Features</h3> <ul> <li><a href="https://www.github.com/tauri-apps/tauri/commit/253595a22d8659a1cb199bfc423e988ea82191e6"><code>253595a22</code></a> (<a href="https://redirect.github.com/tauri-apps/tauri/pull/9809">#9809</a>) Add RPM packaging</li> <li><a href="https://www.github.com/tauri-apps/tauri/commit/a301be52d276f1e99316d23b4f0a8e458e29bc35"><code>a301be52d</code></a> (<a href="https://redirect.github.com/tauri-apps/tauri/pull/9914">#9914</a>) Use cargo's target directory to store and cache bundling tools when <code>bundle &gt; useLocalToolsDir</code> option is active.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><a href="https://www.github.com/tauri-apps/tauri/commit/08f57efefdd6dac10277bfc5f71eba0ca84a64c4"><code>08f57efef</code></a> (<a href="https://redirect.github.com/tauri-apps/tauri/pull/10136">#10136</a>) Fix parsing of cargo profile when using <code>--profile=&lt;profile&gt;</code> syntax.</li> <li><a href="https://www.github.com/tauri-apps/tauri/commit/674accad75fccac6f9adc515a863f9d59efbee57"><code>674accad7</code></a> (<a href="https://redirect.github.com/tauri-apps/tauri/pull/10015">#10015</a>) Add missing dependency <code>libayatana-appindicator3.so.1</code> for rpm package.</li> </ul> <h3>Dependencies</h3> <ul> <li>Upgraded to <code>tauri-cli@1.6.0</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tauri-apps/tauri/commit/cf331cdc3e8180baeb60813bbe60930339e3c30e"><code>cf331cd</code></a> fix(core): lint</li> <li><a href="https://github.com/tauri-apps/tauri/commit/574076541a76e53bed46c34efed0b7aed7f23d3e"><code>5740765</code></a> fix(ci): downgrade crates for MSRV check</li> <li><a href="https://github.com/tauri-apps/tauri/commit/89f3048f528c8d4b92bef5c8ef2f1b49f6e33bf8"><code>89f3048</code></a> apply version updates (<a href="https://redirect.github.com/tauri-apps/tauri/issues/9871">#9871</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/08f57efefdd6dac10277bfc5f71eba0ca84a64c4"><code>08f57ef</code></a> fix(cli): parse <code>--profile=\&lt;profile&gt;</code> syntax (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10136">#10136</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/63da834ce46c7b7d92b06bb240f814f875850880"><code>63da834</code></a> ci: Fix msrv check (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10118">#10118</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/c2d3afa4fbc0e6d118fe002a1b2ba97b4072438a"><code>c2d3afa</code></a> prevent uncomment collision in 1.x invoke_key templating (fix <a href="https://redirect.github.com/tauri-apps/tauri/issues/10084">#10084</a>) (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10087">#10087</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/924387092e8060fdfab627217ba9b1ff2dcc100d"><code>9243870</code></a> feat: add dmg settings, cherry picked from <a href="https://redirect.github.com/tauri-apps/tauri/issues/7964">#7964</a> (<a href="https://redirect.github.com/tauri-apps/tauri/issues/8334">#8334</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/d2786bf699ffca1d5e9c234a3b1b4d5ec173af87"><code>d2786bf</code></a> chore(template): template format error (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10018">#10018</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/674accad75fccac6f9adc515a863f9d59efbee57"><code>674acca</code></a> fix: missing depends for rpm package (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10015">#10015</a>)</li> <li><a href="https://github.com/tauri-apps/tauri/commit/09152d83e1b607cc3f5a828219fe016c9d2dcf1a"><code>09152d8</code></a> ci(msrv-list): Downgrade os_pipe (<a href="https://redirect.github.com/tauri-apps/tauri/issues/10014">#10014</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.14...@tauri-apps/cli-v1.6.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 19:58:07 -04:00
"@tauri-apps/api": "^1.6.0",
build(deps): bump the frontend-deps group with 8 updates (#446) Bumps the frontend-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.7` | `7.5.8` | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `6.0.1` | `7.0.1` | | [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `8.1.3` | `9.0.1` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.3.0` | `1.3.1` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.44.23` | `0.44.24` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.11` | `4.2.12` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.3` | `5.1.4` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.3.0` | `1.3.1` | Updates `@types/semver` from 7.5.7 to 7.5.8 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver">compare view</a></li> </ul> </details> <br /> Updates `@octokit/plugin-retry` from 6.0.1 to 7.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-retry.js/releases"><code>@​octokit/plugin-retry</code>'s releases</a>.</em></p> <blockquote> <h2>v7.0.1</h2> <h2><a href="https://github.com/octokit/plugin-retry.js/compare/v7.0.0...v7.0.1">7.0.1</a> (2024-02-26)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing file extension on bottleneck import (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/520">#520</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/0383322feb5d468452ac0db35bd63df6bdeb90eb">0383322</a>)</li> </ul> <h2>v7.0.0</h2> <h1><a href="https://github.com/octokit/plugin-retry.js/compare/v6.0.1...v7.0.0">7.0.0</a> (2024-02-25)</h1> <h3>Features</h3> <ul> <li>package is now ESM (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/517">#517</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/99b03eda5e92504242b56a97eded8f6fca74ad5e">99b03ed</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>package is now ESM</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-retry.js/commit/0383322feb5d468452ac0db35bd63df6bdeb90eb"><code>0383322</code></a> fix: add missing file extension on bottleneck import (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/520">#520</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/60e9ac265cc36ba6f896e76e1a2c871ea7d0682b"><code>60e9ac2</code></a> ci(release): remove old script (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/518">#518</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/99b03eda5e92504242b56a97eded8f6fca74ad5e"><code>99b03ed</code></a> feat: package is now ESM (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/517">#517</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/b61a5d552f34a9d352b873087024d7abc5235ca5"><code>b61a5d5</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/516">#516</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/cdbf73bc9f3dfec49f8bf7177ed410d278d9275f"><code>cdbf73b</code></a> maint: fix spelling errors (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/515">#515</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/5c124adf34a7ee5dd3fffe9f925c454ce41777a1"><code>5c124ad</code></a> build(deps): lock file maintenance</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/f8c23ad39ca7e071d0e8216a12fca92119747da0"><code>f8c23ad</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/512">#512</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/5683cd630d82c76f6bd167d41f85c030d03d0b15"><code>5683cd6</code></a> chore(deps): update dependency prettier to v3.2.5</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/9f68cfa1ff9ff9e065a7155309534adc54b2c5d6"><code>9f68cfa</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/510">#510</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/51d25b76d7b82ad042893df3b5e2ca53b7d18dd4"><code>51d25b7</code></a> chore(deps): update dependency esbuild to ^0.20.0</li> <li>Additional commits viewable in <a href="https://github.com/octokit/plugin-retry.js/compare/v6.0.1...v7.0.1">compare view</a></li> </ul> </details> <br /> Updates `@octokit/plugin-throttling` from 8.1.3 to 9.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-throttling.js/releases"><code>@​octokit/plugin-throttling</code>'s releases</a>.</em></p> <blockquote> <h2>v9.0.1</h2> <h2><a href="https://github.com/octokit/plugin-throttling.js/compare/v9.0.0...v9.0.1">9.0.1</a> (2024-02-26)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing file extension on bottleneck import (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/676">#676</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/1c6455912a065eda620aa1d8093643779607916b">1c64559</a>)</li> </ul> <h2>v9.0.0</h2> <h1><a href="https://github.com/octokit/plugin-throttling.js/compare/v8.2.0...v9.0.0">9.0.0</a> (2024-02-25)</h1> <h3>Features</h3> <ul> <li>package is now ESM (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/675">#675</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/4986fb0d094e7e7d77f970f366a5fce7a9d55c55">4986fb0</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>package is now ESM</li> </ul> <h2>v8.2.0</h2> <h1><a href="https://github.com/octokit/plugin-throttling.js/compare/v8.1.3...v8.2.0">8.2.0</a> (2024-02-22)</h1> <h3>Features</h3> <ul> <li>new endpoints (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/674">#674</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/0404bc69943891d314381fe49dfec47bcec1d9ed">0404bc6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/1c6455912a065eda620aa1d8093643779607916b"><code>1c64559</code></a> fix: add missing file extension on bottleneck import (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/676">#676</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/4986fb0d094e7e7d77f970f366a5fce7a9d55c55"><code>4986fb0</code></a> feat: package is now ESM (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/675">#675</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/0404bc69943891d314381fe49dfec47bcec1d9ed"><code>0404bc6</code></a> feat: new endpoints (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/674">#674</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/5f90bc4aeaabcbbd097010879f02dfbbda1a162e"><code>5f90bc4</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/673">#673</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/a770925d3145c060e76290d633f4c83b2d21a751"><code>a770925</code></a> chore: fix spelling errors (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/672">#672</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/8a8eac6326118acdaeb7418bd1c7a3c9a715eda9"><code>8a8eac6</code></a> build(deps): lock file maintenance</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/06a393528b21c92880e26361d00b2b6260f37a00"><code>06a3935</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/669">#669</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/30125804d081aa92664f880c5b61c4579fea8cfc"><code>3012580</code></a> chore(deps): update dependency prettier to v3.2.5</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/3c73203cca22179aa35bd1508b59833b62f2edc0"><code>3c73203</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/666">#666</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/2a02500908d7f9aff79e99fc47b7f9bf5ce33e7b"><code>2a02500</code></a> chore(deps): update dependency npm-run-all2 to v6</li> <li>Additional commits viewable in <a href="https://github.com/octokit/plugin-throttling.js/compare/v8.1.3...v9.0.1">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 1.3.0 to 1.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v1.3.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>vitest</strong>: Expose parseCLI method  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5248">vitest-dev/vitest#5248</a> <a href="https://github.com/vitest-dev/vitest/commit/c793a136"><!-- raw HTML omitted -->(c793a)<!-- raw HTML omitted --></a> <ul> <li>This feature is not affected by SemVer because it is part of an <a href="https://vitest.dev/advanced/api.html">experimental API</a>.</li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Add task tests iteratively  -  by <a href="https://github.com/DerYeger"><code>@​DerYeger</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5235">vitest-dev/vitest#5235</a> <a href="https://github.com/vitest-dev/vitest/commit/38155548"><!-- raw HTML omitted -->(38155)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Ignore generated TS decorators  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5206">vitest-dev/vitest#5206</a> <a href="https://github.com/vitest-dev/vitest/commit/a280451b"><!-- raw HTML omitted -->(a2804)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Auto reload coverage iframe after test run  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5242">vitest-dev/vitest#5242</a> <a href="https://github.com/vitest-dev/vitest/commit/5376d5be"><!-- raw HTML omitted -->(5376d)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/e5114abd03f8c762a1ea50b96ef42fe50f5b2885"><code>e5114ab</code></a> chore: release v1.3.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a280451be51be8a6204010c3aeba1893ef5d7c28"><code>a280451</code></a> fix(coverage): ignore generated TS decorators (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5206">#5206</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c692f76e58ae11fcc13631adcb4b80055843d447"><code>c692f76</code></a> refactor(coverage): move common parts to <code>vitest</code> package (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5236">#5236</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.44.23 to 0.44.24 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's releases</a>.</em></p> <blockquote> <h2>v0.44.24</h2> <h2>What's Changed</h2> <ul> <li>fix: properly handle class props in dropdown by <a href="https://github.com/vonagam"><code>@​vonagam</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1239">themesberg/flowbite-svelte#1239</a></li> <li>feat: add focus only trigger mode for Popper by <a href="https://github.com/vonagam"><code>@​vonagam</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1241">themesberg/flowbite-svelte#1241</a></li> <li>Add click handler to Dropzone button, so whole button is clickable. by <a href="https://github.com/samal-rasmussen"><code>@​samal-rasmussen</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1245">themesberg/flowbite-svelte#1245</a></li> <li>fix: properly handle spacing prop in Radio by <a href="https://github.com/vonagam"><code>@​vonagam</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1108">themesberg/flowbite-svelte#1108</a></li> <li>fix: correct padding in Modal by <a href="https://github.com/vonagam"><code>@​vonagam</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1249">themesberg/flowbite-svelte#1249</a></li> <li>fix: add if statement to <code>TransitionFrame</code> component by <a href="https://github.com/josepchetrit12"><code>@​josepchetrit12</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1250">themesberg/flowbite-svelte#1250</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/samal-rasmussen"><code>@​samal-rasmussen</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1245">themesberg/flowbite-svelte#1245</a></li> <li><a href="https://github.com/josepchetrit12"><code>@​josepchetrit12</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1250">themesberg/flowbite-svelte#1250</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.44.23...v0.44.24">https://github.com/themesberg/flowbite-svelte/compare/v0.44.23...v0.44.24</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/themesberg/flowbite-svelte/compare/v0.44.23...v0.44.24">0.44.24</a> (2024-02-23)</h3> <h3>Features</h3> <ul> <li>add focus only trigger mode for Popper (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1241">#1241</a>) (<a href="https://github.com/themesberg/flowbite-svelte/commit/f7ca86872d0899cab2ee67da63a2f35bc5c33a10">f7ca868</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>add if statement to TransitionFrame component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1250">#1250</a>) (<a href="https://github.com/themesberg/flowbite-svelte/commit/394413ef928620d75bd7a4b730d90bf203a2484f">394413e</a>)</li> <li>correct padding in Modal (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1249">#1249</a>) (<a href="https://github.com/themesberg/flowbite-svelte/commit/913ad38dbb7371d43a9c263d622555dea8c61810">913ad38</a>)</li> <li>properly handle class props in dropdown (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1239">#1239</a>) (<a href="https://github.com/themesberg/flowbite-svelte/commit/0e5ff6cda13e97cee8606d7ba018ba0e45fb5864">0e5ff6c</a>)</li> <li>properly handle spacing prop in Radio (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1108">#1108</a>) (<a href="https://github.com/themesberg/flowbite-svelte/commit/7f34738df99c886a59afca5d56951fa36dcdf927">7f34738</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/9b1b21bb275e41552f427d7ee668a263e89262c0"><code>9b1b21b</code></a> chore(release): 0.44.24</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3f95f74b40d8d61e87752294d6e48a893f387355"><code>3f95f74</code></a> chore: update dependencies, format, lib-helpers</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/394413ef928620d75bd7a4b730d90bf203a2484f"><code>394413e</code></a> fix: add if statement to TransitionFrame component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1250">#1250</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/913ad38dbb7371d43a9c263d622555dea8c61810"><code>913ad38</code></a> fix: correct padding in Modal (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1249">#1249</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/7f34738df99c886a59afca5d56951fa36dcdf927"><code>7f34738</code></a> fix: properly handle spacing prop in Radio (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1108">#1108</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/60d994f840193c8c07ae49dec0b3cc0fffa9a5ad"><code>60d994f</code></a> Move label and input outside dropzone button (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1245">#1245</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/f7ca86872d0899cab2ee67da63a2f35bc5c33a10"><code>f7ca868</code></a> feat: add focus only trigger mode for Popper (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1241">#1241</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/0e5ff6cda13e97cee8606d7ba018ba0e45fb5864"><code>0e5ff6c</code></a> fix: properly handle class props in dropdown (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1239">#1239</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/08b6ba461edb3da44be506df865ebf09c49f8f15"><code>08b6ba4</code></a> docs: update icons and starter page</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/4cdc7fdeb61e6b805f9df922b83bfff03ba524cc"><code>4cdc7fd</code></a> docs: add icon in top menu</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.44.23...v0.44.24">compare view</a></li> </ul> </details> <br /> Updates `svelte` from 4.2.11 to 4.2.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/releases">svelte's releases</a>.</em></p> <blockquote> <h2>svelte@4.2.12</h2> <h3>Patch Changes</h3> <ul> <li>fix: properly update <code>svelte:component</code> props when there are spread props (<a href="https://redirect.github.com/sveltejs/svelte/pull/10604">#10604</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/svelte@4.2.12/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>4.2.12</h2> <h3>Patch Changes</h3> <ul> <li>fix: properly update <code>svelte:component</code> props when there are spread props (<a href="https://redirect.github.com/sveltejs/svelte/pull/10604">#10604</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/b14eabaca3ae666a725160ab1055cd3ca3d0b304"><code>b14eaba</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/10607">#10607</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/055e7a873984caec234f05ce49d1d3bb18973575"><code>055e7a8</code></a> fix: properly update <code>svelte:component</code> props when there are spread props (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/1">#1</a>...</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte/commits/svelte@4.2.12/packages/svelte">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.1.3 to 5.1.4 <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.1.4 (2024-02-21)<!-- raw HTML omitted --></h2> <ul> <li>perf: remove unnecessary regex s modifier (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15766">#15766</a>) (<a href="https://github.com/vitejs/vite/commit/8dc1b73">8dc1b73</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15766">#15766</a></li> <li>fix: fs cached checks disabled by default for yarn pnp (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15920">#15920</a>) (<a href="https://github.com/vitejs/vite/commit/8b11fea">8b11fea</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15920">#15920</a></li> <li>fix: resolve directory correctly when <code>fs.cachedChecks: true</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15983">#15983</a>) (<a href="https://github.com/vitejs/vite/commit/4fe971f">4fe971f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15983">#15983</a></li> <li>fix: srcSet with optional descriptor (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15905">#15905</a>) (<a href="https://github.com/vitejs/vite/commit/81b3bd0">81b3bd0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15905">#15905</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15959">#15959</a>) (<a href="https://github.com/vitejs/vite/commit/571a3fd">571a3fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15959">#15959</a></li> <li>fix(watch): build watch fails when outDir is empty string (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15979">#15979</a>) (<a href="https://github.com/vitejs/vite/commit/1d263d3">1d263d3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15979">#15979</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/0137ea0100974b88fbfe48dd581ac32e6f61dcc0"><code>0137ea0</code></a> release: v5.1.4</li> <li><a href="https://github.com/vitejs/vite/commit/8dc1b731463bfa5c2cb0c159b98050b55377581c"><code>8dc1b73</code></a> perf: remove unnecessary regex s modifier (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15766">#15766</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4fe971fda39ab1a323461c09b35108cc7a271484"><code>4fe971f</code></a> fix: resolve directory correctly when <code>fs.cachedChecks: true</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15983">#15983</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1d263d39d32838cf5b77eeb44426ae81e969309c"><code>1d263d3</code></a> fix(watch): build watch fails when outDir is empty string (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15979">#15979</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/81b3bd09cff926534ea667edfa5417b944cdf01c"><code>81b3bd0</code></a> fix: srcSet with optional descriptor (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15905">#15905</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/571a3fde438d60540cfeba132e24646badf5ff2f"><code>571a3fd</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15959">#15959</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8b11fea91560c5f084c31aa9b19e64832ac6c3b5"><code>8b11fea</code></a> fix: fs cached checks disabled by default for yarn pnp (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15920">#15920</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.1.4/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 1.3.0 to 1.3.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>v1.3.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>vitest</strong>: Expose parseCLI method  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5248">vitest-dev/vitest#5248</a> <a href="https://github.com/vitest-dev/vitest/commit/c793a136"><!-- raw HTML omitted -->(c793a)<!-- raw HTML omitted --></a> <ul> <li>This feature is not affected by SemVer because it is part of an <a href="https://vitest.dev/advanced/api.html">experimental API</a>.</li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Add task tests iteratively  -  by <a href="https://github.com/DerYeger"><code>@​DerYeger</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5235">vitest-dev/vitest#5235</a> <a href="https://github.com/vitest-dev/vitest/commit/38155548"><!-- raw HTML omitted -->(38155)<!-- raw HTML omitted --></a></li> <li><strong>coverage</strong>: Ignore generated TS decorators  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5206">vitest-dev/vitest#5206</a> <a href="https://github.com/vitest-dev/vitest/commit/a280451b"><!-- raw HTML omitted -->(a2804)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Auto reload coverage iframe after test run  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5242">vitest-dev/vitest#5242</a> <a href="https://github.com/vitest-dev/vitest/commit/5376d5be"><!-- raw HTML omitted -->(5376d)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/e5114abd03f8c762a1ea50b96ef42fe50f5b2885"><code>e5114ab</code></a> chore: release v1.3.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c793a13684b5c73fb2fa4992056dcf17a0d55b71"><code>c793a13</code></a> feat(vitest): expose parseCLI method (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5248">#5248</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/2f755f0b128bbf1593855630667c59df08dd5662"><code>2f755f0</code></a> docs: fix defaults in JSDocs to be more accurate (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5196">#5196</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/5376d5be3e43f281c3700d716ef4a8846fef357e"><code>5376d5b</code></a> fix(ui): auto reload coverage iframe after test run (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5242">#5242</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/671cbcde2a8e2892fabbcd11717778d931deb419"><code>671cbcd</code></a> chore: update license</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c692f76e58ae11fcc13631adcb4b80055843d447"><code>c692f76</code></a> refactor(coverage): move common parts to <code>vitest</code> package (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5236">#5236</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v1.3.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-02-26 15:39:57 -05:00
"@types/semver": "^7.5.8",
build(deps): bump the frontend-deps group with 16 updates (#427) Bumps the frontend-deps group with 16 updates: | Package | From | To | | --- | --- | --- | | [country-flag-emoji-polyfill](https://github.com/talkjs/country-flag-emoji-polyfill) | `0.1.5` | `0.1.8` | | [@iconify-json/mdi](https://github.com/iconify/icon-sets) | `1.1.63` | `1.1.64` | | [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.0.1` | `3.0.2` | | [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `4.0.5` | `4.1.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.1.0` | `1.2.2` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` | | [classnames](https://github.com/JedWatson/classnames) | `2.3.3` | `2.5.1` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.44.21` | `0.44.22` | | [jsdom](https://github.com/jsdom/jsdom) | `23.0.1` | `24.0.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.32` | `8.4.33` | | [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.4` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.8` | `4.2.9` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.0` | `3.4.1` | | [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.18.1` | `0.18.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.10` | `5.0.12` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.1.0` | `1.2.2` | Updates `country-flag-emoji-polyfill` from 0.1.5 to 0.1.8 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/talkjs/country-flag-emoji-polyfill/blob/master/CHANGELOG.md">country-flag-emoji-polyfill's changelog</a>.</em></p> <blockquote> <h2>0.1.8</h2> <ul> <li>Fix NPM publish mistake which didn't include the TwemojiCountryFlags.woff2 font file</li> <li>No code changes</li> </ul> <h2>0.1.7</h2> <ul> <li>Change package.json such that, hopefully, it works better in everybody's build setup (notably the TypeScript types). Thanks <a href="https://github.com/DanielleHuisman"><code>@​DanielleHuisman</code></a> for PR <a href="https://redirect.github.com/talkjs/country-flag-emoji-polyfill/issues/13">#13</a>.</li> <li>Switch to unbuild to enable the above.</li> <li>Add this changelog.</li> </ul> <h2>0.1.6</h2> <p>Sorry I forgot, please see the commit history.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/talkjs/country-flag-emoji-polyfill/commits">compare view</a></li> </ul> </details> <br /> Updates `@iconify-json/mdi` from 1.1.63 to 1.1.64 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iconify/icon-sets/commit/0e8c79ddf14ec5d405b670db100a9ff35bb469ac"><code>0e8c79d</code></a> Update IonIcons</li> <li>See full diff in <a href="https://github.com/iconify/icon-sets/compare/1.1.63...1.1.64">compare view</a></li> </ul> </details> <br /> Updates `@sveltejs/vite-plugin-svelte` from 3.0.1 to 3.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/releases"><code>@​sveltejs/vite-plugin-svelte</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​sveltejs/vite-plugin-svelte</code><a href="https://github.com/3"><code>@​3</code></a>.0.2</h2> <h3>Patch Changes</h3> <ul> <li>fix(compile): correctly determine script lang in files where a comment precedes the script tag (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/844">#844</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md"><code>@​sveltejs/vite-plugin-svelte</code>'s changelog</a>.</em></p> <blockquote> <h2>3.0.2</h2> <h3>Patch Changes</h3> <ul> <li>fix(compile): correctly determine script lang in files where a comment precedes the script tag (<a href="https://redirect.github.com/sveltejs/vite-plugin-svelte/pull/844">#844</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/e04c9a86f6a8cbc8445139bf0ad04b04c9bda633"><code>e04c9a8</code></a> Version Packages (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/845">#845</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/a0063554bf846977a7b87df1aee7094e5e85e7c1"><code>a006355</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/842">#842</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/e95d863cc06881770a89948180ac53692f911f20"><code>e95d863</code></a> fix: correctly detect script language during compilation (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/844">#844</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/d5a6dad8da2da3e505433e1290e9f2aa9bb82d4e"><code>d5a6dad</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/833">#833</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/833d66cee57a0ec7cbfcf29b23796988dfdc7cf3"><code>833d66c</code></a> chore: update to SvelteKit 2 (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/831">#831</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/4a8d590b540cb91dde34a7162de3933e46106f0b"><code>4a8d590</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/823">#823</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/ee0aa51e4a484f3b7e5e8b3563f6dc9cb6c89c8d"><code>ee0aa51</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/821">#821</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/aca75344e34b90dd7aff8cf7f42231702ea93a03"><code>aca7534</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/818">#818</a>)</li> <li><a href="https://github.com/sveltejs/vite-plugin-svelte/commit/2510174305a1d960d46b726a1b41f3be745348b0"><code>2510174</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte/issues/815">#815</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@3.0.2/packages/vite-plugin-svelte">compare view</a></li> </ul> </details> <br /> Updates `@testing-library/svelte` from 4.0.5 to 4.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/svelte-testing-library/releases"><code>@​testing-library/svelte</code>'s releases</a>.</em></p> <blockquote> <h2>v4.1.0</h2> <h1><a href="https://github.com/testing-library/svelte-testing-library/compare/v4.0.6...v4.1.0">4.1.0</a> (2024-01-27)</h1> <h3>Features</h3> <ul> <li><strong>vitest:</strong> add vitest cleanup export (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/294">#294</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/ee1b1f791792bfc2a1598867a076bc516c180524">ee1b1f7</a>)</li> </ul> <h2>v4.0.6</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v4.0.5...v4.0.6">4.0.6</a> (2024-01-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> correct type annotation for <code>act</code> (<a href="https://github.com/testing-library/svelte-testing-library/commit/38f75184e47bfe43a02a77ccfe6aa8a89eff7965">38f7518</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/ee1b1f791792bfc2a1598867a076bc516c180524"><code>ee1b1f7</code></a> feat(vitest): add vitest cleanup export (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/294">#294</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/16a7a4b187db59cbdabcff1ce686b40dc01c6524"><code>16a7a4b</code></a> chore: fix linting, formatting, and git hooks configs (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/291">#291</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/9bd2f39eef0a9c37ef7c05a4dcf0e749a65ac8fa"><code>9bd2f39</code></a> Merge pull request <a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/287">#287</a> from testing-library/gh209-setContext</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/9fdce658feee98b5e5ddf94b4fb62f2daa3889e4"><code>9fdce65</code></a> Merge pull request <a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/289">#289</a> from testing-library/simplify-act</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/f5121e169f4b1bafe39c4193270cdc862b532519"><code>f5121e1</code></a> chore: simplify implementation of act</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/9ef86c7258337a8a9267dd96bdf320bfae9ecd38"><code>9ef86c7</code></a> Merge pull request <a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/288">#288</a> from mcous/fix-134</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/38f75184e47bfe43a02a77ccfe6aa8a89eff7965"><code>38f7518</code></a> fix(types): correct type annotation for <code>act</code></li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/614b9b7ef4f9c741b4163b79372ec937f72788c3"><code>614b9b7</code></a> add new context test</li> <li>See full diff in <a href="https://github.com/testing-library/svelte-testing-library/compare/v4.0.5...v4.1.0">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 1.1.0 to 1.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v1.2.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>coverage</strong>: <ul> <li>Remove <code>coverage/.tmp</code> files after run  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5008">vitest-dev/vitest#5008</a> <a href="https://github.com/vitest-dev/vitest/commit/d53b8580"><!-- raw HTML omitted -->(d53b8)<!-- raw HTML omitted --></a></li> <li>Don't crash when re-run removes earlier run's reports  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5022">vitest-dev/vitest#5022</a> <a href="https://github.com/vitest-dev/vitest/commit/6689856f"><!-- raw HTML omitted -->(66898)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Improve <code>toThrow(asymmetricMatcher)</code> failure message  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5000">vitest-dev/vitest#5000</a> <a href="https://github.com/vitest-dev/vitest/commit/a199ac2d"><!-- raw HTML omitted -->(a199a)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>forks</strong>: <ul> <li>Set correct <code>VITEST_POOL_ID</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5002">vitest-dev/vitest#5002</a> <a href="https://github.com/vitest-dev/vitest/commit/7d0a4692"><!-- raw HTML omitted -->(7d0a4)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>threads</strong>: <ul> <li>Mention common work-around for the logged error  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5024">vitest-dev/vitest#5024</a> <a href="https://github.com/vitest-dev/vitest/commit/915d6c43"><!-- raw HTML omitted -->(915d6)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>typecheck</strong>: <ul> <li>Fix <code>ignoreSourceErrors</code> in run mode  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5044">vitest-dev/vitest#5044</a> <a href="https://github.com/vitest-dev/vitest/commit/6dae3feb"><!-- raw HTML omitted -->(6dae3)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Provide import.meta.filename and dirname  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5011">vitest-dev/vitest#5011</a> <a href="https://github.com/vitest-dev/vitest/commit/73148575"><!-- raw HTML omitted -->(73148)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Expose getHooks &amp; setHooks  -  by <a href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5032">vitest-dev/vitest#5032</a> <a href="https://github.com/vitest-dev/vitest/commit/73448706"><!-- raw HTML omitted -->(73448)<!-- raw HTML omitted --></a></li> <li>Test deep dependencies change detection  -  by <a href="https://github.com/blake-newman"><code>@​blake-newman</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4934">vitest-dev/vitest#4934</a> <a href="https://github.com/vitest-dev/vitest/commit/9c7c0fc9"><!-- raw HTML omitted -->(9c7c0)<!-- raw HTML omitted --></a></li> <li>Throw an error if vi.mock is exported  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5034">vitest-dev/vitest#5034</a> <a href="https://github.com/vitest-dev/vitest/commit/253df1cc"><!-- raw HTML omitted -->(253df)<!-- raw HTML omitted --></a></li> <li>Allow <code>useFakeTimers</code> to fake <code>requestIdleCallback</code> on non browser  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5028">vitest-dev/vitest#5028</a> <a href="https://github.com/vitest-dev/vitest/commit/a9a486f2"><!-- raw HTML omitted -->(a9a48)<!-- raw HTML omitted --></a></li> <li>Support older NodeJS with async <code>import.meta.resolve</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5045">vitest-dev/vitest#5045</a> <a href="https://github.com/vitest-dev/vitest/commit/cf5641a9"><!-- raw HTML omitted -->(cf564)<!-- raw HTML omitted --></a></li> <li>Don't throw an error if mocked file was already imported  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5050">vitest-dev/vitest#5050</a> <a href="https://github.com/vitest-dev/vitest/commit/fff1a270"><!-- raw HTML omitted -->(fff1a)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.2.1...v1.2.2">View changes on GitHub</a></h5> <h2>v1.2.1</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Apply inlined workspace config to browser mode vite server  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4947">vitest-dev/vitest#4947</a> <a href="https://github.com/vitest-dev/vitest/commit/db01f6c2"><!-- raw HTML omitted -->(db01f)<!-- raw HTML omitted --></a></li> <li>Fix browser testing url for https  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4855">vitest-dev/vitest#4855</a> <a href="https://github.com/vitest-dev/vitest/commit/6c1cc78b"><!-- raw HTML omitted -->(6c1cc)<!-- raw HTML omitted --></a></li> <li>Don't fail when calling vi.useFakeTimers  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4992">vitest-dev/vitest#4992</a> <a href="https://github.com/vitest-dev/vitest/commit/6c5fe49b"><!-- raw HTML omitted -->(6c5fe)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li><code>thresholds.autoUpdate</code> to work with arrow function configuration files  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4959">vitest-dev/vitest#4959</a> <a href="https://github.com/vitest-dev/vitest/commit/4b41131a"><!-- raw HTML omitted -->(4b411)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Implement chai inspect for <code>AsymmetricMatcher</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4942">vitest-dev/vitest#4942</a> <a href="https://github.com/vitest-dev/vitest/commit/06bae4dd"><!-- raw HTML omitted -->(06bae)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Externalize network imports  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4987">vitest-dev/vitest#4987</a> <a href="https://github.com/vitest-dev/vitest/commit/21f5744d"><!-- raw HTML omitted -->(21f57)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Handle single <code>await vi.hoisted</code>  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4962">vitest-dev/vitest#4962</a> <a href="https://github.com/vitest-dev/vitest/commit/dcf2e9f2"><!-- raw HTML omitted -->(dcf2e)<!-- raw HTML omitted --></a></li> <li>Simplify hoist transform check regex to avoid expensive regex match  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4974">vitest-dev/vitest#4974</a> <a href="https://github.com/vitest-dev/vitest/commit/df0db6a9"><!-- raw HTML omitted -->(df0db)<!-- raw HTML omitted --></a></li> <li>Correctly find module if it has a version query  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4976">vitest-dev/vitest#4976</a> <a href="https://github.com/vitest-dev/vitest/commit/952c31df"><!-- raw HTML omitted -->(952c3)<!-- raw HTML omitted --></a></li> <li>Check color support for intercepted console logging  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4966">vitest-dev/vitest#4966</a> <a href="https://github.com/vitest-dev/vitest/commit/39a7169c"><!-- raw HTML omitted -->(39a71)<!-- raw HTML omitted --></a></li> <li>Use development/production conditions when resolving external modules  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4980">vitest-dev/vitest#4980</a> <a href="https://github.com/vitest-dev/vitest/commit/8877e22a"><!-- raw HTML omitted -->(8877e)<!-- raw HTML omitted --></a></li> <li>Throw a syntax error if vi.hoisted is directly exported  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/4969">vitest-dev/vitest#4969</a> <a href="https://github.com/vitest-dev/vitest/commit/f8bff9ef"><!-- raw HTML omitted -->(f8bff)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.2.0...v1.2.1">View changes on GitHub</a></h5> <h2>v1.2.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/b1462a46561d06d477cc4cf1ba96787cb66a5cba"><code>b1462a4</code></a> chore: release v1.2.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/d53b85805d2a893276aaf19c9e746d13ad5174f2"><code>d53b858</code></a> fix(coverage): remove <code>coverage/.tmp</code> files after run (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5008">#5008</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/6421c2766c364a9dd37dabac432f792ff1ecc556"><code>6421c27</code></a> chore: release v1.2.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/4b41131af2ef9debb7e271852eb3831ed136e162"><code>4b41131</code></a> fix(coverage): <code>thresholds.autoUpdate</code> to work with arrow function configurat...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/b561c3290de85c58daf7f062cfa0fc163425199e"><code>b561c32</code></a> chore: release v1.2.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/96dc6e9aaf08b4337ccd98d531d37f809312faf8"><code>96dc6e9</code></a> feat(coverage): custom reporter support (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/4828">#4828</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a73c1c2ca3a3ca93b317657b9328889434c36344"><code>a73c1c2</code></a> chore: release v1.1.3</li> <li><a href="https://github.com/vitest-dev/vitest/commit/be5a259d9cce3be4158dd91efb97f938a5f58659"><code>be5a259</code></a> chore: release v1.1.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/c8abbc18e19ee36d3b6f981012ee561cc7aa7fc6"><code>c8abbc1</code></a> chore: release v1.1.1</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `autoprefixer` from 10.4.16 to 10.4.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.17</h2> <ul> <li>Fixed <code>user-select: contain</code> prefixes.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.17</h2> <ul> <li>Fixed <code>user-select: contain</code> prefixes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/46cd2cccabab8f829c6bde17eb47a856ebda9e84"><code>46cd2cc</code></a> Release 10.4.17 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/2738f72023caf5e64dcfdeb2e7cbda8ecb1eae18"><code>2738f72</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/b0a4007c49da09e23fa39cb0113fa61f46818962"><code>b0a4007</code></a> Fix user-select: contain</li> <li><a href="https://github.com/postcss/autoprefixer/commit/1db31f0e6d84664abc647e763b0229426e88cffe"><code>1db31f0</code></a> Update dependencies</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17">compare view</a></li> </ul> </details> <br /> Updates `classnames` from 2.3.3 to 2.5.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JedWatson/classnames/blob/main/HISTORY.md">classnames's changelog</a>.</em></p> <blockquote> <h2>v2.5.1 / 2023-12-29</h2> <ul> <li>Remove <code>workspaces</code> field from package (<a href="https://redirect.github.com/JedWatson/classnames/pull/350">#350</a>)</li> </ul> <h2>v2.5.0 / 2023-12-27</h2> <ul> <li>Restore ability to pass a TypeScript <code>interface</code> (<a href="https://redirect.github.com/JedWatson/classnames/pull/341">#341</a>)</li> <li>Add <code>exports</code> field to package (<a href="https://redirect.github.com/JedWatson/classnames/pull/342">#342</a>)</li> </ul> <h2>v2.4.0 / 2023-12-26</h2> <ul> <li>Use string concatenation to increase performance thanks <a href="https://github.com/jonkoops">Jon Koops</a> (<a href="https://redirect.github.com/JedWatson/classnames/pull/336">#336</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JedWatson/classnames/commit/2e3683264bab067d13938b5eb03a96391a089cb4"><code>2e36832</code></a> Prepare for release of version 2.5.1 (<a href="https://redirect.github.com/JedWatson/classnames/issues/351">#351</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/93314019575be682fe5fbace1f8004c11acc416a"><code>9331401</code></a> Remove benchmarks from workspace (<a href="https://redirect.github.com/JedWatson/classnames/issues/350">#350</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/ff6dd1e37a091a1463d1e1b4f158b1df1e34cd86"><code>ff6dd1e</code></a> Bump to the latest version (<a href="https://redirect.github.com/JedWatson/classnames/issues/347">#347</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/942db499b1d889cdb9da94f0c2e1d7de0cb629a7"><code>942db49</code></a> Add GitHub provenance for publishing (<a href="https://redirect.github.com/JedWatson/classnames/issues/345">#345</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/28ea73f9174bfa71675e954d01e6a1ac7baa6fe6"><code>28ea73f</code></a> Prepare for release of version 2.5.0 (<a href="https://redirect.github.com/JedWatson/classnames/issues/344">#344</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/dfeb7f3604afe20c27818d926a651e6c6fc8c664"><code>dfeb7f3</code></a> Fix URL for GIT repository in package (<a href="https://redirect.github.com/JedWatson/classnames/issues/343">#343</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/8a840eae0f829b2a5a8bf581e6d6337150be3f97"><code>8a840ea</code></a> Add <code>exports</code> field to package (<a href="https://redirect.github.com/JedWatson/classnames/issues/342">#342</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/ea8e8398a680acb0ab740d5d062794c71b43ea96"><code>ea8e839</code></a> Restore ability to pass TypeScript <code>interface</code> (<a href="https://redirect.github.com/JedWatson/classnames/issues/341">#341</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/930c74809e8eff73cf3924d0d986ca97ae350134"><code>930c748</code></a> Bump <code>classnames</code> to the latest version (<a href="https://redirect.github.com/JedWatson/classnames/issues/340">#340</a>)</li> <li><a href="https://github.com/JedWatson/classnames/commit/d2d10f565e43c4f67cc4389dd2f2dcb5d1482633"><code>d2d10f5</code></a> Bump tsd from 0.30.0 to 0.30.1 (<a href="https://redirect.github.com/JedWatson/classnames/issues/339">#339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/JedWatson/classnames/compare/v2.3.3...v2.5.1">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.44.21 to 0.44.22 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/themesberg/flowbite-svelte/compare/v0.44.21...v0.44.22">0.44.22</a> (2024-01-12)</h3> <h3>Bug Fixes</h3> <ul> <li>1125 (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1195">#1195</a>) (<a href="https://github.com/themesberg/flowbite-svelte/commit/f0b3d9ce7fbfad3a5db93bffd680c028af1e3409">f0b3d9c</a>)</li> <li>1209 (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1210">#1210</a>) (<a href="https://github.com/themesberg/flowbite-svelte/commit/671a950d96bc2e96fb4d85a999f7317dd5b9fd4f">671a950</a>)</li> <li>sidebar md:block (<a href="https://github.com/themesberg/flowbite-svelte/commit/0bd2f012986fcdd2b925fe05e69f7114478ab440">0bd2f01</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/7156091b263e36465347f0000372262f50bb3cc3"><code>7156091</code></a> chore(release): 0.44.22</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/905b0ca14e32a774a51a8925cdbbcfaa058b44b1"><code>905b0ca</code></a> chore: format and lib-helpers</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/0bd2f012986fcdd2b925fe05e69f7114478ab440"><code>0bd2f01</code></a> fix: sidebar md:block</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/671a950d96bc2e96fb4d85a999f7317dd5b9fd4f"><code>671a950</code></a> fix: 1209 (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1210">#1210</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3e85e7e1bfe8fa328acf851523f0a4c7a6d7af30"><code>3e85e7e</code></a> card horizontal size fix (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1204">#1204</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/f096cea604e486bca73ae4fb4201c81c6c1512eb"><code>f096cea</code></a> avatar placeholder component removal (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1203">#1203</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/63b99bd009258e9ab7474bdb1cc144f0fac9b4a3"><code>63b99bd</code></a> ts fixes for mega-menu (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1202">#1202</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/a9dc6fffe80a16d3c60407d4271be77f0b7f6770"><code>a9dc6ff</code></a> fixes to toolbar (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1199">#1199</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/f0b3d9ce7fbfad3a5db93bffd680c028af1e3409"><code>f0b3d9c</code></a> fix: 1125 (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1195">#1195</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/7b5b47ac06c71477c20319aa5c670faff2dde848"><code>7b5b47a</code></a> clearinterval (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1194">#1194</a>)</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.44.21...v0.44.22">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 23.0.1 to 24.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 24.0.0</h2> <p>This release reverts our selector engine back to <a href="https://www.npmjs.com/nwsapi"><code>nwsapi</code></a>. As discussed in <a href="https://redirect.github.com/jsdom/jsdom/issues/3659">#3659</a>, the performance regressions from <a href="https://www.npmjs.com/package/@asamuzakjp/dom-selector"><code>@asamuzakjp/dom-selector</code></a> turned out to be higher than anticipated. In the future, we can revisit <code>@asamuzakjp/dom-selector</code> after it reaches <code>nwsapi</code>'s performance on the <a href="https://redirect.github.com/jsdom/jsdom/issues/3659#issuecomment-1890852609">two real-world benchmarks provided by the community</a>.</p> <p>Since reverting to <code>nwsapi</code> causes several functionality regressions, e.g. removing <code>:has()</code> support, we've decided to make this a major version.</p> <p>Additionally:</p> <ul> <li>Small fixes to edge-case behavior of the following properties: <code>input.maxLength</code>, <code>input.minLength</code>, <code>input.size</code>, <code>progress.max</code>, <code>tableCell.colSpan</code>, <code>tableCell.rowSpan</code>, <code>tableCol.span</code>, <code>textArea.cols</code>, <code>textArea.maxLength</code>, <code>textArea.minLength</code>, <code>textArea.rows</code>.</li> </ul> <h2>Version 23.2.0</h2> <p>This release switches our CSS selector engine from <a href="https://www.npmjs.com/nwsapi"><code>nwsapi</code></a> to <a href="https://www.npmjs.com/package/@asamuzakjp/dom-selector"><code>@asamuzakjp/dom-selector</code></a>. The new engine is more actively maintained, and supports many new selectors: see <a href="https://github.com/asamuzaK/domSelector#supported-css-selectors">the package's documentation</a> for the full list. It also works better with shadow trees.</p> <p>There is a potential of a performance regression due to this change. In our stress test benchmark, which runs most of <a href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selectors.large.css">these 273 selectors</a> against <a href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selector.html">this 128 KiB document</a>, the new engine completes the benchmark only 0.25x as fast. However, we're hopeful that in more moderate usage this will not be a significant issue. Any help speeding up <code>@asamuzakjp/dom-selector</code> is appreciated, and feel free to open an issue if this has had a significant impact on your project.</p> <h2>Version 23.1.0</h2> <ul> <li>Added an initial implementation of <code>ElementInternals</code>, including the <code>shadowRoot</code> getter and the string-valued ARIA properties. (zjffun)</li> <li>Added the string-valued ARIA attribute-reflecting properties to <code>Element</code>.</li> <li>Fixed <code>history.pushState()</code> and <code>history.replaceState()</code> to follow the latest specification, notably with regards to how they handle empty string inputs and what new URLs are possible.</li> <li>Fixed the <code>input.valueAsANumber</code> setter to handle <code>NaN</code> correctly. (alexandertrefz)</li> <li>Updated various dependencies, including <code>cssstyle</code> which contains several bug fixes.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>24.0.0</h2> <p>This release reverts our selector engine back to <a href="https://www.npmjs.com/nwsapi"><code>nwsapi</code></a>. As discussed in <a href="https://redirect.github.com/jsdom/jsdom/issues/3659">#3659</a>, the performance regressions from <a href="https://www.npmjs.com/package/@asamuzakjp/dom-selector"><code>@asamuzakjp/dom-selector</code></a> turned out to be higher than anticipated. In the future, we can revisit <code>@asamuzakjp/dom-selector</code> after it reaches <code>nwsapi</code>'s performance on the <a href="https://redirect.github.com/jsdom/jsdom/issues/3659#issuecomment-1890852609">two real-world benchmarks provided by the community</a>.</p> <p>Since reverting to <code>nwsapi</code> causes several functionality regressions, e.g. removing <code>:has()</code> support, we've decided to make this a major version.</p> <p>Additionally:</p> <ul> <li>Small fixes to edge-case behavior of the following properties: <code>input.maxLength</code>, <code>input.minLength</code>, <code>input.size</code>, <code>progress.max</code>, <code>tableCell.colSpan</code>, <code>tableCell.rowSpan</code>, <code>tableCol.span</code>, <code>textArea.cols</code>, <code>textArea.maxLength</code>, <code>textArea.minLength</code>, <code>textArea.rows</code>.</li> </ul> <h2>23.2.0</h2> <p>This release switches our CSS selector engine from <a href="https://www.npmjs.com/nwsapi"><code>nwsapi</code></a> to <a href="https://www.npmjs.com/package/@asamuzakjp/dom-selector"><code>@asamuzakjp/dom-selector</code></a>. The new engine is more actively maintained, and supports many new selectors: see <a href="https://github.com/asamuzaK/domSelector#supported-css-selectors">the package's documentation</a> for the full list. It also works better with shadow trees.</p> <p>There is a potential of a performance regression due to this change. In our stress test benchmark, which runs most of <a href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selectors.large.css">these 273 selectors</a> against <a href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selector.html">this 128 KiB document</a>, the new engine completes the benchmark only 0.25x as fast. However, we're hopeful that in more moderate usage this will not be a significant issue. Any help speeding up <code>@asamuzakjp/dom-selector</code> is appreciated, and feel free to open an issue if this has had a significant impact on your project.</p> <h2>23.1.0</h2> <ul> <li>Added an initial implementation of <code>ElementInternals</code>, including the <code>shadowRoot</code> getter and the string-valued ARIA properties. (zjffun)</li> <li>Added the string-valued ARIA attribute-reflecting properties to <code>Element</code>.</li> <li>Fixed <code>history.pushState()</code> and <code>history.replaceState()</code> to follow the latest specification, notably with regards to how they handle empty string inputs and what new URLs are possible.</li> <li>Fixed the <code>input.valueAsANumber</code> setter to handle <code>NaN</code> correctly. (alexandertrefz)</li> <li>Updated various dependencies, including <code>cssstyle</code> which contains several bug fixes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/2f8a7302a43fff92f244d5f3426367a8eb2b8896"><code>2f8a730</code></a> Version 24.0.0</li> <li><a href="https://github.com/jsdom/jsdom/commit/db0a4dc4f9f9077f83be20daf9a34f255bd1264b"><code>db0a4dc</code></a> Implement the remaining types of numeric reflection</li> <li><a href="https://github.com/jsdom/jsdom/commit/c1d7005f1dfa3312e831b000464f49966b5edffe"><code>c1d7005</code></a> Implement full long reflection</li> <li><a href="https://github.com/jsdom/jsdom/commit/ac815fff2339b0175a1eca6ee6be3298b63035a8"><code>ac815ff</code></a> Revert back to nwsapi</li> <li><a href="https://github.com/jsdom/jsdom/commit/5b1a49e7d56bb58fec980ce7caadbf26775e95b4"><code>5b1a49e</code></a> Fix changelog link to dom-selector</li> <li><a href="https://github.com/jsdom/jsdom/commit/cf8b707a080b15746046177e8bdb70c3c5ef295a"><code>cf8b707</code></a> Version 23.2.0</li> <li><a href="https://github.com/jsdom/jsdom/commit/908f27d4e348502a9068f0b335a8518d050ef872"><code>908f27d</code></a> Update dom-selector and roll web platform tests</li> <li><a href="https://github.com/jsdom/jsdom/commit/c039e5232f722be6634d21e8544a9a37f48ef673"><code>c039e52</code></a> Switch from nwsapi to dom-selector</li> <li><a href="https://github.com/jsdom/jsdom/commit/b6776273088fcc80aa9cd6807bbbfdea4634174b"><code>b677627</code></a> Add new CSS selectors benchmark</li> <li><a href="https://github.com/jsdom/jsdom/commit/4b33d36dc89e184ef60f52b60ccb0c5380179c8d"><code>4b33d36</code></a> Enable WPT directories css/selectors and css/css-scoping</li> <li>Additional commits viewable in <a href="https://github.com/jsdom/jsdom/compare/23.0.1...24.0.0">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.32 to 8.4.33 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.33</h2> <ul> <li>Fixed <code>NoWorkResult</code> behavior difference with normal mode (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed <code>NoWorkResult</code> usage conditions (by <a href="https://github.com/ahmdammarr"><code>@​ahmdammarr</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.33</h2> <ul> <li>Fixed <code>NoWorkResult</code> behavior difference with normal mode (by Romain Menke).</li> <li>Fixed <code>NoWorkResult</code> usage conditions (by <a href="https://github.com/ahmdammarr"><code>@​ahmdammarr</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/ae57d835236838d6120819af26e6480269fab9bb"><code>ae57d83</code></a> Release 8.4.33 version</li> <li><a href="https://github.com/postcss/postcss/commit/2e9d029da531537f66e7ae5f7d9a2681619faea1"><code>2e9d029</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/892b2697172f530c21cdd2a9a32bdd3f94d69801"><code>892b269</code></a> Update size limit for new metric on brotli</li> <li><a href="https://github.com/postcss/postcss/commit/f2e7a9f900ad494ae2807f51b2e4d1254087cad2"><code>f2e7a9f</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1908">#1908</a> from ahmdammarr/refactor/safe-check-for-NoWorkResult</li> <li><a href="https://github.com/postcss/postcss/commit/c751e11ae85f7a71a349c434c7f9ccbf8be48aea"><code>c751e11</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1909">#1909</a> from romainmenke/no-work-result-vs-lazy-result--inve...</li> <li><a href="https://github.com/postcss/postcss/commit/3c2fa2ad5a046120f65e0f6f63b59018af7ba43d"><code>3c2fa2a</code></a> fix</li> <li><a href="https://github.com/postcss/postcss/commit/a4626e96d8e5fa4c991404934143f9415fc85abd"><code>a4626e9</code></a> failing test</li> <li><a href="https://github.com/postcss/postcss/commit/c37346d61aa6a5eda3515ff3d271764deb77440a"><code>c37346d</code></a> refactor: check all falsy conditions of plugins and opts before returning NoW...</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.4.32...8.4.33">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.1.1 to 3.2.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.2.4</h2> <ul> <li>Fix <code>.eslintrc.json</code> format <a href="https://redirect.github.com/prettier/prettier/issues/15947">#15947</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#324">Changelog</a></p> <h2>3.2.3</h2> <ul> <li>Format <code>tsconfig.json</code> file with <code>jsonc</code> parser <a href="https://redirect.github.com/prettier/prettier/issues/15927">#15927</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#323">Changelog</a></p> <h2>3.2.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#322">Changelog</a></p> <h2>3.2.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#321">Changelog</a></p> <h2>3.2.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.1.1...3.2.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/01/12/3.2.0.html">Release note</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.2.4</h1> <p><a href="https://github.com/prettier/prettier/compare/3.2.3...3.2.4">diff</a></p> <h4>Fix incorrect parser inference (<a href="https://redirect.github.com/prettier/prettier/pull/15947">#15947</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <p>Files like <code>.eslintrc.json</code> were incorrectly formatted as JSONC files.</p> <!-- raw HTML omitted --> <pre lang="jsx"><code>// Input prettier --file-info .eslintrc.json { &quot;ignored&quot;: false, &quot;inferredParser&quot;: &quot;jsonc&quot; } <p>// Prettier 3.2.4 prettier --file-info .eslintrc.json { &quot;ignored&quot;: false, &quot;inferredParser&quot;: &quot;json&quot; } </code></pre></p> <h1>3.2.3</h1> <p><a href="https://github.com/prettier/prettier/compare/3.2.2...3.2.3">diff</a></p> <h4>Throw errors for invalid code (<a href="https://redirect.github.com/prettier/prettier/pull/15881">#15881</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>, <a href="https://github.com/Josh-Cena"><code>@​Josh-Cena</code></a>, <a href="https://github.com/auvred"><code>@​auvred</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input 1++; <p>// Prettier 3.2.2 1++;</p> <p>// Prettier 3.2.3 SyntaxError: Invalid left-hand side expression in unary operation (1:1) &gt; 1 | 1++; | ^ </code></pre></p> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input try {} catch (error = 1){} // Prettier 3.2.2 try { } catch (error) {} // Prettier 3.2.3 SyntaxError: Catch clause variable cannot have an initializer. (1:23) &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/03822f5b3428ad77781ede5bd41a248b465be3cd"><code>03822f5</code></a> Release 3.2.4</li> <li><a href="https://github.com/prettier/prettier/commit/1cd4d9c1605e7344e6c0735c1c6cb51ad620b01d"><code>1cd4d9c</code></a> Fix JSONC filenames list (<a href="https://redirect.github.com/prettier/prettier/issues/15947">#15947</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/6c6a332171f590a38c369673662d1a5baf765167"><code>6c6a332</code></a> Spellcheck</li> <li><a href="https://github.com/prettier/prettier/commit/75ec1f792123f42f943fad605236d14a7b02f8c1"><code>75ec1f7</code></a> Fix lock file</li> <li><a href="https://github.com/prettier/prettier/commit/dda00cdd1d602e6034d0dbdac7ee84fc3b32f3a9"><code>dda00cd</code></a> Clean changelog_unreleased</li> <li><a href="https://github.com/prettier/prettier/commit/c12e3c67f93d637cacd2e2a2430f97103abe1276"><code>c12e3c6</code></a> Git blame ignore 3.2.3</li> <li><a href="https://github.com/prettier/prettier/commit/4985be553e911fef7d83f3341eb143c443473c58"><code>4985be5</code></a> Bump Prettier dependency to 3.2.3</li> <li><a href="https://github.com/prettier/prettier/commit/38c0d212e78e645f6c64b88fc6a5847013bc837e"><code>38c0d21</code></a> Update dependents count</li> <li><a href="https://github.com/prettier/prettier/commit/42ba4373f47a67a5d50756a76a57b2ce3a5524e5"><code>42ba437</code></a> Release 3.2.3</li> <li><a href="https://github.com/prettier/prettier/commit/99c873d4219f02f684ec8f3d200abee04e9bbe85"><code>99c873d</code></a> chore(deps): update typescript-eslint to v6.19.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15939">#15939</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.1.1...3.2.4">compare view</a></li> </ul> </details> <br /> Updates `svelte` from 4.2.8 to 4.2.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/releases">svelte's releases</a>.</em></p> <blockquote> <h2>svelte@4.2.9</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: add types for popover attributes and events (<a href="https://redirect.github.com/sveltejs/svelte/pull/10042">#10042</a>)</p> </li> <li> <p>fix: add <code>gamepadconnected</code> and <code>gamepaddisconnected</code> events (<a href="https://redirect.github.com/sveltejs/svelte/pull/9864">#9864</a>)</p> </li> <li> <p>fix: make <code>@types/estree</code> a dependency (<a href="https://redirect.github.com/sveltejs/svelte/pull/10149">#10149</a>)</p> </li> <li> <p>fix: bump <code>axobject-query</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/10167">#10167</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/svelte@4.2.9/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>4.2.9</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: add types for popover attributes and events (<a href="https://redirect.github.com/sveltejs/svelte/pull/10042">#10042</a>)</p> </li> <li> <p>fix: add <code>gamepadconnected</code> and <code>gamepaddisconnected</code> events (<a href="https://redirect.github.com/sveltejs/svelte/pull/9864">#9864</a>)</p> </li> <li> <p>fix: make <code>@types/estree</code> a dependency (<a href="https://redirect.github.com/sveltejs/svelte/pull/10149">#10149</a>)</p> </li> <li> <p>fix: bump <code>axobject-query</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/10167">#10167</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/d9fcc87235380b3247973e612115a94e0c8ca500"><code>d9fcc87</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9886">#9886</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/490102932ba303ec2955a6301f32bef4b11cf4df"><code>4901029</code></a> fix: bump <code>axobject-query</code> (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/10167">#10167</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/bc5e578d37b0a0b736cc8c8c250ea51312813024"><code>bc5e578</code></a> fix: make <code>@types/estree</code> a dependency (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/10149">#10149</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/89db4b5d996776bd5e78fdd6016adc8dd5dc4324"><code>89db4b5</code></a> chore: commit types (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9862">#9862</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/32772b41313bb0fc829e0b24366b65ace84176e4"><code>32772b4</code></a> fix: add types for popover attributes and events (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/10042">#10042</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/804f29636872e928e3b5948df0ae800e3c581c99"><code>804f296</code></a> fix: add GamepadEventHandler type (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9864">#9864</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/8fd7756d7f78c20d35d21bf86375b039b61f64f2"><code>8fd7756</code></a> site(v4): fix repl (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/9746">#9746</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte/commits/svelte@4.2.9/packages/svelte">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.0 to 3.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.1</h2> <h3>Fixed</h3> <ul> <li>Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12639">#12639</a>)</li> <li>Don't add spaces to gradients and grid track names when followed by <code>calc()</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12704">#12704</a>)</li> <li>Restore old behavior for <code>class</code> dark mode strategy (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add new <code>selector</code> and <code>variant</code> strategies for dark mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Support <code>rtl</code> and <code>ltr</code> variants on same element as <code>dir</code> attribute (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.1] - 2024-01-05</h2> <h3>Fixed</h3> <ul> <li>Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12639">#12639</a>)</li> <li>Don't add spaces to gradients and grid track names when followed by <code>calc()</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12704">#12704</a>)</li> <li>Restore old behavior for <code>class</code> dark mode strategy (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add new <code>selector</code> and <code>variant</code> strategies for dark mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Support <code>rtl</code> and <code>ltr</code> variants on same element as <code>dir</code> attribute (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/7361468f77500105b0559e879e121f34306e8da2"><code>7361468</code></a> 3.4.1</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/508e7f2349e56d19f8d3091d583f2ad65b95f68c"><code>508e7f2</code></a> Fix code style</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3fb57e55abdba6fa68da6cb605fcaad5ce94764a"><code>3fb57e5</code></a> Restore old behavior for <code>class</code> dark mode, add new <code>selector</code> and <code>variant</code> ...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/78fedd5cc0fd21d0573ec0733d583f68f66cc7fd"><code>78fedd5</code></a> Don't add spaces to gradients and grid track names when followed by <code>calc()</code> ...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/08a0a6c9664eafb6f5d95af89fd69c79d8607913"><code>08a0a6c</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/88907757c1c538e1c3dac3d0250ba2ac6cc63ed9"><code>8890775</code></a> Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12639">#12639</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f33d6a5d751e562e641654395f669183d5ca5065"><code>f33d6a5</code></a> Update CI</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.0...v3.4.1">compare view</a></li> </ul> </details> <br /> Updates `unplugin-icons` from 0.18.1 to 0.18.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unplugin/unplugin-icons/releases">unplugin-icons's releases</a>.</em></p> <blockquote> <h2>v0.18.3</h2> <h3>   🚀 Features</h3> <ul> <li>Support for external collection packages  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/unplugin/unplugin-icons/issues/342">unplugin/unplugin-icons#342</a> <a href="https://github.com/unplugin/unplugin-icons/commit/dbe23c6"><!-- raw HTML omitted -->(dbe23)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unplugin/unplugin-icons/compare/v0.18.2...v0.18.3">View changes on GitHub</a></h5> <h2>v0.18.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Wrong query params splitting when resolving icon id  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/unplugin/unplugin-icons/issues/339">unplugin/unplugin-icons#339</a> <a href="https://github.com/unplugin/unplugin-icons/commit/988135f"><!-- raw HTML omitted -->(98813)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unplugin/unplugin-icons/compare/v0.18.1...v0.18.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unplugin/unplugin-icons/commit/68ec8987b75537b79d5fb526d58d81b910d6a77e"><code>68ec898</code></a> chore: release v0.18.3</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/6f62ab061f493a1661884d5d1fe87b586887b5f7"><code>6f62ab0</code></a> chore: include custom collections</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/dbe23c60259cf21beaaca3e1f3ba6950d7e704ba"><code>dbe23c6</code></a> feat: support for external collection packages (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/342">#342</a>)</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/badb1d5669eac60b4182b88be9b8f07950dabc43"><code>badb1d5</code></a> test: fix shapshot (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/340">#340</a>)</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/f133ed612474ca8fabfa61c5b0f0204baeac2a48"><code>f133ed6</code></a> chore: change emoji for frameworks feature</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/dbb5346b853190318a178b5d231401b979cc249d"><code>dbb5346</code></a> chore: release v0.18.2</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/988135fda4e2fc89866ddb2c4304f71a3b09f442"><code>988135f</code></a> fix: wrong query params splitting when resolving icon id (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/339">#339</a>)</li> <li>See full diff in <a href="https://github.com/unplugin/unplugin-icons/compare/v0.18.1...v0.18.3">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.0.10 to 5.0.12 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.0.12 (2024-01-19)<!-- raw HTML omitted --></h2> <ul> <li>fix: await <code>configResolved</code> hooks of worker plugins (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15597">#15597</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15605">#15605</a>) (<a href="https://github.com/vitejs/vite/commit/ef89f80">ef89f80</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15597">#15597</a> <a href="https://redirect.github.com/vitejs/vite/issues/15605">#15605</a></li> <li>fix: fs deny for case insensitive systems (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15653">#15653</a>) (<a href="https://github.com/vitejs/vite/commit/91641c4">91641c4</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15653">#15653</a></li> </ul> <h2><!-- raw HTML omitted -->5.0.11 (2024-01-05)<!-- raw HTML omitted --></h2> <ul> <li>fix: don't pretransform classic script links (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15361">#15361</a>) (<a href="https://github.com/vitejs/vite/commit/19e3c9a">19e3c9a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15361">#15361</a></li> <li>fix: inject <code>__vite__mapDeps</code> code before sourcemap file comment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15483">#15483</a>) (<a href="https://github.com/vitejs/vite/commit/d2aa096">d2aa096</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15483">#15483</a></li> <li>fix(assets): avoid splitting <code>,</code> inside base64 value of <code>srcset</code> attribute (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15422">#15422</a>) (<a href="https://github.com/vitejs/vite/commit/8de7bd2">8de7bd2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15422">#15422</a></li> <li>fix(html): handle offset magic-string slice error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15435">#15435</a>) (<a href="https://github.com/vitejs/vite/commit/5ea9edb">5ea9edb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15435">#15435</a></li> <li>chore(deps): update dependency strip-literal to v2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15475">#15475</a>) (<a href="https://github.com/vitejs/vite/commit/49d21fe">49d21fe</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15475">#15475</a></li> <li>chore(deps): update tj-actions/changed-files action to v41 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15476">#15476</a>) (<a href="https://github.com/vitejs/vite/commit/2a540ee">2a540ee</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/15476">#15476</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/ee81e196769c102a6b1bf30f8444ccde236e71d5"><code>ee81e19</code></a> release: v5.0.12</li> <li><a href="https://github.com/vitejs/vite/commit/91641c4da0a011d4c5352e88fc68389d4e1289a5"><code>91641c4</code></a> fix: fs deny for case insensitive systems (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15653">#15653</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ef89f8092f0eb1d8fd7d21256e6af8c4e64fe9b2"><code>ef89f80</code></a> fix: await <code>configResolved</code> hooks of worker plugins (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15597">#15597</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15605">#15605</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/b44c49302ffbf0c82f984f6219ed6376d1e4552a"><code>b44c493</code></a> release: v5.0.11</li> <li><a href="https://github.com/vitejs/vite/commit/d2aa0969ee316000d3b957d7e879f001e85e369e"><code>d2aa096</code></a> fix: inject <code>__vite__mapDeps</code> code before sourcemap file comment (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15483">#15483</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/2a540eee82f9a31deff8215bdbdccfa46d494a06"><code>2a540ee</code></a> chore(deps): update tj-actions/changed-files action to v41 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15476">#15476</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/5ea9edbc9ceb991e85f893fe62d68ed028677451"><code>5ea9edb</code></a> fix(html): handle offset magic-string slice error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15435">#15435</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/49d21fe1feaac30dee0196bd484480a8000a4363"><code>49d21fe</code></a> chore(deps): update dependency strip-literal to v2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15475">#15475</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8de7bd2b68db27b83d9484cc8d4e26436615168e"><code>8de7bd2</code></a> fix(assets): avoid splitting <code>,</code> inside base64 value of <code>srcset</code> attribute (#...</li> <li><a href="https://github.com/vitejs/vite/commit/19e3c9a8a16847486fbad8a8cd48fc771b1538bb"><code>19e3c9a</code></a> fix: don't pretransform classic script links (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15361">#15361</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.0.12/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 1.1.0 to 1.2.2 <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>v1.2.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>coverage</strong>: <ul> <li>Remove <code>coverage/.tmp</code> files after run  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5008">vitest-dev/vitest#5008</a> <a href="https://github.com/vitest-dev/vitest/commit/d53b8580"><!-- raw HTML omitted -->(d53b8)<!-- raw HTML omitted --></a></li> <li>Don't crash when re-run removes earlier run's reports  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5022">vitest-dev/vitest#5022</a> <a href="https://github.com/vitest-dev/vitest/commit/6689856f"><!-- raw HTML omitted -->(66898)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Improve <code>toThrow(asymmetricMatcher)</code> failure message  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5000">vitest-dev/vitest#5000</a> <a href="https://github.com/vitest-dev/vitest/commit/a199ac2d"><!-- raw HTML omitted -->(a199a)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>forks</strong>: <ul> <li>Set correct <code>VITEST_POOL_ID</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code><... _Description has been truncated_ --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
2024-01-30 21:58:48 -05:00
"country-flag-emoji-polyfill": "^0.1.8",
2024-04-28 15:53:46 -04:00
"http-server": "^14.1.1",
build(deps): bump the frontend-deps group across 1 directory with 16 updates (#523) Bumps the frontend-deps group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [semver](https://github.com/npm/node-semver) | `7.6.2` | `7.6.3` | | [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `9.3.0` | `9.3.1` | | [@octokit/rest](https://github.com/octokit/rest.js) | `21.0.0` | `21.0.1` | | [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `5.1.0` | `5.2.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.6.0` | `2.0.4` | | [flowbite](https://github.com/themesberg/flowbite) | `2.3.0` | `2.4.1` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.5` | `0.46.15` | | [jsdom](https://github.com/jsdom/jsdom) | `24.1.0` | `24.1.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.5` | `3.2.6` | | [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) | `6.0.1` | `6.0.2` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.4` | `3.4.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.1` | `5.3.4` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.6.0` | `2.0.4` | Updates `semver` from 7.6.2 to 7.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/releases">semver's releases</a>.</em></p> <blockquote> <h2>v7.6.3</h2> <h2><a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">7.6.3</a> (2024-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/726">#726</a> optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>) (<a href="https://github.com/jviide"><code>@​jviide</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/719">#719</a> fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>) (<a href="https://github.com/stdavis"><code>@​stdavis</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/node-semver/blob/main/CHANGELOG.md">semver's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">7.6.3</a> (2024-07-16)</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/726">#726</a> optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>) (<a href="https://github.com/jviide"><code>@​jviide</code></a>)</li> </ul> <h3>Documentation</h3> <ul> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> <a href="https://redirect.github.com/npm/node-semver/pull/719">#719</a> fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>) (<a href="https://github.com/stdavis"><code>@​stdavis</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/node-semver/commit/0a12d6c7debb1dc82d8645c770e77c47bac5e1ea"><code>0a12d6c</code></a> chore: release 7.6.3 (<a href="https://redirect.github.com/npm/node-semver/issues/720">#720</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/73a3d79c4ec32d5dd62c9d5f64e5af7fbdad9ec0"><code>73a3d79</code></a> fix: optimize Range parsing and formatting (<a href="https://redirect.github.com/npm/node-semver/issues/726">#726</a>)</li> <li><a href="https://github.com/npm/node-semver/commit/2975ece120e17660c9f1ef517de45c09ff821064"><code>2975ece</code></a> docs: fix extra backtick typo (<a href="https://redirect.github.com/npm/node-semver/issues/719">#719</a>)</li> <li>See full diff in <a href="https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3">compare view</a></li> </ul> </details> <br /> Updates `@octokit/plugin-throttling` from 9.3.0 to 9.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/plugin-throttling.js/releases"><code>@​octokit/plugin-throttling</code>'s releases</a>.</em></p> <blockquote> <h2>v9.3.1</h2> <h2><a href="https://github.com/octokit/plugin-throttling.js/compare/v9.3.0...v9.3.1">9.3.1</a> (2024-07-14)</h2> <h3>Bug Fixes</h3> <ul> <li>only import Octokit as type (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/721">#721</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/e3727b487fbd524d47987417af231088062db94f">e3727b4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/e3727b487fbd524d47987417af231088062db94f"><code>e3727b4</code></a> fix: only import Octokit as type (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/721">#721</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/f8f08485cb9766d520cc2e15c68f372c819061d8"><code>f8f0848</code></a> chore: use vitest (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/720">#720</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/eaa159d8d58584aeeed9bd50986ad496b7a9ba15"><code>eaa159d</code></a> chore: use fetch-mock v10 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/719">#719</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/186bf66fdcf4912c021e8d3f383288799a3a0c80"><code>186bf66</code></a> chore(deps): update dependency prettier to v3.3.3 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/718">#718</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/05cbe488bb19ece31ef82be5606cf1766257e353"><code>05cbe48</code></a> ci: start testing against 22 (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/717">#717</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/08becf649d57eb823e73d38b42c8a4fb839d6500"><code>08becf6</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/716">#716</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/7bc966ae22d29b8f4243b68d190db87868ecad9b"><code>7bc966a</code></a> docs(comment): outdated information about the default secondary retry after (...</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/e5036ab836d0e03791ae837e01a8690b5f64f493"><code>e5036ab</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/714">#714</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/2970c6fbc2e2ad4e749804b0708c1a863800a7e4"><code>2970c6f</code></a> chore(deps): update dependency esbuild to ^0.23.0</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/ad5d81fb95ba6cd84b2e1e41327ca84839f7b817"><code>ad5d81f</code></a> chore(deps): update dependency esbuild to ^0.22.0</li> <li>Additional commits viewable in <a href="https://github.com/octokit/plugin-throttling.js/compare/v9.3.0...v9.3.1">compare view</a></li> </ul> </details> <br /> Updates `@octokit/rest` from 21.0.0 to 21.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases"><code>@​octokit/rest</code>'s releases</a>.</em></p> <blockquote> <h2>v21.0.1</h2> <h2><a href="https://github.com/octokit/rest.js/compare/v21.0.0...v21.0.1">21.0.1</a> (2024-07-17)</h2> <h3>Bug Fixes</h3> <ul> <li>update deps (<a href="https://redirect.github.com/octokit/rest.js/issues/456">#456</a>) (<a href="https://github.com/octokit/rest.js/commit/93d5afb3433ae30e76f22f06e42067bada959b6e">93d5afb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/93d5afb3433ae30e76f22f06e42067bada959b6e"><code>93d5afb</code></a> fix: update deps (<a href="https://redirect.github.com/octokit/rest.js/issues/456">#456</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/5a681c35f06bc0dc67d95396542fc7d0763d4e92"><code>5a681c3</code></a> chore: use vitest (<a href="https://redirect.github.com/octokit/rest.js/issues/450">#450</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/462e351072e5105acaedf9aeb4f7da1b2c2f0cda"><code>462e351</code></a> ci: start testing against 22 (<a href="https://redirect.github.com/octokit/rest.js/issues/447">#447</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/09bfea827d5ee136fbe788c2476eabd582dfc86e"><code>09bfea8</code></a> chore(deps): update dependency glob to v11 (<a href="https://redirect.github.com/octokit/rest.js/issues/445">#445</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/969d6dcb57f2030b11818caf680ac794bbfcaea0"><code>969d6dc</code></a> chore(deps): update dependency esbuild to ^0.23.0</li> <li><a href="https://github.com/octokit/rest.js/commit/239b1befa5ba0c32a5cde16e77c30a07399c4737"><code>239b1be</code></a> chore(deps): update dependency esbuild to ^0.22.0</li> <li><a href="https://github.com/octokit/rest.js/commit/cdbf93a8eaab95159c4c714b405387ddab362ea6"><code>cdbf93a</code></a> ci(action): update actions/add-to-project action to v1.0.2</li> <li><a href="https://github.com/octokit/rest.js/commit/4306775d5617d443c04cc9b1f66784bc052f861b"><code>4306775</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/rest.js/issues/404">#404</a>)</li> <li>See full diff in <a href="https://github.com/octokit/rest.js/compare/v21.0.0...v21.0.1">compare view</a></li> </ul> </details> <br /> Updates `@testing-library/svelte` from 5.1.0 to 5.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/svelte-testing-library/releases"><code>@​testing-library/svelte</code>'s releases</a>.</em></p> <blockquote> <h2>v5.2.0</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0">5.2.0</a> (2024-06-28)</h2> <h3>Features</h3> <ul> <li><strong>svelte5:</strong> incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98">9dce164</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700">2fb7423</a>)</li> <li><strong>types:</strong> build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06">a8f21f8</a>)</li> </ul> <h2>v5.2.0-next.3</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.2.0-next.2...v5.2.0-next.3">5.2.0-next.3</a> (2024-06-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700">2fb7423</a>)</li> </ul> <h2>v5.2.0-next.2</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.2.0-next.1...v5.2.0-next.2">5.2.0-next.2</a> (2024-06-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>types:</strong> build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06">a8f21f8</a>)</li> </ul> <h2>v5.2.0-next.1</h2> <h2><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0-next.1">5.2.0-next.1</a> (2024-06-20)</h2> <h3>Features</h3> <ul> <li><strong>svelte5:</strong> incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98">9dce164</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/953a4dbd6fbbbfef280ceacdbcc64466d2389364"><code>953a4db</code></a> chore(release): promote 5.2.0 to stable</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/2fb7423e5b89b982da0297cbea990cb0ad683700"><code>2fb7423</code></a> fix(deps): allow svelte 5.0.0-next as peer dep (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/384">#384</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/a8f21f8402b736bac65a1361d075c0399542ff06"><code>a8f21f8</code></a> fix(types): build types from JS source (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/376">#376</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/be82df14e76913b87967d5b7eb83eb97ca9c04ab"><code>be82df1</code></a> docs(README): move links to sections that use them, remove unused links (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/383">#383</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/9dce164c7f1e0f1b012f7e4604352ac3bfd9eb98"><code>9dce164</code></a> feat(svelte5): incorporate Svelte 5 support into main entry point (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/375">#375</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/ee1c966c8d4ff7e8d0f0a80a19a086ae2b81983c"><code>ee1c966</code></a> ci(release): use conventionalcommits preset for release (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/380">#380</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/326fb58aee4648523a88d94a60926e551dc56270"><code>326fb58</code></a> chore(deps): update vite-plugin-svelte to disable <code>hmr</code> in test (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/378">#378</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/cb6633349ff8c9e0958689f3c49a8aacfc092bb6"><code>cb66333</code></a> test(jest): add Jest to CI matrix (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/372">#372</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/ac3248d0e92188f747936cc5e975c76b52a3b199"><code>ac3248d</code></a> test: fix auto-cleanup tests (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/371">#371</a>)</li> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/266e2dfd1ea0f1214186f49e604adf43734c0a55"><code>266e2df</code></a> chore(deps-dev): bump the lint group across 1 directory with 9 updates (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/370">#370</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testing-library/svelte-testing-library/compare/v5.1.0...v5.2.0">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 1.6.0 to 2.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v2.0.4</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>One-line environment options  -  by <a href="https://github.com/hahanein"><code>@​hahanein</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5105">vitest-dev/vitest#5105</a> <a href="https://github.com/vitest-dev/vitest/commit/38269415"><!-- raw HTML omitted -->(38269)<!-- raw HTML omitted --></a></li> <li>Resolve assets imported with <code>require</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6159">vitest-dev/vitest#6159</a> <a href="https://github.com/vitest-dev/vitest/commit/807a2cbc"><!-- raw HTML omitted -->(807a2)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't panic if <code>@​vitest/browser</code> is installed outside of project root  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6135">vitest-dev/vitest#6135</a> <a href="https://github.com/vitest-dev/vitest/commit/ccfcd488"><!-- raw HTML omitted -->(ccfcd)<!-- raw HTML omitted --></a></li> <li>Set global filepath  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6190">vitest-dev/vitest#6190</a> <a href="https://github.com/vitest-dev/vitest/commit/0d0b46b1"><!-- raw HTML omitted -->(0d0b4)<!-- raw HTML omitted --></a></li> <li>Allow preview and open in the editor screenshot error from ui  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6113">vitest-dev/vitest#6113</a> <a href="https://github.com/vitest-dev/vitest/commit/2d62051f"><!-- raw HTML omitted -->(2d620)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Global thresholds to include files from glob thresholds  -  by <a href="https://github.com/thor-juhasz"><code>@​thor-juhasz</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6172">vitest-dev/vitest#6172</a> <a href="https://github.com/vitest-dev/vitest/commit/02e3f003"><!-- raw HTML omitted -->(02e3f)<!-- raw HTML omitted --></a></li> <li>Consistent type-only file handling  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6183">vitest-dev/vitest#6183</a> <a href="https://github.com/vitest-dev/vitest/commit/90576148"><!-- raw HTML omitted -->(90576)<!-- raw HTML omitted --></a></li> <li>Ignore <code>*.cts</code> files  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6189">vitest-dev/vitest#6189</a> <a href="https://github.com/vitest-dev/vitest/commit/5da45db1"><!-- raw HTML omitted -->(5da45)<!-- raw HTML omitted --></a></li> <li>Add <code>thresholds.&lt;glob&gt;.100</code> option  -  by <a href="https://github.com/thor-juhasz"><code>@​thor-juhasz</code></a> and <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6174">vitest-dev/vitest#6174</a> <a href="https://github.com/vitest-dev/vitest/commit/f68453f8"><!-- raw HTML omitted -->(f6845)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>spy</strong>: <ul> <li>Fix <code>mockImplementation</code> for function overload and unions  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6181">vitest-dev/vitest#6181</a> <a href="https://github.com/vitest-dev/vitest/commit/7a75bd4c"><!-- raw HTML omitted -->(7a75b)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.3...v2.0.4">View changes on GitHub</a></h5> <h2>v2.0.3</h2> <h3>   🚀 Features</h3> <ul> <li><strong>ui</strong>: Show all suites/tests when parent matches  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6106">vitest-dev/vitest#6106</a> <a href="https://github.com/vitest-dev/vitest/commit/840e02f1"><!-- raw HTML omitted -->(840e0)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><code>--inspect-brk</code> stop on Windows  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6110">vitest-dev/vitest#6110</a> <a href="https://github.com/vitest-dev/vitest/commit/f851982e"><!-- raw HTML omitted -->(f8519)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Don't import from &quot;vite&quot;  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/35655419"><!-- raw HTML omitted -->(35655)<!-- raw HTML omitted --></a></li> <li>Allow immidiate reinvalidation of mocked dependencies  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6108">vitest-dev/vitest#6108</a> <a href="https://github.com/vitest-dev/vitest/commit/f44cc917"><!-- raw HTML omitted -->(f44cc)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>spy</strong>: <ul> <li>Fix type error when assigning <code>vi.spyOn</code> to <code>MockInstance</code> of function overload  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6086">vitest-dev/vitest#6086</a> <a href="https://github.com/vitest-dev/vitest/commit/e9f9adcd"><!-- raw HTML omitted -->(e9f9a)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Remove suffix slash on file protocol for window  -  by <a href="https://github.com/syi0808"><code>@​syi0808</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6109">vitest-dev/vitest#6109</a> <a href="https://github.com/vitest-dev/vitest/commit/93ebdefc"><!-- raw HTML omitted -->(93ebd)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.0.2...v2.0.3">View changes on GitHub</a></h5> <h2>v2.0.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>browser</strong>: <ul> <li>Remove <code>@​vitest/runner</code> &gt; pretty-format from prebundling because it doesn't exist  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6075">vitest-dev/vitest#6075</a> <a href="https://github.com/vitest-dev/vitest/commit/a169d25a"><!-- raw HTML omitted -->(a169d)<!-- raw HTML omitted --></a></li> <li>Inline pretty-format and replace picocolors with tinyrainbow  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6077">vitest-dev/vitest#6077</a> <a href="https://github.com/vitest-dev/vitest/commit/80a43d5c"><!-- raw HTML omitted -->(80a43)<!-- raw HTML omitted --></a></li> <li>Remove <code>crypto.randomUUID</code> from the client  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6079">vitest-dev/vitest#6079</a> <a href="https://github.com/vitest-dev/vitest/commit/04c83acc"><!-- raw HTML omitted -->(04c83)<!-- raw HTML omitted --></a></li> <li>Correctly overwrite loupe require  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/756ac2bc"><!-- raw HTML omitted -->(756ac)<!-- raw HTML omitted --></a></li> <li>Dedupe <code>@​vitest/browser/</code>client  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6081">vitest-dev/vitest#6081</a> <a href="https://github.com/vitest-dev/vitest/commit/ee725184"><!-- raw HTML omitted -->(ee725)<!-- raw HTML omitted --></a></li> <li>Don't release keyboard automatically  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6083">vitest-dev/vitest#6083</a> <a href="https://github.com/vitest-dev/vitest/commit/58fac77b"><!-- raw HTML omitted -->(58fac)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Test files notified only when running  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6069">vitest-dev/vitest#6069</a> <a href="https://github.com/vitest-dev/vitest/commit/af7fec58"><!-- raw HTML omitted -->(af7fe)<!-- raw HTML omitted --></a></li> <li>Encode html entities in task name  -  by <a href="https://github.com/userquin"><code>@​userquin</code></a> and <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/6070">vitest-dev/vitest#6070</a> <a href="https://github.com/vitest-dev/vitest/commit/7f0cc24e"><!-- raw HTML omitted -->(7f0cc)<!-- 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/400481f64d7a30a426ac072c0d5498e404fc0113"><code>400481f</code></a> chore: release v2.0.4</li> <li><a href="https://github.com/vitest-dev/vitest/commit/905761485548cb5ac9d478a335c6df37a5b06538"><code>9057614</code></a> fix(coverage): consistent type-only file handling (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6183">#6183</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/a852b16152588a9cc2aafa47581dae5399c88248"><code>a852b16</code></a> refactor: enable isolatedDeclarations in snapshot and spy packages (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6146">#6146</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/81b8d67066c8642035905e1733776583514ddd17"><code>81b8d67</code></a> chore: release v2.0.3</li> <li><a href="https://github.com/vitest-dev/vitest/commit/99a12aec2bb3baf361bf15afb2a9df9b0938518b"><code>99a12ae</code></a> chore: release v2.0.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/80a43d5c7c1c541d3dcc0996d411fc39ecbb2e35"><code>80a43d5</code></a> fix(browser): inline pretty-format and replace picocolors with tinyrainbow (#...</li> <li><a href="https://github.com/vitest-dev/vitest/commit/16eb6c83f84b8f5ed06a625c8ad517e281112c5f"><code>16eb6c8</code></a> chore: release v2.0.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1b150a38918d157242c9259d6b1138e79fc8ed44"><code>1b150a3</code></a> chore: release v2.0.0</li> <li><a href="https://github.com/vitest-dev/vitest/commit/56118954e62b71ff9b53e096616511f9ecadc1ee"><code>5611895</code></a> chore: release v2.0.0-beta.13</li> <li><a href="https://github.com/vitest-dev/vitest/commit/368c137281496a9034712707d4e59b995ed4fe49"><code>368c137</code></a> fix(coverage): remove work-around for implicit <code>else</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/6014">#6014</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `flowbite` from 2.3.0 to 2.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite/releases">flowbite's releases</a>.</em></p> <blockquote> <h2>v2.4.1</h2> <ul> <li>fix datepicker module declaration naming for TypeScript</li> </ul> <h2>v2.4.0</h2> <ul> <li>the datepicker is now a core component of Flowbite and has API methods, events, and options</li> <li>updated the documentation for the datepicker component and related integration guides</li> <li>minor visual bug fixes and improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite/commit/8c8d65e489c2947650c5492a2aec14088f1ada0f"><code>8c8d65e</code></a> fix(typescript): datepicker naming and version bump to v2.4.1</li> <li><a href="https://github.com/themesberg/flowbite/commit/2a8c18eed9b9f28c78ee481faf837cdfb860e3b9"><code>2a8c18e</code></a> Merge branch 'datepicker-instance'</li> <li><a href="https://github.com/themesberg/flowbite/commit/6b160cc82d243de097ade83ac5369b10554132b5"><code>6b160cc</code></a> chore(version): bump to v2.4.0</li> <li><a href="https://github.com/themesberg/flowbite/commit/e9b8ae37158d0db132b8fc7ae3dfb9e61b13711a"><code>e9b8ae3</code></a> Merge pull request <a href="https://redirect.github.com/themesberg/flowbite/issues/907">#907</a> from themesberg/datepicker-instance</li> <li><a href="https://github.com/themesberg/flowbite/commit/1d76b8ffc1dfcfbafab06446674265d8683be157"><code>1d76b8f</code></a> docs(changelog): add changelog</li> <li><a href="https://github.com/themesberg/flowbite/commit/213577a3947684cad995830b95e4ae2a8166c9a1"><code>213577a</code></a> docs(datepicker): update Phoenix and Rails docs for new datepicker update</li> <li><a href="https://github.com/themesberg/flowbite/commit/6a16510f28bf49cbf069b582e4ee6b24f486d853"><code>6a16510</code></a> docs(datepicker): fix TypeScript example from docs</li> <li><a href="https://github.com/themesberg/flowbite/commit/1e0d11243535e3262bafd98a6b5891d13e960aa2"><code>1e0d112</code></a> fix(typescript): fix fucking typescript config for cross npm declarations</li> <li><a href="https://github.com/themesberg/flowbite/commit/6d1fbf3285442d160e93a9f26b8cdea9ea2405b3"><code>6d1fbf3</code></a> docs(nuxt): update Nuxt docs for Flowbite via composables</li> <li><a href="https://github.com/themesberg/flowbite/commit/36eeab7fb98d7ef76e48d887a1252cd2d4849301"><code>36eeab7</code></a> docs(datepicker): update import statements for parent plugin</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite/compare/v2.3.0...v2.4.1">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.46.5 to 0.46.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's releases</a>.</em></p> <blockquote> <h2>v0.46.15</h2> <h2>What's Changed</h2> <ul> <li>fix!: add close event to toast component by <a href="https://github.com/robluton"><code>@​robluton</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1383">themesberg/flowbite-svelte#1383</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/robluton"><code>@​robluton</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1383">themesberg/flowbite-svelte#1383</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.12...v0.46.15">https://github.com/themesberg/flowbite-svelte/compare/v0.46.12...v0.46.15</a></p> <ul> <li>0d5426fa (HEAD -&gt; main, origin/main, origin/HEAD) v0.46.15</li> <li>69108a00 (tag: v0.46.15) feat: add 5.0.0 to peerDependencies</li> <li>8c2e834d fix: add border to Input</li> <li>a555c1f5 docs: fix: typo</li> <li>af097394 docs: fix: typo</li> <li>3236e52a fix!: add close event to toast component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1383">#1383</a>)</li> <li>6d5352c0 docs: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1351">#1351</a> add customizing the header tag to the Accordion page</li> <li>e8cec5a6 (accordion-heading) fix: AccordionItem: add tag prop</li> <li>ab5abd76 docs: fix: typo</li> </ul> <h2>v0.46.12</h2> <ul> <li>1c08c3ac (HEAD -&gt; main, origin/main, origin/HEAD) v0.46.12</li> <li>b047d31d (tag: v0.46.12, new-dropdown) fix: Dropdown change to component prop since $$restProps does not work</li> <li>81f01f29 fix: docs: dropdown custome color</li> <li>afe7393d fix: docs: list-group page typo</li> <li>2e8a4d4f docs: fix: footer default</li> <li>fc1eda63 docs: fix: alert page event example</li> <li>c3e29c77 fix: ColorVariant, toast and badge page</li> <li>fe2f01bd v0.46.11</li> <li>ab24e307 (tag: v0.46.11) fix: Badge and Toast component transition</li> <li>ddb09b34 v0.46.10</li> <li>59108274 (tag: v0.46.10) fix: Checkbox group</li> <li>331a0b73 v0.46.9</li> <li>20686def (tag: v0.46.9) chore: changeset</li> <li>ecce7667 fix: remove the default values for Checkbox group and choices</li> <li>23df9cd7 v0.46.8</li> <li>540e8c32 (tag: v0.46.8) chore: changeset</li> <li>47a90d2d fix: Checkbox group and example</li> <li>6583693c docs: fix: table page Click and double-click on row example</li> <li>1cc2df72 fix: pnpm install --frozen-lockfile=false</li> <li>31fd9423 v0.46.7</li> <li>ba1705a6 (tag: v0.46.7) fix: TableBodyCell separate td and button</li> <li>f15e331a fix: frozen-lockfile</li> </ul> <h2>v0.46.6</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.6">https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.6</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's changelog</a>.</em></p> <blockquote> <h2>0.46.15</h2> <h3>Patch Changes</h3> <ul> <li>feat: add 5.0.0 to peerDependencies (<a href="https://github.com/themesberg/flowbite-svelte/commit/69108a0080373c686cead96d80cdfa1d44ab5ef8"><code>69108a0080373c686cead96d80cdfa1d44ab5ef8</code></a>)</li> </ul> <h2>0.46.14</h2> <h3>Patch Changes</h3> <ul> <li>fix: Banner transition (<a href="https://github.com/themesberg/flowbite-svelte/commit/5f0e807469d079e790fbeb188b777a4bb5b7a009"><code>5f0e807469d079e790fbeb188b777a4bb5b7a009</code></a>)</li> </ul> <h2>0.46.13</h2> <h3>Patch Changes</h3> <ul> <li>fix: add headerClass and footerClass to Textarea, <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1380">#1380</a> (<a href="https://github.com/themesberg/flowbite-svelte/commit/6ff73c2865522fed10ebc893340b4bee45b6e235"><code>6ff73c2865522fed10ebc893340b4bee45b6e235</code></a>)</li> </ul> <h2>0.46.12</h2> <h3>Patch Changes</h3> <ul> <li>fix: : Dropdown change to component prop since $restProps does not work with Svelte 5</li> </ul> <h2>0.46.11</h2> <h3>Patch Changes</h3> <ul> <li>fix: Badge and Toast component transition (<a href="https://github.com/themesberg/flowbite-svelte/commit/ab24e307598ef53ab2b714ebce3f6541c9eb37e4"><code>ab24e307598ef53ab2b714ebce3f6541c9eb37e4</code></a>)</li> </ul> <h2>0.46.10</h2> <h3>Patch Changes</h3> <ul> <li>fix: Checkbox for group (<a href="https://github.com/themesberg/flowbite-svelte/commit/59108274dd1acdbad37a5fdb26d7ff93c9bf8de5"><code>59108274dd1acdbad37a5fdb26d7ff93c9bf8de5</code></a>)</li> </ul> <h2>0.46.9</h2> <h3>Patch Changes</h3> <ul> <li>fix: remove the default values for Checkbox group and choices (<a href="https://github.com/themesberg/flowbite-svelte/commit/20686def610fca25f1a49013216dbbbdd7ca657d"><code>20686def610fca25f1a49013216dbbbdd7ca657d</code></a>)</li> </ul> <h2>0.46.8</h2> <h3>Patch Changes</h3> <ul> <li>fix: Checkbox group (<a href="https://github.com/themesberg/flowbite-svelte/commit/540e8c32933ccafc19c338f8aa3676fdb5575dc4"><code>540e8c32933ccafc19c338f8aa3676fdb5575dc4</code></a>)</li> </ul> <h2>0.46.7</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/69108a0080373c686cead96d80cdfa1d44ab5ef8"><code>69108a0</code></a> feat: add 5.0.0 to peerDependencies</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/8c2e834d4d2981625074236b83525f576c487461"><code>8c2e834</code></a> fix: add border to Input</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/a555c1f58adac20341608aeed03b22b967961d12"><code>a555c1f</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/af0973947159d3400e7b7cf678bbc57638433aa4"><code>af09739</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3236e52a24d55fa6e517fe4f4ee014f2548086ee"><code>3236e52</code></a> fix!: add close event to toast component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1383">#1383</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/6d5352c0e72e287977a73739ce5adecf61d345b8"><code>6d5352c</code></a> docs: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1351">#1351</a> add customizing the header tag to the Accordion page</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/e8cec5a65a05b3ece5b8e3d21c33cb1d04061a22"><code>e8cec5a</code></a> fix: AccordionItem: add tag prop</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/ab5abd766480278d16e45ddf6f5f22e3b95502bc"><code>ab5abd7</code></a> docs: fix: typo</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/ade98886e1af0aebeede07e5bc13d86106ca3c6f"><code>ade9888</code></a> v0.46.14</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/5f0e807469d079e790fbeb188b777a4bb5b7a009"><code>5f0e807</code></a> chore: changeset</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.5...v0.46.15">compare view</a></li> </ul> </details> <br /> Updates `jsdom` from 24.1.0 to 24.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/releases">jsdom's releases</a>.</em></p> <blockquote> <h2>Version 24.1.1</h2> <ul> <li>Fixed selection methods to trigger the <code>selectionchange</code> event on the <code>Document</code> object. (piotr-oles)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsdom/jsdom/blob/main/Changelog.md">jsdom's changelog</a>.</em></p> <blockquote> <h2>24.1.1</h2> <ul> <li>Fixed selection methods to trigger the <code>selectionchange</code> event on the <code>Document</code> object. (piotr-oles)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/ee8b6156bee3c7d0d201ccdd2135ee635fb8afcd"><code>ee8b615</code></a> Version 24.1.1</li> <li><a href="https://github.com/jsdom/jsdom/commit/4c167b3d3e39ff03625375c3edd4e04c54b345c9"><code>4c167b3</code></a> Update ESLint to v9</li> <li><a href="https://github.com/jsdom/jsdom/commit/c8a510353eadf4d44d4c36d622c047afa434301c"><code>c8a5103</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/b2235affd93f47f26429ed80ce83ff267d878a1c"><code>b2235af</code></a> Trigger selectionchange event on document when selection changes</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/24.1.0...24.1.1">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.38 to 8.4.39 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/e0efb168c8a65b42ba10b787857cfa306ba9d48c"><code>e0efb16</code></a> Release 8.4.39 version</li> <li><a href="https://github.com/postcss/postcss/commit/48304c57b1e848ff215a88b7627fa44c8c1b8958"><code>48304c5</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/155ac57ab582136dcf8a5ed44bf38262fe8c7960"><code>155ac57</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1947">#1947</a> from romainmenke/fix-css-syntax-error-type--reliable...</li> <li><a href="https://github.com/postcss/postcss/commit/1b9b466836d3fb6ba9e2d6477d68309ce3e59444"><code>1b9b466</code></a> fix CssSyntaxError type declaration</li> <li><a href="https://github.com/postcss/postcss/commit/3f4d96e26db3e6380c0309fa82d5153b7d9e2450"><code>3f4d96e</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/b952be76f0c7704a99dceb34294117d13e3470a4"><code>b952be7</code></a> Update CI actions</li> <li><a href="https://github.com/postcss/postcss/commit/b512b295d97da08af25ace511ed6ee893fb09dbd"><code>b512b29</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/f9a9868eb3a591cd99d504ac57bf7ee77380856b"><code>f9a9868</code></a> Move to pnpm 9 and Node.js 22</li> <li><a href="https://github.com/postcss/postcss/commit/79052c277049d2e97a4832e370fb7d2728dde877"><code>79052c2</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1940">#1940</a> from Xvezda/patch-1</li> <li><a href="https://github.com/postcss/postcss/commit/0eedad4547e829c7aa9afa69b2f29b19c76697df"><code>0eedad4</code></a> Update changed urls</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.38...8.4.39">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.3.2 to 3.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.3.3</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#333">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.3.3</h1> <p><a href="https://github.com/prettier/prettier/compare/3.3.2...3.3.3">diff</a></p> <h4>Add parentheses for nullish coalescing in ternary (<a href="https://redirect.github.com/prettier/prettier/pull/16391">#16391</a> by <a href="https://github.com/cdignam-segment"><code>@​cdignam-segment</code></a>)</h4> <p>This change adds clarity to operator precedence.</p> <!-- raw HTML omitted --> <pre lang="js"><code>// Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; <p>// Prettier 3.3.2<br /> foo ? bar ?? foo : baz;<br /> foo ?? bar ? a : b;<br /> a ? b : foo ?? bar;</p> <p>// Prettier 3.3.3<br /> foo ? (bar ?? foo) : baz;<br /> (foo ?? bar) ? a : b;<br /> a ? b : (foo ?? bar);<br /> </code></pre></p> <h4>Add parentheses for decorator expressions (<a href="https://redirect.github.com/prettier/prettier/pull/16458">#16458</a> by <a href="https://github.com/y-schneider"><code>@​y-schneider</code></a>)</h4> <p>Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.</p> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input @(foo`tagged template`) class X {} <p>// Prettier 3.3.2<br /> <a href="https://github.com/foo"><code>@​foo</code></a><code>tagged template</code><br /> class X {}</p> <p>// Prettier 3.3.3<br /> @(foo<code>tagged template</code>)<br /> class X {}<br /> </code></pre></p> <h4>Support <code>@let</code> declaration syntax (<a href="https://redirect.github.com/prettier/prettier/pull/16474">#16474</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <p>Adds support for Angular v18 <code>@let</code> declaration syntax.</p> <p>Please see the following code example. The <code>@let</code> declaration allows you to define local variables within the template:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/52829385bcc4d785e58ae2602c0b098a643523c9"><code>5282938</code></a> Release 3.3.3</li> <li><a href="https://github.com/prettier/prettier/commit/9102b73d8cd01795e7ba5af8a476d500c5dbcf2c"><code>9102b73</code></a> Add parentheses for decorator expressions (<a href="https://redirect.github.com/prettier/prettier/issues/16458">#16458</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/6bbd46194e4db25025afd6fe2f8506a8a2d1e47e"><code>6bbd461</code></a> chore(deps): update eslint related dependencies (<a href="https://redirect.github.com/prettier/prettier/issues/16478">#16478</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/04b560fc4386ee2ba1fc7c611c7a78655d6e60da"><code>04b560f</code></a> chore(deps): update dependency browserslist to v4.23.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16475">#16475</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/614f070ac5f8d30628cc6cbbca1dda0e080e41d9"><code>614f070</code></a> chore(deps): update typescript-eslint to v8.0.0-alpha.41 (<a href="https://redirect.github.com/prettier/prettier/issues/16477">#16477</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d59a15ded901c6dd66c07cf508e14646a6f12cd9"><code>d59a15d</code></a> chore(deps): update dependency npm-run-all2 to v6.2.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16476">#16476</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/5ca2fc9be8369bf8c96899e2e5e8f3264086645a"><code>5ca2fc9</code></a> Support Angular <code>@let</code> declaration syntax (<a href="https://redirect.github.com/prettier/prettier/issues/16474">#16474</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/bfcfdccdf892141ce9cfbc179493557157c24e4c"><code>bfcfdcc</code></a> chore(deps): update babel to v7.24.8 (<a href="https://redirect.github.com/prettier/prettier/issues/16472">#16472</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/977c161924efa328660fe1802b604de2bc2527ea"><code>977c161</code></a> chore(deps): update dependency acorn to v8.12.1 (<a href="https://redirect.github.com/prettier/prettier/issues/16464">#16464</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/550606edf9f3c2e2d2c75f37f627c42030de34a3"><code>550606e</code></a> chore(deps): update babel to v7.24.8 (<a href="https://redirect.github.com/prettier/prettier/issues/16470">#16470</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.3.2...3.3.3">compare view</a></li> </ul> </details> <br /> Updates `prettier-plugin-svelte` from 3.2.5 to 3.2.6 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md">prettier-plugin-svelte's changelog</a>.</em></p> <blockquote> <h2>3.2.6</h2> <ul> <li>(feat) Svelte 5: never quote single-expression-attributes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/727ddce44b8669beae32f8b4a2338cc7b4f78676"><code>727ddce</code></a> chore: release 3.2.6</li> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/699c7a950292355e6e62fbc0e80ac8b0ae4a1d89"><code>699c7a9</code></a> feat: never quote single attribute expressions in Svelte 5 (<a href="https://redirect.github.com/sveltejs/prettier-plugin-svelte/issues/451">#451</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.5...v3.2.6">compare view</a></li> </ul> </details> <br /> Updates `svelte-preprocess` from 6.0.1 to 6.0.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md">svelte-preprocess's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2">6.0.2</a> (2024-07-09)</h2> <h3>Bug Fixes</h3> <ul> <li>remove customConditions tsconfig option (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/648">#648</a>) (<a href="https://github.com/sveltejs/svelte-preprocess/commit/afb80ae3fa1cafcf5293c1ab274e99b1966c632f">afb80ae</a>), closes <a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/646">#646</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/45b46045630bbc54ffe642db15881461e18d96f9"><code>45b4604</code></a> chore: release 6.0.2</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/170ab950ee6b3ef34a93ce5b3b03833c8c2dead9"><code>170ab95</code></a> chore: remove all dependencies (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/645">#645</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/9e5fe59fd89e8ded5a4bee53e68d76c976c78478"><code>9e5fe59</code></a> chore: fall back to verbatimModuleSyntax if possible (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/649">#649</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/a7a88c608a9f3fe20fdb9796361b5d16f55dc10b"><code>a7a88c6</code></a> docs: enhance TypeScript migration guide</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/afb80ae3fa1cafcf5293c1ab274e99b1966c632f"><code>afb80ae</code></a> fix: remove customConditions tsconfig option (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/648">#648</a>)</li> <li><a href="https://github.com/sveltejs/svelte-preprocess/commit/9918cb6487eb002524f2ad98f18b758e975208fc"><code>9918cb6</code></a> docs: add missing TOC to Migration Guide (<a href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/647">#647</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.1...v6.0.2">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.4 to 3.4.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.6</h2> <h3>Fixed</h3> <ul> <li>Fix detection of some utilities in Slim/Pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006">#14006</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Loosen <code>:is()</code> wrapping rules when using an important selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900">#13900</a>)</li> </ul> <h2>v3.4.5</h2> <h3>Fixed</h3> <ul> <li>Disable automatic <code>var()</code> injection for anchor properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826">#13826</a>)</li> <li>Use no value instead of <code>blur(0px)</code> for <code>backdrop-blur-none</code> and <code>blur-none</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830">#13830</a>)</li> <li>Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940">#13940</a>)</li> <li>Don't generate utilities like <code>px-1</code> unnecessarily when using utilities like <code>px-1.5</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959">#13959</a>)</li> <li>Always generate <code>-webkit-backdrop-filter</code> for <code>backdrop-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997">#13997</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.6] - 2024-07-16</h2> <h3>Fixed</h3> <ul> <li>Fix detection of some utilities in Slim/Pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006">#14006</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Loosen <code>:is()</code> wrapping rules when using an important selector (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900">#13900</a>)</li> </ul> <h2>[3.4.5] - 2024-07-15</h2> <h3>Fixed</h3> <ul> <li>Disable automatic <code>var()</code> injection for anchor properties (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826">#13826</a>)</li> <li>Use no value instead of <code>blur(0px)</code> for <code>backdrop-blur-none</code> and <code>blur-none</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830">#13830</a>)</li> <li>Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940">#13940</a>)</li> <li>Don't generate utilities like <code>px-1</code> unnecessarily when using utilities like <code>px-1.5</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959">#13959</a>)</li> <li>Always generate <code>-webkit-backdrop-filter</code> for <code>backdrop-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997">#13997</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d622977b2a3308703e1cb105f3eeb555da31877f"><code>d622977</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/0573c0769af1bf42433cb1992490f3789725f27c"><code>0573c07</code></a> Loosen :is() wrapping rules in applyImportantSelector for more readable outpu...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9c29e47c5f0c8dc241b559796241c8b746b905ee"><code>9c29e47</code></a> 3.4.6</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/daa526608111698ec9f5639a8e2e461d7a8f2ebe"><code>daa5266</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ae6a8d532b225ad7f62ecaecd5769582544f2084"><code>ae6a8d5</code></a> Fix extracting utilities from slim/pug templates (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14006">#14006</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/a0dbb3d87664521af8a422df5c179d9572a4698c"><code>a0dbb3d</code></a> Update runner image</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/10a1197989fcb033830386c629fc0f32a3ddab3b"><code>10a1197</code></a> 3.4.5</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9033d625e16458da273d3f67516995013c553c05"><code>9033d62</code></a> Always generate -webkit-backdrop-filter property (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13997">#13997</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/074736c1d65dc1d3ec817d077fc04081179c9afa"><code>074736c</code></a> Avoid over-extracting utilities from candidates with decimal values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13959">#13959</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/588a8225ebbc36a289fd06b0131ffc219d6577b2"><code>588a822</code></a> Add <code>.mts</code> and <code>.cts</code> config file detection (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13940">#13940</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.6">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.2 to 5.5.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.5.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">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=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.3 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.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/f0e992167440686f948965e5441a918b34251886"><code>f0e9921</code></a> Bump version to 5.5.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/738bd605dfab2102cad7a8702ceae1ed2f55fbec"><code>738bd60</code></a> Cherry-pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58966">#58966</a> to release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/59002">#59002</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.1 to 5.3.4 <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.3.4 (2024-07-16)<!-- raw HTML omitted --></h2> <ul> <li>fix: update Terser type definitions (fix <a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17668">#17668</a>) (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17669">#17669</a>) (<a href="https://github.com/vitejs/vite/commit/b723a753ced0667470e72b4853ecda27b17f546a">b723a75</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17668">#17668</a> <a href="https://redirect.github.com/vitejs/vite/issues/17669">#17669</a></li> <li>fix(build): skip preload treeshaking for nested braces (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17687">#17687</a>) (<a href="https://github.com/vitejs/vite/commit/4be96b48bca30a692eb528b0b43a27bdc440e811">4be96b4</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17687">#17687</a></li> <li>fix(css): include <code>.css?url</code> in assets field of manifest (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17623">#17623</a>) (<a href="https://github.com/vitejs/vite/commit/1465b2064ee23ac5df5414b13355a394ccd931af">1465b20</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17623">#17623</a></li> <li>fix(worker): nested inlined worker always fallbacked to data URI worker instead of using blob worker (<a href="https://github.com/vitejs/vite/commit/07bc489b310e8173e4929193f3f283e1e50fa87f">07bc489</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17509">#17509</a></li> <li>refactor: replace includes with logical operations (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17620">#17620</a>) (<a href="https://github.com/vitejs/vite/commit/c4a2227c74d35d4065c764616a85a76971c53c7f">c4a2227</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17620">#17620</a></li> <li>chore: add callback to http-proxy.d.ts jsdoc (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17646">#17646</a>) (<a href="https://github.com/vitejs/vite/commit/d8a5d700bc5a625ee2be7cc6e2f79b3c84b29e7c">d8a5d70</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17646">#17646</a></li> </ul> <h2><!-- raw HTML omitted -->5.3.3 (2024-07-03)<!-- raw HTML omitted --></h2> <ul> <li>fix: lazily evaluate __vite__mapDeps files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17602">#17602</a>) (<a href="https://github.com/vitejs/vite/commit/dafff4ae6eabf22b7f08a582f3663eb8a08bfc32">dafff4a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17602">#17602</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17590">#17590</a>) (<a href="https://github.com/vitejs/vite/commit/012490ca8682e2b560737cb54dbb465ab4f36471">012490c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17590">#17590</a></li> <li>fix(lib): remove pure CSS dynamic import (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17601">#17601</a>) (<a href="https://github.com/vitejs/vite/commit/055f1c16e55b527543e7af0e65e820b245b12d2e">055f1c1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17601">#17601</a></li> <li>fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17563">#17563</a>) (<a href="https://github.com/vitejs/vite/commit/14c3d49303e4db459728c43b2d3a7c2aff8cd383">14c3d49</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17563">#17563</a></li> </ul> <h2><!-- raw HTML omitted -->5.3.2 (2024-06-27)<!-- raw HTML omitted --></h2> <ul> <li>fix(client): uniform variable <code>location</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>) (<a href="https://github.com/vitejs/vite/commit/a8e2f6fafcf106ccc0d5a46972e66c2bf73155e3">a8e2f6f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17528">#17528</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>) (<a href="https://github.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5">bf123f2</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17494">#17494</a></li> <li>fix(typescript): correctly expand ${configDir} in tsconfig.json (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17576">#17576</a>) (<a href="https://github.com/vitejs/vite/commit/24c799b121c4d72cc08a52a46f82a831b64b1e6f">24c799b</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17576">#17576</a></li> <li>chore: fix some comments (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>) (<a href="https://github.com/vitejs/vite/commit/ec16a5efc04d8ab50301d184c20e7bd0c8d8f6a2">ec16a5e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17495">#17495</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17553">#17553</a>) (<a href="https://github.com/vitejs/vite/commit/a33a97f8c32bdeadcad5a9e0de50612ac985d3d0">a33a97f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17553">#17553</a></li> <li>chore(deps): update dependency eslint to v9 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>) (<a href="https://github.com/vitejs/vite/commit/6c106622812480d2bb134f8ed8efa84e2eb942c4">6c10662</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/16661">#16661</a></li> <li>chore(deps): update es-module-lexer to 1.5.4 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17555">#17555</a>) (<a href="https://github.com/vitejs/vite/commit/2d6672fd8a8da58b61d502418064ac2e3080a26e">2d6672f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17555">#17555</a></li> <li>refactor(optimizer): use early continues (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>) (<a href="https://github.com/vitejs/vite/commit/7c06ef07f835308b1ff2de3df02d201a8dbfb3b6">... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 19:20:10 -04:00
"semver": "^7.6.3",
2024-04-28 15:53:46 -04:00
"svelte-navigator": "^3.2.2"
2023-07-08 18:01:47 -04:00
},
"packageManager": "yarn@1.22.19"
}