Skip to content

Commit 59084fb

Browse files
renovate[bot]eleksi
authored andcommitted
Update all dependencies
1 parent acdd020 commit 59084fb

File tree

8 files changed

+1359
-1543
lines changed

8 files changed

+1359
-1543
lines changed

codegen/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
"ts:check": "echo No need to check syntax of generated TS && exit 0"
99
},
1010
"dependencies": {
11-
"@graphql-tools/load": "^7.8.9",
12-
"@graphql-tools/merge": "^8.3.15",
13-
"@graphql-tools/schema": "^9.0.13",
11+
"@graphql-tools/load": "^7.8.13",
12+
"@graphql-tools/merge": "^8.4.0",
13+
"@graphql-tools/schema": "^9.0.17",
1414
"graphql-tag": "^2.12.6"
1515
},
1616
"devDependencies": {
17-
"@graphql-codegen/add": "^3.2.3",
18-
"@graphql-codegen/cli": "^2.16.4",
19-
"@graphql-codegen/introspection": "^2.2.3",
20-
"@graphql-codegen/plugin-helpers": "^3.1.2",
21-
"@graphql-codegen/typescript": "^2.8.7",
22-
"@graphql-codegen/typescript-operations": "^2.5.12",
17+
"@graphql-codegen/add": "^4.0.1",
18+
"@graphql-codegen/cli": "^3.2.2",
19+
"@graphql-codegen/introspection": "^3.0.1",
20+
"@graphql-codegen/plugin-helpers": "^4.0.0",
21+
"@graphql-codegen/typescript": "^3.0.2",
22+
"@graphql-codegen/typescript-operations": "^3.0.2",
2323
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
24-
"@graphql-codegen/visitor-plugin-common": "^2.13.7"
24+
"@graphql-codegen/visitor-plugin-common": "^3.0.2"
2525
}
2626
}

cypress/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"dependencies": {
1313
"@4tw/cypress-drag-drop": "^2.2.3",
1414
"@hsl/jore4-test-db-manager": "1.0.0",
15-
"cypress": "^12.5.1",
16-
"luxon": "^3.2.1",
17-
"qs": "^6.11.0"
15+
"cypress": "^12.8.1",
16+
"luxon": "^3.3.0",
17+
"qs": "^6.11.1"
1818
},
1919
"devDependencies": {
20-
"@cypress/grep": "^3.1.4",
20+
"@cypress/grep": "^3.1.5",
2121
"@types/node": "^18.15.3",
2222
"@types/qs": "^6.9.7",
2323
"eslint-plugin-cypress": "^2.12.1",
24-
"find-test-names": "^1.22.2"
24+
"find-test-names": "^1.28.3"
2525
}
2626
}

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@
2727
},
2828
"dependencies": {},
2929
"devDependencies": {
30-
"@types/jest": "^29.4.0",
31-
"@typescript-eslint/eslint-plugin": "^5.49.0",
32-
"@typescript-eslint/parser": "^5.49.0",
33-
"concurrently": "^7.3.0",
34-
"eslint": "^8.32.0",
30+
"@types/jest": "^29.5.0",
31+
"@typescript-eslint/eslint-plugin": "^5.56.0",
32+
"@typescript-eslint/parser": "^5.56.0",
33+
"concurrently": "^7.6.0",
34+
"eslint": "^8.36.0",
3535
"eslint-config-airbnb": "^19.0.4",
36-
"eslint-config-prettier": "^8.6.0",
36+
"eslint-config-prettier": "^8.8.0",
3737
"eslint-import-resolver-typescript": "^3.5.3",
3838
"eslint-plugin-eslint-comments": "^3.2.0",
3939
"eslint-plugin-import": "^2.27.5",
4040
"eslint-plugin-jest": "^27.2.1",
4141
"eslint-plugin-jsx-a11y": "^6.7.1",
4242
"eslint-plugin-lodash": "^7.4.0",
43-
"eslint-plugin-react": "^7.32.1",
43+
"eslint-plugin-react": "^7.32.2",
4444
"eslint-plugin-react-hooks": "^4.6.0",
45-
"jest": "^29.4.1",
46-
"jest-environment-jsdom": "^29.4.1",
47-
"prettier": "^2.8.3",
48-
"prettier-plugin-tailwindcss": "^0.2.2",
45+
"jest": "^29.5.0",
46+
"jest-environment-jsdom": "^29.5.0",
47+
"prettier": "^2.8.6",
48+
"prettier-plugin-tailwindcss": "^0.2.5",
4949
"ts-jest": "^29.0.5",
5050
"ts-node": "^10.9.1",
5151
"typescript": "^5.0.2"

test-db-manager/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"graphql-tag": "^2.12.6",
2323
"knex": "^2.4.2",
2424
"lodash": "^4.17.21",
25-
"luxon": "^3.2.1",
26-
"pg": "^8.8.0",
27-
"rollup": "^3.10.1",
28-
"rollup-plugin-dts": "^5.1.1",
25+
"luxon": "^3.3.0",
26+
"pg": "^8.10.0",
27+
"rollup": "^3.20.0",
28+
"rollup-plugin-dts": "^5.3.0",
2929
"ts-node": "^10.9.1",
3030
"uuid": "^9.0.0"
3131
},
3232
"devDependencies": {
3333
"@types/geojson": "^7946.0.10",
34-
"@types/pg": "^8.6.5"
34+
"@types/pg": "^8.6.6"
3535
}
3636
}

