Skip to content

Commit d3709de

Browse files
fix(deps): update all npm non-major dependencies (#8085)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4f8e5a commit d3709de

File tree

6 files changed

+2436
-2399
lines changed

6 files changed

+2436
-2399
lines changed

frontend/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"./unstable_internal/*": "./src/*"
2222
},
2323
"dependencies": {
24-
"@ai-sdk/react": "^2.0.119",
24+
"@ai-sdk/react": "^2.0.125",
2525
"@anywidget/types": "^0.2.0",
2626
"@codemirror/autocomplete": "^6.20.0",
2727
"@codemirror/commands": "^6.10.1",
@@ -114,7 +114,7 @@
114114
"@xterm/addon-web-links": "^0.12.0",
115115
"@xterm/xterm": "^5.5.0",
116116
"@zed-industries/agent-client-protocol": "^0.4.5",
117-
"ai": "^5.0.117",
117+
"ai": "^5.0.123",
118118
"ansi_up": "^6.0.6",
119119
"class-variance-authority": "^0.7.1",
120120
"clsx": "^2.1.1",
@@ -127,18 +127,18 @@
127127
"dompurify": "^3.3.1",
128128
"eslint-plugin-header": "^3.1.1",
129129
"htm": "^3.1.1",
130-
"html-react-parser": "^5.2.11",
130+
"html-react-parser": "^5.2.14",
131131
"html-to-image": "1.11.13",
132132
"humanize-duration": "^3.33.2",
133133
"iconify-icon": "^2.3.0",
134-
"jotai": "^2.16.1",
134+
"jotai": "^2.17.0",
135135
"jotai-scope": "^0.10.0",
136136
"js-cookie": "^3.0.5",
137-
"katex": "^0.16.27",
137+
"katex": "^0.16.28",
138138
"lodash-es": "^4.17.22",
139139
"loro-codemirror": "^0.3.3",
140-
"loro-crdt": "^1.10.3",
141-
"lucide-react": "^0.562.0",
140+
"loro-crdt": "^1.10.5",
141+
"lucide-react": "^0.563.0",
142142
"lz-string": "^1.5.0",
143143
"marked": "^15.0.12",
144144
"mermaid": "^11.12.2",
@@ -152,7 +152,7 @@
152152
"react-codemirror-merge": "4.25.4",
153153
"react-dnd": "^16.0.1",
154154
"react-dnd-html5-backend": "^16.0.1",
155-
"react-dropzone": "^14.3.8",
155+
"react-dropzone": "^14.4.0",
156156
"react-error-boundary": "^5.0.0",
157157
"react-grid-layout": "^1.5.3",
158158
"react-hook-form": "7.54.2",
@@ -165,7 +165,7 @@
165165
"reactflow": "^11.11.4",
166166
"remark-gfm": "^4.0.1",
167167
"rpc-anywhere": "^1.7.0",
168-
"sql-formatter": "^15.6.12",
168+
"sql-formatter": "^15.7.0",
169169
"streamdown": "^2.1.0",
170170
"string-dedent": "^3.0.2",
171171
"swiper": "^11.2.10",
@@ -183,7 +183,7 @@
183183
"vscode-jsonrpc": "^8.2.1",
184184
"vscode-languageserver-protocol": "^3.17.5",
185185
"web-vitals": "^4.2.4",
186-
"zod": "^4.3.4"
186+
"zod": "^4.3.6"
187187
},
188188
"scripts": {
189189
"preinstall": "npx only-allow pnpm",
@@ -211,7 +211,7 @@
211211
"react-dom": "^17 || ^18 || ^19"
212212
},
213213
"devDependencies": {
214-
"@babel/plugin-proposal-decorators": "^7.28.0",
214+
"@babel/plugin-proposal-decorators": "^7.28.6",
215215
"@babel/preset-typescript": "^7.25.9",
216216
"@biomejs/biome": "2.3.12",
217217
"@codecov/vite-plugin": "^1.9.1",
@@ -224,10 +224,10 @@
224224
"@testing-library/jest-dom": "^6.9.1",
225225
"@testing-library/react": "^16.3.1",
226226
"@types/dompurify": "^3.2.0",
227-
"@types/katex": "^0.16.7",
227+
"@types/katex": "^0.16.8",
228228
"@types/lodash-es": "^4.17.12",
229-
"@types/node": "^24.10.4",
230-
"@types/react": "^19.2.7",
229+
"@types/node": "^24.10.9",
230+
"@types/react": "^19.2.10",
231231
"@types/react-dom": "^19.2.3",
232232
"@types/react-plotly.js": "^2.6.4",
233233
"@types/timestring": "^6.0.5",
@@ -251,9 +251,9 @@
251251
"npm-run-all2": "^6.2.6",
252252
"postcss": "^8.5.6",
253253
"postcss-plugin-namespace": "^0.0.3",
254-
"react": "^19.2.3",
254+
"react": "^19.2.4",
255255
"react-compiler-runtime": "19.1.0-rc.3",
256-
"react-dom": "^19.2.3",
256+
"react-dom": "^19.2.4",
257257
"storybook": "^10.2.0",
258258
"stylelint": "^16.26.1",
259259
"stylelint-config-standard": "^36.0.1",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
"@biomejs/biome": "2.3.12",
1313
"@testing-library/jest-dom": "^6.9.1",
1414
"@typescript/native-preview": "7.0.0-dev.20251128.1",
15-
"turbo": "^2.7.2",
15+
"turbo": "^2.8.0",
1616
"vitest": "^3.2.4"
1717
},
1818
"engines": {
1919
"node": ">=20",
2020
"pnpm": ">=9.15.9"
2121
},
22-
"packageManager": "pnpm@10.27.0",
22+
"packageManager": "pnpm@10.28.2",
2323
"pnpm": {
2424
"patchedDependencies": {
2525
"react-plotly.js": "patches/react-plotly.js.patch",
2626
"html-to-image@1.11.13": "patches/html-to-image@1.11.13.patch"
2727
},
2828
"overrides": {
29-
"react": "^19.2.3",
30-
"react-dom": "^19.2.3",
31-
"vite": "npm:rolldown-vite@7.3.0",
29+
"react": "^19.2.4",
30+
"react-dom": "^19.2.4",
31+
"vite": "npm:rolldown-vite@7.3.1",
3232
"form-data": ">=4.0.5"
3333
},
3434
"peerDependencyRules": {

packages/llm-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@marimo-team/tsconfig": "workspace:*",
2323
"yaml": "^2.8.2",
2424
"vitest": "^3.2.4",
25-
"zod": "^4.3.4"
25+
"zod": "^4.3.6"
2626
}
2727
}

packages/lsp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"@github/copilot-language-server": "^1.406.0"
14+
"@github/copilot-language-server": "^1.418.0"
1515
},
1616
"devDependencies": {
1717
"@biomejs/biome": "2.3.12",
1818
"@types/minimist": "^1.2.5",
19-
"@types/node": "^24.10.4",
19+
"@types/node": "^24.10.9",
2020
"@types/ws": "^8.18.1",
2121
"@vitest/expect": "^1.6.1",
2222
"jsonrpc-ws-proxy": "^0.0.5",
@@ -25,7 +25,7 @@
2525
"typescript": "^5.9.3",
2626
"vitest": "^3.2.4",
2727
"vscode-ws-jsonrpc": "^3.5.0",
28-
"ws": "^8.18.3"
28+
"ws": "^8.19.0"
2929
},
30-
"packageManager": "pnpm@10.27.0"
30+
"packageManager": "pnpm@10.28.2"
3131
}

packages/smart-cells/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@marimo-team/tsconfig": "workspace:*",
25-
"@types/node": "^20.19.27",
25+
"@types/node": "^20.19.30",
2626
"typescript": "^5.9.3",
2727
"vitest": "^3.2.4"
2828
},

0 commit comments

Comments
 (0)