File tree Expand file tree Collapse file tree 11 files changed +32
-32
lines changed Expand file tree Collapse file tree 11 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
with :
15
15
submodules : recursive
16
16
21
21
22
22
- uses : actions/setup-node@v4
23
23
with :
24
- node-version : ' 24.x '
24
+ node-version : ' 24.6.0 '
25
25
cache : ' yarn'
26
26
27
27
- name : Install node_modules
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
with :
15
15
submodules : recursive
16
16
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-24.04
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
14
14
- name : Validate
15
- uses : suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
15
+ uses : suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
16
16
with :
17
17
config_file_path : .github/renovate.json5
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
with :
15
15
submodules : recursive
16
16
21
21
22
22
- uses : actions/setup-node@v4
23
23
with :
24
- node-version : ' 24.x '
24
+ node-version : ' 24.6.0 '
25
25
cache : ' yarn'
26
26
27
27
- name : Install node_modules
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
14
14
steps :
15
15
- name : Checkout code
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
submodules : recursive
19
19
20
20
- uses : actions/setup-node@v4
21
21
with :
22
- node-version : ' 24.x '
22
+ node-version : ' 24.6.0 '
23
23
cache : ' yarn'
24
24
25
25
- name : Install dependencies && check that lockfile is up-to-date
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
with :
15
15
submodules : recursive
16
16
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : ' 24.x '
19
+ node-version : ' 24.6.0 '
20
20
cache : ' yarn'
21
21
22
22
- name : Install dependencies && check that lockfile is up-to-date
Original file line number Diff line number Diff line change 19
19
"@graphql-tools/load" : " ^8.1.2" ,
20
20
"@graphql-tools/merge" : " ^9.1.1" ,
21
21
"@graphql-tools/schema" : " ^10.0.25" ,
22
- "@parcel/watcher" : " ^2.5.0 " ,
22
+ "@parcel/watcher" : " ^2.5.1 " ,
23
23
"graphql" : " ^16.11.0" ,
24
24
"graphql-tag" : " ^2.12.6"
25
25
}
Original file line number Diff line number Diff line change 13
13
"cy:run:video" : " CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-http://localhost:3300} cypress run --browser chrome --config-file ./cypress.config.video.ts"
14
14
},
15
15
"dependencies" : {
16
- "@4tw/cypress-drag-drop" : " ^2.2.5 " ,
16
+ "@4tw/cypress-drag-drop" : " ^2.3.0 " ,
17
17
"@cypress/grep" : " ^4.1.1" ,
18
18
"@hsl/jore4-test-db-manager" : " 1.0.0" ,
19
19
"@hsl/timetables-data-inserter" : " 1.0.0" ,
20
20
"cypress" : " ^14.5.4" ,
21
21
"cypress-ctrf-json-reporter" : " ^0.0.12" ,
22
- "cypress-split" : " ^1.24.20 " ,
22
+ "cypress-split" : " ^1.24.21 " ,
23
23
"lodash" : " ^4.17.21" ,
24
24
"luxon" : " ^3.7.1" ,
25
25
"qs" : " ^6.14.0"
28
28
"@types/lodash" : " ^4.17.20" ,
29
29
"@types/luxon" : " ^3.7.1" ,
30
30
"@types/qs" : " ^6.14.0" ,
31
- "eslint-plugin-cypress" : " ^3.6.0 " ,
32
- "find-test-names" : " ^1.29.17 "
31
+ "eslint-plugin-cypress" : " ^5.1.1 " ,
32
+ "find-test-names" : " ^1.29.18 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 5
5
"license" : " EUPL-1.2" ,
6
6
"engines" : {
7
7
"node" : " >=23.9.0" ,
8
- "yarn" : " 1.x "
8
+ "yarn" : " 1.22.22 "
9
9
},
10
10
"scripts" : {
11
11
"ws:codegen" : " yarn workspace @hsl/jore4-codegen" ,
36
36
"@typescript-eslint/eslint-plugin" : " ^8.39.1" ,
37
37
"@typescript-eslint/parser" : " ^8.39.1" ,
38
38
"concurrently" : " ^9.2.0" ,
39
- "eslint" : " ^8.57.1 " ,
39
+ "eslint" : " ^9.33.0 " ,
40
40
"eslint-config-airbnb" : " ^19.0.4" ,
41
41
"eslint-config-prettier" : " ^10.1.8" ,
42
- "eslint-import-resolver-typescript" : " ^3.10.1 " ,
42
+ "eslint-import-resolver-typescript" : " ^4.4.4 " ,
43
43
"eslint-plugin-eslint-comments" : " ^3.2.0" ,
44
44
"eslint-plugin-i18n-json" : " ^4.0.1" ,
45
45
"eslint-plugin-import" : " ^2.32.0" ,
46
46
"eslint-plugin-jest" : " ^29.0.1" ,
47
47
"eslint-plugin-jsx-a11y" : " ^6.10.2" ,
48
- "eslint-plugin-lodash" : " ^7.4 .0" ,
48
+ "eslint-plugin-lodash" : " ^8.0 .0" ,
49
49
"eslint-plugin-react" : " ^7.37.5" ,
50
50
"eslint-plugin-react-hooks" : " ^5.2.0" ,
51
51
"jest" : " ^30.0.5" ,
Original file line number Diff line number Diff line change 19
19
"dependencies" : {
20
20
"@rollup/plugin-commonjs" : " ^28.0.6" ,
21
21
"@rollup/plugin-node-resolve" : " ^16.0.1" ,
22
- "@rollup/plugin-typescript" : " ^11 .1.6 " ,
22
+ "@rollup/plugin-typescript" : " ^12 .1.4 " ,
23
23
"cross-fetch" : " ^4.1.0" ,
24
24
"graphql" : " ^16.11.0" ,
25
25
"graphql-tag" : " ^2.12.6" ,
26
26
"knex" : " ^3.1.0" ,
27
27
"lodash" : " ^4.17.21" ,
28
28
"luxon" : " ^3.7.1" ,
29
29
"pg" : " ^8.16.3" ,
30
- "rollup" : " ^4.46.2 " ,
31
- "rollup-plugin-dts" : " ^6.2.1 " ,
30
+ "rollup" : " ^4.46.3 " ,
31
+ "rollup-plugin-dts" : " ^6.2.3 " ,
32
32
"ts-node" : " ^10.9.2" ,
33
33
"uuid" : " ^11.1.0"
34
34
},
You can’t perform that action at this time.
0 commit comments