Skip to content

Commit a24549c

Browse files
authored
Bump all dependencies (#692)
1 parent a7f516c commit a24549c

8 files changed

Lines changed: 1232 additions & 896 deletions

File tree

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"root": true,
3-
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
3+
"$schema": "https://biomejs.dev/schemas/2.5.2/schema.json",
44
"files": {
55
"includes": [
66
"**",

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/check": "^0.9.9",
16-
"@astrojs/cloudflare": "^14.0.1",
17-
"@astrojs/starlight": "^0.41.1",
16+
"@astrojs/cloudflare": "^14.1.1",
17+
"@astrojs/starlight": "^0.41.3",
1818
"@mermaid-js/layout-elk": "^0.2.2",
19-
"astro": "^7.0.3",
19+
"astro": "^7.0.6",
2020
"astro-mermaid": "^2.1.0",
2121
"astro-og-canvas": "^0.12.0",
2222
"canvaskit-wasm": "^0.41.1",
2323
"mermaid": "^11.16.0",
24-
"sharp": "^0.35.2",
24+
"sharp": "^0.35.3",
2525
"starlight-theme-flexoki": "^0.2.2",
2626
"typescript": "^6.0.3",
27-
"wrangler": "^4.105.0"
27+
"wrangler": "^4.107.0"
2828
},
2929
"devDependencies": {
30-
"@types/node": "^26.0.1"
30+
"@types/node": "^26.1.0"
3131
}
3232
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
},
2929
"nano-staged": {
3030
"*.{astro,cjs,css,js,json,jsonc,jsx,mjs,ts,tsx}": [
31-
"biome check --write"
31+
"biome check --write --no-errors-on-unmatched"
3232
]
3333
},
3434
"devDependencies": {
35-
"@biomejs/biome": "^2.5.1",
35+
"@biomejs/biome": "^2.5.2",
3636
"nano-staged": "^1.0.2",
3737
"simple-git-hooks": "^2.13.1"
3838
}

pdf-manager/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
"monitor": "tsx scripts/pdf-monitor.ts"
1212
},
1313
"dependencies": {
14-
"@hono/node-server": "^2.0.6",
15-
"@libpdf/core": "^0.4.0",
14+
"@hono/node-server": "^2.0.8",
15+
"@libpdf/core": "^0.4.1",
1616
"hono": "^4.12.27",
17-
"pdfjs-dist": "^6.0.227",
17+
"pdfjs-dist": "^6.1.200",
1818
"react": "^19.2.7",
1919
"react-aria-components": "^1.19.0",
2020
"react-dom": "^19.2.7"
2121
},
2222
"devDependencies": {
23-
"@clack/prompts": "^1.6.0",
24-
"diff": "^8.0.4",
23+
"@clack/prompts": "^1.7.0",
2524
"@types/react": "^19.2.17",
2625
"@types/react-dom": "^19.2.3",
2726
"@vitejs/plugin-react": "^6.0.3",
27+
"diff": "^8.0.4",
2828
"picocolors": "^1.1.1",
29-
"tsx": "^4.22.4",
29+
"tsx": "^4.23.0",
3030
"typescript": "^6.0.3",
31-
"vite": "^8.1.0",
31+
"vite": "^8.1.3",
3232
"vitest": "^4.1.9"
3333
}
3434
}

