Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1048)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* fix linter

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Max Schäfer <[email protected]>
  • Loading branch information
renovate[bot] and MaxSchaefer authored Nov 1, 2024
1 parent df51481 commit f49dad9
Show file tree
Hide file tree
Showing 13 changed files with 2,257 additions and 1,816 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.13.1
FROM node:20.18.0

# install pnpm
RUN npm install --global pnpm@8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Deploy preview to Fly
id: deploy
uses: superfly/fly-pr-review-apps@1.2.1
uses: superfly/fly-pr-review-apps@1.3.0
with:
name: pr-${{ github.event.number }}-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ matrix.project }}
config: ${{ matrix.project }}/fly.toml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -59,14 +59,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@4f0ceda83afa9bc55df7b6c611b81435fa53d987 # v2.25.4
uses: github/codeql-action/upload-sarif@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2.27.0
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions Dockerfile.tasks
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.13.1 as build
FROM node:20.18.0 as build
ENV NEXT_TELEMETRY_DISABLED 1
ARG WS="@helpwave/tasks"

Expand All @@ -24,7 +24,7 @@ COPY tasks ./tasks/
COPY api-services ./api-services/
RUN pnpm --filter $WS run build

FROM node:20.13.1-alpine
FROM node:20.18.0-alpine

LABEL maintainer="[email protected]"

Expand Down
14 changes: 7 additions & 7 deletions api-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"@helpwave/common": "workspace:*",
"@helpwave/proto-ts": "0.60.0-1191f09.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "5.35.5",
"@tanstack/react-query-devtools": "5.59.16",
"@types/google-protobuf": "3.15.12",
"cookies-next": "2.1.2",
"google-protobuf": "3.21.2",
"google-protobuf": "3.21.4",
"grpc-web": "1.5.0",
"keycloak-js": "25.0.5",
"oauth4webapi": "2.10.4",
"keycloak-js": "25.0.6",
"oauth4webapi": "2.17.0",
"react": "18.3.1",
"rxjs": "^7.8.1",
"typescript": "5.4.5",
"typescript": "5.6.3",
"zod": "3.23.8"
},
"devDependencies": {
"@helpwave/eslint-config": "workspace:*",
"@types/js-cookie": "3.0.6",
"@types/node": "20.12.11",
"@types/react": "18.3.1"
"@types/node": "20.17.5",
"@types/react": "18.3.12"
}
}
10 changes: 5 additions & 5 deletions eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tailwindcss": "3.15.1"
"eslint-plugin-tailwindcss": "3.17.5"
}
}
18 changes: 9 additions & 9 deletions landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
},
"dependencies": {
"@helpwave/common": "workspace:*",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-checkbox": "1.1.2",
"@tanstack/react-query": "4.36.1",
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/preset-tailwind-forms": "1.1.2",
"@twind/preset-typography": "1.0.7",
"csstype": "3.1.3",
"lucide-react": "0.378.0",
"next": "13.5.6",
"lucide-react": "0.454.0",
"next": "13.5.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "2.4.1",
"react-intersection-observer": "9.10.2",
"react-intersection-observer": "9.13.1",
"vanilla-cookieconsent": "3.0.1",
"react-custom-scrollbars-2": "4.5.0"
},
"devDependencies": {
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@next/eslint-plugin-next": "14.2.3",
"@types/node": "20.17.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@next/eslint-plugin-next": "14.2.16",
"@helpwave/eslint-config": "workspace:*",
"typescript": "5.4.5"
"typescript": "5.6.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const SingleSelectPropertyExample = ({
}, [hintText])

useEffect(() => {
if (options.find(value1 => value1.value === value ?? '')) {
if (options.find(value1 => value1.value === value)) {
setUsedValue(value)
}
}, [value, options])
Expand Down
42 changes: 21 additions & 21 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,43 @@
"lint": "eslint --ext .js,.jsx,.ts,.tsx . && tsc --noEmit"
},
"dependencies": {
"@babel/core": "7.24.5",
"@babel/core": "7.26.0",
"@headlessui/react": "1.7.19",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-checkbox": "1.1.2",
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/preset-tailwind-forms": "1.1.2",
"@twind/preset-typography": "1.0.7",
"csstype": "3.1.3",
"keycloak-js": "25.0.5",
"lucide-react": "0.378.0",
"keycloak-js": "25.0.6",
"lucide-react": "0.454.0",
"react": "18.3.1",
"react-custom-scrollbars-2": "4.5.0",
"react-dom": "18.3.1",
"simplebar-core": "1.2.5",
"simplebar-react": "3.2.5",
"typescript": "5.4.5",
"webpack": "5.91.0",
"simplebar-core": "1.2.6",
"simplebar-react": "3.2.6",
"typescript": "5.6.3",
"webpack": "5.96.1",
"zod": "3.23.8"
},
"devDependencies": {
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@helpwave/eslint-config": "workspace:*",
"@storybook/addon-essentials": "7.6.19",
"@storybook/addon-interactions": "7.6.19",
"@storybook/addon-links": "7.6.19",
"@storybook/blocks": "7.6.19",
"@storybook/nextjs": "7.6.19",
"@storybook/react": "7.6.19",
"@storybook/addon-essentials": "7.6.20",
"@storybook/addon-interactions": "7.6.20",
"@storybook/addon-links": "7.6.20",
"@storybook/blocks": "7.6.20",
"@storybook/nextjs": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/testing-library": "0.2.2",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"next": "13.5.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"next": "13.5.7",
"prop-types": "15.8.1",
"storybook": "7.6.19"
"storybook": "7.6.20"
},
"peerDependencies": {
"react": "18.3.1",
Expand Down
Loading

0 comments on commit f49dad9

Please sign in to comment.