Skip to content

Commit c6078ba

Browse files
Update all dependencies
1 parent e664832 commit c6078ba

File tree

10 files changed

+53
-53
lines changed

10 files changed

+53
-53
lines changed

.github/workflows/check-generated-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: '24.x'
24+
node-version: '24.3.0'
2525
cache: 'yarn'
2626

2727
- name: Install node_modules

.github/workflows/check-renovatebot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Validate
15-
uses: suzuki-shunsuke/[email protected].0
15+
uses: suzuki-shunsuke/[email protected].1
1616
with:
1717
config_file_path: .github/renovate.json5

.github/workflows/check-seed-generators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: '24.x'
24+
node-version: '24.3.0'
2525
cache: 'yarn'
2626

2727
- name: Install node_modules

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: '24.x'
22+
node-version: '24.3.0'
2323
cache: 'yarn'
2424

2525
- name: Install dependencies && check that lockfile is up-to-date

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: '24.x'
19+
node-version: '24.3.0'
2020
cache: 'yarn'
2121

2222
- name: Install dependencies && check that lockfile is up-to-date

codegen/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"ts:check": "echo No need to check syntax of generated TS && exit 0"
1010
},
1111
"dependencies": {
12-
"@babel/core": "^7.27.1",
12+
"@babel/core": "^7.27.7",
1313
"@graphql-codegen/add": "^5.0.3",
14-
"@graphql-codegen/cli": "^5.0.6",
14+
"@graphql-codegen/cli": "^5.0.7",
1515
"@graphql-codegen/introspection": "^4.0.3",
1616
"@graphql-codegen/typescript": "^4.1.6",
1717
"@graphql-codegen/typescript-operations": "^4.6.1",
18-
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
19-
"@graphql-tools/load": "^8.0.19",
18+
"@graphql-codegen/typescript-react-apollo": "^4.3.3",
19+
"@graphql-tools/load": "^8.1.0",
2020
"@graphql-tools/merge": "^9.0.24",
2121
"@graphql-tools/schema": "^10.0.23",
22-
"@parcel/watcher": "^2.5.0",
22+
"@parcel/watcher": "^2.5.1",
2323
"graphql": "^16.11.0",
2424
"graphql-tag": "^2.12.6"
2525
}

cypress/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
"cy:run:video": "CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-http://localhost:3300} cypress run --browser chrome --config-file ./cypress.config.video.ts"
1414
},
1515
"dependencies": {
16-
"@4tw/cypress-drag-drop": "^2.2.5",
16+
"@4tw/cypress-drag-drop": "^2.3.0",
1717
"@cypress/grep": "^4.1.0",
1818
"@hsl/jore4-test-db-manager": "1.0.0",
1919
"@hsl/timetables-data-inserter": "1.0.0",
20-
"cypress": "^14.3.3",
20+
"cypress": "^14.5.0",
2121
"cypress-ctrf-json-reporter": "^0.0.12",
2222
"cypress-split": "^1.24.18",
2323
"lodash": "^4.17.21",
2424
"luxon": "^3.6.1",
2525
"qs": "^6.14.0"
2626
},
2727
"devDependencies": {
28-
"@types/lodash": "^4.17.16",
28+
"@types/lodash": "^4.17.19",
2929
"@types/luxon": "^3.6.2",
30-
"@types/qs": "^6.9.18",
31-
"eslint-plugin-cypress": "^3.6.0",
32-
"find-test-names": "^1.29.12"
30+
"@types/qs": "^6.14.0",
31+
"eslint-plugin-cypress": "^5.1.0",
32+
"find-test-names": "^1.29.16"
3333
}
3434
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "EUPL-1.2",
66
"engines": {
77
"node": ">=23.9.0",
8-
"yarn": "1.x"
8+
"yarn": "1.22.22"
99
},
1010
"scripts": {
1111
"ws:codegen": "yarn workspace @hsl/jore4-codegen",
@@ -31,28 +31,28 @@
3131
},
3232
"dependencies": {},
3333
"devDependencies": {
34-
"@types/jest": "^29.5.14",
34+
"@types/jest": "^30.0.0",
3535
"@types/node": "^22.15.18",
36-
"@typescript-eslint/eslint-plugin": "^8.32.1",
37-
"@typescript-eslint/parser": "^8.32.1",
38-
"concurrently": "^9.1.2",
39-
"eslint": "^8.57.1",
36+
"@typescript-eslint/eslint-plugin": "^8.35.0",
37+
"@typescript-eslint/parser": "^8.35.0",
38+
"concurrently": "^9.2.0",
39+
"eslint": "^9.30.0",
4040
"eslint-config-airbnb": "^19.0.4",
4141
"eslint-config-prettier": "^10.1.5",
42-
"eslint-import-resolver-typescript": "^3.10.1",
42+
"eslint-import-resolver-typescript": "^4.4.4",
4343
"eslint-plugin-eslint-comments": "^3.2.0",
4444
"eslint-plugin-i18n-json": "^4.0.1",
45-
"eslint-plugin-import": "^2.31.0",
46-
"eslint-plugin-jest": "^28.11.0",
45+
"eslint-plugin-import": "^2.32.0",
46+
"eslint-plugin-jest": "^29.0.1",
4747
"eslint-plugin-jsx-a11y": "^6.10.2",
48-
"eslint-plugin-lodash": "^7.4.0",
48+
"eslint-plugin-lodash": "^8.0.0",
4949
"eslint-plugin-react": "^7.37.5",
5050
"eslint-plugin-react-hooks": "^5.2.0",
51-
"jest": "^29.7.0",
52-
"jest-environment-jsdom": "^29.7.0",
53-
"prettier": "^3.5.3",
54-
"prettier-plugin-tailwindcss": "^0.6.11",
55-
"ts-jest": "^29.3.1",
51+
"jest": "^30.0.3",
52+
"jest-environment-jsdom": "^30.0.2",
53+
"prettier": "^3.6.2",
54+
"prettier-plugin-tailwindcss": "^0.6.13",
55+
"ts-jest": "^29.4.0",
5656
"ts-node": "^10.9.2",
5757
"typescript": "^5.8.3"
5858
},

