Skip to content

Commit 0073c71

Browse files
fix(deps): update all non-major dependencies (#1140)
* fix(deps): update all non-major dependencies * chore: revert scorecard updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Max Schäfer <[email protected]>
1 parent fba9912 commit 0073c71

File tree

8 files changed

+678
-784
lines changed

8 files changed

+678
-784
lines changed

.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.0
1+
FROM node:20.18.1
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/[email protected].15
56+
uses: Quantco/ui-actions/[email protected].17
5757
with:
5858
file: "eslint-config/package.json"
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060

6161
- id: publish-eslint
62-
uses: Quantco/ui-actions/[email protected].15
62+
uses: Quantco/ui-actions/[email protected].17
6363
with:
6464
increment-type: minor
6565
relevant-files: '[".github/**", "eslint-config/**"]'

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.0 as build
1+
FROM node:20.18.1 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.0-alpine
27+
FROM node:20.18.1-alpine
2828

2929
LABEL maintainer="[email protected]"
3030

api-services/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@helpwave/common": "workspace:*",
1010
"@helpwave/proto-ts": "0.61.0-e1d7c0c.0",
1111
"@tanstack/react-query": "4.36.1",
12-
"@tanstack/react-query-devtools": "5.59.16",
12+
"@tanstack/react-query-devtools": "5.62.7",
1313
"@types/google-protobuf": "3.15.12",
1414
"cookies-next": "2.1.2",
1515
"google-protobuf": "3.21.4",
@@ -18,13 +18,13 @@
1818
"oauth4webapi": "2.17.0",
1919
"react": "18.3.1",
2020
"rxjs": "7.8.1",
21-
"typescript": "5.6.3",
22-
"zod": "3.23.8"
21+
"typescript": "5.7.2",
22+
"zod": "3.24.1"
2323
},
2424
"devDependencies": {
2525
"@helpwave/eslint-config": "workspace:*",
2626
"@types/js-cookie": "3.0.6",
27-
"@types/node": "20.17.5",
28-
"@types/react": "18.3.12"
27+
"@types/node": "20.17.10",
28+
"@types/react": "18.3.17"
2929
}
3030
}

landing-page/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@
1010
},
1111
"dependencies": {
1212
"@helpwave/common": "workspace:*",
13-
"@radix-ui/react-checkbox": "1.1.2",
13+
"@radix-ui/react-checkbox": "1.1.3",
1414
"@tanstack/react-query": "4.36.1",
1515
"@twind/core": "1.1.3",
1616
"@twind/preset-autoprefix": "1.0.7",
1717
"@twind/preset-tailwind": "1.1.4",
1818
"@twind/preset-tailwind-forms": "1.1.2",
1919
"@twind/preset-typography": "1.0.7",
2020
"csstype": "3.1.3",
21-
"lucide-react": "0.454.0",
21+
"lucide-react": "0.468.0",
2222
"next": "13.5.7",
2323
"react": "18.3.1",
2424
"react-dom": "18.3.1",
2525
"react-hot-toast": "2.4.1",
26-
"react-intersection-observer": "9.13.1",
26+
"react-intersection-observer": "9.14.0",
2727
"vanilla-cookieconsent": "3.0.1",
2828
"react-custom-scrollbars-2": "4.5.0"
2929
},
3030
"devDependencies": {
31-
"@types/node": "20.17.5",
32-
"@types/react": "18.3.12",
33-
"@types/react-dom": "18.3.1",
34-
"@next/eslint-plugin-next": "14.2.16",
31+
"@types/node": "20.17.10",
32+
"@types/react": "18.3.17",
33+
"@types/react-dom": "18.3.5",
34+
"@next/eslint-plugin-next": "14.2.20",
3535
"@helpwave/eslint-config": "workspace:*",
36-
"typescript": "5.6.3"
36+
"typescript": "5.7.2"
3737
}
3838
}

lib/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@babel/core": "7.26.0",
1313
"@headlessui/react": "1.7.19",
14-
"@radix-ui/react-checkbox": "1.1.2",
14+
"@radix-ui/react-checkbox": "1.1.3",
1515
"@twind/core": "1.1.3",
1616
"@twind/preset-autoprefix": "1.0.7",
1717
"@twind/preset-tailwind": "1.1.4",
@@ -20,20 +20,20 @@
2020
"@types/tinycolor2": "1.4.6",
2121
"csstype": "3.1.3",
2222
"keycloak-js": "25.0.6",
23-
"lucide-react": "0.454.0",
23+
"lucide-react": "0.468.0",
2424
"react": "18.3.1",
2525
"react-custom-scrollbars-2": "4.5.0",
2626
"react-dom": "18.3.1",
27-
"simplebar-core": "1.2.6",
28-
"simplebar-react": "3.2.6",
27+
"simplebar-core": "1.3.0",
28+
"simplebar-react": "3.3.0",
2929
"tinycolor2": "1.6.0",
30-
"typescript": "5.6.3",
31-
"webpack": "5.96.1",
32-
"zod": "3.23.8"
30+
"typescript": "5.7.2",
31+
"webpack": "5.97.1",
32+
"zod": "3.24.1"
3333
},
3434
"devDependencies": {
3535
"@babel/preset-env": "7.26.0",
36-
"@babel/preset-react": "7.25.9",
36+
"@babel/preset-react": "7.26.3",
3737
"@babel/preset-typescript": "7.26.0",
3838
"@helpwave/eslint-config": "workspace:*",
3939
"@storybook/addon-essentials": "7.6.20",
@@ -43,9 +43,9 @@
4343
"@storybook/nextjs": "7.6.20",
4444
"@storybook/react": "7.6.20",
4545
"@storybook/testing-library": "0.2.2",
46-
"@types/react": "18.3.12",
47-
"@types/react-dom": "18.3.1",
48-
"next": "14.2.10",
46+
"@types/react": "18.3.17",
47+
"@types/react-dom": "18.3.5",
48+
"next": "14.2.20",
4949
"prop-types": "15.8.1",
5050
"storybook": "7.6.20"
5151
},

0 commit comments

Comments
 (0)