Skip to content

Commit 4c79b64

Browse files
fix(deps): update weekly minor & patch updates
1 parent b4e899e commit 4c79b64

File tree

9 files changed

+1200
-1090
lines changed

9 files changed

+1200
-1090
lines changed

.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@v5
4949
with:
50-
python-version: '3.10.4'
50+
python-version: '3.14.0'
5151
cache: 'pip'
5252

5353
- name: Install dependencies

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
token: ${{ secrets.GH_TOKEN }}
107107
ref: dev
108108
- name: Install yq - portable yaml processor
109-
uses: mikefarah/yq@v4.44.2
109+
uses: mikefarah/yq@v4.48.1
110110
- name: Update deployment
111111
env:
112112
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

auto_server/requirements.txt

Lines changed: 8 additions & 8 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.3.1
2+
certifi==2025.10.5
3+
grpcio==1.76.0
4+
immutabledict==4.2.2
5+
numpy==2.3.4
6+
ortools==9.14.6206
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
11+
six==1.17.0
1212
tzdata==2025.2
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.21.1-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.10.2-alpine
2424
COPY ./Caddyfile /etc/caddy/Caddyfile
2525
COPY --from=builder /app/dist /srv

client/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,32 @@
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.0",
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",
2525
"@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",
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.9.2",
3232
"clsx": "2.1.1",
3333
"colorizr": "3.0.8",
3434
"date-fns": "2.30.0",
35-
"dayjs": "1.11.13",
35+
"dayjs": "1.11.18",
3636
"file-saver": "2.0.5",
37-
"framer-motion": "12.23.3",
37+
"framer-motion": "12.23.24",
3838
"fuse.js": "7.1.0",
3939
"ics": "3.8.1",
4040
"is-base64": "1.1.0",
4141
"lodash-es": "4.17.21",
4242
"react": "18.3.1",
4343
"react-dom": "18.3.1",
44-
"react-router-dom": "6.30.0",
44+
"react-router-dom": "6.30.1",
4545
"react-transition-group": "4.4.5",
4646
"react-window": "1.8.11",
4747
"tailwind-merge": "3.3.1",
@@ -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.38.0",
77+
"@tailwindcss/postcss": "4.1.16",
78+
"@tanstack/eslint-plugin-query": "5.91.2",
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.18.13",
83+
"@types/react": "18.3.26",
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",
88+
"@vitejs/plugin-react-swc": "3.11.0",
8989
"autoprefixer": "10.4.21",
90-
"eslint": "9.31.0",
91-
"eslint-config-prettier": "10.1.5",
92-
"eslint-plugin-prettier": "5.5.1",
90+
"eslint": "9.38.0",
91+
"eslint-config-prettier": "10.1.8",
92+
"eslint-plugin-prettier": "5.5.4",
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.3.0",
97+
"globals": "16.4.0",
9898
"jsdom": "26.1.0",
9999
"postcss": "8.5.6",
100100
"prettier": "3.6.2",
101-
"tailwindcss": "4.1.11",
102-
"typescript": "5.8.3",
103-
"typescript-eslint": "8.37.0",
101+
"tailwindcss": "4.1.16",
102+
"typescript": "5.9.3",
103+
"typescript-eslint": "8.46.2",
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.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
110110
}

0 commit comments

Comments
 (0)