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
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
with:
submodules: true
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.12.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.3.0
uses: docker/login-action@v3.6.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Artiel Docker image
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.18.0
with:
push: true
context: .
Expand Down
942 changes: 942 additions & 0 deletions .yarn/releases/yarn-4.12.0.cjs

Large diffs are not rendered by default.

934 changes: 0 additions & 934 deletions .yarn/releases/yarn-4.5.1.cjs

This file was deleted.

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.5.1.cjs
yarnPath: .yarn/releases/yarn-4.12.0.cjs
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,52 +28,52 @@
"scripts:update-xkcd-entries": "tsx ./scripts/update-xkcd-entries.mts"
},
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@napi-rs/canvas": "^0.1.58",
"@prisma/client": "^5.21.1",
"@sapphire/duration": "^1.1.2",
"@sapphire/result": "^2.6.6",
"@sapphire/snowflake": "^3.5.3",
"@sapphire/utilities": "^3.17.0",
"@discordjs/builders": "^1.13.1",
"@napi-rs/canvas": "^0.1.88",
"@prisma/client": "^5.22.0",
"@sapphire/duration": "^1.2.0",
"@sapphire/result": "^2.8.0",
"@sapphire/snowflake": "^3.5.5",
"@sapphire/utilities": "^3.18.2",
"@skyra/env-utilities": "^1.3.0",
"@skyra/http-framework": "^2.1.0",
"@skyra/http-framework-i18n": "^1.2.0",
"@skyra/logger": "^2.0.3",
"@skyra/safe-fetch": "^1.1.3",
"@skyra/shared-http-pieces": "^1.2.2",
"@skyra/start-banner": "^2.0.1",
"@skyra/http-framework": "^2.2.1",
"@skyra/http-framework-i18n": "^1.2.1",
"@skyra/logger": "^2.0.4",
"@skyra/safe-fetch": "^1.1.4",
"@skyra/shared-http-pieces": "^1.2.3",
"@skyra/start-banner": "^2.0.2",
"canvas-constructor": "^7.0.2",
"cron": "^3.1.7",
"cron": "^3.5.0",
"discord-api-types": "^0.37.100",
"gradient-string": "^3.0.0",
"minisearch": "^7.1.0",
"tslib": "^2.8.0",
"turndown": "^7.2.0"
"minisearch": "^7.2.0",
"tslib": "^2.8.1",
"turndown": "^7.2.2"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/eslint-config": "^5.0.6",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@sapphire/ts-config": "^5.0.3",
"@types/cron": "^2.4.3",
"@types/gradient-string": "^1.1.6",
"@types/node": "^22.8.6",
"@types/turndown": "^5.0.5",
"@types/node": "^22.19.5",
"@types/turndown": "^5.0.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cheerio": "^1.0.0",
"cheerio": "^1.1.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.4",
"lint-staged": "^15.5.2",
"mathjax-full": "^3.2.2",
"prettier": "^3.3.3",
"prisma": "^5.21.1",
"prettier": "^3.7.4",
"prisma": "^5.22.0",
"rimraf": "^5.0.10",
"sharp": "^0.33.5",
"tsx": "^4.19.2",
"sharp": "^0.34.5",
"tsx": "^4.21.0",
"typescript": "^5.4.5"
},
"resolutions": {
Expand Down Expand Up @@ -102,8 +102,8 @@
"eslintConfig": {
"extends": "@sapphire"
},
"packageManager": "yarn@4.5.1",
"packageManager": "yarn@4.12.0",
"volta": {
"node": "22.11.0"
"node": "22.21.1"
}
}
Loading
Loading