File tree Expand file tree Collapse file tree 5 files changed +1070
-1165
lines changed Expand file tree Collapse file tree 5 files changed +1070
-1165
lines changed Original file line number Diff line number Diff line change 21
21
persist-credentials : false
22
22
- uses : actions/setup-node@v4
23
23
with :
24
- node-version : 20 .x
24
+ node-version : 22 .x
25
25
cache : yarn
26
26
- run : yarn install
27
27
env :
45
45
persist-credentials : false
46
46
- uses : actions/setup-node@v4
47
47
with :
48
- node-version : 20 .x
48
+ node-version : 22 .x
49
49
cache : yarn
50
50
- uses : actions/download-artifact@v4
51
51
with :
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.5.1 .cjs
7
+ yarnPath : .yarn/releases/yarn-4.5.3 .cjs
Original file line number Diff line number Diff line change 49
49
}
50
50
},
51
51
"dependencies" : {
52
- "@aws-sdk/client-ecr" : " ^3.687 .0"
52
+ "@aws-sdk/client-ecr" : " ^3.699 .0"
53
53
},
54
54
"devDependencies" : {
55
55
"@biomejs/biome" : " ^1.9.4" ,
56
- "@commitlint/cli" : " ^19.5 .0" ,
57
- "@commitlint/config-conventional" : " ^19.5 .0" ,
56
+ "@commitlint/cli" : " ^19.6 .0" ,
57
+ "@commitlint/config-conventional" : " ^19.6 .0" ,
58
58
"@semantic-release/commit-analyzer" : " ^13.0.0" ,
59
59
"@semantic-release/git" : " ^10.0.1" ,
60
60
"@semantic-release/github" : " ^11.0.1" ,
61
61
"@semantic-release/npm" : " ^12.0.1" ,
62
62
"@semantic-release/release-notes-generator" : " ^14.0.1" ,
63
- "@types/node" : " ^20.17.6 " ,
63
+ "@types/node" : " ^22.10.1 " ,
64
64
"commitizen" : " ^4.3.1" ,
65
65
"conventional-changelog-conventionalcommits" : " ^8.0.0" ,
66
- "cspell" : " ^8.16.0 " ,
67
- "husky" : " ^9.1.6 " ,
66
+ "cspell" : " ^8.16.1 " ,
67
+ "husky" : " ^9.1.7 " ,
68
68
"pinst" : " ^3.0.0" ,
69
69
"semantic-release" : " ^24.2.0" ,
70
70
"tsup" : " ^8.3.5" ,
71
- "turbo" : " ^2.2 .3" ,
72
- "typescript" : " ^5.6.3 "
71
+ "turbo" : " ^2.3 .3" ,
72
+ "typescript" : " ^5.7.2 "
73
73
},
74
74
"peerDependencies" : {
75
75
"semantic-release" : " >=20"
76
76
},
77
- "packageManager" :
" [email protected] .1 " ,
77
+ "packageManager" :
" [email protected] .3 " ,
78
78
"engines" : {
79
79
"node" : " >=20"
80
80
},
You can’t perform that action at this time.
0 commit comments