Skip to content

Commit 158cac7

Browse files
fix(deps): update all npm non-major dependencies (#6213)
1 parent 70dcc96 commit 158cac7

File tree

10 files changed

+2153
-2216
lines changed

10 files changed

+2153
-2216
lines changed

.github/renovate.json5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@
6161
"!/.*storybook.*/",
6262
"!/.*typescript.*/",
6363
"!/.*openapi-fetch.*/",
64-
"!/.*react-aria.*/"
64+
"!/.*react-aria.*/",
65+
// react-hook-form is pinned to 7.54.2
66+
"!/.*react-hook-form.*/",
67+
// pyodide needs to be manually updated
68+
"!/.*pyodide.*/"
6569
],
6670
"schedule": ["on the 1st day of the month"]
6771
},

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ repos:
4343
rev: v2.2.2
4444
hooks:
4545
- id: biome-check
46-
args: [--config-path, biome.jsonc, --diagnostic-level, warn]
47-
additional_dependencies: ['@biomejs/biome@2.0.0-beta.6']
46+
args: [--diagnostic-level, warn]
4847
exclude: |
4948
(?x)^(
5049
docs/_static/.*|

biome.jsonc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,12 @@
4040
},
4141
"correctness": {
4242
"noInnerDeclarations": "error",
43-
"noUnusedImports": "error",
43+
"noNestedComponentDefinitions": "off",
4444
"noUnusedFunctionParameters": "warn",
45+
"noUnusedImports": "error",
4546
"useExhaustiveDependencies": "off",
46-
"useHookAtTopLevel": "info"
47-
},
48-
"nursery": {
49-
"useUniqueElementIds": "warn",
50-
"noNestedComponentDefinitions": "off"
47+
"useHookAtTopLevel": "info",
48+
"useUniqueElementIds": "warn"
5149
},
5250
"security": {
5351
"noDangerouslySetInnerHtml": "off"
@@ -95,6 +93,8 @@
9593
},
9694
"suspicious": {
9795
"noArrayIndexKey": "off",
96+
"noUnknownAtRules": "off",
97+
"useIterableCallbackReturn": "warn",
9898
"noAssignInExpressions": "info",
9999
"noConsole": "off",
100100
"noDoubleEquals": "error",

frontend/package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@codemirror/theme-one-dark": "^6.1.3",
3434
"@codemirror/view": "^6.38.2",
3535
"@dagrejs/dagre": "^1.1.5",
36-
"@date-fns/tz": "^1.2.0",
36+
"@date-fns/tz": "^1.4.1",
3737
"@dnd-kit/core": "^6.3.1",
3838
"@dnd-kit/modifiers": "^9.0.0",
3939
"@dnd-kit/sortable": "^10.0.0",
@@ -43,20 +43,20 @@
4343
"@glideapps/glide-data-grid": "6.0.4-alpha16",
4444
"@hookform/resolvers": "^3.10.0",
4545
"@img-comparison-slider/react": "^8.0.2",
46-
"@internationalized/date": "^3.8.2",
46+
"@internationalized/date": "^3.9.0",
4747
"@lezer/common": "^1.2.3",
4848
"@lezer/highlight": "^1.2.1",
4949
"@lezer/lr": "^1.4.2",
5050
"@lezer/markdown": "^1.4.3",
5151
"@lezer/python": "^1.1.18",
5252
"@marimo-team/codemirror-ai": "^0.3.2",
53-
"@marimo-team/codemirror-languageserver": "^1.15.24",
53+
"@marimo-team/codemirror-languageserver": "1.15.24",
5454
"@marimo-team/codemirror-mcp": "^0.1.5",
5555
"@marimo-team/codemirror-sql": "^0.2.1",
5656
"@marimo-team/llm-info": "workspace:*",
5757
"@marimo-team/marimo-api": "workspace:*",
5858
"@marimo-team/react-slotz": "^0.2.0",
59-
"@mui/material": "^6.4.12",
59+
"@mui/material": "^6.5.0",
6060
"@open-rpc/client-js": "^1.8.1",
6161
"@paralleldrive/cuid2": "^2.2.2",
6262
"@radix-ui/colors": "^3.0.0",
@@ -86,7 +86,7 @@
8686
"@radix-ui/react-use-callback-ref": "~1.1.1",
8787
"@radix-ui/react-use-controllable-state": "~1.2.2",
8888
"@replit/codemirror-vim": "^6.3.0",
89-
"@tailwindcss/postcss": "^4.1.11",
89+
"@tailwindcss/postcss": "^4.1.12",
9090
"@tailwindcss/typography": "^0.5.16",
9191
"@tanstack/react-table": "^8.21.3",
9292
"@textea/json-viewer": "^4.0.1",
@@ -96,7 +96,7 @@
9696
"@types/react-grid-layout": "^1.3.5",
9797
"@uidotdev/usehooks": "^2.4.1",
9898
"@uiw/codemirror-extensions-langs": "^4.25.1",
99-
"@uiw/react-codemirror": "4.23.14",
99+
"@uiw/react-codemirror": "4.25.1",
100100
"@uwdata/flechette": "^1.1.2",
101101
"@valtown/codemirror-codeium": "^1.1.1",
102102
"@xterm/addon-attach": "^0.11.0",
@@ -108,34 +108,34 @@
108108
"clsx": "^2.1.1",
109109
"cmdk": "^1.1.1",
110110
"compassql": "^0.21.2",
111-
"cssnano": "^7.0.7",
111+
"cssnano": "^7.1.1",
112112
"date-fns": "^4.1.0",
113113
"dequal": "^2.0.3",
114114
"eslint-plugin-header": "^3.1.1",
115115
"htm": "^3.1.1",
116-
"html-react-parser": "^5.2.5",
116+
"html-react-parser": "^5.2.6",
117117
"html-to-image": "^1.11.13",
118118
"humanize-duration": "^3.33.0",
119119
"iconify-icon": "^2.3.0",
120-
"jotai": "^2.12.5",
121-
"jotai-scope": "^0.8.3",
120+
"jotai": "^2.13.1",
121+
"jotai-scope": "^0.9.3",
122122
"js-cookie": "^3.0.5",
123123
"katex": "^0.16.22",
124124
"lodash-es": "^4.17.21",
125125
"loro-codemirror": "^0.2.0",
126-
"loro-crdt": "^1.5.9",
127-
"lucide-react": "^0.525.0",
126+
"loro-crdt": "^1.6.0",
127+
"lucide-react": "^0.542.0",
128128
"lz-string": "^1.5.0",
129129
"marked": "^15.0.12",
130-
"mermaid": "^11.7.0",
131-
"partysocket": "1.1.4",
132-
"path-to-regexp": "^8.2.0",
130+
"mermaid": "^11.10.1",
131+
"partysocket": "1.1.5",
132+
"path-to-regexp": "^8.3.0",
133133
"plotly.js": "^2.35.3",
134134
"pyodide": "0.27.7",
135135
"react-arborist": "^3.4.3",
136136
"react-aria": "^3.42.0",
137137
"react-aria-components": "^1.11.0",
138-
"react-codemirror-merge": "4.23.14",
138+
"react-codemirror-merge": "4.25.1",
139139
"react-dropzone": "^14.3.8",
140140
"react-error-boundary": "^5.0.0",
141141
"react-grid-layout": "^1.5.2",
@@ -144,10 +144,10 @@
144144
"react-plotly.js": "^2.6.0",
145145
"react-resizable-panels": "2.1.9",
146146
"react-use-event-hook": "^0.9.6",
147-
"react-vega": "^7.6.0",
148-
"react-virtuoso": "^4.13.0",
147+
"react-vega": "^7.7.1",
148+
"react-virtuoso": "^4.14.0",
149149
"reactflow": "^11.11.4",
150-
"remark-gfm": "^4.0.0",
150+
"remark-gfm": "^4.0.1",
151151
"rpc-anywhere": "^1.7.0",
152152
"sql-formatter": "^15.6.6",
153153
"string-dedent": "^3.0.2",
@@ -163,7 +163,7 @@
163163
"vscode-jsonrpc": "^8.2.1",
164164
"vscode-languageserver-protocol": "^3.17.5",
165165
"web-vitals": "^4.2.4",
166-
"zod": "^3.25.67"
166+
"zod": "^3.25.76"
167167
},
168168
"scripts": {
169169
"preinstall": "npx only-allow pnpm",
@@ -192,11 +192,11 @@
192192
},
193193
"devDependencies": {
194194
"@babel/plugin-proposal-class-properties": "^7.18.6",
195-
"@babel/plugin-proposal-decorators": "^7.27.1",
195+
"@babel/plugin-proposal-decorators": "^7.28.0",
196196
"@babel/preset-typescript": "^7.25.9",
197-
"@biomejs/biome": "2.0.6",
197+
"@biomejs/biome": "2.2.2",
198198
"@codecov/vite-plugin": "^1.9.1",
199-
"@csstools/postcss-light-dark-function": "^2.0.9",
199+
"@csstools/postcss-light-dark-function": "^2.0.10",
200200
"@playwright/test": "^1.55.0",
201201
"@storybook/addon-docs": "^9.1.3",
202202
"@storybook/addon-links": "^9.1.3",
@@ -206,16 +206,16 @@
206206
"@testing-library/react": "^16.3.0",
207207
"@types/katex": "^0.16.7",
208208
"@types/lodash-es": "^4.17.12",
209-
"@types/node": "^24.0.10",
210-
"@types/react": "^19.1.8",
211-
"@types/react-dom": "^19.1.6",
209+
"@types/node": "^24.3.0",
210+
"@types/react": "^19.1.12",
211+
"@types/react-dom": "^19.1.9",
212212
"@types/react-plotly.js": "^2.6.3",
213213
"@types/timestring": "^6.0.5",
214214
"@typescript-eslint/eslint-plugin": "^7.15.0",
215215
"@typescript-eslint/parser": "^7.15.0",
216216
"@vitejs/plugin-react": "^4.7.0",
217217
"@vitejs/plugin-react-swc": "^3.11.0",
218-
"babel-plugin-react-compiler": "19.1.0-rc.2",
218+
"babel-plugin-react-compiler": "19.1.0-rc.3",
219219
"blob-polyfill": "^7.0.20220408",
220220
"cross-env": "^7.0.3",
221221
"eslint": "^8.57.0",
@@ -227,15 +227,15 @@
227227
"eslint-plugin-unicorn": "^54.0.0",
228228
"eslint-plugin-vitest": "^0.4.1",
229229
"jsdom": "^24.1.3",
230-
"msw": "^2.10.2",
230+
"msw": "^2.11.1",
231231
"npm-run-all2": "^6.2.6",
232232
"postcss": "^8.5.6",
233233
"postcss-plugin-namespace": "^0.0.3",
234-
"react": "^19.1.0",
235-
"react-compiler-runtime": "19.1.0-rc.2",
236-
"react-dom": "^19.1.0",
234+
"react": "^19.1.1",
235+
"react-compiler-runtime": "19.1.0-rc.3",
236+
"react-dom": "^19.1.1",
237237
"storybook": "^9.1.3",
238-
"stylelint": "^16.21.0",
238+
"stylelint": "^16.23.1",
239239
"stylelint-config-standard": "^36.0.1",
240240
"tailwindcss": "^4.1.12",
241241
"vite": "^6.3.5",

frontend/src/__tests__/__snapshots__/CellStatus.test.tsx.snap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ exports[`CellStatusComponent > renders disabled and stale state 1`] = `
3939
width="24"
4040
xmlns="http://www.w3.org/2000/svg"
4141
>
42+
<path
43+
d="M4.929 4.929 19.07 19.071"
44+
/>
4245
<circle
4346
cx="12"
4447
cy="12"
4548
r="10"
4649
/>
47-
<path
48-
d="m4.9 4.9 14.2 14.2"
49-
/>
5050
</svg>
5151
<div
5252
class="second-icon absolute bottom-[-2px] right-[-2px] rounded-full"
@@ -104,14 +104,14 @@ exports[`CellStatusComponent > renders disabled state 1`] = `
104104
width="24"
105105
xmlns="http://www.w3.org/2000/svg"
106106
>
107+
<path
108+
d="M4.929 4.929 19.07 19.071"
109+
/>
107110
<circle
108111
cx="12"
109112
cy="12"
110113
r="10"
111114
/>
112-
<path
113-
d="m4.9 4.9 14.2 14.2"
114-
/>
115115
</svg>
116116
</div>
117117
</div>
@@ -175,14 +175,14 @@ exports[`CellStatusComponent > renders disabled transitively state 1`] = `
175175
width="24"
176176
xmlns="http://www.w3.org/2000/svg"
177177
>
178+
<path
179+
d="M4.929 4.929 19.07 19.071"
180+
/>
178181
<circle
179182
cx="12"
180183
cy="12"
181184
r="10"
182185
/>
183-
<path
184-
d="m4.9 4.9 14.2 14.2"
185-
/>
186186
</svg>
187187
</div>
188188
</div>
@@ -403,14 +403,14 @@ exports[`CellStatusComponent > renders stale and disabled transitively state 1`]
403403
width="24"
404404
xmlns="http://www.w3.org/2000/svg"
405405
>
406+
<path
407+
d="M4.929 4.929 19.07 19.071"
408+
/>
406409
<circle
407410
cx="12"
408411
cy="12"
409412
r="10"
410413
/>
411-
<path
412-
d="m4.9 4.9 14.2 14.2"
413-
/>
414414
</svg>
415415
</div>
416416
</div>

frontend/src/css/md.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ button .prose.prose {
268268
}
269269

270270
.prose span.critic::after {
271-
content: "\ab\00a0";
271+
content: "ab\00a0";
272272
border-left: none;
273273
border-top-right-radius: 3px;
274274
border-bottom-right-radius: 3px;

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"dev": "pnpm run --filter @marimo-team/frontend dev"
1010
},
1111
"devDependencies": {
12-
"@biomejs/biome": "2.0.6",
12+
"@biomejs/biome": "2.2.2",
1313
"@testing-library/jest-dom": "^6.8.0",
14-
"turbo": "^2.5.4",
14+
"turbo": "^2.5.6",
1515
"typescript": "^5.9.2",
1616
"vitest": "^3.2.4"
1717
},
1818
"engines": {
1919
"node": ">=20",
20-
"pnpm": ">=9"
20+
"pnpm": ">=9.15.9"
2121
},
2222
"pnpm": {
2323
"patchedDependencies": {
2424
"react-plotly.js": "patches/react-plotly.js.patch"
2525
}
2626
},
27-
"packageManager": "pnpm@10.12.4"
27+
"packageManager": "pnpm@10.15.1"
2828
}

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.1",
2424
"vitest": "^3.2.4",
25-
"zod": "^3.25.67"
25+
"zod": "^3.25.76"
2626
}
2727
}

packages/lsp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"@github/copilot-language-server": "^1.338.0"
14+
"@github/copilot-language-server": "^1.366.0"
1515
},
1616
"devDependencies": {
17-
"@biomejs/biome": "2.0.0-beta.6",
17+
"@biomejs/biome": "2.2.2",
1818
"@types/minimist": "^1.2.5",
19-
"@types/node": "^24.0.10",
19+
"@types/node": "^24.3.0",
2020
"@types/ws": "^8.18.1",
2121
"@vitest/expect": "^1.6.1",
2222
"jsonrpc-ws-proxy": "^0.0.5",
2323
"minimist": "^1.2.8",
2424
"tsup": "^8.5.0",
2525
"typescript": "^5.9.2",
2626
"vitest": "^3.2.4",
27-
"vscode-ws-jsonrpc": "^3.4.0",
27+
"vscode-ws-jsonrpc": "^3.5.0",
2828
"ws": "^8.18.3"
2929
},
30-
"packageManager": "pnpm@10.12.4"
30+
"packageManager": "pnpm@10.15.1"
3131
}

0 commit comments

Comments
 (0)