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

View File

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

996
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff