Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit b693720

Browse files
fix(deps): update all non-major dependencies
1 parent 4537d0b commit b693720

10 files changed

Lines changed: 1290 additions & 1907 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.18.1
1+
FROM node:20.18.2
22

33
# install pnpm
44
RUN npm install --global pnpm@8

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5454

5555
- id: version-metadata-eslint
56-
uses: Quantco/ui-actions/version-metadata@v1.0.17
56+
uses: Quantco/ui-actions/version-metadata@v1.0.18
5757
with:
5858
file: "eslint-config/package.json"
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060

6161
- id: publish-eslint
62-
uses: Quantco/ui-actions/publish@v1.0.17
62+
uses: Quantco/ui-actions/publish@v1.0.18
6363
with:
6464
increment-type: minor
6565
relevant-files: '[".github/**", "eslint-config/**"]'

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
62+
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
6363
with:
6464
name: SARIF file
6565
path: results.sarif
6666
retention-days: 5
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2.27.0
70+
uses: github/codeql-action/upload-sarif@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
7171
with:
7272
sarif_file: results.sarif

Dockerfile.tasks

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.18.1 as build
1+
FROM node:20.18.2 as build
22
ENV NEXT_TELEMETRY_DISABLED 1
33
ARG WS="@helpwave/tasks"
44

@@ -24,7 +24,7 @@ COPY tasks ./tasks/
2424
COPY api-services ./api-services/
2525
RUN pnpm --filter $WS run build
2626

27-
FROM node:20.18.1-alpine
27+
FROM node:20.18.2-alpine
2828

2929
LABEL maintainer="tech@helpwave.de"
3030

api-services/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@helpwave/common": "workspace:*",
1111
"@helpwave/proto-ts": "0.61.0-e1d7c0c.0",
1212
"@tanstack/react-query": "4.36.1",
13-
"@tanstack/react-query-devtools": "5.62.7",
13+
"@tanstack/react-query-devtools": "5.65.1",
1414
"@types/google-protobuf": "3.15.12",
1515
"cookies-next": "2.1.2",
1616
"google-protobuf": "3.21.4",
@@ -19,13 +19,13 @@
1919
"oauth4webapi": "2.17.0",
2020
"react": "18.3.1",
2121
"rxjs": "7.8.1",
22-
"typescript": "5.7.2",
22+
"typescript": "5.7.3",
2323
"zod": "3.24.1"
2424
},
2525
"devDependencies": {
2626
"@helpwave/eslint-config": "workspace:*",
2727
"@types/js-cookie": "3.0.6",
28-
"@types/node": "20.17.10",
29-
"@types/react": "18.3.17"
28+
"@types/node": "20.17.16",
29+
"@types/react": "18.3.18"
3030
}
3131
}

eslint-config/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"license": "MIT",
77
"type": "module",
88
"devDependencies": {
9-
"@eslint/js": "9.17.0",
10-
"@stylistic/eslint-plugin": "2.12.1",
11-
"eslint": "9.17.0",
12-
"eslint-plugin-react": "7.37.3",
9+
"@eslint/js": "9.19.0",
10+
"@stylistic/eslint-plugin": "2.13.0",
11+
"eslint": "9.19.0",
12+
"eslint-plugin-react": "7.37.4",
1313
"eslint-plugin-react-hooks": "5.1.0",
14-
"typescript": "5.7.2",
15-
"typescript-eslint": "8.18.2",
16-
"@next/eslint-plugin-next": "15.1.3"
14+
"typescript": "5.7.3",
15+
"typescript-eslint": "8.22.0",
16+
"@next/eslint-plugin-next": "15.1.6"
1717
}
1818
}

landing-page/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"@twind/preset-tailwind-forms": "1.1.2",
2020
"@twind/preset-typography": "1.0.7",
2121
"csstype": "3.1.3",
22-
"lucide-react": "0.468.0",
23-
"next": "15.1.3",
22+
"lucide-react": "0.474.0",
23+
"next": "15.1.6",
2424
"react": "18.3.1",
2525
"react-dom": "18.3.1",
26-
"react-hot-toast": "2.4.1",
27-
"react-intersection-observer": "9.14.0",
26+
"react-hot-toast": "2.5.1",
27+
"react-intersection-observer": "9.15.1",
2828
"vanilla-cookieconsent": "3.0.1",
2929
"react-custom-scrollbars-2": "4.5.0"
3030
},
3131
"devDependencies": {
32-
"@types/node": "20.17.10",
33-
"@types/react": "18.3.17",
32+
"@types/node": "20.17.16",
33+
"@types/react": "18.3.18",
3434
"@types/react-dom": "18.3.5",
3535
"@helpwave/eslint-config": "workspace:*",
36-
"typescript": "5.7.2"
36+
"typescript": "5.7.3"
3737
}
3838
}

lib/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint . && tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@babel/core": "7.26.0",
13+
"@babel/core": "7.26.7",
1414
"@headlessui/react": "1.7.19",
1515
"@radix-ui/react-checkbox": "1.1.3",
1616
"@twind/core": "1.1.3",
@@ -21,19 +21,19 @@
2121
"@types/tinycolor2": "1.4.6",
2222
"csstype": "3.1.3",
2323
"keycloak-js": "25.0.6",
24-
"lucide-react": "0.468.0",
24+
"lucide-react": "0.474.0",
2525
"react": "18.3.1",
2626
"react-custom-scrollbars-2": "4.5.0",
2727
"react-dom": "18.3.1",
2828
"simplebar-core": "1.3.0",
2929
"simplebar-react": "3.3.0",
3030
"tinycolor2": "1.6.0",
31-
"typescript": "5.7.2",
31+
"typescript": "5.7.3",
3232
"webpack": "5.97.1",
3333
"zod": "3.24.1"
3434
},
3535
"devDependencies": {
36-
"@babel/preset-env": "7.26.0",
36+
"@babel/preset-env": "7.26.7",
3737
"@babel/preset-react": "7.26.3",
3838
"@babel/preset-typescript": "7.26.0",
3939
"@helpwave/eslint-config": "workspace:*",
@@ -44,9 +44,9 @@
4444
"@storybook/nextjs": "7.6.20",
4545
"@storybook/react": "7.6.20",
4646
"@storybook/testing-library": "0.2.2",
47-
"@types/react": "18.3.17",
47+
"@types/react": "18.3.18",
4848
"@types/react-dom": "18.3.5",
49-
"next": "14.2.20",
49+
"next": "14.2.23",
5050
"prop-types": "15.8.1",
5151
"storybook": "7.6.20"
5252
},

0 commit comments

Comments
 (0)