Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 3ea3b3a commit 8522efe
Show file tree
Hide file tree
Showing 10 changed files with 2,679 additions and 2,749 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.1.0
uses: docker/setup-buildx-action@v3.7.1
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Acryss Docker image
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.4.0
with:
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
context: .
Expand All @@ -44,15 +44,15 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.1.0
uses: docker/setup-buildx-action@v3.7.1
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Nayre Docker image
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.4.0
with:
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
context: .
Expand All @@ -68,15 +68,15 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.1.0
uses: docker/setup-buildx-action@v3.7.1
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Frontend Docker image
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.4.0
with:
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
context: .
Expand Down
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.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.1.0.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
8 changes: 4 additions & 4 deletions apps/acryss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@prisma/client": "^5.20.0",
"@sapphire/utilities": "3.17.0",
"@prisma/client": "^5.22.0",
"@sapphire/utilities": "3.18.1",
"@skyra/env-utilities": "^1.3.0",
"@skyra/internal": "workspace:^",
"@skyra/logger": "^2.0.3",
"@skyra/start-banner": "^2.0.1",
"tslib": "^2.7.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"prisma": "^5.20.0",
"prisma": "^5.22.0",
"typescript": "^5.6.2"
}
}
12 changes: 6 additions & 6 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"format": "prettier --write ."
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@sidebase/nuxt-auth": "^0.9.3",
"@skyra/internal": "workspace:^",
"@tailwindcss/typography": "^0.5.15",
"@vite-pwa/nuxt": "^0.10.5",
"next-auth": "^4.24.8",
"nuxt": "^3.13.2",
"@vite-pwa/nuxt": "^0.10.6",
"next-auth": "^4.24.11",
"nuxt": "^3.14.1592",
"sitemap": "^8.0.0",
"typescript": "^5.6.2",
"vite-plugin-pwa": "^0.20.5",
"vue-tsc": "2.1.6"
"vite-plugin-pwa": "^0.21.1",
"vue-tsc": "2.1.10"
}
}
4 changes: 2 additions & 2 deletions apps/nayre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@discordjs/builders": "^1.9.0",
"@discordjs/collection": "^1.5.3",
"@skyra/env-utilities": "^1.3.0",
"@skyra/http-framework": "^2.1.0",
"@skyra/http-framework": "^2.2.0",
"@skyra/http-framework-i18n": "^1.2.0",
"@skyra/internal": "workspace:^",
"@skyra/logger": "^2.0.3",
"@skyra/shared-http-pieces": "^1.2.2",
"@skyra/start-banner": "^2.0.1",
"discord-api-types": "^0.37.101",
"tslib": "^2.7.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"typescript": "^5.6.2"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"postinstall": "yarn workspace @skyra/acryss prisma:generate"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@prettier/plugin-xml": "^3.4.1",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.16.10",
"@types/node": "^20.17.9",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"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",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"turbo": "^2.1.2",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"turbo": "^2.3.3",
"typescript": "~5.4.5",
"vite": "^5.4.8",
"vitest": "^2.1.1"
"vite": "^5.4.11",
"vitest": "^2.1.8"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand All @@ -63,8 +63,8 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.5.3",
"volta": {
"node": "18.19.1"
"node": "18.20.5"
}
}
6 changes: 3 additions & 3 deletions packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@sapphire/utilities": "3.17.0",
"@sapphire/utilities": "3.18.1",
"@skyra/env-utilities": "^1.3.0",
"tslib": "^2.7.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"typescript": "^5.6.2",
"vitest": "^2.1.1"
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 8522efe

Please sign in to comment.