File tree 13 files changed +610
-469
lines changed
13 files changed +610
-469
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ jobs:
50
50
yarn set version 4.5.1
51
51
52
52
- name : Setup Node.js environment
53
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
53
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
54
54
with :
55
55
node-version : 20.x
56
56
cache : yarn
57
57
58
58
- name : Cache node modules
59
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
59
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
60
60
env :
61
61
cache-name : cache-node-modules
62
62
with :
81
81
working-directory : contracts
82
82
83
83
- name : Upload a build artifact
84
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
84
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
85
85
with :
86
86
name : code-coverage-report
87
87
path : contracts/coverage
Original file line number Diff line number Diff line change 47
47
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
48
49
49
- name : Set up Node.js
50
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
50
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
51
51
with :
52
52
node-version : 20
53
53
Original file line number Diff line number Diff line change 78
78
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
79
79
# format to the repository Actions tab.
80
80
- name : " Upload artifact"
81
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
81
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
82
82
with :
83
83
name : SARIF file
84
84
path : results.sarif
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ jobs:
44
44
yarn set version 4.5.1
45
45
46
46
- name : Setup Node.js environment
47
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
47
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
48
48
with :
49
49
node-version : 20.x
50
50
cache : yarn
51
51
52
52
- name : Cache node modules
53
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
53
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
54
54
env :
55
55
cache-name : cache-node-modules
56
56
with :
72
72
working-directory : web
73
73
74
74
- name : Create Sentry release
75
- uses : getsentry/action-release@ffb64465339ef6fb868e2fc261318d78ae0ed8d9 # v1.10.5
75
+ uses : getsentry/action-release@a74facf8a080ecbdf1cb355f16743530d712abb7 # v1.11.0
76
76
env :
77
77
SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
78
78
SENTRY_ORG : ${{ secrets.SENTRY_ORG }}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ enableGlobalCache: false
4
4
5
5
nodeLinker : node-modules
6
6
7
- yarnPath : .yarn/releases/yarn-4.6 .0.cjs
7
+ yarnPath : .yarn/releases/yarn-4.7 .0.cjs
Original file line number Diff line number Diff line change 11
11
"node" : " >=16.0.0"
12
12
},
13
13
"volta" : {
14
- "node" : " 18.20.6 "
14
+ "node" : " 18.20.7 "
15
15
},
16
16
"publishConfig" : {
17
17
"access" : " public" ,
92
92
"ethers" : " ^6.13.5" ,
93
93
"graphql" : " ^16.9.0" ,
94
94
"graphql-request" : " ^7.1.2" ,
95
- "hardhat" : " 2.22.18 " ,
95
+ "hardhat" : " 2.22.19 " ,
96
96
"hardhat-contract-sizer" : " ^2.10.0" ,
97
97
"hardhat-deploy" : " ^0.14.0" ,
98
98
"hardhat-deploy-ethers" : " ^0.4.2" ,
106
106
"pino-pretty" : " ^10.3.1" ,
107
107
"prettier" : " ^3.3.3" ,
108
108
"prettier-plugin-solidity" : " ^1.4.2" ,
109
- "shelljs" : " ^0.8.5 " ,
109
+ "shelljs" : " ^0.9.0 " ,
110
110
"solhint-plugin-prettier" : " ^0.1.0" ,
111
111
"solidity-coverage" : " ^0.8.13" ,
112
112
"ts-node" : " ^10.9.2" ,
Original file line number Diff line number Diff line change 14
14
],
15
15
"type" : " module" ,
16
16
"volta" : {
17
- "node" : " 20.18.3 "
17
+ "node" : " 20.19.0 "
18
18
},
19
19
"publishConfig" : {
20
20
"access" : " public" ,
Original file line number Diff line number Diff line change 15
15
],
16
16
"type" : " commonjs" ,
17
17
"volta" : {
18
- "node" : " 20.18.3 "
18
+ "node" : " 20.19.0 "
19
19
},
20
20
"publishConfig" : {
21
21
"access" : " public" ,
Original file line number Diff line number Diff line change 27
27
" tsconfig" ,
28
28
" kleros-app"
29
29
],
30
- "packageManager" : " yarn@4.6 .0" ,
30
+ "packageManager" : " yarn@4.7 .0" ,
31
31
"volta" : {
32
- "node" : " 20.18.3 " ,
33
- "yarn" : " 4.6 .0"
32
+ "node" : " 20.19.0 " ,
33
+ "yarn" : " 4.7 .0"
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/cli" : " ^17.8.1" ,
60
60
"node-fetch" : " npm:node-fetch@2.7.0" ,
61
61
"underscore@npm^3.0.4" : " npm:1.12.1" ,
62
62
"eth-sig-util@npm:^1.4.2" : " npm:3.0.0" ,
63
- "fast-xml-parser" : " npm:fast-xml-parser@4.5.2 " ,
63
+ "fast-xml-parser" : " npm:fast-xml-parser@4.5.3 " ,
64
64
"@babel/traverse:^7.22.5" : " npm:7.23.6" ,
65
65
"yargs-unparser@npm:1.6.0" : " npm:1.6.4" ,
66
66
"dompurify@npm:^2.4.0" : " npm:2.5.7" ,
Original file line number Diff line number Diff line change 69
69
"stop-local-indexer" : " docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
70
70
},
71
71
"volta" : {
72
- "node" : " 20.18.3 "
72
+ "node" : " 20.19.0 "
73
73
},
74
74
"dependencies" : {
75
- "@graphprotocol/graph-ts" : " ^0.37 .0"
75
+ "@graphprotocol/graph-ts" : " ^0.38 .0"
76
76
},
77
77
"devDependencies" : {
78
- "@graphprotocol/graph-cli" : " ^0.95 .0" ,
78
+ "@graphprotocol/graph-cli" : " ^0.96 .0" ,
79
79
"@kleros/kleros-v2-eslint-config" : " workspace:^" ,
80
80
"@kleros/kleros-v2-prettier-config" : " workspace:^" ,
81
81
"eslint" : " ^9.15.0" ,
Original file line number Diff line number Diff line change 8
8
"license" : " MIT" ,
9
9
"type" : " module" ,
10
10
"volta" : {
11
- "node" : " 20.18.3 " ,
12
- "yarn" : " 4.6 .0"
11
+ "node" : " 20.19.0 " ,
12
+ "yarn" : " 4.7 .0"
13
13
},
14
14
"scripts" : {
15
15
"clean" : " rimraf .next src/graphql-generated src/hooks/contracts/generated.ts" ,
58
58
"@yornaath/batshit" : " ^0.10.0" ,
59
59
"graphql" : " ^16.9.0" ,
60
60
"graphql-request" : " ^7.1.2" ,
61
- "next" : " 14.2.21 " ,
61
+ "next" : " 14.2.24 " ,
62
62
"react" : " ^18.3.1" ,
63
63
"react-dom" : " ^18.3.1" ,
64
64
"react-is" : " ^18.3.1" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments