Skip to content

Commit b055329

Browse files
fix(deps): update all non-major dependencies (marimo-team#1537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7bb328 commit b055329

7 files changed

Lines changed: 1803 additions & 1818 deletions

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: "CLA Assistant"
2020
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
21-
uses: contributor-assistant/github-action@v2.3.2
21+
uses: contributor-assistant/github-action@v2.4.0
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
# the below token should have repo scope and must be manually added by you in the repository's secret

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,4 @@ jobs:
201201
- name: 🛑 Cancel Previous Runs
202202
uses: styfle/cancel-workflow-action@0.12.1
203203
- uses: actions/checkout@v4
204-
- uses: crate-ci/typos@v1.20.10
204+
- uses: crate-ci/typos@v1.21.0

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ fail_fast: true
22

33
repos:
44
- repo: https://github.com/abravalheri/validate-pyproject
5-
rev: v0.17
5+
rev: v0.18
66
hooks:
77
- id: validate-pyproject
88

99
- repo: https://github.com/igorshubovych/markdownlint-cli
10-
rev: v0.40.0
10+
rev: v0.41.0
1111
hooks:
1212
- id: markdownlint-fix
1313
args: [-c, configs/.markdownlint.yaml, --fix]
@@ -19,7 +19,7 @@ repos:
1919
- id: typos
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.4.4
22+
rev: v0.4.7
2323
hooks:
2424
# Run the linter
2525
- id: ruff

frontend/package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"dist"
1414
],
1515
"dependencies": {
16-
"@codemirror/autocomplete": "^6.16.0",
16+
"@codemirror/autocomplete": "^6.16.2",
1717
"@codemirror/commands": "^6.5.0",
1818
"@codemirror/lang-markdown": "^6.2.5",
1919
"@codemirror/lang-python": "^6.1.6",
20-
"@codemirror/language": "^6.10.1",
20+
"@codemirror/language": "^6.10.2",
2121
"@codemirror/language-data": "^6.5.1",
22-
"@codemirror/lint": "^6.7.0",
22+
"@codemirror/lint": "^6.8.0",
2323
"@codemirror/search": "^6.5.6",
2424
"@codemirror/state": "^6.4.1",
2525
"@codemirror/theme-one-dark": "^6.1.2",
@@ -31,10 +31,10 @@
3131
"@dnd-kit/utilities": "^3.2.2",
3232
"@emotion/cache": "^11.11.0",
3333
"@emotion/react": "^11.11.4",
34-
"@hookform/resolvers": "^3.3.4",
34+
"@hookform/resolvers": "^3.4.2",
3535
"@lezer/common": "^1.2.1",
3636
"@lezer/highlight": "^1.2.0",
37-
"@lezer/lr": "^1.4.0",
37+
"@lezer/lr": "^1.4.1",
3838
"@marimo-team/react-slotz": "^0.1.8",
3939
"@open-rpc/client-js": "^1.8.1",
4040
"@paralleldrive/cuid2": "^2.2.2",
@@ -63,19 +63,19 @@
6363
"@radix-ui/react-tooltip": "^1.0.7",
6464
"@radix-ui/react-use-callback-ref": "^1.0.1",
6565
"@radix-ui/react-use-controllable-state": "^1.0.1",
66-
"@react-aria/focus": "^3.17.0",
66+
"@react-aria/focus": "^3.17.1",
6767
"@replit/codemirror-vim": "^6.2.1",
6868
"@storybook/addon-styling": "^1.3.7",
69-
"@tanstack/react-table": "^8.16.0",
69+
"@tanstack/react-table": "^8.17.3",
7070
"@textea/json-viewer": "^3.4.1",
7171
"@types/humanize-duration": "^3.27.4",
7272
"@types/js-cookie": "^3.0.6",
73-
"@types/jsdom": "^21.1.6",
73+
"@types/jsdom": "^21.1.7",
7474
"@types/react-grid-layout": "^1.3.5",
7575
"@uidotdev/usehooks": "^2.4.1",
76-
"@uiw/codemirror-extensions-langs": "^4.22.0",
77-
"@uiw/react-codemirror": "^4.22.0",
78-
"ai": "^3.1.1",
76+
"@uiw/codemirror-extensions-langs": "^4.22.1",
77+
"@uiw/react-codemirror": "^4.22.1",
78+
"ai": "^3.1.23",
7979
"ansi_up": "^6.0.2",
8080
"blob-polyfill": "^7.0.20220408",
8181
"class-variance-authority": "^0.7.0",
@@ -91,44 +91,44 @@
9191
"htm": "^3.1.1",
9292
"html-react-parser": "^5.1.10",
9393
"html-to-image": "^1.11.11",
94-
"humanize-duration": "^3.32.0",
94+
"humanize-duration": "^3.32.1",
9595
"iconify-icon": "^2.1.0",
96-
"jotai": "^2.8.0",
96+
"jotai": "^2.8.3",
9797
"js-cookie": "^3.0.5",
9898
"katex": "^0.16.10",
9999
"lodash-es": "^4.17.21",
100-
"lucide-react": "^0.378.0",
100+
"lucide-react": "^0.383.0",
101101
"lz-string": "^1.5.0",
102-
"mermaid": "^10.9.0",
102+
"mermaid": "^10.9.1",
103103
"partysocket": "1.0.1",
104104
"path-to-regexp": "^6.2.2",
105-
"plotly.js": "^2.32.0",
106-
"pyodide": "^0.25.1",
105+
"plotly.js": "^2.33.0",
106+
"pyodide": "^0.26.0",
107107
"react-arborist": "^3.4.0",
108-
"react-aria-components": "^1.2.0",
109-
"react-codemirror-merge": "^4.22.0",
108+
"react-aria-components": "^1.2.1",
109+
"react-codemirror-merge": "^4.22.1",
110110
"react-day-picker": "^8.10.1",
111111
"react-dropzone": "^14.2.3",
112112
"react-error-boundary": "^4.0.13",
113113
"react-grid-layout": "^1.4.4",
114-
"react-hook-form": "^7.51.4",
114+
"react-hook-form": "^7.51.5",
115115
"react-plotly.js": "^2.6.0",
116116
"react-resizable-panels": "2.0.19",
117117
"react-use-event-hook": "^0.9.6",
118118
"react-vega": "^7.6.0",
119119
"reactflow": "^11.11.3",
120120
"rpc-anywhere": "^1.7.0",
121121
"string-dedent": "^3.0.1",
122-
"swiper": "^11.1.1",
122+
"swiper": "^11.1.4",
123123
"tailwind-merge": "^2.3.0",
124124
"tailwindcss-animate": "^1.0.7",
125125
"timestring": "^7.0.0",
126126
"use-resize-observer": "^9.1.0",
127-
"vega-lite": "^5.18.0",
127+
"vega-lite": "^5.18.1",
128128
"vega-loader": "^4.5.1",
129129
"vscode-languageserver-protocol": "^3.17.5",
130130
"web-vitals": "^3.5.2",
131-
"zod": "^3.23.6"
131+
"zod": "^3.23.8"
132132
},
133133
"scripts": {
134134
"preinstall": "npx only-allow pnpm",
@@ -156,7 +156,7 @@
156156
},
157157
"devDependencies": {
158158
"@biomejs/biome": "1.7.3",
159-
"@playwright/test": "^1.44.0",
159+
"@playwright/test": "^1.44.1",
160160
"@storybook/addon-docs": "^8.1.5",
161161
"@storybook/addon-essentials": "^8.1.5",
162162
"@storybook/addon-interactions": "^8.1.5",
@@ -167,17 +167,17 @@
167167
"@storybook/testing-library": "^0.2.2",
168168
"@swc-jotai/react-refresh": "^0.1.0",
169169
"@testing-library/react": "^15.0.7",
170-
"@types/emscripten": "^1.39.11",
170+
"@types/emscripten": "^1.39.13",
171171
"@types/katex": "^0.16.7",
172172
"@types/lodash-es": "^4.17.12",
173-
"@types/node": "^20.12.10",
174-
"@types/react": "^18.3.1",
173+
"@types/node": "^20.14.0",
174+
"@types/react": "^18.3.3",
175175
"@types/react-dom": "^18.3.0",
176176
"@types/react-plotly.js": "^2.6.3",
177177
"@types/timestring": "^6.0.5",
178178
"@typescript-eslint/eslint-plugin": "^7.8.0",
179179
"@typescript-eslint/parser": "^7.8.0",
180-
"@vitejs/plugin-react-swc": "^3.6.0",
180+
"@vitejs/plugin-react-swc": "^3.7.0",
181181
"autoprefixer": "^10.4.19",
182182
"eslint": "^8.57.0",
183183
"eslint-config-prettier": "^9.1.0",
@@ -188,20 +188,20 @@
188188
"eslint-plugin-storybook": "^0.8.0",
189189
"eslint-plugin-unicorn": "^52.0.0",
190190
"eslint-plugin-vitest": "^0.4.1",
191-
"jsdom": "^24.0.0",
192-
"npm-run-all2": "^6.1.2",
191+
"jsdom": "^24.1.0",
192+
"npm-run-all2": "^6.2.0",
193193
"postcss": "^8.4.38",
194194
"postcss-plugin-namespace": "^0.0.3",
195195
"react": "^18.3.1",
196196
"react-dom": "^18.3.1",
197197
"react-test-renderer": "^18.3.1",
198198
"storybook": "^8.1.5",
199-
"stylelint": "^16.5.0",
199+
"stylelint": "^16.6.1",
200200
"stylelint-config-standard": "^36.0.0",
201201
"tailwindcss": "^3.4.3",
202202
"turbo": "^1.13.3",
203203
"typescript": "^5.4.5",
204-
"vite": "^5.2.11",
204+
"vite": "^5.2.12",
205205
"vite-tsconfig-paths": "^4.3.2",
206206
"vitest": "^1.6.0"
207207
}

0 commit comments

Comments
 (0)