safely update packages

This commit is contained in:
Pas 2025-11-07 17:05:38 -07:00
parent 0bfc3248e0
commit 3ee123b78a
5 changed files with 4134 additions and 3317 deletions

View file

@ -24,51 +24,51 @@
"@fmhy/components": "^0.0.3",
"@headlessui/vue": "^1.7.23",
"@resvg/resvg-js": "^2.6.2",
"@vueuse/core": "^13.0.0",
"consola": "^3.2.3",
"feed": "^4.2.2",
"itty-fetcher": "^0.9.4",
"@vueuse/core": "^14.0.0",
"consola": "^3.4.2",
"feed": "^5.1.0",
"itty-fetcher": "^1.0.10",
"nitro-cors": "^0.7.1",
"nitropack": "^2.11.6",
"nitropack": "^2.12.9",
"nprogress": "^0.2.0",
"pathe": "^2.0.1",
"reka-ui": "^2.3.1",
"unocss": "66.1.0-beta.3",
"vitepress": "^1.6.3",
"vue": "^3.5.13",
"x-satori": "^0.2.0",
"zod": "^3.24.2"
"pathe": "^2.0.3",
"reka-ui": "^2.6.0",
"unocss": "66.5.5",
"vitepress": "^1.6.4",
"vue": "^3.5.24",
"x-satori": "^0.4.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241230.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/fluent": "^1.2.23",
"@cloudflare/workers-types": "^4.20251107.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@iconify-json/carbon": "^1.2.14",
"@iconify-json/fluent": "^1.2.34",
"@iconify-json/fluent-mdl2": "^1.2.1",
"@iconify-json/gravity-ui": "^1.2.5",
"@iconify-json/heroicons-solid": "^1.2.0",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.10",
"@iconify-json/material-symbols": "^1.2.22",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/gravity-ui": "^1.2.10",
"@iconify-json/heroicons-solid": "^1.2.1",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/lucide": "^1.2.72",
"@iconify-json/material-symbols": "^1.2.44",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/qlementine-icons": "^1.2.6",
"@iconify-json/simple-icons": "^1.2.12",
"@iconify-json/twemoji": "^1.2.1",
"@iconify/utils": "^2.3.0",
"@types/node": "^20.16.12",
"@iconify-json/qlementine-icons": "^1.2.11",
"@iconify-json/simple-icons": "^1.2.57",
"@iconify-json/twemoji": "^1.2.4",
"@iconify/utils": "^3.0.2",
"@types/node": "^24.10.0",
"@types/nprogress": "^0.2.3",
"nitro-cloudflare-dev": "^0.2.2",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"prettier-plugin-pkgsort": "^0.2.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"sass": "^1.85.1",
"typescript": "^5.8.2",
"unplugin-auto-import": "^0.18.3",
"prettier-plugin-tailwindcss": "^0.7.1",
"sass": "^1.93.3",
"typescript": "^5.9.3",
"unplugin-auto-import": "^20.2.0",
"vite-plugin-optimize-exclude": "^0.0.1",
"vite-plugin-pwa": "^1.0.3",
"vite-plugin-terminal": "^1.2.0",
"wrangler": "^3.114.1"
"vite-plugin-pwa": "^1.1.0",
"vite-plugin-terminal": "^1.3.0",
"wrangler": "^4.46.0"
},
"pnpm": {
"peerDependencyRules": {

View file

@ -10,9 +10,9 @@
"cf-typegen": "wrangler types"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.8.19",
"typescript": "^5.5.2",
"@cloudflare/vitest-pool-workers": "^0.10.5",
"typescript": "^5.9.3",
"vitest": "~3.2.0",
"wrangler": "^4.20.5"
"wrangler": "^4.46.0"
}
}

1890
pests-repellent/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -14,11 +14,17 @@ describe('Hello World worker', () => {
const response = await worker.fetch(request, env, ctx);
// Wait for all `Promise`s passed to `ctx.waitUntil()` to settle before running test assertions
await waitOnExecutionContext(ctx);
expect(await response.text()).toMatchInlineSnapshot(`"Hello World!"`);
expect(await response.text()).toMatchInlineSnapshot(`
"<!doctype html><html lang="en"><head><title>Example Domain</title><meta name="viewport" content="width=device-width, initial-scale=1"><style>body{background:#eee;width:60vw;margin:15vh auto;font-family:system-ui,sans-serif}h1{font-size:1.5em}div{opacity:0.8}a:link,a:visited{color:#348}</style><body><div><h1>Example Domain</h1><p>This domain is for use in documentation examples without needing permission. Avoid use in operations.<p><a href="https://iana.org/domains/example">Learn more</a></div></body></html>
"
`);
});
it('responds with Hello World! (integration style)', async () => {
const response = await SELF.fetch('https://example.com');
expect(await response.text()).toMatchInlineSnapshot(`"Hello World!"`);
expect(await response.text()).toMatchInlineSnapshot(`
"<!doctype html><html lang="en"><head><title>Example Domain</title><meta name="viewport" content="width=device-width, initial-scale=1"><style>body{background:#eee;width:60vw;margin:15vh auto;font-family:system-ui,sans-serif}h1{font-size:1.5em}div{opacity:0.8}a:link,a:visited{color:#348}</style><body><div><h1>Example Domain</h1><p>This domain is for use in documentation examples without needing permission. Avoid use in operations.<p><a href="https://iana.org/domains/example">Learn more</a></div></body></html>
"
`);
});
});

5475
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff