File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 username : ${{ github.repository_owner }}
3030 password : ${{ secrets.GITHUB_TOKEN }}
3131 - name : Build and push Protofiles Docker image
32- uses : docker/build-push-action@v6.18.0
32+ uses : docker/build-push-action@v6.19.2
3333 with :
3434 context : ./protos
3535 push : true
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ plugins:
1010 - path : .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
1111 spec : ' https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'
1212
13- yarnPath : .yarn/releases/yarn-4.12.0 .cjs
13+ yarnPath : .yarn/releases/yarn-4.14.1 .cjs
Original file line number Diff line number Diff line change 1414 "@sapphire/prettier-config" : " ^2.0.0" ,
1515 "cz-conventional-changelog" : " ^3.3.0" ,
1616 "lint-staged" : " ^15.5.2" ,
17- "prettier" : " ^3.8.1 "
17+ "prettier" : " ^3.8.3 "
1818 },
1919 "resolutions" : {
2020 "ansi-regex" : " ^5.0.1" ,
4242 "*" : " prettier --ignore-unknown --write"
4343 },
4444 "prettier" : " @sapphire/prettier-config" ,
45- "packageManager" : " yarn@4.12.0 " ,
45+ "packageManager" : " yarn@4.14.1 " ,
4646 "volta" : {
47- "node" : " 20.20.0 " ,
48- "yarn" : " 4.12.0 "
47+ "node" : " 20.20.2 " ,
48+ "yarn" : " 4.14.1 "
4949 }
5050}
Original file line number Diff line number Diff line change 22# Manual changes might be lost - proceed with caution!
33
44__metadata :
5- version : 8
5+ version : 9
66 cacheKey : 10
77
88" @babel/code-frame@npm:^7.0.0 " :
@@ -2133,7 +2133,7 @@ __metadata:
21332133 languageName : node
21342134 linkType : hard
21352135
2136- " prettier@npm:^3.0.0, prettier@npm:^3.8.1 " :
2136+ " prettier@npm:^3.0.0 " :
21372137 version : 3.8.1
21382138 resolution : " prettier@npm:3.8.1"
21392139 bin :
@@ -2142,6 +2142,15 @@ __metadata:
21422142 languageName : node
21432143 linkType : hard
21442144
2145+ " prettier@npm:^3.8.3 " :
2146+ version : 3.8.3
2147+ resolution : " prettier@npm:3.8.3"
2148+ bin :
2149+ prettier : bin/prettier.cjs
2150+ checksum : 10/4b3b12cbb29e4c96bed936e5d070167552500c18d37676fb3e0caae6199c42860662608e4dc116230698f6e2bb0267ef2548158224c92d40f188d309d72fdd6f
2151+ languageName : node
2152+ linkType : hard
2153+
21452154" punycode@npm:^2.1.0 " :
21462155 version : 2.3.1
21472156 resolution : " punycode@npm:2.3.1"
@@ -2709,7 +2718,7 @@ __metadata:
27092718 " @sapphire/prettier-config " : " npm:^2.0.0"
27102719 cz-conventional-changelog : " npm:^3.3.0"
27112720 lint-staged : " npm:^15.5.2"
2712- prettier : " npm:^3.8.1 "
2721+ prettier : " npm:^3.8.3 "
27132722 languageName : unknown
27142723 linkType : soft
27152724
You can’t perform that action at this time.
0 commit comments