File tree Expand file tree Collapse file tree 5 files changed +170
-454
lines changed Expand file tree Collapse file tree 5 files changed +170
-454
lines changed Original file line number Diff line number Diff line change 23
23
username : ${{ github.repository_owner }}
24
24
password : ${{ secrets.GITHUB_TOKEN }}
25
25
- name : Build and push Docker image
26
- uses : docker/build-push-action@v6.9 .0
26
+ uses : docker/build-push-action@v6.10 .0
27
27
with :
28
28
push : true
29
29
context : .
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ plugins:
10
10
- path : .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
11
11
spec : ' https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'
12
12
13
- yarnPath : .yarn/releases/yarn-4.5.2 .cjs
13
+ yarnPath : .yarn/releases/yarn-4.5.3 .cjs
Original file line number Diff line number Diff line change 46
46
"@sapphire/prettier-config" : " ^2.0.0" ,
47
47
"@sapphire/ts-config" : " ^5.0.1" ,
48
48
"@types/he" : " ^1.2.3" ,
49
- "@types/node" : " ^22.9.3 " ,
49
+ "@types/node" : " ^22.10.1 " ,
50
50
"@types/turndown" : " ^5.0.5" ,
51
51
"@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
52
52
"@typescript-eslint/parser" : " ^7.18.0" ,
53
- "@vitest/coverage-v8" : " ^2.1.5 " ,
53
+ "@vitest/coverage-v8" : " ^2.1.6 " ,
54
54
"colorette" : " ^2.0.20" ,
55
55
"cz-conventional-changelog" : " ^3.3.0" ,
56
56
"esbuild" : " ^0.24.0" ,
57
57
"eslint" : " ^8.57.1" ,
58
58
"eslint-config-prettier" : " ^9.1.0" ,
59
59
"eslint-plugin-prettier" : " ^5.2.1" ,
60
60
"lint-staged" : " ^15.2.10" ,
61
- "prettier" : " ^3.3.3 " ,
61
+ "prettier" : " ^3.4.1 " ,
62
62
"rimraf" : " ^6.0.1" ,
63
63
"tsup" : " ^8.3.5" ,
64
64
"tsx" : " ^4.19.2" ,
65
65
"typescript" : " ~5.4.5" ,
66
66
"vite" : " ^6.0.1" ,
67
- "vitest" : " ^2.1.5 "
67
+ "vitest" : " ^2.1.6 "
68
68
},
69
69
"resolutions" : {
70
70
"ansi-regex" : " ^5.0.1" ,
88
88
"eslintConfig" : {
89
89
"extends" : " @sapphire"
90
90
},
91
- "packageManager" : " yarn@4.5.2 "
91
+ "packageManager" : " yarn@4.5.3 "
92
92
}
You can’t perform that action at this time.
0 commit comments