Skip to content

Commit c403e64

Browse files
fix(deps): update weekly minor & patch updates
1 parent be9ae6d commit c403e64

8 files changed

Lines changed: 1657 additions & 1715 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: actions/setup-python@v6
4949
with:
50-
python-version: '3.10.4'
50+
python-version: '3.14.4'
5151
cache: 'pip'
5252

5353
- name: Install dependencies

auto_server/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
absl-py==2.1.0
2-
certifi==2025.1.31
3-
grpcio==1.65.1
4-
immutabledict==4.2.0
5-
numpy==2.1.1
6-
ortools==9.10.4067
7-
pandas==2.2.2
1+
absl-py==2.4.0
2+
certifi==2025.11.12
3+
grpcio==1.80.0
4+
immutabledict==4.3.1
5+
numpy==2.4.4
6+
ortools==9.15.6755
7+
pandas==2.3.3
88
protobuf==5.27.2
99
python-dateutil==2.9.0.post0
1010
pytz==2025.2
11-
six==1.16.0
12-
tzdata==2025.2
11+
six==1.17.0
12+
tzdata==2025.3
1313
urllib3==2.2.2

client/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Grab the latest Node base image
2-
FROM node:22.16.0-alpine AS builder
2+
FROM node:22.22.2-alpine AS builder
33
RUN npm i -g pnpm
44

55
# Set the current working directory inside the container
@@ -20,6 +20,6 @@ ARG GIT_COMMIT
2020
RUN if [ -n "$GIT_COMMIT" ]; then export VITE_COMMIT=$GIT_COMMIT; fi && \
2121
pnpm run build
2222

23-
FROM caddy:2.10.0-alpine
23+
FROM caddy:2.11.2-alpine
2424
COPY ./Caddyfile /etc/caddy/Caddyfile
2525
COPY --from=builder /app/dist /srv

