Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #131

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/bot-build.yml
Original file line number Diff line number Diff line change
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.2.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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Builder ##
FROM node:20.11.0-alpine3.19 as builder
FROM node:20.14.0-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.14.0-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.14.0-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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"devDependencies": {
"sitemap": "^7.1.1",
"vitepress": "1.0.0-rc.36"
"vitepress": "1.2.3"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
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.4",
"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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"format": "prettier --write --log-level=warn \"src/**/*.ts\""
},
"dependencies": {
"meilisearch": "^0.36.0"
"meilisearch": "^0.40.0"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"prettier": "^3.2.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
Expand Down