ui/package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"dependencies": {
1818
"@apollo/client": "^3.4.11",
19-
"@graphql-typed-document-node/core": "^3.1.0",
2019
"@headlessui/react": "1.6.5",
21-
"@hookform/resolvers": "^2.8.3",
2220
"@nebula.gl/edit-modes": "0.23.8",
2321
"@reduxjs/toolkit": "^1.8.0",
22+
"@graphql-typed-document-node/core": "^3.2.0",
23+
"@hookform/resolvers": "^3.0.0",
2424
"@seznam/compose-react-refs": "^1.0.6",
2525
"@turf/along": "^6.5.0",
2626
"@turf/distance": "^6.5.0",
@@ -32,51 +32,51 @@
3232
"@types/mapbox-gl": "^2.7.3",
3333
"@types/react-router": "^5.1.17",
3434
"@types/redux-logger": "^3.0.9",
35-
"apollo-link-scalars": "^4.0.1",
36-
"axios": "0.21.1",
35+
"apollo-link-scalars": "^4.0.2",
36+
"axios": "1.3.4",
3737
"graphql": "^16.6.0",
3838
"hsl-map-style": "HSLdevcom/hsl-map-style",
39-
"i18next": "^20.2.1",
40-
"immer": "^9.0.5",
39+
"i18next": "^22.4.13",
40+
"immer": "^9.0.19",
4141
"lodash": "^4.17.21",
42-
"luxon": "^3.2.1",
4342
"maplibre-gl": "1.15.2",
44-
"next": "^13.0.7",
45-
"qs": "^6.11.0",
43+
"luxon": "^3.3.0",
44+
"next": "^13.2.4",
45+
"qs": "^6.11.1",
4646
"react": "^18.2.0",
4747
"react-dom": "^18.2.0",
48-
"react-hook-form": "^7.33.0",
49-
"react-hot-toast": "^2.2.0",
50-
"react-i18next": "^11.8.12",
51-
"react-icons": "^4.3.1",
5248
"react-map-gl": "^6.1.16",
5349
"react-map-gl-draw": "^1.0.3",
5450
"react-redux": "^7.2.6",
5551
"react-router-dom": "^5.2.0",
56-
"react-spinners": "^0.13.4",
52+
"react-hook-form": "^7.43.7",
53+
"react-hot-toast": "^2.4.0",
54+
"react-i18next": "^12.2.0",
55+
"react-icons": "^4.8.0",
56+
"react-spinners": "^0.13.8",
5757
"redux-logger": "^3.0.6",
58-
"remeda": "^1.6.0",
58+
"remeda": "^1.9.1",
5959
"subscriptions-transport-ws": "^0.11.0",
60-
"zod": "^3.17.10"
60+
"zod": "^3.21.4"
6161
},
6262
"devDependencies": {
6363
"@hsl/jore4-test-db-manager": "1.0.0",
64-
"@testing-library/jest-dom": "^5.16.4",
65-
"@testing-library/react": "^13.3.0",
64+
"@testing-library/jest-dom": "^5.16.5",
65+
"@testing-library/react": "^14.0.0",
6666
"@types/lodash": "^4.14.191",
6767
"@types/luxon": "^3.2.0",
6868
"@types/node": "^18.15.3",
6969
"@types/qs": "^6.9.7",
7070
"@types/react": "^17.0.21",
71-
"@types/react-router-dom": "^5.1.7",
72-
"autoprefixer": "^10.4.2",
73-
"bufferutil": "^4.0.3",
71+
"@types/react-router-dom": "^5.3.3",
72+
"autoprefixer": "^10.4.14",
73+
"bufferutil": "^4.0.7",
7474
"cross-fetch": "^3.1.5",
7575
"encoding": "^0.1.13",
76-
"express": "^4.17.1",
76+
"express": "^4.18.2",
7777
"http-proxy-middleware": "^2.0.6",
78-
"postcss": "^8.4.5",
79-
"tailwindcss": "^3.2.4",
80-
"utf-8-validate": "^5.0.5"
78+
"postcss": "^8.4.21",
79+
"tailwindcss": "^3.2.7",
80+
"utf-8-validate": "^6.0.3"
8181
}
8282
}

ui/src/@types/i18next.d.ts

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import 'i18next';
2+
3+
declare module 'i18next' {
4+
interface CustomTypeOptions {
5+
returnNull: false;
6+
}
7+
}

ui/src/components/map/stops/EditStopConfirmationDialog.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import { TFunction } from 'i18next';
12
import countBy from 'lodash/countBy';
23
import React from 'react';
3-
import { TFunction, useTranslation } from 'react-i18next';
4+
import { useTranslation } from 'react-i18next';
45
import { RouteUniqueFieldsFragment } from '../../../generated/graphql';
56
import { EditChanges } from '../../../hooks';
67
import { ConfirmationDialog } from '../../../uiComponents';

0 commit comments

Comments
 (0)