client/package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -16,49 +16,49 @@
1616
"format": "prettier --write 'src/**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'"
1717
},
1818
"dependencies": {
19-
"@apollo/client": "3.13.8",
19+
"@apollo/client": "3.14.1",
2020
"@emotion/react": "11.14.0",
2121
"@emotion/styled": "11.14.1",
22-
"@fontsource-variable/roboto-flex": "5.2.6",
22+
"@fontsource-variable/roboto-flex": "5.2.8",
2323
"@hello-pangea/dnd": "18.0.1",
2424
"@heroicons/react": "2.2.0",
25-
"@microsoft/clarity": "1.0.0",
26-
"@mui/icons-material": "5.17.1",
27-
"@mui/lab": "5.0.0-alpha.176",
28-
"@mui/material": "5.17.1",
29-
"@mui/system": "5.17.1",
25+
"@microsoft/clarity": "1.0.2",
26+
"@mui/icons-material": "5.18.0",
27+
"@mui/lab": "5.0.0-alpha.177",
28+
"@mui/material": "5.18.0",
29+
"@mui/system": "5.18.0",
3030
"@mui/x-date-pickers": "6.20.2",
31-
"@uiw/react-color": "2.7.1",
31+
"@uiw/react-color": "2.10.1",
3232
"clsx": "2.1.1",
33-
"colorizr": "3.0.8",
33+
"colorizr": "3.0.9",
3434
"date-fns": "2.30.0",
35-
"dayjs": "1.11.13",
35+
"dayjs": "1.11.20",
3636
"file-saver": "2.0.5",
37-
"framer-motion": "12.23.3",
38-
"fuse.js": "7.1.0",
39-
"ics": "3.8.1",
37+
"framer-motion": "12.38.0",
38+
"fuse.js": "7.3.0",
39+
"ics": "3.11.0",
4040
"is-base64": "1.1.0",
4141
"lodash-es": "4.17.23",
4242
"react": "18.3.1",
4343
"react-dom": "18.3.1",
44-
"react-router-dom": "6.30.0",
44+
"react-router-dom": "6.30.3",
4545
"react-transition-group": "4.4.5",
4646
"react-window": "1.8.11",
47-
"tailwind-merge": "3.3.1",
47+
"tailwind-merge": "3.5.0",
4848
"uuid": "11.1.0",
4949
"web-vitals": "4.2.4",
50-
"workbox-background-sync": "7.3.0",
51-
"workbox-broadcast-update": "7.3.0",
52-
"workbox-cacheable-response": "7.3.0",
53-
"workbox-core": "7.3.0",
54-
"workbox-expiration": "7.3.0",
55-
"workbox-google-analytics": "7.3.0",
56-
"workbox-navigation-preload": "7.3.0",
57-
"workbox-precaching": "7.3.0",
58-
"workbox-range-requests": "7.3.0",
59-
"workbox-routing": "7.3.0",
60-
"workbox-strategies": "7.3.0",
61-
"workbox-streams": "7.3.0"
50+
"workbox-background-sync": "7.4.0",
51+
"workbox-broadcast-update": "7.4.0",
52+
"workbox-cacheable-response": "7.4.0",
53+
"workbox-core": "7.4.0",
54+
"workbox-expiration": "7.4.0",
55+
"workbox-google-analytics": "7.4.0",
56+
"workbox-navigation-preload": "7.4.0",
57+
"workbox-precaching": "7.4.0",
58+
"workbox-range-requests": "7.4.0",
59+
"workbox-routing": "7.4.0",
60+
"workbox-strategies": "7.4.0",
61+
"workbox-streams": "7.4.0"
6262
},
6363
"browserslist": {
6464
"production": [
@@ -73,38 +73,38 @@
7373
]
7474
},
7575
"devDependencies": {
76-
"@eslint/js": "9.31.0",
77-
"@tailwindcss/postcss": "4.1.11",
78-
"@tanstack/eslint-plugin-query": "5.83.1",
76+
"@eslint/js": "9.39.4",
77+
"@tailwindcss/postcss": "4.2.2",
78+
"@tanstack/eslint-plugin-query": "5.99.0",
7979
"@types/file-saver": "2.0.7",
8080
"@types/is-base64": "1.1.3",
8181
"@types/lodash-es": "4.17.12",
82-
"@types/node": "22.15.30",
83-
"@types/react": "18.3.20",
82+
"@types/node": "22.19.17",
83+
"@types/react": "18.3.28",
8484
"@types/react-dom": "18.3.7",
8585
"@types/react-router-dom": "5.3.3",
8686
"@types/react-transition-group": "4.4.12",
8787
"@types/react-window": "1.8.8",
88-
"@vitejs/plugin-react-swc": "3.10.2",
89-
"autoprefixer": "10.4.21",
90-
"eslint": "9.31.0",
91-
"eslint-config-prettier": "10.1.5",
92-
"eslint-plugin-prettier": "5.5.1",
88+
"@vitejs/plugin-react-swc": "3.11.0",
89+
"autoprefixer": "10.4.27",
90+
"eslint": "9.39.4",
91+
"eslint-config-prettier": "10.1.8",
92+
"eslint-plugin-prettier": "5.5.5",
9393
"eslint-plugin-react": "7.37.5",
9494
"eslint-plugin-react-hooks": "5.2.0",
9595
"eslint-plugin-simple-import-sort": "12.1.1",
96-
"eslint-plugin-unused-imports": "4.1.4",
97-
"globals": "16.3.0",
96+
"eslint-plugin-unused-imports": "4.4.1",
97+
"globals": "16.5.0",
9898
"jsdom": "26.1.0",
99-
"postcss": "8.5.6",
100-
"prettier": "3.6.2",
101-
"tailwindcss": "4.1.11",
102-
"typescript": "5.8.3",
103-
"typescript-eslint": "8.37.0",
99+
"postcss": "8.5.9",
100+
"prettier": "3.8.2",
101+
"tailwindcss": "4.2.2",
102+
"typescript": "5.9.3",
103+
"typescript-eslint": "8.58.1",
104104
"vite": "7.1.5",
105105
"vite-bundle-visualizer": "1.2.1",
106106
"vite-tsconfig-paths": "5.1.4",
107107
"vitest": "3.2.4"
108108
},
109-
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad"
109+
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
110110
}

0 commit comments

Comments
 (0)