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-07-25 20:02:46 -04:00
"version": "2.4.9",
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 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
"@iconify-json/ic": "^1.1.18",
"@iconify-json/mdi": "^1.1.68",
build(deps-dev): bump the frontend-deps group across 1 directory with 6 updates (#474) Bumps the frontend-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `7.1.0` | `7.1.1` | | [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `9.2.0` | `9.2.1` | | [@testing-library/svelte](https://github.com/testing-library/svelte-testing-library) | `5.0.1` | `5.1.0` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.5.0` | `1.5.2` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.0` | `0.46.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.5.0` | `1.5.2` | Updates `@octokit/plugin-retry` from 7.1.0 to 7.1.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.1.1</h2> <h2><a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.0...v7.1.1">7.1.1</a> (2024-04-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>pkg:</strong> add a <code>default</code> fallback export (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/542">#542</a>) (<a href="https://github.com/octokit/plugin-retry.js/commit/4cc1275afd7b91df9f07fb32df7a23964cbf3c34">4cc1275</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-retry.js/commit/4cc1275afd7b91df9f07fb32df7a23964cbf3c34"><code>4cc1275</code></a> fix(pkg): add a <code>default</code> fallback export (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/542">#542</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/6a0722fabd8023d3db56f0c23aebd8f927021570"><code>6a0722f</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/540">#540</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/cca1de15d96b576955d47c37e476b48b498dcd3c"><code>cca1de1</code></a> build(deps): lock file maintenance</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/864c13460aca1f38055591497ece429fd9ada320"><code>864c134</code></a> ci(action): update actions/add-to-project action to v1.0.1 (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/538">#538</a>)</li> <li><a href="https://github.com/octokit/plugin-retry.js/commit/ab69adb8aead6b242f51c537010a5154bd3b9841"><code>ab69adb</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-retry.js/issues/537">#537</a>)</li> <li>See full diff in <a href="https://github.com/octokit/plugin-retry.js/compare/v7.1.0...v7.1.1">compare view</a></li> </ul> </details> <br /> Updates `@octokit/plugin-throttling` from 9.2.0 to 9.2.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.2.1</h2> <h2><a href="https://github.com/octokit/plugin-throttling.js/compare/v9.2.0...v9.2.1">9.2.1</a> (2024-04-23)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>pkg:</strong> add a <code>default</code> fallback export (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/695">#695</a>) (<a href="https://github.com/octokit/plugin-throttling.js/commit/0f404fbd252558c8c86a62c8488157bcc82b32b0">0f404fb</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/a7574f2fbe38dff2762a9efdfafc553c9420e20c"><code>a7574f2</code></a> build(deps): lock file maintenance (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/693">#693</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/0f404fbd252558c8c86a62c8488157bcc82b32b0"><code>0f404fb</code></a> fix(pkg): add a <code>default</code> fallback export (<a href="https://redirect.github.com/octokit/plugin-throttling.js/issues/695">#695</a>)</li> <li><a href="https://github.com/octokit/plugin-throttling.js/commit/d6abbcfb2590e9a4ecdec29839fab67e05648513"><code>d6abbcf</code></a> build(deps): lock file maintenance</li> <li>See full diff in <a href="https://github.com/octokit/plugin-throttling.js/compare/v9.2.0...v9.2.1">compare view</a></li> </ul> </details> <br /> Updates `@testing-library/svelte` from 5.0.1 to 5.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>v5.1.0</h2> <h1><a href="https://github.com/testing-library/svelte-testing-library/compare/v5.0.1...v5.1.0">5.1.0</a> (2024-04-24)</h1> <h3>Features</h3> <ul> <li><strong>vitest:</strong> add Vite plugin for Svelte browser import and autocleanup (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/362">#362</a>) (<a href="https://github.com/testing-library/svelte-testing-library/commit/ed541de853d8668f5fa6fbf037f3474ca435dc5e">ed541de</a>), closes <a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/359">#359</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/svelte-testing-library/commit/ed541de853d8668f5fa6fbf037f3474ca435dc5e"><code>ed541de</code></a> feat(vitest): add Vite plugin for Svelte browser import and autocleanup (<a href="https://redirect.github.com/testing-library/svelte-testing-library/issues/362">#362</a>)</li> <li>See full diff in <a href="https://github.com/testing-library/svelte-testing-library/compare/v5.0.1...v5.1.0">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 1.5.0 to 1.5.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.5.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Check for null before storing in weakmap  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/ce368457"><!-- raw HTML omitted -->(ce368)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.5.1...v1.5.2">View changes on GitHub</a></h5> <h2>v1.5.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <code>startVitest()</code> to accept <code>stdout</code> and <code>stdin</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5493">vitest-dev/vitest#5493</a> <a href="https://github.com/vitest-dev/vitest/commit/780b187f"><!-- raw HTML omitted -->(780b1)<!-- raw HTML omitted --></a> <ul> <li>This is listed as a feature, but it doesn't increase the minor version because <code>startVitest</code> API is experimental and doesn't follow semver.</li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Close vite servers on all resolved projects  -  by <a href="https://github.com/surc54"><code>@​surc54</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5544">vitest-dev/vitest#5544</a> <a href="https://github.com/vitest-dev/vitest/commit/413ec5e6"><!-- raw HTML omitted -->(413ec)<!-- raw HTML omitted --></a></li> <li>Fix default <code>import.meta.env.PROD: false</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/5561">vitest-dev/vitest#5561</a> <a href="https://github.com/vitest-dev/vitest/commit/9c64967f"><!-- raw HTML omitted -->(9c649)<!-- raw HTML omitted --></a></li> <li>Resolve cwd correctly when initiating projects  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5582">vitest-dev/vitest#5582</a> <a href="https://github.com/vitest-dev/vitest/commit/ec9d7c93"><!-- raw HTML omitted -->(ec9d7)<!-- raw HTML omitted --></a></li> <li>Always run <code>onTestFinished</code> in reverse order  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5598">vitest-dev/vitest#5598</a> <a href="https://github.com/vitest-dev/vitest/commit/23f29cea"><!-- raw HTML omitted -->(23f29)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Disable <code>fileParallelism</code> by default on browser pool  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5528">vitest-dev/vitest#5528</a> <a href="https://github.com/vitest-dev/vitest/commit/5c69f3f5"><!-- raw HTML omitted -->(5c69f)<!-- raw HTML omitted --></a></li> <li>Dispose tester iframe on done  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5595">vitest-dev/vitest#5595</a> <a href="https://github.com/vitest-dev/vitest/commit/b2135710"><!-- raw HTML omitted -->(b2135)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Fix bundling of <code>v8-to-istanbul</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5549">vitest-dev/vitest#5549</a> <a href="https://github.com/vitest-dev/vitest/commit/df6a4328"><!-- raw HTML omitted -->(df6a4)<!-- raw HTML omitted --></a></li> <li>Prevent crash when <code>cleanOnRerun</code> is disabled  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5540">vitest-dev/vitest#5540</a> <a href="https://github.com/vitest-dev/vitest/commit/ea3c16e4"><!-- raw HTML omitted -->(ea3c1)<!-- raw HTML omitted --></a></li> <li><code>thresholds</code> to compare files relative to root  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5574">vitest-dev/vitest#5574</a> <a href="https://github.com/vitest-dev/vitest/commit/80265b40"><!-- raw HTML omitted -->(80265)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Fix <code>toEqual</code> and <code>toMatchObject</code> with circular references  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5535">vitest-dev/vitest#5535</a> <a href="https://github.com/vitest-dev/vitest/commit/9e6417c9"><!-- raw HTML omitted -->(9e641)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Fix false positive file filter match with leading slash  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5578">vitest-dev/vitest#5578</a> <a href="https://github.com/vitest-dev/vitest/commit/316eb739"><!-- raw HTML omitted -->(316eb)<!-- raw HTML omitted --></a></li> <li>Watch the output directory 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/5584">vitest-dev/vitest#5584</a> <a href="https://github.com/vitest-dev/vitest/commit/e40f9924"><!-- raw HTML omitted -->(e40f9)<!-- raw HTML omitted --></a></li> <li>StubEnv casts boolean on PROD/SSR/DEV  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5590">vitest-dev/vitest#5590</a> <a href="https://github.com/vitest-dev/vitest/commit/4da88045"><!-- raw HTML omitted -->(4da88)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.5.0...v1.5.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/81f57f429c07b97a618b97260ed4d07190097764"><code>81f57f4</code></a> chore: release v1.5.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1be4510d4834c9ed885523274bf8d94c0cb0c2fe"><code>1be4510</code></a> chore: release v1.5.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/80265b40937b8aec78a7748907027cc30f3d1b32"><code>80265b4</code></a> fix(coverage): <code>thresholds</code> to compare files relative to root (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5574">#5574</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ea3c16e46aaad6f597edf201ebbf22bea1f43b77"><code>ea3c16e</code></a> fix(coverage): prevent crash when <code>cleanOnRerun</code> is disabled (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5540">#5540</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v1.5.2/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.46.0 to 0.46.1 <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.1</h2> <h2>What's Changed</h2> <ul> <li>fix: add disabled text color classes to Select component by <a href="https://github.com/cpsoinos"><code>@​cpsoinos</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1303">themesberg/flowbite-svelte#1303</a></li> <li>docs: fix table.md by <a href="https://github.com/danielo515"><code>@​danielo515</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1258">themesberg/flowbite-svelte#1258</a></li> <li>feat: Placeholder for MultiSelect by <a href="https://github.com/jumtp"><code>@​jumtp</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1316">themesberg/flowbite-svelte#1316</a></li> <li>1259 multi select fixes by <a href="https://github.com/herronelou"><code>@​herronelou</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1260">themesberg/flowbite-svelte#1260</a></li> <li>feat: add <code>imgOnly</code> property for <code>&lt;ImagePlaceholder /&gt;</code> component by <a href="https://github.com/specialdoom"><code>@​specialdoom</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1317">themesberg/flowbite-svelte#1317</a></li> <li>Fix dropdown with Search by <a href="https://github.com/SumitBando"><code>@​SumitBando</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1324">themesberg/flowbite-svelte#1324</a></li> <li>fix:Badge Close Event by <a href="https://github.com/jumtp"><code>@​jumtp</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1322">themesberg/flowbite-svelte#1322</a></li> <li>fix:incorrect text color of MultiSelect CloseButton (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1318">#1318</a>) by <a href="https://github.com/jumtp"><code>@​jumtp</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1319">themesberg/flowbite-svelte#1319</a></li> <li>fix: proper condition for hover event listeners in Popper by <a href="https://github.com/vonagam"><code>@​vonagam</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1255">themesberg/flowbite-svelte#1255</a></li> <li>fix(Dropdown): default padding should be <code>py-2</code> by <a href="https://github.com/V-ed"><code>@​V-ed</code></a> in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1088">themesberg/flowbite-svelte#1088</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cpsoinos"><code>@​cpsoinos</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1303">themesberg/flowbite-svelte#1303</a></li> <li><a href="https://github.com/danielo515"><code>@​danielo515</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1258">themesberg/flowbite-svelte#1258</a></li> <li><a href="https://github.com/jumtp"><code>@​jumtp</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1316">themesberg/flowbite-svelte#1316</a></li> <li><a href="https://github.com/specialdoom"><code>@​specialdoom</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1317">themesberg/flowbite-svelte#1317</a></li> <li><a href="https://github.com/SumitBando"><code>@​SumitBando</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1324">themesberg/flowbite-svelte#1324</a></li> <li><a href="https://github.com/V-ed"><code>@​V-ed</code></a> made their first contribution in <a href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1088">themesberg/flowbite-svelte#1088</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.0...v0.46.1">https://github.com/themesberg/flowbite-svelte/compare/v0.46.0...v0.46.1</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.1</h2> <h3>Patch Changes</h3> <ul> <li> <ul> <li>262c2d0f fix(Dropdown): default padding should be <code>py-2</code> (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1088">#1088</a>) (<a href="https://github.com/themesberg/flowbite-svelte/commit/e219ce93bf6d10cba77f63d2c8aa37866723f9f4"><code>e219ce93bf6d10cba77f63d2c8aa37866723f9f4</code></a>)</li> <li>31b7fb71 fix: proper condition for hover event listeners in Popper (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1255">#1255</a>)</li> <li>aa2f50bf fix:incorrect text color of MultiSelect CloseButton (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1318">#1318</a>) (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1319">#1319</a>)</li> <li>45113be8 fix:Badge close event not work (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1320">#1320</a>) (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1322">#1322</a>)</li> <li>44457c2d Fix dropdown with Search (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1324">#1324</a>)</li> <li>eb255d01 fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1329">#1329</a> update InputAddon</li> <li>11d53087 fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1328">#1328</a> Button update</li> <li>c10360e9 feat: add <code>imgOnly</code> property for <code>&lt;ImagePlaceholder /&gt;</code> component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1317">#1317</a>)</li> <li>3d30222c 1259 multi select fixes (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1260">#1260</a>)</li> <li>c906a92d fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1327">#1327</a> update style for CopyClickboardInput</li> <li>5ee3e240 fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1326">#1326</a> add DocSearch css</li> <li>add8d334 feat: Placeholder for MultiSelect (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1315">#1315</a>) (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1316">#1316</a>)</li> <li>9eeb2bf7 docs: fix table.md (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1258">#1258</a>)</li> <li>29956561 fix: add disabled text color classes to Select component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1303">#1303</a>)</li> <li>f54fc519 fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1314">#1314</a> by update the docs</li> <li>f0b28912 fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1304">#1304</a> add svelte v3</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/92a5a29d4f4808ec2cedd65db0acc0fc24bdd906"><code>92a5a29</code></a> chore: changeset version and lib-helpers</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/e219ce93bf6d10cba77f63d2c8aa37866723f9f4"><code>e219ce9</code></a> chore: changeset</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/262c2d0fef8762bf4a48dd1484cef450a90ecd60"><code>262c2d0</code></a> fix(Dropdown): default padding should be <code>py-2</code> (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1088">#1088</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/31b7fb713c8abaee9500aeec498b2bae58dc3182"><code>31b7fb7</code></a> fix: proper condition for hover event listeners in Popper (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1255">#1255</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/aa2f50bfca2770cb61dd581684ed98bef8005d38"><code>aa2f50b</code></a> fix:incorrect text color of MultiSelect CloseButton (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1318">#1318</a>) (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1319">#1319</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/45113be8d1c914155704da20c094ac5d3981c7a1"><code>45113be</code></a> fix:Badge close event not work (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1320">#1320</a>) (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1322">#1322</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/44457c2d50bb9156cc1cb3c0ee21d034403125c5"><code>44457c2</code></a> Fix dropdown with Search (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1324">#1324</a>)</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/eb255d01fd7eaf7d35a1427b47db0efef55b9c3b"><code>eb255d0</code></a> fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1329">#1329</a> update InputAddon</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/11d5308785db59c70b58ad19a9819a5bbaacbc3e"><code>11d5308</code></a> fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1328">#1328</a> Button update</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/c10360e9bafe4e1a273a1380e3ba704747c92fb7"><code>c10360e</code></a> feat: add <code>imgOnly</code> property for <code>\&lt;ImagePlaceholder /&gt;</code> component (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1317">#1317</a>)</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.0...v0.46.1">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 1.5.0 to 1.5.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.5.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Check for null before storing in weakmap  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a href="https://github.com/vitest-dev/vitest/commit/ce368457"><!-- raw HTML omitted -->(ce368)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.5.1...v1.5.2">View changes on GitHub</a></h5> <h2>v1.5.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>api</strong>: <code>startVitest()</code> to accept <code>stdout</code> and <code>stdin</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5493">vitest-dev/vitest#5493</a> <a href="https://github.com/vitest-dev/vitest/commit/780b187f"><!-- raw HTML omitted -->(780b1)<!-- raw HTML omitted --></a> <ul> <li>This is listed as a feature, but it doesn't increase the minor version because <code>startVitest</code> API is experimental and doesn't follow semver.</li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Close vite servers on all resolved projects  -  by <a href="https://github.com/surc54"><code>@​surc54</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5544">vitest-dev/vitest#5544</a> <a href="https://github.com/vitest-dev/vitest/commit/413ec5e6"><!-- raw HTML omitted -->(413ec)<!-- raw HTML omitted --></a></li> <li>Fix default <code>import.meta.env.PROD: false</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/5561">vitest-dev/vitest#5561</a> <a href="https://github.com/vitest-dev/vitest/commit/9c64967f"><!-- raw HTML omitted -->(9c649)<!-- raw HTML omitted --></a></li> <li>Resolve cwd correctly when initiating projects  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5582">vitest-dev/vitest#5582</a> <a href="https://github.com/vitest-dev/vitest/commit/ec9d7c93"><!-- raw HTML omitted -->(ec9d7)<!-- raw HTML omitted --></a></li> <li>Always run <code>onTestFinished</code> in reverse order  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5598">vitest-dev/vitest#5598</a> <a href="https://github.com/vitest-dev/vitest/commit/23f29cea"><!-- raw HTML omitted -->(23f29)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Disable <code>fileParallelism</code> by default on browser pool  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5528">vitest-dev/vitest#5528</a> <a href="https://github.com/vitest-dev/vitest/commit/5c69f3f5"><!-- raw HTML omitted -->(5c69f)<!-- raw HTML omitted --></a></li> <li>Dispose tester iframe on done  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5595">vitest-dev/vitest#5595</a> <a href="https://github.com/vitest-dev/vitest/commit/b2135710"><!-- raw HTML omitted -->(b2135)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Fix bundling of <code>v8-to-istanbul</code>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5549">vitest-dev/vitest#5549</a> <a href="https://github.com/vitest-dev/vitest/commit/df6a4328"><!-- raw HTML omitted -->(df6a4)<!-- raw HTML omitted --></a></li> <li>Prevent crash when <code>cleanOnRerun</code> is disabled  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5540">vitest-dev/vitest#5540</a> <a href="https://github.com/vitest-dev/vitest/commit/ea3c16e4"><!-- raw HTML omitted -->(ea3c1)<!-- raw HTML omitted --></a></li> <li><code>thresholds</code> to compare files relative to root  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5574">vitest-dev/vitest#5574</a> <a href="https://github.com/vitest-dev/vitest/commit/80265b40"><!-- raw HTML omitted -->(80265)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>expect</strong>: <ul> <li>Fix <code>toEqual</code> and <code>toMatchObject</code> with circular references  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5535">vitest-dev/vitest#5535</a> <a href="https://github.com/vitest-dev/vitest/commit/9e6417c9"><!-- raw HTML omitted -->(9e641)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vitest</strong>: <ul> <li>Fix false positive file filter match with leading slash  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5578">vitest-dev/vitest#5578</a> <a href="https://github.com/vitest-dev/vitest/commit/316eb739"><!-- raw HTML omitted -->(316eb)<!-- raw HTML omitted --></a></li> <li>Watch the output directory 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/5584">vitest-dev/vitest#5584</a> <a href="https://github.com/vitest-dev/vitest/commit/e40f9924"><!-- raw HTML omitted -->(e40f9)<!-- raw HTML omitted --></a></li> <li>StubEnv casts boolean on PROD/SSR/DEV  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/5590">vitest-dev/vitest#5590</a> <a href="https://github.com/vitest-dev/vitest/commit/4da88045"><!-- raw HTML omitted -->(4da88)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v1.5.0...v1.5.1">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/81f57f429c07b97a618b97260ed4d07190097764"><code>81f57f4</code></a> chore: release v1.5.2</li> <li><a href="https://github.com/vitest-dev/vitest/commit/1be4510d4834c9ed885523274bf8d94c0cb0c2fe"><code>1be4510</code></a> chore: release v1.5.1</li> <li><a href="https://github.com/vitest-dev/vitest/commit/f1bec627a0bf768e1a722847489d5158d6dcc110"><code>f1bec62</code></a> refactor: remove VitestCache.clearCache method (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5602">#5602</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/780b187f22d06d09a23a640605da01b349a4354c"><code>780b187</code></a> feat(api): <code>startVitest()</code> to accept <code>stdout</code> and <code>stdin</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5493">#5493</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/2b3fc0f16dcbfba5ba49c3eb4d50d789bbef0093"><code>2b3fc0f</code></a> docs: fix cli-table generator</li> <li><a href="https://github.com/vitest-dev/vitest/commit/597e0c20d044f69ab0088de79208fa52bd66bbe2"><code>597e0c2</code></a> docs: generate CLI table automatically (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5588">#5588</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/4da8804559196635a9bddd2f4a5dd6dbbd13cb2f"><code>4da8804</code></a> fix(vitest): stubEnv casts boolean on PROD/SSR/DEV (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5590">#5590</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ec9d7c9366b9ff792c0b35897d71a4906b416cc1"><code>ec9d7c9</code></a> fix: resolve cwd correctly when initiating projects (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5582">#5582</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e40f9924751b69dbad868ae318d8be7289071ca7"><code>e40f992</code></a> fix(vitest): watch the output directory correctly (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5584">#5584</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/9c64967f691fe32de803ae3ddb0f248ea8c3c598"><code>9c64967</code></a> fix: fix default <code>import.meta.env.PROD: false</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5561">#5561</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v1.5.2/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-04-26 23:07:20 -04:00
"@octokit/plugin-retry": "^7.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
"@octokit/plugin-throttling": "^9.3.1",
"@octokit/rest": "^21.0.1",
"@popperjs/core": "^2.11.7",
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
"@sveltejs/vite-plugin-svelte": "^3.1.1",
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/cli": "^1.6.0",
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 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
"@vitest/coverage-v8": "^2.0.5",
"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 the frontend-deps group with 6 updates (#506) Bumps the frontend-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [@iconify-json/mdi](https://github.com/iconify/icon-sets) | `1.1.66` | `1.1.67` | | [@octokit/rest](https://github.com/octokit/rest.js) | `20.1.1` | `21.0.0` | | [execa](https://github.com/sindresorhus/execa) | `9.2.0` | `9.3.0` | | [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.46.2` | `0.46.5` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.4` | `3.2.5` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` | Updates `@iconify-json/mdi` from 1.1.66 to 1.1.67 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/iconify/icon-sets/commit/0edd83bb8561c4fb3cce66c3deea985ed6283459"><code>0edd83b</code></a> Update Material Design Icons</li> <li>See full diff in <a href="https://github.com/iconify/icon-sets/compare/1.1.66...1.1.67">compare view</a></li> </ul> </details> <br /> Updates `@octokit/rest` from 20.1.1 to 21.0.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>v21.0.0</h2> <h1><a href="https://github.com/octokit/rest.js/compare/v20.1.1...v21.0.0">21.0.0</a> (2024-06-20)</h1> <h3>Features</h3> <ul> <li>v21 (<a href="https://redirect.github.com/octokit/rest.js/issues/413">#413</a>) (<a href="https://github.com/octokit/rest.js/commit/12b6c6521dc767a8c127fbbfcc74b0c76d1ab056">12b6c65</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>package is now ESM</li> </ul> <h2>v21.0.0-beta.4</h2> <h1><a href="https://github.com/octokit/rest.js/compare/v21.0.0-beta.3...v21.0.0-beta.4">21.0.0-beta.4</a> (2024-06-19)</h1> <h3>Bug Fixes</h3> <ul> <li>update REST endpoints (<a href="https://redirect.github.com/octokit/rest.js/issues/428">#428</a>) (<a href="https://github.com/octokit/rest.js/commit/7058346922bede2db35bbf1c2145b1976310df69">7058346</a>)</li> </ul> <h2>v21.0.0-beta.3</h2> <h1><a href="https://github.com/octokit/rest.js/compare/v21.0.0-beta.2...v21.0.0-beta.3">21.0.0-beta.3</a> (2024-04-30)</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> <h2>v21.0.0-beta.2</h2> <h1><a href="https://github.com/octokit/rest.js/compare/v21.0.0-beta.1...v21.0.0-beta.2">21.0.0-beta.2</a> (2024-04-16)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> bump Octokit deps (<a href="https://github.com/octokit/rest.js/commit/5d8da1266134075568d69d9fb0fc6644b894b411">5d8da12</a>)</li> <li><strong>pkg:</strong> add a default fallback export (<a href="https://github.com/octokit/rest.js/commit/1b6e5829faaaefb9e4133685f719a56234a304b1">1b6e582</a>)</li> </ul> <h2>v21.0.0-beta.1</h2> <h1><a href="https://github.com/octokit/rest.js/compare/v20.0.2...v21.0.0-beta.1">21.0.0-beta.1</a> (2024-03-05)</h1> <h3>Bug Fixes</h3> <ul> <li>add explicit type anotation (<a href="https://github.com/octokit/rest.js/commit/3ddd79ecbd9f6db9ed4780263180e563fddd329a">3ddd79e</a>)</li> <li><strong>build:</strong> adapt for ESM (<a href="https://github.com/octokit/rest.js/commit/aad55f47f1e6348fa3d246697d7503985eff4c06">aad55f4</a>)</li> <li>bump deps (<a href="https://github.com/octokit/rest.js/commit/21f1aaa72776dd8e45b44d0a6d59aa13ac230e94">21f1aaa</a>)</li> <li><strong>deps:</strong> bump deps (<a href="https://github.com/octokit/rest.js/commit/f179b0b4672a5c91b866876b553ecdd5c3b1ff4f">f179b0b</a>)</li> <li><strong>deps:</strong> update octokit monorepo (<a href="https://github.com/octokit/rest.js/commit/aed67c2af3f79535beed08db283e6578bbbfdc66">aed67c2</a>)</li> <li><strong>docs:</strong> update for ESM (<a href="https://github.com/octokit/rest.js/commit/42be65a46ae5cdf4df2913feaa5812f29c36216b">42be65a</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/12b6c6521dc767a8c127fbbfcc74b0c76d1ab056"><code>12b6c65</code></a> feat: v21 (<a href="https://redirect.github.com/octokit/rest.js/issues/413">#413</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/32649a86f7f20eeba4fe3b3327cd1b4a46bc8822"><code>32649a8</code></a> build(deps-dev): Bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/octokit/rest.js/issues/439">#439</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/53cee64cacfcace71192c2b3631ae759492bb306"><code>53cee64</code></a> ci(action): update actions/checkout digest to 692973e (<a href="https://redirect.github.com/octokit/rest.js/issues/438">#438</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/7c9652570c15aa263f4a8d0a78cc4f06bcc891df"><code>7c96525</code></a> chore(deps): update dependency marked to v13</li> <li><a href="https://github.com/octokit/rest.js/commit/a46b4c81f38c3770eace98ccd1ec1ace7f027428"><code>a46b4c8</code></a> 🚧 Workflows have changed (<a href="https://redirect.github.com/octokit/rest.js/issues/435">#435</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/b90bc793502bca130c6141638b9f9bda081bfa74"><code>b90bc79</code></a> chore(deps): update dependency semantic-release to v24</li> <li><a href="https://github.com/octokit/rest.js/commit/bc41b700870420f814d3ea4db7f1390c360ceaf2"><code>bc41b70</code></a> chore(deps): update dependency esbuild to ^0.21.0 (<a href="https://redirect.github.com/octokit/rest.js/issues/429">#429</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/c1892ed792238e23a92b15d870d1d91a87f21dec"><code>c1892ed</code></a> ci(action): update actions/checkout digest to a5ac7e5 (<a href="https://redirect.github.com/octokit/rest.js/issues/432">#432</a>)</li> <li>See full diff in <a href="https://github.com/octokit/rest.js/compare/v20.1.1...v21.0.0">compare view</a></li> </ul> </details> <br /> Updates `execa` from 9.2.0 to 9.3.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.3.0</h2> <h2>Features</h2> <ul> <li>The <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#optionsverbose"><code>verbose</code></a> option can now be <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#verbose-function">a function</a> to <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/debugging.md#custom-logging">customize logging</a>. (<a href="https://redirect.github.com/sindresorhus/execa/issues/1130">#1130</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/execa/commit/57658b0190dc0f0e5ed2c5984c9d9ea526e085b5"><code>57658b0</code></a> 9.3.0</li> <li><a href="https://github.com/sindresorhus/execa/commit/8daf3484e94b2a1515bc152f3ca2047910d48e19"><code>8daf348</code></a> Allow <code>verbose</code> option to be a function for custom logging (<a href="https://redirect.github.com/sindresorhus/execa/issues/1130">#1130</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/78edcb9f2ba4d52ee3e28a499544b038c1cc3f99"><code>78edcb9</code></a> Fix c8 memory crash (<a href="https://redirect.github.com/sindresorhus/execa/issues/1129">#1129</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/18d320f93a8b747e583497c613b018b0ef468eca"><code>18d320f</code></a> Refactor test helpers for the <code>verbose</code> option (<a href="https://redirect.github.com/sindresorhus/execa/issues/1128">#1128</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/37e00242eaadd2590b5fda32d2062ff028b828e1"><code>37e0024</code></a> Add more tests for the <code>verbose</code> option (<a href="https://redirect.github.com/sindresorhus/execa/issues/1127">#1127</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/f9f1199f675be9972897135124e9d2947acdb093"><code>f9f1199</code></a> Refactor <code>verbose</code> logic (<a href="https://redirect.github.com/sindresorhus/execa/issues/1126">#1126</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/execa/compare/v9.2.0...v9.3.0">compare view</a></li> </ul> </details> <br /> Updates `flowbite-svelte` from 0.46.2 to 0.46.5 <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.5</h2> <ul> <li>433324ab (HEAD -&gt; main, origin/main, origin/HEAD) v0.46.5</li> <li>e8825623 (tag: v0.46.5) fix: Select value update</li> <li>ddfe558c docs: fix: add values to range examples</li> <li>3955f686 docs: fix: radio page bordered example</li> <li>e8bcbfac docs: fix: tabelbody class update</li> <li>f914059d fix: remove a file</li> <li>4cfabc2f docs: fix: paragraph weight value</li> <li>19c782fd docs: fix: solid icon page</li> <li>48e67143 fix: docs: button-group shadow</li> <li>02baed10 docs: fix: avatar page</li> <li>3abfc714 docs: fix: radio page disabled state</li> <li>5dab658b docs: fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1372">#1372</a> radio button page</li> <li>15400627 fix: <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1371">#1371</a></li> <li>97dab069 fix: accordion page</li> <li>eff7b588 fix: alert page</li> <li>abdc17dc fix: remove slot icon from Alerts with list examples</li> <li>5fac394a Fix button component link (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1369">#1369</a>)</li> <li>0dc6a973 fix: frozen-lockfile</li> <li>c9a9faac docs: update intro and quickstart</li> <li>34d9e8fd close <a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1368">#1368</a></li> </ul> <h2>v0.46.4</h2> <ul> <li>5fc9f589 (tag: v0.46.4) fix: Self-closing HTML tags for Textarea component</li> <li>5a057665 v0.46.3</li> <li>0c3fd7df (tag: v0.46.3) fix: Self-closing HTML tags</li> <li>81f8f700 fix: spelling darkmode.md (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1367">#1367</a>)</li> <li>d0dadb43 fix: use negative margin to correct uneven border (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1366">#1366</a>)</li> <li>0847f2b2 docs: fix: sidebar bg</li> <li>1c202fea fix: explicitly call hideHandler on click outside (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1365">#1365</a>)</li> <li>51ba0917 fix: update pnpm-lock due to frozon-lockfile error on vercel</li> <li>67aecd9a docs: CHANGELOG update</li> <li>920b15c3 fix: logo.svg for blocks</li> <li>17acd58c (tag: v0.46.2) chore: changeset</li> <li>1790b498 fix: add test-results to gitignore</li> <li>0833cf6d fix: correct border and background colors for textarea component (#</li> </ul> <ol start="1363"> <li></li> </ol> <ul> <li>6d75ffe5 docs: README update</li> <li>0ecae1f3 chore: cleanup</li> <li>f6ed5e8f fix: blocks version and icon link update</li> <li>587682ac fix: remove bg color from icon pages</li> <li>dec9ab7a (new-blocks) feat: add blocks</li> <li>95343155 (origin/new-blocks) &gt; Gitignore updated at 2024-06-16 07:17:57</li> <li>04309ad8 fix: add admin dashboard to sidebar menu</li> <li>deea452c feat: add admin-dashboard and icons</li> <li>c4efa031 fix: create FlowbiteSvelteLayout and ComponentsLayout</li> <li>bf2df482 Pass $$restProps to button (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1339">#1339</a>)</li> <li>137f5570 fix:MultiSelect on:change triggered twice (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1341">#1341</a>)</li> <li>21f03a61 feat: Add disableSwipe prop to Carousel (<a href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1353">#1353</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.5</h2> <h3>Patch Changes</h3> <ul> <li>fix: Select component update value</li> </ul> <h2>0.46.4</h2> <h3>Patch Changes</h3> <ul> <li>fix: Self-closing HTML tags for Textarea component' (<a href="https://github.com/themesberg/flowbite-svelte/commit/5fc9f589630c7cf6ffe3f5b5ea59b0a5a3e4116a"><code>5fc9f589630c7cf6ffe3f5b5ea59b0a5a3e4116a</code></a>)</li> </ul> <h2>0.46.3</h2> <h3>Patch Changes</h3> <ul> <li>fix: Self-closing HTML tags (<a href="https://github.com/themesberg/flowbite-svelte/commit/0c3fd7dfc4d9644f137008abb9037da7d8c07fa1"><code>0c3fd7dfc4d9644f137008abb9037da7d8c07fa1</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/e8825623c8d0079a24db3617364afd2f2956b196"><code>e882562</code></a> fix: Select value update</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/ddfe558c46604cca50cb544afcb08e7728a120bc"><code>ddfe558</code></a> docs: fix: add values to range examples</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3955f6863304fc162907f41ffd8e1b23755d88b1"><code>3955f68</code></a> docs: fix: radio page bordered example</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/e8bcbfac365e81622340743b6ca43750e2e005e1"><code>e8bcbfa</code></a> docs: fix: tabelbody class update</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/f914059d0c44fb77c65f7a0246db73a39081f9d5"><code>f914059</code></a> fix: remove a file</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/4cfabc2fe945a5b4892be36363421120387f4f51"><code>4cfabc2</code></a> docs: fix: paragraph weight value</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/19c782fd5a46a71d8cadc85a06fa7924581aec47"><code>19c782f</code></a> docs: fix: solid icon page</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/48e67143f8f0a7a8693db101b7fadaac77c704df"><code>48e6714</code></a> fix: docs: button-group shadow</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/02baed10d0a2044ad76f87fccd25810b812084d6"><code>02baed1</code></a> docs: fix: avatar page</li> <li><a href="https://github.com/themesberg/flowbite-svelte/commit/3abfc7140b9793dda95210988c8de1dc8f5a6bba"><code>3abfc71</code></a> docs: fix: radio page disabled state</li> <li>Additional commits viewable in <a href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.2...v0.46.5">compare view</a></li> </ul> </details> <br /> Updates `prettier-plugin-svelte` from 3.2.4 to 3.2.5 <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.5</h2> <ul> <li>(fix) Svelte 5: format TypeScript in the template</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/10caec616fdcc7ab099e9642b2d013b59e71020d"><code>10caec6</code></a> chore: release 3.2.5</li> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/6a1e4d5eea23565ba846072bff35304c046c25e0"><code>6a1e4d5</code></a> fix: format TS in the template</li> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/c10a57003c6ea6b0e572c402490672cd6267a8b7"><code>c10a570</code></a> chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/sveltejs/prettier-plugin-svelte/issues/446">#446</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.4...v3.2.5">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.4.5 to 5.5.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.5</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.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> <h2>TypeScript 5.5 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-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;q=milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for Typescript 5.5.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for Typescript 5.5.1 (RC)</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.5 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-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.5.0%22+is%3Aclosed+">fixed issues query for Typescript 5.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/ce2e60e4ea15a65992e54a9e8877d16be9d42abb"><code>ce2e60e</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/f3b21a2033206e585b2b7b18622104f09eb87f2e"><code>f3b21a2</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58931">#58931</a> (Defer creation of barebonesLibSourc...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/7b1620bea227ea47f8944a2b02a7ed91691c3046"><code>7b1620b</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58811">#58811</a> (fix(58801): &quot;Move to file&quot; on globa...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/5367ae10f58edfacd6d3b1e77bd05576036b8ca2"><code>5367ae1</code></a> Bump version to 5.5.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/02132e5b8183b0ee73e52d75ff6e28ff0c9fe3d2"><code>02132e5</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58895">#58895</a> (Fix global when typescript.js loade...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/45b1e3c25444c4193cefb4ca97dfd1064f75a561"><code>45b1e3c</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58872">#58872</a> (Fix declaration emit crash) into release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/58874">#58874</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/17933ee33af4a3c44233820abf8bdb0ad2bf143a"><code>17933ee</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58810">#58810</a> (Fixed declaration emit issue relate...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/552b07e795ec5db98c37fd4ace730133bbf0e781"><code>552b07e</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58786">#58786</a> (Fixed declaration emit crash relate...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/39c9eebf1707b194b525a4c471b8b6bfe3f52642"><code>39c9eeb</code></a> Pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58857">#58857</a> to release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/58858">#58858</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/2b0009c6790d66bbc943fc3975eb8bc9e8dec83f"><code>2b0009c</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58846">#58846</a> (Ensure the updates with crashes rev...) into release-5.5 (#...</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-28 00:12:37 -04:00
"execa": "^9.3.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): 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
"flowbite-svelte": "0.46.15",
"jsdom": "^24.1.1",
build(deps-dev): bump the frontend-deps group with 4 updates (#535) Bumps the frontend-deps group with 4 updates: [postcss](https://github.com/postcss/postcss), [tailwindcss](https://github.com/tailwindlabs/tailwindcss), [unplugin-icons](https://github.com/unplugin/unplugin-icons) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `postcss` from 8.4.40 to 8.4.41 <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.41</h2> <ul> <li>Fixed types (by <a href="https://github.com/nex3"><code>@​nex3</code></a> and <a href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li> <li>Cleaned up RegExps (by <a href="https://github.com/bluwy"><code>@​bluwy</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.41</h2> <ul> <li>Fixed types (by <a href="https://github.com/nex3"><code>@​nex3</code></a> and <a href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li> <li>Cleaned up RegExps (by <a href="https://github.com/bluwy"><code>@​bluwy</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/57e02115e41c91cb67974092eea58c649b24d7b1"><code>57e0211</code></a> Release 8.4.41 version</li> <li><a href="https://github.com/postcss/postcss/commit/f27134f47287d538c8a8ae9b2168602afba6abed"><code>f27134f</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/146d31c4514ba2b69c226d2fac0349c3dd0a5b60"><code>146d31c</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1952">#1952</a> from nex3/rule-props</li> <li><a href="https://github.com/postcss/postcss/commit/3707c3bac521a859ca4c36bf93a6912633abf997"><code>3707c3b</code></a> Merge remote-tracking branch 'origin/main' into rule-props</li> <li><a href="https://github.com/postcss/postcss/commit/9ab36195eea080d7ea77e7013f762beb253cfd42"><code>9ab3619</code></a> Declare <code>Input.toJSON()</code></li> <li><a href="https://github.com/postcss/postcss/commit/be59ad419c5980e5a577aa6f15719ca6baa26db0"><code>be59ad4</code></a> Remove dead website</li> <li><a href="https://github.com/postcss/postcss/commit/165154b65a8e9af26f633b39e15d305321169413"><code>165154b</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/6127a44c27b1abbe532e52afcd0a243a472b1ed3"><code>6127a44</code></a> Declaration#variable do not have setter</li> <li><a href="https://github.com/postcss/postcss/commit/536726db42acabe0e478c5127996e9ba0036ee71"><code>536726d</code></a> Fix type</li> <li><a href="https://github.com/postcss/postcss/commit/58fa0ef50bc4b1c507bcfc2af2b7f98d1099dcd5"><code>58fa0ef</code></a> Sort keys</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.40...8.4.41">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.7 to 3.4.9 <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.9</h2> <h3>Fixed</h3> <ul> <li>No longer warns when broad glob patterns are detecting <code>vendor</code> folders</li> </ul> <h2>v3.4.8</h2> <h3>Fixed</h3> <ul> <li>Fix minification when using nested CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li> <li>Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.9] - 2024-08-08</h2> <h3>Fixed</h3> <ul> <li>No longer warns when broad glob patterns are detecting <code>vendor</code> folders</li> </ul> <h2>[3.4.8] - 2024-08-07</h2> <h3>Fixed</h3> <ul> <li>Fix minification when using nested CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li> <li>Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f65023efb97832660dc17cf954504f9f156047ba"><code>f65023e</code></a> 3.4.9</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/702ba6aaee165f176b9413bee0d13cf5a51fd879"><code>702ba6a</code></a> Don't warn about broad globs in vendor folders (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14147">#14147</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1676118af9dd1ca2b59f3f9b91afef4d0b453ea5"><code>1676118</code></a> 3.4.8</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/69c81f25833056a6e5e17a6fd00dec68044df327"><code>69c81f2</code></a> rename <code>master</code> to <code>main</code></li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/858696a8bcd5eac7370a851b5e6adc24f154dafa"><code>858696a</code></a> Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14140">#14140</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1f23c2e8421cf8f674cf4dfe9940e51ff21f3d4a"><code>1f23c2e</code></a> Bump to latest cssnano v6 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14105">#14105</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/28bd90eefbf2962f38ce5b27775b97ffe1584641"><code>28bd90e</code></a> Automate checksum generation for standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14081">#14081</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.9">compare view</a></li> </ul> </details> <br /> Updates `unplugin-icons` from 0.19.1 to 0.19.2 <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.2</h2> <h3>   🚀 Features</h3> <ul> <li>Support multiple node resolve path  -  by <a href="https://github.com/KermanX"><code>@​KermanX</code></a> in <a href="https://redirect.github.com/unplugin/unplugin-icons/issues/371">unplugin/unplugin-icons#371</a> <a href="https://github.com/unplugin/unplugin-icons/commit/4b58883"><!-- raw HTML omitted -->(4b588)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unplugin/unplugin-icons/compare/v0.19.1...v0.19.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unplugin/unplugin-icons/commit/532160607625bb483c5e6be6c5f14e92c59f64ee"><code>5321606</code></a> chore: release v0.19.2</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/b54ba4fd45ce79d5cf5960528bde16d8e87a5657"><code>b54ba4f</code></a> chore: lint</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/ddbb461475f32fdda15bfa59b136b26955231052"><code>ddbb461</code></a> docs: add Astro + Vue docs and example (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/343">#343</a>)</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/4b588834f0e3059b91b9c253025922d558788e28"><code>4b58883</code></a> feat: support multiple node resolve path (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/371">#371</a>)</li> <li>See full diff in <a href="https://github.com/unplugin/unplugin-icons/compare/v0.19.1...v0.19.2">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.5 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>create-vite@5.4.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.4.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2>5.4.0 (2024-08-07)</h2> <ul> <li>fix(build): windows platform build output path error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17818">#17818</a>) (<a href="https://github.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34">6ae0615</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17818">#17818</a></li> <li>fix(deps): update launch-editor to consume fix for windows paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17828">#17828</a>) (<a href="https://github.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d">cf2f90d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17828">#17828</a></li> <li>fix(ssr): fix <code>global</code> variable name conflict (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17809">#17809</a>) (<a href="https://github.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6">6aa2206</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17809">#17809</a></li> <li>fix(worker): fix <code>importScripts</code> injection breaking iife code (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17827">#17827</a>) (<a href="https://github.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000">bb4ba9f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17827">#17827</a></li> <li>chore: bump typescript-eslint to v8 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17624">#17624</a>) (<a href="https://github.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196">d1891fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17624">#17624</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17820">#17820</a>) (<a href="https://github.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a">bb2f8bb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17820">#17820</a></li> <li>perf(ssr): do a single-pass over AST with node cache arrays (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17812">#17812</a>) (<a href="https://github.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34">81327eb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17812">#17812</a></li> </ul> <h2>5.4.0-beta.1 (2024-08-01)</h2> <ul> <li>fix: handle encoded base paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17577">#17577</a>) (<a href="https://github.com/vitejs/vite/commit/720447ee725046323387f661341d44e2ad390f41">720447e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17577">#17577</a></li> <li>fix: opt-in server.fs.cachedChecks (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17807">#17807</a>) (<a href="https://github.com/vitejs/vite/commit/4de659c351589b83a83a7a42f3da5b071a625662">4de659c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17807">#17807</a></li> <li>feat(css): support sass compiler api and sass-embedded package (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17754">#17754</a>) (<a href="https://github.com/vitejs/vite/commit/1025bb6d8f21c0cb9fe72405d42e0f91bb3f1d8e">1025bb6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17754">#17754</a></li> </ul> <h2>5.4.0-beta.0 (2024-07-30)</h2> <ul> <li>fix: specify own Node version as target when bundling config files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17307">#17307</a>) (<a href="https://github.com/vitejs/vite/commit/bbf001f0ecb4e9b826bbeb75b91d39f20aab3142">bbf001f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17307">#17307</a></li> <li>fix(build): handle invalid JSON in import.meta.env (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17648">#17648</a>) (<a href="https://github.com/vitejs/vite/commit/659b7206930d660779ad504beef89744fb97d339">659b720</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17648">#17648</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17780">#17780</a>) (<a href="https://github.com/vitejs/vite/commit/e408542748edebd93dba07f21e3fd107725cadca">e408542</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17780">#17780</a></li> <li>fix(mergeConfig): don't recreate server.hmr.server instance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17763">#17763</a>) (<a href="https://github.com/vitejs/vite/commit/5c55b291cf1d41664b0e949acf41d70c956659da">5c55b29</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17763">#17763</a></li> <li>feat(css): support sass modern api (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17728">#17728</a>) (<a href="https://github.com/vitejs/vite/commit/73a3de01d2baaeefeabfa46c28fb49550643b23a">73a3de0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17728">#17728</a></li> <li>feat(types): support custom VitePreloadErrorEvent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17615">#17615</a>) (<a href="https://github.com/vitejs/vite/commit/116e37acf1a9ce808bc7a7f3a1439ab749c168e3">116e37a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17615">#17615</a></li> <li>perf: improve regex performance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17789">#17789</a>) (<a href="https://github.com/vitejs/vite/commit/952bae3efcbd871fc3df5b1947060de7ebdafa36">952bae3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17789">#17789</a></li> <li>chore: minor config.logger refactor (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17770">#17770</a>) (<a href="https://github.com/vitejs/vite/commit/b947fdcc9d0db51ee6ac64d9712e8f04077280a7">b947fdc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17770">#17770</a></li> <li>chore: update eslint config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17788">#17788</a>) (<a href="https://github.com/vitejs/vite/commit/796eef3af1291facc47b5273f83b0ef16d6d76b7">796eef3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17788">#17788</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/7c06ef07f835308b1ff2de3df02d201a8dbfb3b6"><code>7c06ef0</code></a> refactor(optimizer): use early continues (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a8e2f6fafcf106ccc0d5a46972e66c2bf73155e3"><code>a8e2f6f</code></a> fix(client): uniform variable <code>location</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6c106622812480d2bb134f8ed8efa84e2eb942c4"><code>6c10662</code></a> chore(deps): update dependency eslint to v9 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5"><code>bf123f2</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ec16a5efc04d8ab50301d184c20e7bd0c8d8f6a2"><code>ec16a5e</code></a> chore: fix some comments (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/c608e6ac740509c2e68a6928d84676878a998dd0"><code>c608e6a</code></a> release: v5.3.1</li> <li><a href="https://github.com/vitejs/vite/commit/6ced135c6fc9367f8d4f8207666e208f90547af5"><code>6ced135</code></a> fix(build): preload treeshaking ignore equal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17480">#17480</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d355568e8d2dbc30b94b7d7680943f7db713ddc4"><code>d355568</code></a> fix(build): handle preload treeshaking for braces (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17479">#17479</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1f09344b57b253c0435290de1d6e147c8c9b50d5"><code>1f09344</code></a> chore: consolidate changelog for 5.3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17476">#17476</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3e2707122033a5be074d88dbeb244526dee85bb9"><code>3e27071</code></a> fix(build): handle preload treeshaking for commas (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17472">#17472</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite">compare view</a></li> </ul> </details> <br /> 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-13 14:25:58 -04:00
"postcss": "^8.4.41",
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 6 updates (#499) Bumps the frontend-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [execa](https://github.com/sindresorhus/execa) | `9.1.0` | `9.2.0` | | [prettier](https://github.com/prettier/prettier) | `3.3.0` | `3.3.1` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.3` | `3.2.4` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.17` | `4.2.18` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.3` | `3.4.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.12` | `5.2.13` | Updates `execa` from 9.1.0 to 9.2.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.2.0</h2> <p>This release includes a <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/ipc.md">new set of methods</a> to exchange messages between the current process and a Node.js subprocess, also known as &quot;IPC&quot;. This allows <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/input.md#any-input-type">passing</a> and <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/output.md#any-output-type">returning</a> almost any message type to/from a Node.js subprocess. Also, <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/ipc.md#debugging">debugging</a> IPC is now much easier.</p> <p>Moreover, a new <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#optionsgracefulcancel"><code>gracefulCancel</code></a> option has also been added to <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/termination.md#graceful-termination">terminate a subprocess gracefully</a>.</p> <p>For a deeper dive-in, please check and share the <a href="https://medium.com/@ehmicky/ipc-made-easy-with-execa-9-2-939c6a358731">release post</a>!</p> <p>Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a> for your contribution, <a href="https://github.com/SimonSiefke"><code>@​SimonSiefke</code></a> and <a href="https://github.com/adymorz"><code>@​adymorz</code></a> for reporting the bugs fixed in this release, and <a href="https://github.com/karlhorky"><code>@​karlhorky</code></a> for improving the documentation!</p> <h2>Deprecations</h2> <ul> <li>Passing <code>'ipc'</code> to the <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#optionsstdio"><code>stdio</code></a> option has been deprecated. It will be removed in the next major release. Instead, the <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/api.md#optionsipc"><code>ipc: true</code></a> option should be used. (<a href="https://redirect.github.com/sindresorhus/execa/issues/1056">#1056</a>)</li> </ul> <pre lang="diff"><code>- await execa('npm', ['run', 'build'], {stdio: ['pipe', 'pipe', 'pipe', 'ipc']}); + await execa('npm', ['run', 'build'], {ipc: true}); </code></pre> <ul> <li>The <a href="https://github.com/sindresorhus/execa/blob/v9.1.0/docs/api.md#execacommandcommand-options"><code>execaCommand()</code></a> method has been deprecated. It will be removed in the next major release. If most cases, the <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/execution.md#template-string-syntax">template string syntax</a> should be used instead.</li> </ul> <pre lang="diff"><code>- import {execaCommand} from 'execa'; + import {execa} from 'execa'; <ul> <li>await execaCommand('npm run build');</li> </ul> <ul> <li>await execa<code>npm run build</code>;</li> </ul> <p>const taskName = 'build';</p> <ul> <li>await execaCommand(<code>npm run ${taskName}</code>);</li> </ul> <ul> <li>await execa<code>npm run ${taskName}</code>;</li> </ul> <p>const commandArguments = ['run', 'task with space']; await execa<code>npm ${commandArguments}</code>; </code></pre></p> <p>If the file and/or multiple arguments are supplied as a single string, <a href="https://github.com/sindresorhus/execa/blob/main/docs/api.md#parsecommandstringcommand">parseCommandString(command)</a> can split that string into an array. <a href="https://github.com/sindresorhus/execa/blob/HEAD/docs/escaping.md">More info.</a> (<a href="https://redirect.github.com/sindresorhus/execa/issues/1054">#1054</a>)</p> <pre lang="diff"><code>- import {execaCommand} from 'execa'; + import {execa, parseCommandString} from 'execa'; <p>const commandString = 'npm run task';</p> <ul> <li>await execaCommand(commandString);</li> </ul> <ul> <li>const commandArray = parseCommandString(commandString); // ['npm', 'run', 'task']</li> <li>await execa<code>${commandArray}</code>;</li> </ul> <p>// Or alternatively: const [file, ...commandArguments] = commandArray; await execa(file, commandArguments); </code></pre></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/execa/commit/cbe805c72ddcff932d8c37bb1910aa6864099cea"><code>cbe805c</code></a> 9.2.0</li> <li><a href="https://github.com/sindresorhus/execa/commit/8ae69754d99c55bff5d1484d9feb7a08e1630a13"><code>8ae6975</code></a> Send fewer requests with link checking (<a href="https://redirect.github.com/sindresorhus/execa/issues/1122">#1122</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/e15e5162c108f41289844eea3025930fa0785ea1"><code>e15e516</code></a> Fix typo in IPC documentation (<a href="https://redirect.github.com/sindresorhus/execa/issues/1121">#1121</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/4044152329a177a1463e8398e55058dfcb3571df"><code>4044152</code></a> Automatically check Markdown links (<a href="https://redirect.github.com/sindresorhus/execa/issues/1120">#1120</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/a2e4dbea9420720c06144832e905c0ee88680b0b"><code>a2e4dbe</code></a> Export TypeScript types for the <code>execa</code> method (<a href="https://redirect.github.com/sindresorhus/execa/issues/1066">#1066</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/8572eb11475fadd5666ce2dc577d248403253e94"><code>8572eb1</code></a> Fix broken Markdown links (<a href="https://redirect.github.com/sindresorhus/execa/issues/1119">#1119</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/772e1369ad6c281cecd43200532d16ec3b33ce84"><code>772e136</code></a> Improve speed of types (<a href="https://redirect.github.com/sindresorhus/execa/issues/1118">#1118</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/ca2e8130351a40d64e162117cc61179a7f756609"><code>ca2e813</code></a> Improve documentation of Execa methods (<a href="https://redirect.github.com/sindresorhus/execa/issues/1115">#1115</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/faab26ecd7c2361dcc163f454d2ab0cd4b30ee4a"><code>faab26e</code></a> Refactor types of Execa methods (<a href="https://redirect.github.com/sindresorhus/execa/issues/1114">#1114</a>)</li> <li><a href="https://github.com/sindresorhus/execa/commit/077749d058e04550df81c6ede5f3cc0169ef854c"><code>077749d</code></a> Add more type tests (<a href="https://redirect.github.com/sindresorhus/execa/issues/1117">#1117</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/execa/compare/v9.1.0...v9.2.0">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.3.0 to 3.3.1 <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.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#331">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.1</h1> <p><a href="https://github.com/prettier/prettier/compare/3.3.0...3.3.1">diff</a></p> <h4>Preserve empty lines in front matter (<a href="https://redirect.github.com/prettier/prettier/pull/16347">#16347</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="markdown"><code>&lt;!-- Input --&gt; --- foo: - bar1 <ul> <li> <p>bar2</p> </li> <li> <p>bar3</p> </li> </ul> <hr /> <p>Markdown</p> <p>&lt;!-- Prettier 3.3.0 --&gt;</p> <hr /> <p>foo:</p> <ul> <li>bar1</li> <li>bar2</li> <li>bar3</li> </ul> <hr /> <p>Markdown</p> <h2>&lt;!-- Prettier 3.3.1 --&gt;</h2> <p>foo:</p> <ul> <li> <p>bar1</p> </li> <li> <p>bar2</p> </li> <li> <p>bar3</p> </li> </ul> <hr /> <p>Markdown </code></pre></p> <h4>Preserve explicit language in front matter (<a href="https://redirect.github.com/prettier/prettier/pull/16348">#16348</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="markdown"><code>&lt;!-- Input --&gt; ---yaml &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/92cbd334752c1a48bcadda073f1f0a0f0d1f72e8"><code>92cbd33</code></a> Release 3.3.1</li> <li><a href="https://github.com/prettier/prettier/commit/446a86e76f2b9c91f6d4c25ec59c481db7d8bb6f"><code>446a86e</code></a> Update execa to v9</li> <li><a href="https://github.com/prettier/prettier/commit/efc3d053ac85b8bf85bb2931f833e0fdca043aa6"><code>efc3d05</code></a> Avoid line breaks in import attributes (<a href="https://redirect.github.com/prettier/prettier/issues/16349">#16349</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/4a5b26f9163f5ad65ad4227e2613ec05e4779f0c"><code>4a5b26f</code></a> Use <code>while (true)</code> instead of <code>for (;;)</code> (<a href="https://redirect.github.com/prettier/prettier/issues/16354">#16354</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/1c439735fd97607aa714583a2a1a08caeff85305"><code>1c43973</code></a> Only add version to <code>.git-blame-ignore-revs</code> when files changed (<a href="https://redirect.github.com/prettier/prettier/issues/16352">#16352</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/ab65eb40cb7b0326bd081ff02a636fc11a7895d3"><code>ab65eb4</code></a> chore(deps): update dependency eslint-plugin-react to v7.34.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16353">#16353</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/86268eb69ab6c392772b93a472b513e74f7331e1"><code>86268eb</code></a> chore(deps): update eslint related dependencies (major) (<a href="https://redirect.github.com/prettier/prettier/issues/16208">#16208</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/ddce4fb95ccfaaf4435ab5c1e052bf04704c9e3c"><code>ddce4fb</code></a> Move import attribute unquote test to a separate directory (<a href="https://redirect.github.com/prettier/prettier/issues/16350">#16350</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/450b178d56bc163d2940bae3d9ab6b337be9ec99"><code>450b178</code></a> Print <code>AtHead</code> node from glimmer via <code>print()</code> (<a href="https://redirect.github.com/prettier/prettier/issues/16346">#16346</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/b94811f988cf851548a242fc7aa5fc126e0ef341"><code>b94811f</code></a> Fix <code>stripTrailingHardline</code> (<a href="https://redirect.github.com/prettier/prettier/issues/16347">#16347</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.3.0...3.3.1">compare view</a></li> </ul> </details> <br /> Updates `prettier-plugin-svelte` from 3.2.3 to 3.2.4 <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.4</h2> <ul> <li>(fix) speed up regex</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/f57f888bae671efc4b90f4df808270d3986c9c08"><code>f57f888</code></a> chore: release 3.2.4</li> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/268c26d8703b397eb0f69aff2cdeabc0924bcf5b"><code>268c26d</code></a> fix: adjust regex</li> <li><a href="https://github.com/sveltejs/prettier-plugin-svelte/commit/5516102d19451db5c14550ae869221a64d95922c"><code>5516102</code></a> chore: check types in ci (<a href="https://redirect.github.com/sveltejs/prettier-plugin-svelte/issues/437">#437</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.3...v3.2.4">compare view</a></li> </ul> </details> <br /> Updates `svelte` from 4.2.17 to 4.2.18 <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.18</h2> <h3>Patch Changes</h3> <ul> <li>chore: speed up regex (<a href="https://redirect.github.com/sveltejs/svelte/pull/11922">#11922</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/svelte@4.2.18/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>4.2.18</h2> <h3>Patch Changes</h3> <ul> <li>chore: speed up regex (<a href="https://redirect.github.com/sveltejs/svelte/pull/11922">#11922</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/230916f5a0be3cf4ccf643e262ef3e6bfa757ed5"><code>230916f</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/11925">#11925</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/dbe605791259cc707cf3f244d8745a7b84b459ce"><code>dbe6057</code></a> chore: speed up regex (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/11922">#11922</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte/commits/svelte@4.2.18/packages/svelte">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.3 to 3.4.4 <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.4</h2> <h3>Fixed</h3> <ul> <li>Make it possible to use multiple <code>&lt;alpha-value&gt;</code> placeholders in a single color definition (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13740">#13740</a>)</li> <li>Don't prefix classes in arbitrary values of <code>has-*</code>, <code>group-has-*</code>, and <code>peer-has-*</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13770">#13770</a>)</li> <li>Support negative values for <code>{col,row}-{start,end}</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13781">#13781</a>)</li> <li>Update embedded browserslist database (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13792">#13792</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.4] - 2024-06-05</h2> <h3>Fixed</h3> <ul> <li>Make it possible to use multiple <code>&lt;alpha-value&gt;</code> placeholders in a single color definition (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13740">#13740</a>)</li> <li>Don't prefix classes in arbitrary values of <code>has-*</code>, <code>group-has-*</code>, and <code>peer-has-*</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13770">#13770</a>)</li> <li>Support negative values for <code>{col,row}-{start,end}</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13781">#13781</a>)</li> <li>Update embedded browserslist database (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13792">#13792</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ff6f085da2afe4149ab2791b8b6b74836dbbba9f"><code>ff6f085</code></a> 3.4.4</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ed024eeb09db9bc02db859ffff4be95de8703208"><code>ed024ee</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/325e7c03ce1989bbc2eadf27817fe211363f19e7"><code>325e7c0</code></a> Bump deps (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13797">#13797</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/56116b0904cef920dac7ac79ebbc5ca873172e58"><code>56116b0</code></a> Update browserslist database (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13792">#13792</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8d66d94182232be94a78eed059ae715f9b43df8f"><code>8d66d94</code></a> [v3] Support negative values for <code>{col,row}-{start,end}</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13781">#13781</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/669109efdd8f89c6949ae496eb1e95b528603976"><code>669109e</code></a> Don't prefix classes in arbitrary values of <code>has-*</code>, <code>group-has-*</code>, and `peer...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9fda4616eb5706223374c921c9ee4d90903f6fee"><code>9fda461</code></a> Fix multiple &lt;alpha-value&gt; in color definitions (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13740">#13740</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.2.12 to 5.2.13 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.2.13 (2024-06-07)<!-- raw HTML omitted --></h2> <ul> <li>fix: backport to 5.2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17411">#17411</a>) (<a href="https://github.com/vitejs/vite/commit/e6913d1">e6913d1</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17411">#17411</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/51bf7ea7d14d205aa2e94d889611dd380e5030a3"><code>51bf7ea</code></a> release: v5.2.13</li> <li><a href="https://github.com/vitejs/vite/commit/e6913d1440fa91de475f8e56a0d70bef5fce5afa"><code>e6913d1</code></a> fix: backport to 5.2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17411">#17411</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.2.13/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-15 14:59:03 -04:00
"svelte": "^4.2.18",
"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 4 updates (#535) Bumps the frontend-deps group with 4 updates: [postcss](https://github.com/postcss/postcss), [tailwindcss](https://github.com/tailwindlabs/tailwindcss), [unplugin-icons](https://github.com/unplugin/unplugin-icons) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `postcss` from 8.4.40 to 8.4.41 <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.41</h2> <ul> <li>Fixed types (by <a href="https://github.com/nex3"><code>@​nex3</code></a> and <a href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li> <li>Cleaned up RegExps (by <a href="https://github.com/bluwy"><code>@​bluwy</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.41</h2> <ul> <li>Fixed types (by <a href="https://github.com/nex3"><code>@​nex3</code></a> and <a href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li> <li>Cleaned up RegExps (by <a href="https://github.com/bluwy"><code>@​bluwy</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/57e02115e41c91cb67974092eea58c649b24d7b1"><code>57e0211</code></a> Release 8.4.41 version</li> <li><a href="https://github.com/postcss/postcss/commit/f27134f47287d538c8a8ae9b2168602afba6abed"><code>f27134f</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/146d31c4514ba2b69c226d2fac0349c3dd0a5b60"><code>146d31c</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1952">#1952</a> from nex3/rule-props</li> <li><a href="https://github.com/postcss/postcss/commit/3707c3bac521a859ca4c36bf93a6912633abf997"><code>3707c3b</code></a> Merge remote-tracking branch 'origin/main' into rule-props</li> <li><a href="https://github.com/postcss/postcss/commit/9ab36195eea080d7ea77e7013f762beb253cfd42"><code>9ab3619</code></a> Declare <code>Input.toJSON()</code></li> <li><a href="https://github.com/postcss/postcss/commit/be59ad419c5980e5a577aa6f15719ca6baa26db0"><code>be59ad4</code></a> Remove dead website</li> <li><a href="https://github.com/postcss/postcss/commit/165154b65a8e9af26f633b39e15d305321169413"><code>165154b</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/6127a44c27b1abbe532e52afcd0a243a472b1ed3"><code>6127a44</code></a> Declaration#variable do not have setter</li> <li><a href="https://github.com/postcss/postcss/commit/536726db42acabe0e478c5127996e9ba0036ee71"><code>536726d</code></a> Fix type</li> <li><a href="https://github.com/postcss/postcss/commit/58fa0ef50bc4b1c507bcfc2af2b7f98d1099dcd5"><code>58fa0ef</code></a> Sort keys</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.40...8.4.41">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.7 to 3.4.9 <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.9</h2> <h3>Fixed</h3> <ul> <li>No longer warns when broad glob patterns are detecting <code>vendor</code> folders</li> </ul> <h2>v3.4.8</h2> <h3>Fixed</h3> <ul> <li>Fix minification when using nested CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li> <li>Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.9] - 2024-08-08</h2> <h3>Fixed</h3> <ul> <li>No longer warns when broad glob patterns are detecting <code>vendor</code> folders</li> </ul> <h2>[3.4.8] - 2024-08-07</h2> <h3>Fixed</h3> <ul> <li>Fix minification when using nested CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li> <li>Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f65023efb97832660dc17cf954504f9f156047ba"><code>f65023e</code></a> 3.4.9</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/702ba6aaee165f176b9413bee0d13cf5a51fd879"><code>702ba6a</code></a> Don't warn about broad globs in vendor folders (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14147">#14147</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1676118af9dd1ca2b59f3f9b91afef4d0b453ea5"><code>1676118</code></a> 3.4.8</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/69c81f25833056a6e5e17a6fd00dec68044df327"><code>69c81f2</code></a> rename <code>master</code> to <code>main</code></li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/858696a8bcd5eac7370a851b5e6adc24f154dafa"><code>858696a</code></a> Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14140">#14140</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1f23c2e8421cf8f674cf4dfe9940e51ff21f3d4a"><code>1f23c2e</code></a> Bump to latest cssnano v6 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14105">#14105</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/28bd90eefbf2962f38ce5b27775b97ffe1584641"><code>28bd90e</code></a> Automate checksum generation for standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14081">#14081</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.9">compare view</a></li> </ul> </details> <br /> Updates `unplugin-icons` from 0.19.1 to 0.19.2 <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.2</h2> <h3>   🚀 Features</h3> <ul> <li>Support multiple node resolve path  -  by <a href="https://github.com/KermanX"><code>@​KermanX</code></a> in <a href="https://redirect.github.com/unplugin/unplugin-icons/issues/371">unplugin/unplugin-icons#371</a> <a href="https://github.com/unplugin/unplugin-icons/commit/4b58883"><!-- raw HTML omitted -->(4b588)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unplugin/unplugin-icons/compare/v0.19.1...v0.19.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unplugin/unplugin-icons/commit/532160607625bb483c5e6be6c5f14e92c59f64ee"><code>5321606</code></a> chore: release v0.19.2</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/b54ba4fd45ce79d5cf5960528bde16d8e87a5657"><code>b54ba4f</code></a> chore: lint</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/ddbb461475f32fdda15bfa59b136b26955231052"><code>ddbb461</code></a> docs: add Astro + Vue docs and example (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/343">#343</a>)</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/4b588834f0e3059b91b9c253025922d558788e28"><code>4b58883</code></a> feat: support multiple node resolve path (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/371">#371</a>)</li> <li>See full diff in <a href="https://github.com/unplugin/unplugin-icons/compare/v0.19.1...v0.19.2">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.5 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>create-vite@5.4.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.4.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2>5.4.0 (2024-08-07)</h2> <ul> <li>fix(build): windows platform build output path error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17818">#17818</a>) (<a href="https://github.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34">6ae0615</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17818">#17818</a></li> <li>fix(deps): update launch-editor to consume fix for windows paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17828">#17828</a>) (<a href="https://github.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d">cf2f90d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17828">#17828</a></li> <li>fix(ssr): fix <code>global</code> variable name conflict (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17809">#17809</a>) (<a href="https://github.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6">6aa2206</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17809">#17809</a></li> <li>fix(worker): fix <code>importScripts</code> injection breaking iife code (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17827">#17827</a>) (<a href="https://github.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000">bb4ba9f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17827">#17827</a></li> <li>chore: bump typescript-eslint to v8 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17624">#17624</a>) (<a href="https://github.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196">d1891fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17624">#17624</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17820">#17820</a>) (<a href="https://github.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a">bb2f8bb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17820">#17820</a></li> <li>perf(ssr): do a single-pass over AST with node cache arrays (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17812">#17812</a>) (<a href="https://github.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34">81327eb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17812">#17812</a></li> </ul> <h2>5.4.0-beta.1 (2024-08-01)</h2> <ul> <li>fix: handle encoded base paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17577">#17577</a>) (<a href="https://github.com/vitejs/vite/commit/720447ee725046323387f661341d44e2ad390f41">720447e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17577">#17577</a></li> <li>fix: opt-in server.fs.cachedChecks (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17807">#17807</a>) (<a href="https://github.com/vitejs/vite/commit/4de659c351589b83a83a7a42f3da5b071a625662">4de659c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17807">#17807</a></li> <li>feat(css): support sass compiler api and sass-embedded package (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17754">#17754</a>) (<a href="https://github.com/vitejs/vite/commit/1025bb6d8f21c0cb9fe72405d42e0f91bb3f1d8e">1025bb6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17754">#17754</a></li> </ul> <h2>5.4.0-beta.0 (2024-07-30)</h2> <ul> <li>fix: specify own Node version as target when bundling config files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17307">#17307</a>) (<a href="https://github.com/vitejs/vite/commit/bbf001f0ecb4e9b826bbeb75b91d39f20aab3142">bbf001f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17307">#17307</a></li> <li>fix(build): handle invalid JSON in import.meta.env (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17648">#17648</a>) (<a href="https://github.com/vitejs/vite/commit/659b7206930d660779ad504beef89744fb97d339">659b720</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17648">#17648</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17780">#17780</a>) (<a href="https://github.com/vitejs/vite/commit/e408542748edebd93dba07f21e3fd107725cadca">e408542</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17780">#17780</a></li> <li>fix(mergeConfig): don't recreate server.hmr.server instance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17763">#17763</a>) (<a href="https://github.com/vitejs/vite/commit/5c55b291cf1d41664b0e949acf41d70c956659da">5c55b29</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17763">#17763</a></li> <li>feat(css): support sass modern api (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17728">#17728</a>) (<a href="https://github.com/vitejs/vite/commit/73a3de01d2baaeefeabfa46c28fb49550643b23a">73a3de0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17728">#17728</a></li> <li>feat(types): support custom VitePreloadErrorEvent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17615">#17615</a>) (<a href="https://github.com/vitejs/vite/commit/116e37acf1a9ce808bc7a7f3a1439ab749c168e3">116e37a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17615">#17615</a></li> <li>perf: improve regex performance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17789">#17789</a>) (<a href="https://github.com/vitejs/vite/commit/952bae3efcbd871fc3df5b1947060de7ebdafa36">952bae3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17789">#17789</a></li> <li>chore: minor config.logger refactor (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17770">#17770</a>) (<a href="https://github.com/vitejs/vite/commit/b947fdcc9d0db51ee6ac64d9712e8f04077280a7">b947fdc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17770">#17770</a></li> <li>chore: update eslint config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17788">#17788</a>) (<a href="https://github.com/vitejs/vite/commit/796eef3af1291facc47b5273f83b0ef16d6d76b7">796eef3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17788">#17788</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/7c06ef07f835308b1ff2de3df02d201a8dbfb3b6"><code>7c06ef0</code></a> refactor(optimizer): use early continues (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a8e2f6fafcf106ccc0d5a46972e66c2bf73155e3"><code>a8e2f6f</code></a> fix(client): uniform variable <code>location</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6c106622812480d2bb134f8ed8efa84e2eb942c4"><code>6c10662</code></a> chore(deps): update dependency eslint to v9 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5"><code>bf123f2</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ec16a5efc04d8ab50301d184c20e7bd0c8d8f6a2"><code>ec16a5e</code></a> chore: fix some comments (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/c608e6ac740509c2e68a6928d84676878a998dd0"><code>c608e6a</code></a> release: v5.3.1</li> <li><a href="https://github.com/vitejs/vite/commit/6ced135c6fc9367f8d4f8207666e208f90547af5"><code>6ced135</code></a> fix(build): preload treeshaking ignore equal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17480">#17480</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d355568e8d2dbc30b94b7d7680943f7db713ddc4"><code>d355568</code></a> fix(build): handle preload treeshaking for braces (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17479">#17479</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1f09344b57b253c0435290de1d6e147c8c9b50d5"><code>1f09344</code></a> chore: consolidate changelog for 5.3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17476">#17476</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3e2707122033a5be074d88dbeb244526dee85bb9"><code>3e27071</code></a> fix(build): handle preload treeshaking for commas (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17472">#17472</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite">compare view</a></li> </ul> </details> <br /> 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-13 14:25:58 -04:00
"tailwindcss": "^3.4.9",
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
"typescript": "^5.5.4",
build(deps-dev): bump the frontend-deps group with 4 updates (#535) Bumps the frontend-deps group with 4 updates: [postcss](https://github.com/postcss/postcss), [tailwindcss](https://github.com/tailwindlabs/tailwindcss), [unplugin-icons](https://github.com/unplugin/unplugin-icons) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `postcss` from 8.4.40 to 8.4.41 <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.41</h2> <ul> <li>Fixed types (by <a href="https://github.com/nex3"><code>@​nex3</code></a> and <a href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li> <li>Cleaned up RegExps (by <a href="https://github.com/bluwy"><code>@​bluwy</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.41</h2> <ul> <li>Fixed types (by <a href="https://github.com/nex3"><code>@​nex3</code></a> and <a href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li> <li>Cleaned up RegExps (by <a href="https://github.com/bluwy"><code>@​bluwy</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/57e02115e41c91cb67974092eea58c649b24d7b1"><code>57e0211</code></a> Release 8.4.41 version</li> <li><a href="https://github.com/postcss/postcss/commit/f27134f47287d538c8a8ae9b2168602afba6abed"><code>f27134f</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/146d31c4514ba2b69c226d2fac0349c3dd0a5b60"><code>146d31c</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1952">#1952</a> from nex3/rule-props</li> <li><a href="https://github.com/postcss/postcss/commit/3707c3bac521a859ca4c36bf93a6912633abf997"><code>3707c3b</code></a> Merge remote-tracking branch 'origin/main' into rule-props</li> <li><a href="https://github.com/postcss/postcss/commit/9ab36195eea080d7ea77e7013f762beb253cfd42"><code>9ab3619</code></a> Declare <code>Input.toJSON()</code></li> <li><a href="https://github.com/postcss/postcss/commit/be59ad419c5980e5a577aa6f15719ca6baa26db0"><code>be59ad4</code></a> Remove dead website</li> <li><a href="https://github.com/postcss/postcss/commit/165154b65a8e9af26f633b39e15d305321169413"><code>165154b</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/6127a44c27b1abbe532e52afcd0a243a472b1ed3"><code>6127a44</code></a> Declaration#variable do not have setter</li> <li><a href="https://github.com/postcss/postcss/commit/536726db42acabe0e478c5127996e9ba0036ee71"><code>536726d</code></a> Fix type</li> <li><a href="https://github.com/postcss/postcss/commit/58fa0ef50bc4b1c507bcfc2af2b7f98d1099dcd5"><code>58fa0ef</code></a> Sort keys</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.40...8.4.41">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.7 to 3.4.9 <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.9</h2> <h3>Fixed</h3> <ul> <li>No longer warns when broad glob patterns are detecting <code>vendor</code> folders</li> </ul> <h2>v3.4.8</h2> <h3>Fixed</h3> <ul> <li>Fix minification when using nested CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li> <li>Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.9/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.9] - 2024-08-08</h2> <h3>Fixed</h3> <ul> <li>No longer warns when broad glob patterns are detecting <code>vendor</code> folders</li> </ul> <h2>[3.4.8] - 2024-08-07</h2> <h3>Fixed</h3> <ul> <li>Fix minification when using nested CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li> <li>Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f65023efb97832660dc17cf954504f9f156047ba"><code>f65023e</code></a> 3.4.9</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/702ba6aaee165f176b9413bee0d13cf5a51fd879"><code>702ba6a</code></a> Don't warn about broad globs in vendor folders (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14147">#14147</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1676118af9dd1ca2b59f3f9b91afef4d0b453ea5"><code>1676118</code></a> 3.4.8</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/69c81f25833056a6e5e17a6fd00dec68044df327"><code>69c81f2</code></a> rename <code>master</code> to <code>main</code></li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/858696a8bcd5eac7370a851b5e6adc24f154dafa"><code>858696a</code></a> Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14140">#14140</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1f23c2e8421cf8f674cf4dfe9940e51ff21f3d4a"><code>1f23c2e</code></a> Bump to latest cssnano v6 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14105">#14105</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/28bd90eefbf2962f38ce5b27775b97ffe1584641"><code>28bd90e</code></a> Automate checksum generation for standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14081">#14081</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.9">compare view</a></li> </ul> </details> <br /> Updates `unplugin-icons` from 0.19.1 to 0.19.2 <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.2</h2> <h3>   🚀 Features</h3> <ul> <li>Support multiple node resolve path  -  by <a href="https://github.com/KermanX"><code>@​KermanX</code></a> in <a href="https://redirect.github.com/unplugin/unplugin-icons/issues/371">unplugin/unplugin-icons#371</a> <a href="https://github.com/unplugin/unplugin-icons/commit/4b58883"><!-- raw HTML omitted -->(4b588)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/unplugin/unplugin-icons/compare/v0.19.1...v0.19.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unplugin/unplugin-icons/commit/532160607625bb483c5e6be6c5f14e92c59f64ee"><code>5321606</code></a> chore: release v0.19.2</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/b54ba4fd45ce79d5cf5960528bde16d8e87a5657"><code>b54ba4f</code></a> chore: lint</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/ddbb461475f32fdda15bfa59b136b26955231052"><code>ddbb461</code></a> docs: add Astro + Vue docs and example (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/343">#343</a>)</li> <li><a href="https://github.com/unplugin/unplugin-icons/commit/4b588834f0e3059b91b9c253025922d558788e28"><code>4b58883</code></a> feat: support multiple node resolve path (<a href="https://redirect.github.com/unplugin/unplugin-icons/issues/371">#371</a>)</li> <li>See full diff in <a href="https://github.com/unplugin/unplugin-icons/compare/v0.19.1...v0.19.2">compare view</a></li> </ul> </details> <br /> Updates `vite` from 5.3.5 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>create-vite@5.4.0</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-vite@5.4.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2>5.4.0 (2024-08-07)</h2> <ul> <li>fix(build): windows platform build output path error (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17818">#17818</a>) (<a href="https://github.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34">6ae0615</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17818">#17818</a></li> <li>fix(deps): update launch-editor to consume fix for windows paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17828">#17828</a>) (<a href="https://github.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d">cf2f90d</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17828">#17828</a></li> <li>fix(ssr): fix <code>global</code> variable name conflict (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17809">#17809</a>) (<a href="https://github.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6">6aa2206</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17809">#17809</a></li> <li>fix(worker): fix <code>importScripts</code> injection breaking iife code (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17827">#17827</a>) (<a href="https://github.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000">bb4ba9f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17827">#17827</a></li> <li>chore: bump typescript-eslint to v8 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17624">#17624</a>) (<a href="https://github.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196">d1891fd</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17624">#17624</a></li> <li>chore(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17820">#17820</a>) (<a href="https://github.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a">bb2f8bb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17820">#17820</a></li> <li>perf(ssr): do a single-pass over AST with node cache arrays (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17812">#17812</a>) (<a href="https://github.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34">81327eb</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17812">#17812</a></li> </ul> <h2>5.4.0-beta.1 (2024-08-01)</h2> <ul> <li>fix: handle encoded base paths (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17577">#17577</a>) (<a href="https://github.com/vitejs/vite/commit/720447ee725046323387f661341d44e2ad390f41">720447e</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17577">#17577</a></li> <li>fix: opt-in server.fs.cachedChecks (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17807">#17807</a>) (<a href="https://github.com/vitejs/vite/commit/4de659c351589b83a83a7a42f3da5b071a625662">4de659c</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17807">#17807</a></li> <li>feat(css): support sass compiler api and sass-embedded package (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17754">#17754</a>) (<a href="https://github.com/vitejs/vite/commit/1025bb6d8f21c0cb9fe72405d42e0f91bb3f1d8e">1025bb6</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17754">#17754</a></li> </ul> <h2>5.4.0-beta.0 (2024-07-30)</h2> <ul> <li>fix: specify own Node version as target when bundling config files (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17307">#17307</a>) (<a href="https://github.com/vitejs/vite/commit/bbf001f0ecb4e9b826bbeb75b91d39f20aab3142">bbf001f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17307">#17307</a></li> <li>fix(build): handle invalid JSON in import.meta.env (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17648">#17648</a>) (<a href="https://github.com/vitejs/vite/commit/659b7206930d660779ad504beef89744fb97d339">659b720</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17648">#17648</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17780">#17780</a>) (<a href="https://github.com/vitejs/vite/commit/e408542748edebd93dba07f21e3fd107725cadca">e408542</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17780">#17780</a></li> <li>fix(mergeConfig): don't recreate server.hmr.server instance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17763">#17763</a>) (<a href="https://github.com/vitejs/vite/commit/5c55b291cf1d41664b0e949acf41d70c956659da">5c55b29</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17763">#17763</a></li> <li>feat(css): support sass modern api (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17728">#17728</a>) (<a href="https://github.com/vitejs/vite/commit/73a3de01d2baaeefeabfa46c28fb49550643b23a">73a3de0</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17728">#17728</a></li> <li>feat(types): support custom VitePreloadErrorEvent (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17615">#17615</a>) (<a href="https://github.com/vitejs/vite/commit/116e37acf1a9ce808bc7a7f3a1439ab749c168e3">116e37a</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17615">#17615</a></li> <li>perf: improve regex performance (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17789">#17789</a>) (<a href="https://github.com/vitejs/vite/commit/952bae3efcbd871fc3df5b1947060de7ebdafa36">952bae3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17789">#17789</a></li> <li>chore: minor config.logger refactor (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17770">#17770</a>) (<a href="https://github.com/vitejs/vite/commit/b947fdcc9d0db51ee6ac64d9712e8f04077280a7">b947fdc</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17770">#17770</a></li> <li>chore: update eslint config (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17788">#17788</a>) (<a href="https://github.com/vitejs/vite/commit/796eef3af1291facc47b5273f83b0ef16d6d76b7">796eef3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/17788">#17788</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/7c06ef07f835308b1ff2de3df02d201a8dbfb3b6"><code>7c06ef0</code></a> refactor(optimizer): use early continues (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/a8e2f6fafcf106ccc0d5a46972e66c2bf73155e3"><code>a8e2f6f</code></a> fix(client): uniform variable <code>location</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6c106622812480d2bb134f8ed8efa84e2eb942c4"><code>6c10662</code></a> chore(deps): update dependency eslint to v9 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bf123f2c6242424a3648cf9234281fd9ff44e3d5"><code>bf123f2</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/ec16a5efc04d8ab50301d184c20e7bd0c8d8f6a2"><code>ec16a5e</code></a> chore: fix some comments (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/c608e6ac740509c2e68a6928d84676878a998dd0"><code>c608e6a</code></a> release: v5.3.1</li> <li><a href="https://github.com/vitejs/vite/commit/6ced135c6fc9367f8d4f8207666e208f90547af5"><code>6ced135</code></a> fix(build): preload treeshaking ignore equal (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17480">#17480</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d355568e8d2dbc30b94b7d7680943f7db713ddc4"><code>d355568</code></a> fix(build): handle preload treeshaking for braces (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17479">#17479</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/1f09344b57b253c0435290de1d6e147c8c9b50d5"><code>1f09344</code></a> chore: consolidate changelog for 5.3 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17476">#17476</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/3e2707122033a5be074d88dbeb244526dee85bb9"><code>3e27071</code></a> fix(build): handle preload treeshaking for commas (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17472">#17472</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite">compare view</a></li> </ul> </details> <br /> 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-13 14:25:58 -04:00
"unplugin-icons": "^0.19.2",
"vite": "^5.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
"vitest": "^2.0.5"
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"
}