Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent 4d8369b commit fe5b8f2
Show file tree
Hide file tree
Showing 6 changed files with 1,761 additions and 1,888 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
submodules: true
- name: Extract version from package.json
id: package_version
uses: saionaro/extract-package-version@de8268c348d3a9ed3514c86a9ad8d4568ab8b49e # tag=v1.1.1
uses: saionaro/extract-package-version@fdb5b74adc1278ddb777dfed4c988b9d098bb48d # v1.2.1
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@94ab11c41e45d028884a99163086648e898eed25 # renovate: tag=v1.6.0
uses: docker/setup-buildx-action@f211e3e9ded2d9377c8cadc4489a4e38014bc4c9 # v1.7.0
- name: Login to GitHub Container Registry
uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583 # tag=v1.13.0
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.14.1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -52,7 +52,7 @@ jobs:
type=raw,value=${{ steps.package_version.outputs.version }}.${{ github.run_number }}
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
- name: Build and push Docker image
uses: docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b # renovate: tag=v2.9.0
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2.10.0
with:
push: true
context: .
Expand Down
785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.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 @@ -28,4 +28,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.2.0.cjs
yarnPath: .yarn/releases/yarn-3.8.1.cjs
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,59 +15,59 @@
"author": "TheNozomi <13172293+TheNozomi@users.noreply.github.com>",
"license": "MIT",
"dependencies": {
"@honeybadger-io/js": "^3.2.8",
"@sapphire/decorators": "^4.3.7",
"@sapphire/discord.js-utilities": "^4.11.3",
"@sapphire/framework": "^3.0.0-next.961e0bf.0",
"@sapphire/pieces": "^3.3.4",
"@sapphire/plugin-api": "^3.2.2",
"@sapphire/plugin-logger": "^2.2.2",
"@sapphire/plugin-scheduled-tasks": "^2.3.4",
"@sapphire/stopwatch": "^1.4.1",
"@honeybadger-io/js": "^3.2.9",
"@sapphire/decorators": "^4.3.8",
"@sapphire/discord.js-utilities": "^4.12.0",
"@sapphire/framework": "^3.2.0",
"@sapphire/pieces": "^3.10.0",
"@sapphire/plugin-api": "^3.2.4",
"@sapphire/plugin-logger": "^2.2.3",
"@sapphire/plugin-scheduled-tasks": "^2.3.5",
"@sapphire/stopwatch": "^1.5.2",
"axios": "^0.26.0",
"bull": "^4.6.2",
"date-fns": "^2.28.0",
"discord-api-types": "^0.36.1",
"discord.js": "^13.8.1",
"fs-extra": "^10.0.1",
"bull": "^4.12.2",
"date-fns": "^2.30.0",
"discord-api-types": "^0.37.75",
"discord.js": "^13.17.1",
"fs-extra": "^10.1.0",
"mongodb": "^4.4.0",
"node-cron": "^3.0.0",
"puppeteer-core": "^13.4.0",
"node-cron": "^3.0.3",
"puppeteer-core": "^13.7.0",
"string-similarity-js": "^2.1.4",
"ts-dotenv": "^0.8.3",
"tslib": "^2.3.1"
"ts-dotenv": "^0.9.1",
"tslib": "^2.6.2"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"bufferutil": "^4.0.8",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^5.0.8",
"zlib-sync": "^0.1.7"
"utf-8-validate": "^5.0.10",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@sapphire/eslint-config": "^4.3.7",
"@sapphire/ts-config": "^3.3.1",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
"@sapphire/eslint-config": "^4.4.3",
"@sapphire/ts-config": "^3.3.4",
"@types/chai": "^4.3.12",
"@types/chai-as-promised": "^7.1.8",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^9.1.0",
"@types/node": "^16.11.26",
"@types/node-cron": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"chai": "^4.3.6",
"@types/mocha": "^9.1.1",
"@types/node": "^16.18.89",
"@types/node-cron": "^3.0.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"eslint": "~8.10.0",
"eslint": "~8.57.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.4",
"mocha": "^9.2.1",
"lint-staged": "^12.5.0",
"mocha": "^9.2.2",
"rimraf": "^3.0.2",
"ts-node": "^10.5.0",
"tsc-watch": "^4.6.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.5"
"ts-node": "^10.9.2",
"tsc-watch": "^4.6.2",
"tsconfig-paths": "^3.15.0",
"typescript": "^4.9.5"
},
"lint-staged": {
"*.ts": "eslint --cache --fix"
},
"packageManager": "yarn@3.2.0"
"packageManager": "yarn@3.8.1"
}
Loading

0 comments on commit fe5b8f2

Please sign in to comment.