pdf-manager/src/components/PdfCanvas.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ export function PdfCanvas({
9191
const fields = new Map<string, Rect[]>();
9292
for (const ann of await page.getAnnotations()) {
9393
if (ann.subtype !== "Widget" || !ann.fieldName) continue;
94-
const [x1, y1, x2, y2] = vp.convertToViewportRectangle(ann.rect);
94+
const [x1, y1, x2, y2] = [
95+
...vp.convertToViewportPoint(ann.rect[0], ann.rect[1]),
96+
...vp.convertToViewportPoint(ann.rect[2], ann.rect[3]),
97+
];
9598
const rect: Rect = {
9699
x: Math.min(x1, x2),
97100
y: Math.min(y1, y2),

pnpm-lock.yaml

Lines changed: 1199 additions & 866 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@
4242
"dependencies": {
4343
"@astrojs/check": "^0.9.9",
4444
"@astrojs/cloudflare": "14.0.1",
45-
"@astrojs/markdown-satteri": "^0.3.2",
46-
"@astrojs/mdx": "^7.0.0",
47-
"@astrojs/react": "^6.0.0",
48-
"@astrojs/rss": "^4.0.18",
45+
"@astrojs/markdown-satteri": "^0.3.3",
46+
"@astrojs/mdx": "^7.0.2",
47+
"@astrojs/react": "^6.0.1",
48+
"@astrojs/rss": "^4.0.19",
4949
"@astrojs/sitemap": "^3.7.3",
5050
"@axe-core/playwright": "^4.12.1",
5151
"@internationalized/date": "^3.12.2",
52-
"@libpdf/core": "^0.4.0",
52+
"@libpdf/core": "^0.4.1",
5353
"@maskito/core": "^5.3.1",
5454
"@remixicon/react": "^4.9.0",
5555
"@severo_bo/us-atlas-2023": "^4.0.0",
5656
"@xstate/react": "^6.1.0",
5757
"astro": "7.0.3",
58-
"astro-pagefind": "^2.0.0",
58+
"astro-pagefind": "^2.0.1",
5959
"browserslist": "^4.28.4",
6060
"cf-workers-og": "^3.0.1",
6161
"d3": "^7.9.0",
@@ -75,7 +75,7 @@
7575
"topojson-client": "^3.1.0",
7676
"typescript": "^6.0.3",
7777
"ua-parser-js": "^2.0.10",
78-
"xstate": "^5.32.2"
78+
"xstate": "^5.32.4"
7979
},
8080
"devDependencies": {
8181
"@playwright/test": "^1.61.1",
@@ -94,26 +94,26 @@
9494
"@types/d3-geo": "^3.1.0",
9595
"@types/d3-selection": "^3.0.11",
9696
"@types/geojson": "^7946.0.16",
97-
"@types/node": "^26.0.1",
97+
"@types/node": "^26.1.0",
9898
"@types/react": "^19.2.17",
9999
"@types/react-dom": "^19.2.3",
100100
"@types/sanitize-html": "^2.16.1",
101101
"@types/topojson-client": "^3.1.5",
102102
"@types/topojson-specification": "^1.0.5",
103103
"@vitest/coverage-v8": "4.1.9",
104104
"@vueless/storybook-dark-mode": "^10.0.8",
105-
"baseline-browser-mapping": "^2.10.40",
105+
"baseline-browser-mapping": "^2.10.41",
106106
"clsx": "^2.1.1",
107107
"fake-indexeddb": "^6.2.5",
108108
"jsdom": "^29.1.1",
109109
"lightningcss": "^1.32.0",
110110
"optimo": "^0.0.27",
111111
"sass-embedded": "^1.100.0",
112-
"satteri": "^0.9.3",
113-
"sharp": "^0.35.2",
112+
"satteri": "^0.9.4",
113+
"sharp": "^0.35.3",
114114
"storybook": "^10.4.6",
115115
"vitest": "4.1.9",
116-
"wrangler": "^4.105.0"
116+
"wrangler": "^4.107.0"
117117
},
118118
"homepage": "https://namesake.fyi",
119119
"bugs": {

web/worker-configuration.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
22
// Generated by Wrangler by running `wrangler types` (hash: f515bc374164a374ab0d3b499acdca61)
3-
// Runtime types generated with workerd@1.20260625.1 2026-06-18 global_fetch_strictly_public,nodejs_compat
3+
// Runtime types generated with workerd@1.20260701.1 2026-06-18 global_fetch_strictly_public,nodejs_compat
44
interface __BaseEnv_Env {
55
DB: D1Database;
66
ASSETS: Fetcher;

0 commit comments

Comments
 (0)