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

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.12.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.6.0
uses: docker/login-action@v3.7.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Acrysel Docker image
uses: docker/build-push-action@v6.18.0
uses: docker/build-push-action@v6.19.2
with:
push: true
context: .
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.13.0.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.13.0.cjs
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@sapphire/eslint-config": "^5.0.6",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.3",
"@types/gradient-string": "^1.1.6",
"@types/node": "^24.10.9",
"@types/node": "^24.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.39.2",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"lint-staged": "^16.2.7",
"lint-staged": "^16.4.0",
"prettier": "^3.8.1",
"prisma": "^6.19.2",
"rimraf": "^6.1.2",
"rimraf": "^6.1.3",
"typescript": "^5.5.2"
},
"resolutions": {
Expand Down Expand Up @@ -87,8 +87,8 @@
"@typescript-eslint/no-base-to-string": "off"
}
},
"packageManager": "yarn@4.12.0",
"packageManager": "yarn@4.13.0",
"volta": {
"node": "24.13.0"
"node": "24.14.0"
}
}
Loading