File tree 3 files changed +404
-427
lines changed
3 files changed +404
-427
lines changed Original file line number Diff line number Diff line change 36
36
echo "EOF" >> $GITHUB_OUTPUT
37
37
- name : Create the release
38
38
if : steps.changelog.outputs.changelog_content != ''
39
- uses : softprops/action-gh-release@v1
39
+ uses : softprops/action-gh-release@v2
40
40
with :
41
41
name : ${{ github.ref_name }}
42
42
body : ' ${{ steps.changelog.outputs.changelog_content }}'
Original file line number Diff line number Diff line change 34
34
"dependencies" : {
35
35
"@logux/actions" : " ^0.4.0" ,
36
36
"@logux/core" : " ^0.9.0" ,
37
- "cookie" : " ^0.6.0 " ,
37
+ "cookie" : " ^0.7.1 " ,
38
38
"dotenv" : " ^16.4.5" ,
39
39
"fastq" : " ^1.17.1" ,
40
40
"nanoevents" : " ^9.0.0" ,
44
44
"pino-abstract-transport" : " ^2.0.0" ,
45
45
"semver" : " ^7.6.3" ,
46
46
"strip-ansi" : " ^7.1.0" ,
47
- "tinyglobby" : " ^0.2.6 " ,
47
+ "tinyglobby" : " ^0.2.9 " ,
48
48
"url-pattern" : " ^1.0.3" ,
49
49
"ws" : " ^8.18.0"
50
50
},
51
51
"devDependencies" : {
52
52
"@logux/eslint-config" : " ^53.4.0" ,
53
53
"@types/cross-spawn" : " ^6.0.6" ,
54
- "@types/node" : " ^22.5 .4" ,
54
+ "@types/node" : " ^22.7 .4" ,
55
55
"@types/ws" : " ^8.5.12" ,
56
- "@typescript-eslint/eslint-plugin" : " ^8.5 .0" ,
57
- "@typescript-eslint/parser" : " ^8.5 .0" ,
58
- "@vitest/coverage-v8" : " ^2.0.5 " ,
56
+ "@typescript-eslint/eslint-plugin" : " ^8.8 .0" ,
57
+ "@typescript-eslint/parser" : " ^8.8 .0" ,
58
+ "@vitest/coverage-v8" : " ^2.1.2 " ,
59
59
"check-dts" : " ^0.8.2" ,
60
60
"clean-publish" : " ^5.0.0" ,
61
61
"cross-spawn" : " ^7.0.3" ,
62
- "eslint" : " ^9.10 .0" ,
62
+ "eslint" : " ^9.12 .0" ,
63
63
"nanospy" : " ^1.0.0" ,
64
64
"print-snapshots" : " ^0.4.2" ,
65
65
"typescript" : " ^5.6.2" ,
66
- "vite" : " ^5.4.3 " ,
67
- "vitest" : " ^2.0.5 "
66
+ "vite" : " ^5.4.8 " ,
67
+ "vitest" : " ^2.1.2 "
68
68
},
69
69
"prettier" : {
70
70
"arrowParens" : " avoid" ,
You can’t perform that action at this time.
0 commit comments