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.

944 changes: 944 additions & 0 deletions .yarn/releases/yarn-4.17.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.17.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.9.5"
},
"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.17.1",
"volta": {
"node": "20.20.0",
"yarn": "4.12.0"
"node": "20.20.2",
"yarn": "4.17.1"
}
}
19 changes: 14 additions & 5 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: 10
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.9.5":
version: 3.9.5
resolution: "prettier@npm:3.9.5"
bin:
prettier: bin/prettier.cjs
checksum: 10/b6587f1582ba653ce5207ee227aff646500e5098646931088f176d1ab090b1f47d5a333f1facd634e9aa7dcb15c45940e2cec13a5962534cf0200617517b67b6
languageName: node
linkType: hard

"punycode@npm:^2.1.0":
version: 2.3.1
resolution: "punycode@npm:2.3.1"
Expand Down Expand Up @@ -2262,14 +2271,14 @@ __metadata:

"resolve@patch:resolve@npm%3A^1.10.0#optional!builtin<compat/resolve>":
version: 1.22.8
resolution: "resolve@patch:resolve@npm%3A1.22.8#optional!builtin<compat/resolve>::version=1.22.8&hash=c3c19d"
resolution: "resolve@patch:resolve@npm%3A1.22.8#optional!builtin<compat/resolve>::version=1.22.8&hash=9bd1a5"
dependencies:
is-core-module: "npm:^2.13.0"
path-parse: "npm:^1.0.7"
supports-preserve-symlinks-flag: "npm:^1.0.0"
bin:
resolve: bin/resolve
checksum: 10/f345cd37f56a2c0275e3fe062517c650bb673815d885e7507566df589375d165bbbf4bdb6aa95600a9bc55f4744b81f452b5a63f95b9f10a72787dba3c90890a
checksum: 10/b14c82cbce48701a1e963c60f196b91a289186e8b596334e09c881df8069cefcfb0ac9ce85ea768742b361a58005494bf2428a95dc5056d2ba441aa993731b1f
languageName: node
linkType: hard

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.9.5"
languageName: unknown
linkType: soft

Expand Down