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] committed May 9, 2024
1 parent e85c157 commit 43a21af
Show file tree
Hide file tree
Showing 11 changed files with 3,027 additions and 2,417 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bot-build.yml
Expand Up @@ -27,17 +27,17 @@ jobs:
uses: actions/checkout@v4

- name: Setup Docker
uses: docker/setup-buildx-action@v3.0.0
uses: docker/setup-buildx-action@v3.3.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 Docker image
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.3.0
with:
push: true
file: ./apps/bot/Dockerfile
Expand Down
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
6 changes: 3 additions & 3 deletions apps/bot/Dockerfile
@@ -1,5 +1,5 @@
## Builder ##
FROM node:20.11.0-alpine3.19 as builder
FROM node:20.13.1-alpine3.19 as builder

WORKDIR /temp

Expand All @@ -10,7 +10,7 @@ COPY . .
RUN turbo prune --scope=@kbotdev/bot --docker

## Dependencies ##
FROM node:20.11.0-alpine3.19 AS deps
FROM node:20.13.1-alpine3.19 AS deps

ENV NODE_ENV=production

Expand All @@ -33,7 +33,7 @@ RUN yarn turbo build --filter=@kbotdev/bot && \
yarn workspaces focus @kbotdev/bot --production

## App ##
FROM node:20.11.0-alpine3.19 as app
FROM node:20.13.1-alpine3.19 as app

LABEL org.opencontainers.image.source=https://github.com/KBot-discord/KBot
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
Expand Down
4 changes: 2 additions & 2 deletions apps/bot/package.json
Expand Up @@ -36,7 +36,7 @@
"@kbotdev/holodex": "workspace:^",
"@kbotdev/meili": "workspace:^",
"@kbotdev/plugin-modules": "^3.0.0",
"@killbasa/redis-utils": "^0.0.9",
"@killbasa/redis-utils": "^0.0.10",
"@prisma/client": "^5.8.0",
"@sapphire/decorators": "^6.0.3",
"@sapphire/discord.js-utilities": "^7.1.5",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@types/humanize-duration": "^3.27.4",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Expand Up @@ -22,6 +22,6 @@
},
"devDependencies": {
"sitemap": "^7.1.1",
"vitepress": "1.0.0-rc.36"
"vitepress": "1.1.4"
}
}
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -33,15 +33,15 @@
"@typescript-eslint/parser": "^6.18.1",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/ui": "^1.2.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-turbo": "^1.11.3",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.1",
"schemix": "^1.14.1",
"turbo": "1.11.3",
"turbo": "1.13.3",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.2.0"
Expand All @@ -66,5 +66,5 @@
"engines": {
"node": ">=20.x"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.2.2"
}
2 changes: 1 addition & 1 deletion packages/holodex/package.json
Expand Up @@ -23,7 +23,7 @@
"@sapphire/fetch": "^3.0.1"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"prettier": "^3.2.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/meili/package.json
Expand Up @@ -20,10 +20,10 @@
"format": "prettier --write --log-level=warn \"src/**/*.ts\""
},
"dependencies": {
"meilisearch": "^0.36.0"
"meilisearch": "^0.39.0"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"prettier": "^3.2.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
Expand Down

0 comments on commit 43a21af

Please sign in to comment.