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 Sep 22, 2024
1 parent f8b2f60 commit 8de2057
Show file tree
Hide file tree
Showing 13 changed files with 560 additions and 510 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.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.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"check-update": "turbo run check-update"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@favware/cliff-jumper": "^4.1.0",
"@favware/npm-deprecate": "^1.0.7",
"@favware/rollup-type-bundler": "^3.3.0",
Expand All @@ -32,25 +32,25 @@
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.1",
"concurrently": "^9.0.1",
"cz-conventional-changelog": "^3.3.0",
"discord-api-types": "^0.37.100",
"discord.js": "^14.16.1",
"esbuild-plugin-file-path-extensions": "^2.1.2",
"discord.js": "^14.16.2",
"esbuild-plugin-file-path-extensions": "^2.1.3",
"esbuild-plugin-version-injector": "^1.2.1",
"eslint": "^8.57.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",
"rimraf": "^6.0.1",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"turbo": "^2.1.1",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"turbo": "^2.1.2",
"typescript": "~5.4.5",
"vite": "^5.4.3",
"vitest": "^2.0.5"
"vite": "^5.4.7",
"vitest": "^2.1.1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -79,5 +79,5 @@
"minimist": "^1.2.8"
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/ws": "^8.5.12",
"@vladfrangu/async_event_emitter": "2.4.6",
"cookie-es": "^1.2.2",
"tldts": "^6.1.43",
"tldts": "^6.1.47",
"undici": "^6.19.8"
},
"repository": {
Expand Down Expand Up @@ -89,8 +89,8 @@
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^9.0.1",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "~5.4.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/editable-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@skyra/editable-commands": "^3.0.2"
"@skyra/editable-commands": "^3.0.3"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -83,8 +83,8 @@
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^9.0.1",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "~5.4.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"chokidar": "^4.0.0"
"chokidar": "^4.0.1"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -83,8 +83,8 @@
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^9.0.1",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "~5.4.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@sapphire/utilities": "^3.17.0",
"@skyra/i18next-backend": "^2.0.5",
"chokidar": "^4.0.0",
"chokidar": "^4.0.1",
"i18next": "^23.15.1"
},
"repository": {
Expand Down Expand Up @@ -89,8 +89,8 @@
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^9.0.1",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "~5.4.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^9.0.1",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "~5.4.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/pattern-commands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^9.0.1",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "~5.4.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/scheduled-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"dependencies": {
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/utilities": "^3.17.0",
"bullmq": "5.12.14"
"bullmq": "5.13.2"
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^9.0.1",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "~5.4.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/subcommands/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^9.0.1",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "~5.4.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"@favware/cliff-jumper": "^4.1.0",
"@favware/rollup-type-bundler": "^3.3.0",
"concurrently": "^9.0.1",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typedoc": "^0.25.13",
"typedoc-json-parser": "^10.0.0",
"typescript": "~5.4.5"
Expand Down
Loading

0 comments on commit 8de2057

Please sign in to comment.