Skip to content

Commit 98edf08

Browse files
Update all dependencies
1 parent 9110b21 commit 98edf08

File tree

6 files changed

+58
-58
lines changed

6 files changed

+58
-58
lines changed

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

+1-1
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

codegen/package.json

+8-8
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.26.0",
12+
"@babel/core": "^7.26.9",
1313
"@graphql-codegen/add": "^5.0.3",
14-
"@graphql-codegen/cli": "^5.0.3",
14+
"@graphql-codegen/cli": "^5.0.5",
1515
"@graphql-codegen/introspection": "^4.0.3",
16-
"@graphql-codegen/typescript": "^4.1.2",
17-
"@graphql-codegen/typescript-operations": "^4.4.0",
16+
"@graphql-codegen/typescript": "^4.1.5",
17+
"@graphql-codegen/typescript-operations": "^4.5.1",
1818
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
19-
"@graphql-tools/load": "^8.0.12",
20-
"@graphql-tools/merge": "^9.0.17",
21-
"@graphql-tools/schema": "^10.0.16",
22-
"@parcel/watcher": "^2.5.0",
19+
"@graphql-tools/load": "^8.0.16",
20+
"@graphql-tools/merge": "^9.0.21",
21+
"@graphql-tools/schema": "^10.0.20",
22+
"@parcel/watcher": "^2.5.1",
2323
"graphql": "^16.10.0",
2424
"graphql-tag": "^2.12.6"
2525
}

cypress/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
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": "^13.17.0",
20+
"cypress": "^14.1.0",
2121
"lodash": "^4.17.21",
2222
"luxon": "^3.5.0",
2323
"qs": "^6.14.0"
2424
},
2525
"devDependencies": {
26-
"@types/lodash": "^4.17.14",
26+
"@types/lodash": "^4.17.16",
2727
"@types/luxon": "^3.4.2",
2828
"@types/qs": "^6.9.18",
29-
"eslint-plugin-cypress": "^3.6.0",
30-
"find-test-names": "^1.29.2"
29+
"eslint-plugin-cypress": "^4.1.0",
30+
"find-test-names": "^1.29.5"
3131
}
3232
}

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "EUPL-1.2",
66
"engines": {
77
"node": "18.19.0",
8-
"yarn": "1.x"
8+
"yarn": "1.22.22"
99
},
1010
"scripts": {
1111
"ws:codegen": "yarn workspace @hsl/jore4-codegen",
@@ -33,31 +33,31 @@
3333
"devDependencies": {
3434
"@types/jest": "^29.5.14",
3535
"@types/node": "^18.19.71",
36-
"@typescript-eslint/eslint-plugin": "^8.19.1",
37-
"@typescript-eslint/parser": "^8.19.1",
36+
"@typescript-eslint/eslint-plugin": "^8.25.0",
37+
"@typescript-eslint/parser": "^8.25.0",
3838
"concurrently": "^9.1.2",
39-
"eslint": "^8.57.1",
39+
"eslint": "^9.21.0",
4040
"eslint-config-airbnb": "^19.0.4",
41-
"eslint-config-prettier": "^10.0.1",
42-
"eslint-import-resolver-typescript": "^3.7.0",
41+
"eslint-config-prettier": "^10.0.2",
42+
"eslint-import-resolver-typescript": "^3.8.3",
4343
"eslint-plugin-eslint-comments": "^3.2.0",
4444
"eslint-plugin-i18n-json": "^4.0.1",
4545
"eslint-plugin-import": "^2.31.0",
46-
"eslint-plugin-jest": "^28.10.0",
47-
"eslint-plugin-jsx-a11y": "6.7.1",
48-
"eslint-plugin-lodash": "^7.4.0",
46+
"eslint-plugin-jest": "^28.11.0",
47+
"eslint-plugin-jsx-a11y": "6.10.2",
48+
"eslint-plugin-lodash": "^8.0.0",
4949
"eslint-plugin-react": "^7.37.4",
50-
"eslint-plugin-react-hooks": "^5.1.0",
50+
"eslint-plugin-react-hooks": "^5.2.0",
5151
"jest": "^29.7.0",
5252
"jest-environment-jsdom": "^29.7.0",
53-
"prettier": "^3.4.2",
54-
"prettier-plugin-tailwindcss": "^0.6.10",
55-
"ts-jest": "^29.2.5",
53+
"prettier": "^3.5.3",
54+
"prettier-plugin-tailwindcss": "^0.6.11",
55+
"ts-jest": "^29.2.6",
5656
"ts-node": "^10.9.2",
5757
"typescript": "^5.7.3"
5858
},
5959
"resolutions": {
60-
"eslint-plugin-react-hooks": "5.1.0"
60+
"eslint-plugin-react-hooks": "^5.2.0"
6161
},
6262
"workspaces": [
6363
"codegen",

test-db-manager/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
"dependencies": {
1919
"@rollup/plugin-commonjs": "^28.0.2",
2020
"@rollup/plugin-node-resolve": "^16.0.0",
21-
"@rollup/plugin-typescript": "^11.1.6",
21+
"@rollup/plugin-typescript": "^12.1.2",
2222
"cross-fetch": "^4.1.0",
2323
"graphql": "^16.10.0",
2424
"graphql-tag": "^2.12.6",
2525
"knex": "^3.1.0",
2626
"lodash": "^4.17.21",
2727
"luxon": "^3.5.0",
28-
"pg": "^8.13.1",
29-
"rollup": "^4.30.1",
28+
"pg": "^8.13.3",
29+
"rollup": "^4.34.9",
3030
"rollup-plugin-dts": "^6.1.1",
3131
"ts-node": "^10.9.2",
32-
"uuid": "^9.0.1"
32+
"uuid": "^11.1.0"
3333
},
3434
"devDependencies": {
35-
"@types/geojson": "^7946.0.15",
35+
"@types/geojson": "^7946.0.16",
3636
"@types/luxon": "^3.4.2",
37-
"@types/pg": "^8.11.10"
37+
"@types/pg": "^8.11.11"
3838
}
3939
}

ui/package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"start": "next start"
1717
},
1818
"dependencies": {
19-
"@apollo/client": "^3.12.6",
19+
"@apollo/client": "^3.13.1",
2020
"@graphql-typed-document-node/core": "^3.2.0",
21-
"@headlessui/react": "1.7.10",
22-
"@headlessui/tailwindcss": "^0.2.1",
23-
"@hookform/resolvers": "^3.10.0",
21+
"@headlessui/react": "2.2.0",
22+
"@headlessui/tailwindcss": "^0.2.2",
23+
"@hookform/resolvers": "^4.1.3",
2424
"@mapbox/mapbox-gl-draw": "^1.5.0",
2525
"@nebula.gl/edit-modes": "^1.0.4",
26-
"@reduxjs/toolkit": "^2.5.0",
26+
"@reduxjs/toolkit": "^2.6.0",
2727
"@seznam/compose-react-refs": "^1.0.6",
2828
"@turf/along": "^7.2.0",
2929
"@turf/distance": "^7.2.0",
@@ -32,44 +32,44 @@
3232
"@turf/length": "^7.2.0",
3333
"@turf/nearest-point-on-line": "^7.2.0",
3434
"@turf/point-to-line-distance": "^7.2.0",
35-
"@types/geojson": "^7946.0.15",
35+
"@types/geojson": "^7946.0.16",
3636
"apollo-link-scalars": "^4.0.3",
37-
"axios": "^1.7.9",
38-
"eslint-config-next": "^14.2.23",
37+
"axios": "^1.8.1",
38+
"eslint-config-next": "^15.2.0",
3939
"graphql": "^16.10.0",
40-
"graphql-ws": "^5.16.2",
41-
"hsl-map-style": "HSLdevcom/hsl-map-style#114c58e",
42-
"i18next": "^24.2.1",
40+
"graphql-ws": "^6.0.4",
41+
"hsl-map-style": "HSLdevcom/hsl-map-style#ecdc54b",
42+
"i18next": "^24.2.2",
4343
"immer": "^10.1.1",
4444
"lodash": "^4.17.21",
4545
"luxon": "^3.5.0",
4646
"maplibre-gl": "^4.7.1",
47-
"next": "^14.2.23",
47+
"next": "^15.2.0",
4848
"qs": "^6.14.0",
4949
"react": "^18.3.1",
5050
"react-dom": "^18.3.1",
5151
"react-helmet-async": "^2.0.5",
5252
"react-hook-form": "^7.54.2",
53-
"react-hot-toast": "^2.5.1",
54-
"react-i18next": "^15.4.0",
55-
"react-icons": "^5.4.0",
53+
"react-hot-toast": "^2.5.2",
54+
"react-i18next": "^15.4.1",
55+
"react-icons": "^5.5.0",
5656
"react-map-gl": "^7.1.8",
5757
"react-redux": "^9.2.0",
58-
"react-router-dom": "^6.28.2",
58+
"react-router-dom": "^7.2.0",
5959
"react-spinners": "^0.15.0",
6060
"redux-logger": "^3.0.6",
61-
"remeda": "^2.19.1",
62-
"tailwind-merge": "^2.6.0",
63-
"zod": "^3.24.1"
61+
"remeda": "^2.21.0",
62+
"tailwind-merge": "^3.0.2",
63+
"zod": "^3.24.2"
6464
},
6565
"devDependencies": {
6666
"@hsl/jore4-test-db-manager": "1.0.0",
6767
"@testing-library/dom": "^10.4.0",
6868
"@testing-library/jest-dom": "^6.6.3",
6969
"@testing-library/react": "^16.2.0",
70-
"@types/lodash": "^4.17.14",
70+
"@types/lodash": "^4.17.16",
7171
"@types/luxon": "^3.4.2",
72-
"@types/mapbox__mapbox-gl-draw": "1.4.6",
72+
"@types/mapbox__mapbox-gl-draw": "1.4.8",
7373
"@types/qs": "^6.9.18",
7474
"@types/react": "^18.3.18",
7575
"@types/react-dom": "^18.3.5",
@@ -83,8 +83,8 @@
8383
"eslint-plugin-jest-formatting": "^3.1.0",
8484
"express": "^4.21.2",
8585
"http-proxy-middleware": "^3.0.3",
86-
"postcss": "^8.5.1",
87-
"tailwindcss": "^3.4.17",
88-
"utf-8-validate": "6.0.3"
86+
"postcss": "^8.5.3",
87+
"tailwindcss": "^4.0.9",
88+
"utf-8-validate": "6.0.5"
8989
}
9090
}

0 commit comments

Comments
 (0)