Commit 42b66f0
committed
Update dependencies
Not updated:
* Apollo client V3 → V4: A major upgrade
* Headless UI + Tailwind: Major upgrades, separate ticket
* Rollup commonjs/ts plugins: need config changes
* React: Sticking to V8
* Cypress: Major upgrade, needs coordination with node version
* next: Possibly staright upgrade, held for now
* zod: Major upgrade
Other notes:
* react-hook-form: Bound to version 7.66.1, 7.67 has a typing bug,
which is fixed in main, but has not been published to NPM yet.
* uuid: Bound to version 11.1.0, 12+ versions have problems with
CJS/MJS import styles, and just don't work proerly with our setup.
Eventually should be repalced with `crypto.randonUUID()` calls, but
we need HTTPS support in the CI test runs before we can do that.1 parent 56d6ef3 commit 42b66f0
File tree
23 files changed
+5814
-5442
lines changed- codegen
- cypress
- pageObjects
- support
- eslint/rules
- test-db-manager
- src/generated
- ui
- src
- components
- forms/line
- routes-and-lines/line-details
- stop-registry
- search/csv-export/sections
- stops/stop-details/stop-version/utils
- generated
- uiComponents
23 files changed
+5814
-5442
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
6 | 15 | | |
7 | 16 | | |
Submodule jore4-hasura updated 14 files
- .github/workflows/cd.yml+4-4
- .github/workflows/check-dump.yml+1-1
- .github/workflows/check-prettify.yml+3-3
- .github/workflows/ci.yml+3-3
- Dockerfile+1-1
- schema_reloader/Dockerfile+1-1
- test/hasura/eslint/rules/style.js-5
- test/hasura/generic/networkdb/integration-tests/function-get_distances_between_stop_points/get-distances-between-stops-points-in-journey-patterns.spec.ts+1-2
- test/hasura/generic/networkdb/unit-tests/function-maximum_priority_validity_spans/route.spec.ts+17-18
- test/hasura/generic/networkdb/unit-tests/function-maximum_priority_validity_spans/scheduled-stop-point.spec.ts+20-21
- test/hasura/package.json+17-19
- test/hasura/timetables-data-inserter/generic/models/journey-pattern-ref.ts+1-2
- test/hasura/timetables-data-inserter/utils.ts+1-2
- test/hasura/yarn.lock+698-703
0 commit comments