test-db-manager/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@
1717
"ts:build": "yarn tsc --build"
1818
},
1919
"dependencies": {
20-
"@rollup/plugin-commonjs": "^28.0.3",
20+
"@rollup/plugin-commonjs": "^28.0.6",
2121
"@rollup/plugin-node-resolve": "^16.0.1",
22-
"@rollup/plugin-typescript": "^11.1.6",
22+
"@rollup/plugin-typescript": "^12.1.3",
2323
"cross-fetch": "^4.1.0",
2424
"graphql": "^16.11.0",
2525
"graphql-tag": "^2.12.6",
2626
"knex": "^3.1.0",
2727
"lodash": "^4.17.21",
2828
"luxon": "^3.6.1",
29-
"pg": "^8.16.0",
30-
"rollup": "^4.40.2",
29+
"pg": "^8.16.3",
30+
"rollup": "^4.44.1",
3131
"rollup-plugin-dts": "^6.2.1",
3232
"ts-node": "^10.9.2",
3333
"uuid": "^11.1.0"
3434
},
3535
"devDependencies": {
3636
"@types/geojson": "^7946.0.16",
3737
"@types/luxon": "^3.6.2",
38-
"@types/pg": "^8.15.1"
38+
"@types/pg": "^8.15.4"
3939
}
4040
}

ui/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"dependencies": {
1919
"@apollo/client": "^3.13.8",
2020
"@graphql-typed-document-node/core": "^3.2.0",
21-
"@headlessui/react": "1.7.10",
21+
"@headlessui/react": "2.2.4",
2222
"@headlessui/tailwindcss": "^0.2.2",
23-
"@hookform/resolvers": "^3.10.0",
23+
"@hookform/resolvers": "^5.1.1",
2424
"@mapbox/mapbox-gl-draw": "^1.5.0",
2525
"@nebula.gl/edit-modes": "^1.0.4",
26-
"@reduxjs/toolkit": "^2.8.1",
26+
"@reduxjs/toolkit": "^2.8.2",
2727
"@seznam/compose-react-refs": "^1.0.6",
2828
"@turf/along": "^7.2.0",
2929
"@turf/distance": "^7.2.0",
@@ -34,42 +34,42 @@
3434
"@turf/point-to-line-distance": "^7.2.0",
3535
"@types/geojson": "^7946.0.16",
3636
"apollo-link-scalars": "^4.0.3",
37-
"axios": "^1.9.0",
38-
"eslint-config-next": "^15.3.2",
37+
"axios": "^1.10.0",
38+
"eslint-config-next": "^15.3.4",
3939
"graphql": "^16.11.0",
4040
"graphql-ws": "^6.0.5",
4141
"hsl-map-style": "HSLdevcom/hsl-map-style#305b112",
42-
"i18next": "^25.1.2",
42+
"i18next": "^25.2.1",
4343
"immer": "^10.1.1",
4444
"lodash": "^4.17.21",
4545
"luxon": "^3.6.1",
4646
"maplibre-gl": "^5.5.0",
47-
"next": "^15.3.2",
47+
"next": "^15.3.4",
4848
"qs": "^6.14.0",
4949
"react": "^18.3.1",
5050
"react-dom": "^18.3.1",
5151
"react-helmet-async": "^2.0.5",
52-
"react-hook-form": "^7.56.3",
52+
"react-hook-form": "^7.59.0",
5353
"react-hot-toast": "^2.5.2",
54-
"react-i18next": "^15.5.1",
54+
"react-i18next": "^15.5.3",
5555
"react-icons": "^5.5.0",
5656
"react-map-gl": "^8.0.4",
5757
"react-redux": "^9.2.0",
58-
"react-router": "^7.6.1",
58+
"react-router": "^7.6.3",
5959
"react-spinners": "^0.17.0",
6060
"redux-logger": "^3.0.6",
61-
"tailwind-merge": "^2.6.0",
62-
"zod": "^3.24.4"
61+
"tailwind-merge": "^3.3.1",
62+
"zod": "^3.25.67"
6363
},
6464
"devDependencies": {
6565
"@hsl/jore4-test-db-manager": "1.0.0",
6666
"@testing-library/dom": "^10.4.0",
6767
"@testing-library/jest-dom": "^6.6.3",
6868
"@testing-library/react": "^16.3.0",
69-
"@types/lodash": "^4.17.16",
69+
"@types/lodash": "^4.17.19",
7070
"@types/luxon": "^3.6.2",
71-
"@types/mapbox__mapbox-gl-draw": "1.4.8",
72-
"@types/qs": "^6.9.18",
71+
"@types/mapbox__mapbox-gl-draw": "1.4.9",
72+
"@types/qs": "^6.14.0",
7373
"@types/react": "^18.3.21",
7474
"@types/react-dom": "^18.3.7",
7575
"@types/redux-logger": "^3.0.13k",
@@ -81,8 +81,8 @@
8181
"eslint-plugin-jest-formatting": "^3.1.0",
8282
"express": "^5.1.0",
8383
"http-proxy-middleware": "^3.0.5",
84-
"postcss": "^8.5.3",
85-
"tailwindcss": "^3.4.17",
84+
"postcss": "^8.5.6",
85+
"tailwindcss": "^4.1.11",
8686
"utf-8-validate": "6.0.5"
8787
}
8888
}

0 commit comments

Comments
 (0)