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 Mar 17, 2024
1 parent c5f9e98 commit 9939f8d
Show file tree
Hide file tree
Showing 9 changed files with 1,442 additions and 1,447 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.2.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.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.3.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.2.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.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.3.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.2.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.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.3.0
with:
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
context: .
Expand Down
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.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.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.1.cjs
6 changes: 3 additions & 3 deletions apps/acryss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@prisma/client": "^5.10.2",
"@prisma/client": "^5.11.0",
"@sapphire/utilities": "3.15.3",
"@skyra/env-utilities": "^1.3.0",
"@skyra/internal": "workspace:^",
Expand All @@ -25,7 +25,7 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"prisma": "^5.10.2",
"typescript": "^5.3.3"
"prisma": "^5.11.0",
"typescript": "^5.4.2"
}
}
12 changes: 6 additions & 6 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@sidebase/nuxt-auth": "^0.5.0",
"@skyra/internal": "workspace:^",
"@tailwindcss/typography": "^0.5.10",
"@vite-pwa/nuxt": "^0.5.0",
"next-auth": "^4.24.6",
"nuxt": "^3.10.3",
"@vite-pwa/nuxt": "^0.6.0",
"next-auth": "^4.24.7",
"nuxt": "^3.11.0",
"sitemap": "^7.1.1",
"typescript": "^5.3.3",
"vite-plugin-pwa": "^0.19.2",
"vue-tsc": "2.0.3"
"typescript": "^5.4.2",
"vite-plugin-pwa": "^0.19.4",
"vue-tsc": "2.0.6"
}
}
4 changes: 2 additions & 2 deletions apps/nayre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@skyra/logger": "^2.0.3",
"@skyra/shared-http-pieces": "^1.2.2",
"@skyra/start-banner": "^2.0.1",
"discord-api-types": "^0.37.71",
"discord-api-types": "^0.37.74",
"gradient-string": "^2.0.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
"postinstall": "yarn workspace @skyra/acryss prisma:generate"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"@prettier/plugin-xml": "^3.3.1",
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/eslint-config": "^5.0.4",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/gradient-string": "^1.1.5",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "^1.12.4",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1"
"prettier-plugin-tailwindcss": "^0.5.12",
"turbo": "^1.12.5",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.4.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand All @@ -64,7 +64,7 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"volta": {
"node": "18.19.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"typescript": "^5.3.3",
"vitest": "^1.3.1"
"typescript": "^5.4.2",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit 9939f8d

Please sign in to comment.