chore: dashboard svelte5, sveltekit3, and vite6 upgrades

This commit is contained in:
Ben Allfree 2025-01-12 14:31:00 -08:00
parent 2b0740944d
commit 2af8834cf3
3 changed files with 482 additions and 598 deletions

View File

@ -16,39 +16,39 @@
"type": "module",
"devDependencies": {
"@beyonk/gdpr-cookie-consent-banner": "^12.1.4",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@microsoft/fetch-event-source": "github:pockethost/fetch-event-source#ebe3b7122647b48b93fd11effbbfb915d98956b0",
"@s-libs/micro-dash": "^18.0.0",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/enhanced-img": "^0.3.8",
"@sveltejs/kit": "^2.6.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.15",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/enhanced-img": "^0.4.4",
"@sveltejs/kit": "^2.15.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.16",
"@types/bootstrap": "^5.2.10",
"@types/d3-scale": "^4.0.8",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/d3-scale-chromatic": "^3.1.0",
"@types/js-cookie": "^3.0.6",
"autoprefixer": "^10.4.20",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"daisyui": "^4.12.12",
"highlight.js": "^11.10.0",
"daisyui": "^4.12.23",
"highlight.js": "^11.11.1",
"just-camel-case": "^6.2.0",
"mdsvex": "^0.12.3",
"mdsvex-enhanced-images": "^0.2.2",
"mdsvex-enhanced-images": "^0.2.3",
"pockethost": "workspace:^",
"sass": "^1.79.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"sass": "^1.83.1",
"svelte": "^5.17.3",
"svelte-check": "^4.1.3",
"svelte-fa": "^4.0.3",
"svelte-highlight": "^7.7.0",
"svelte-highlight": "^7.8.2",
"svelte-preprocess": "^6.0.3",
"svelte-sitemap": "^2.6.0",
"tailwindcss": "^3.4.13",
"svelte-sitemap": "^2.7.0",
"tailwindcss": "^3.4.17",
"unist-util-visit": "^5.0.0",
"vite": "^5.4.8",
"wrangler": "^3.87.0"
"vite": "^6.0.7",
"wrangler": "^3.101.0"
}
}

View File

@ -110,27 +110,29 @@
<td>How to upgrade</td>
</tr>
</thead>
<tr>
<td>&lt;=v0.22.*</td>
<td>v0.23.*</td>
<td
>Create a new v0.23.* instance and follow the <a
href="https://github.com/pocketbase/pocketbase/releases/tag/v0.23.0"
class="link">manual upgrade process</a
>.</td
>
</tr>
<tr>
<td>0.23.*</td>
<td>&lt;=v0.22.*</td>
<td
>Create a new &lt;=v0.22.* instance and migrate your data manually.
Refer to the <a
href="https://github.com/pocketbase/pocketbase/releases/tag/v0.23.0"
class="link">v0.23.* manual upgrade process</a
> and attempt to reverse it.</td
>
</tr>
<tbody>
<tr>
<td>&lt;=v0.22.*</td>
<td>v0.23.*</td>
<td
>Create a new v0.23.* instance and follow the <a
href="https://github.com/pocketbase/pocketbase/releases/tag/v0.23.0"
class="link">manual upgrade process</a
>.</td
>
</tr>
<tr>
<td>0.23.*</td>
<td>&lt;=v0.22.*</td>
<td
>Create a new &lt;=v0.22.* instance and migrate your data
manually. Refer to the <a
href="https://github.com/pocketbase/pocketbase/releases/tag/v0.23.0"
class="link">v0.23.* manual upgrade process</a
> and attempt to reverse it.</td
>
</tr>
</tbody>
</table>
</div>
{/if}

996
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff