Skip to content

Commit d06e0fc

Browse files
authored
Upgrade all non-major deps (#554)
1 parent fe5a613 commit d06e0fc

4 files changed

Lines changed: 2132 additions & 2590 deletions

File tree

astro.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ export default defineConfig({
7777
host: true,
7878
},
7979
vite: {
80+
ssr: {
81+
optimizeDeps: {
82+
exclude: ["astro-portabletext"],
83+
},
84+
},
8085
css: {
8186
transformer: "lightningcss",
8287
lightningcss: {

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.15/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
33
"files": {
44
"includes": [
55
"**",

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@
4949
"@astrojs/mdx": "^5.0.6",
5050
"@astrojs/react": "^5.0.5",
5151
"@astrojs/rss": "^4.0.18",
52-
"@astrojs/sitemap": "^3.7.2",
52+
"@astrojs/sitemap": "^3.7.3",
5353
"@axe-core/playwright": "^4.11.3",
54-
"@cantoo/pdf-lib": "^2.6.5",
54+
"@cantoo/pdf-lib": "^2.7.1",
5555
"@hono/node-server": "^2.0.4",
56-
"@internationalized/date": "^3.12.0",
56+
"@internationalized/date": "^3.12.1",
5757
"@maskito/core": "^5.2.2",
5858
"@portabletext/react": "^6.2.0",
5959
"@portabletext/types": "^4.0.2",
6060
"@remixicon/react": "^4.9.0",
6161
"@sanity/astro": "^3.4.0",
6262
"@sanity/client": "^7.22.0",
63-
"@sanity/codegen": "^6.1.0",
63+
"@sanity/codegen": "^6.1.1",
6464
"@sanity/icons": "^3.7.4",
6565
"@sanity/image-url": "^2.1.1",
66-
"@sanity/types": "^5.25.1",
66+
"@sanity/types": "^5.27.0",
6767
"@sanity/ui": "^3.2.0",
6868
"@severo_bo/us-atlas-2023": "^4.0.0",
6969
"@xstate/react": "^6.1.0",
@@ -74,36 +74,36 @@
7474
"d3-geo": "^3.1.1",
7575
"d3-selection": "^3.0.0",
7676
"fathom-client": "^3.7.2",
77-
"groq": "^5.25.1",
77+
"groq": "^5.27.0",
7878
"hono": "^4.12.23",
7979
"idb": "^8.0.3",
8080
"language-name-map": "^0.3.0",
8181
"react": "^19.2.6",
82-
"react-aria-components": "^1.16.0",
82+
"react-aria-components": "^1.17.0",
8383
"react-dom": "^19.2.6",
84-
"react-hook-form": "^7.75.0",
84+
"react-hook-form": "^7.76.1",
8585
"react-is": "^19.2.6",
8686
"react-lite-youtube-embed": "^3.5.1",
8787
"rough-notation": "^0.5.1",
8888
"sanitize-html": "^2.17.4",
89-
"sanity": "^5.25.1",
90-
"styled-components": "^6.4.1",
89+
"sanity": "^5.27.0",
90+
"styled-components": "^6.4.2",
9191
"topojson-client": "^3.1.0",
92-
"typescript": "^6.0.3",
93-
"ua-parser-js": "^2.0.9",
92+
"typescript": "^5.9.3",
93+
"ua-parser-js": "^2.0.10",
9494
"xstate": "^5.31.1"
9595
},
9696
"devDependencies": {
97-
"@biomejs/biome": "^2.4.15",
97+
"@biomejs/biome": "^2.4.16",
9898
"@clack/prompts": "^1.4.0",
9999
"@playwright/test": "^1.60.0",
100100
"@react-aria/test-utils": "1.0.0-beta.3",
101-
"@storybook/addon-links": "^10.4.0",
102-
"@storybook/addon-themes": "^10.4.0",
103-
"@storybook/addon-vitest": "^10.4.0",
104-
"@storybook/builder-vite": "^10.4.0",
105-
"@storybook/react": "^10.4.0",
106-
"@storybook/react-vite": "^10.4.0",
101+
"@storybook/addon-links": "^10.4.1",
102+
"@storybook/addon-themes": "^10.4.1",
103+
"@storybook/addon-vitest": "^10.4.1",
104+
"@storybook/builder-vite": "^10.4.1",
105+
"@storybook/react": "^10.4.1",
106+
"@storybook/react-vite": "^10.4.1",
107107
"@testing-library/dom": "^10.4.1",
108108
"@testing-library/jest-dom": "^6.9.1",
109109
"@testing-library/react": "^16.3.2",
@@ -112,17 +112,17 @@
112112
"@types/d3-geo": "^3.1.0",
113113
"@types/d3-selection": "^3.0.11",
114114
"@types/geojson": "^7946.0.16",
115-
"@types/node": "^25.8.0",
116-
"@types/react": "^19.2.14",
115+
"@types/node": "^25.9.1",
116+
"@types/react": "^19.2.15",
117117
"@types/react-dom": "^19.2.3",
118118
"@types/sanitize-html": "^2.16.1",
119119
"@types/topojson-client": "^3.1.5",
120120
"@types/topojson-specification": "^1.0.5",
121-
"@vitejs/plugin-react": "^4.3.4",
121+
"@vitejs/plugin-react": "^4.7.0",
122122
"@vitest/coverage-v8": "4.1.6",
123123
"@vueless/storybook-dark-mode": "^10.0.8",
124124
"autoprefixer": "^10.5.0",
125-
"baseline-browser-mapping": "^2.10.29",
125+
"baseline-browser-mapping": "^2.10.32",
126126
"clsx": "^2.1.1",
127127
"cssnano": "^8.0.1",
128128
"fake-indexeddb": "^6.2.5",
@@ -132,14 +132,14 @@
132132
"optimo": "^0.0.27",
133133
"pdfjs-dist": "^4.10.38",
134134
"react-compiler-runtime": "^1.0.0",
135-
"sass-embedded": "^1.99.0",
135+
"sass-embedded": "^1.100.0",
136136
"sharp": "^0.34.5",
137137
"simple-git-hooks": "^2.13.1",
138-
"storybook": "^10.4.0",
138+
"storybook": "^10.4.1",
139139
"tsx": "^4.22.3",
140-
"vite": "^6.3.5",
140+
"vite": "^7.3.3",
141141
"vitest": "4.1.6",
142-
"wrangler": "^4.91.0"
142+
"wrangler": "^4.95.0"
143143
},
144144
"packageManager": "pnpm@11.1.2",
145145
"homepage": "https://namesake.fyi",

0 commit comments

Comments
 (0)