Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Protofiles Docker image
uses: docker/build-push-action@v6.18.0
uses: docker/build-push-action@v6.19.2
with:
context: ./protos
push: true
Expand Down
942 changes: 0 additions & 942 deletions .yarn/releases/yarn-4.12.0.cjs

This file was deleted.

940 changes: 940 additions & 0 deletions .yarn/releases/yarn-4.14.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'

yarnPath: .yarn/releases/yarn-4.12.0.cjs
yarnPath: .yarn/releases/yarn-4.14.1.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@sapphire/prettier-config": "^2.0.0",
"cz-conventional-changelog": "^3.3.0",
"lint-staged": "^15.5.2",
"prettier": "^3.8.1"
"prettier": "^3.8.3"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down Expand Up @@ -42,9 +42,9 @@
"*": "prettier --ignore-unknown --write"
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@4.12.0",
"packageManager": "yarn@4.14.1",
"volta": {
"node": "20.20.0",
"yarn": "4.12.0"
"node": "20.20.2",
"yarn": "4.14.1"
}
}
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
version: 9
cacheKey: 10

"@babel/code-frame@npm:^7.0.0":
Expand Down Expand Up @@ -2133,7 +2133,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0, prettier@npm:^3.8.1":
"prettier@npm:^3.0.0":
version: 3.8.1
resolution: "prettier@npm:3.8.1"
bin:
Expand All @@ -2142,6 +2142,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.8.3":
version: 3.8.3
resolution: "prettier@npm:3.8.3"
bin:
prettier: bin/prettier.cjs
checksum: 10/4b3b12cbb29e4c96bed936e5d070167552500c18d37676fb3e0caae6199c42860662608e4dc116230698f6e2bb0267ef2548158224c92d40f188d309d72fdd6f
languageName: node
linkType: hard

"punycode@npm:^2.1.0":
version: 2.3.1
resolution: "punycode@npm:2.3.1"
Expand Down Expand Up @@ -2709,7 +2718,7 @@ __metadata:
"@sapphire/prettier-config": "npm:^2.0.0"
cz-conventional-changelog: "npm:^3.3.0"
lint-staged: "npm:^15.5.2"
prettier: "npm:^3.8.1"
prettier: "npm:^3.8.3"
languageName: unknown
linkType: soft

Expand Down