Skip to content

Update all dependencies #548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-generated-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

Expand All @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '24.x'
node-version: '24.6.0'
cache: 'yarn'

- name: Install node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-image-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-renovatebot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Validate
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
with:
config_file_path: .github/renovate.json5
4 changes: 2 additions & 2 deletions .github/workflows/check-seed-generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

Expand All @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '24.x'
node-version: '24.6.0'
cache: 'yarn'

- name: Install node_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

- uses: actions/setup-node@v4
with:
node-version: '24.x'
node-version: '24.6.0'
cache: 'yarn'

- name: Install dependencies && check that lockfile is up-to-date
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

- uses: actions/setup-node@v4
with:
node-version: '24.x'
node-version: '24.6.0'
cache: 'yarn'

- name: Install dependencies && check that lockfile is up-to-date
Expand Down
2 changes: 1 addition & 1 deletion codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@graphql-tools/load": "^8.1.2",
"@graphql-tools/merge": "^9.1.1",
"@graphql-tools/schema": "^10.0.25",
"@parcel/watcher": "^2.5.0",
"@parcel/watcher": "^2.5.1",
"graphql": "^16.11.0",
"graphql-tag": "^2.12.6"
}
Expand Down
10 changes: 5 additions & 5 deletions cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"cy:run:video": "CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-http://localhost:3300} cypress run --browser chrome --config-file ./cypress.config.video.ts"
},
"dependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@4tw/cypress-drag-drop": "^2.3.0",
"@cypress/grep": "^4.1.1",
"@hsl/jore4-test-db-manager": "1.0.0",
"@hsl/timetables-data-inserter": "1.0.0",
"cypress": "^14.5.4",
"cypress": "^15.0.0",
"cypress-ctrf-json-reporter": "^0.0.12",
"cypress-split": "^1.24.20",
"cypress-split": "^1.24.21",
"lodash": "^4.17.21",
"luxon": "^3.7.1",
"qs": "^6.14.0"
Expand All @@ -28,7 +28,7 @@
"@types/lodash": "^4.17.20",
"@types/luxon": "^3.7.1",
"@types/qs": "^6.14.0",
"eslint-plugin-cypress": "^3.6.0",
"find-test-names": "^1.29.17"
"eslint-plugin-cypress": "^5.1.1",
"find-test-names": "^1.29.18"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "EUPL-1.2",
"engines": {
"node": ">=23.9.0",
"yarn": "1.x"
"yarn": "1.22.22"
},
"scripts": {
"ws:codegen": "yarn workspace @hsl/jore4-codegen",
Expand Down Expand Up @@ -33,19 +33,19 @@
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.2.1",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"concurrently": "^9.2.0",
"eslint": "^8.57.1",
"eslint": "^9.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-i18n-json": "^4.0.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-lodash": "^8.0.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"jest": "^30.0.5",
Expand Down
6 changes: 3 additions & 3 deletions test-db-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"dependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-typescript": "^12.1.4",
"cross-fetch": "^4.1.0",
"graphql": "^16.11.0",
"graphql-tag": "^2.12.6",
"knex": "^3.1.0",
"lodash": "^4.17.21",
"luxon": "^3.7.1",
"pg": "^8.16.3",
"rollup": "^4.46.2",
"rollup-plugin-dts": "^6.2.1",
"rollup": "^4.46.4",
"rollup-plugin-dts": "^6.2.3",
"ts-node": "^10.9.2",
"uuid": "^11.1.0"
},
Expand Down
26 changes: 13 additions & 13 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"dependencies": {
"@apollo/client": "^3.13.9",
"@graphql-typed-document-node/core": "^3.2.0",
"@headlessui/react": "1.7.10",
"@headlessui/react": "2.2.7",
"@headlessui/tailwindcss": "^0.2.2",
"@hookform/resolvers": "^3.10.0",
"@hookform/resolvers": "^5.2.1",
"@mapbox/mapbox-gl-draw": "^1.5.0",
"@nebula.gl/edit-modes": "^1.0.4",
"@reduxjs/toolkit": "^2.8.2",
Expand All @@ -29,36 +29,36 @@
"@types/geojson": "^7946.0.16",
"apollo-link-scalars": "^4.0.3",
"axios": "^1.11.0",
"eslint-config-next": "^15.4.6",
"eslint-config-next": "^15.5.0",
"graphql": "^16.11.0",
"graphql-ws": "^6.0.6",
"hsl-map-style": "HSLdevcom/hsl-map-style#305b112",
"i18next": "^25.3.5",
"i18next": "^25.4.0",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"luxon": "^3.7.1",
"maplibre-gl": "^5.6.2",
"next": "^15.4.6",
"next": "^15.5.0",
"qs": "^6.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.62.0",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.6.1",
"react-hot-toast": "^2.6.0",
"react-i18next": "^15.7.0",
"react-icons": "^5.5.0",
"react-map-gl": "^8.0.4",
"react-redux": "^9.2.0",
"react-router": "^7.6.1",
"react-router": "^7.8.1",
"react-spinners": "^0.17.0",
"redux-logger": "^3.0.6",
"tailwind-merge": "^2.6.0",
"zod": "^3.25.76"
"tailwind-merge": "^3.3.1",
"zod": "^4.0.17"
},
"devDependencies": {
"@hsl/jore4-test-db-manager": "1.0.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@types/lodash": "^4.17.20",
"@types/luxon": "^3.7.1",
Expand All @@ -75,8 +75,8 @@
"eslint-plugin-jest-formatting": "^3.1.0",
"express": "^5.1.0",
"http-proxy-middleware": "^3.0.5",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.12",
"utf-8-validate": "6.0.5"
}
}
Loading