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 Nov 14, 2023
1 parent fceb94b commit 07ef177
Show file tree
Hide file tree
Showing 13 changed files with 786 additions and 783 deletions.
670 changes: 335 additions & 335 deletions .yarn/releases/yarn-4.0.1.cjs → .yarn/releases/yarn-4.0.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 @@ -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.0.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
"check-update": "turbo run check-update"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@favware/cliff-jumper": "^2.2.0",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@favware/cliff-jumper": "^2.2.3",
"@favware/npm-deprecate": "^1.0.7",
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@swc/core": "^1.3.95",
"@types/node": "^20.8.9",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@swc/core": "^1.3.96",
"@types/node": "^20.9.0",
"@types/ws": "^8.5.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitest/coverage-v8": "^0.34.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"tsup": "^7.2.0",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
Expand All @@ -46,7 +46,7 @@
"resolutions": {
"ansi-regex": "^5.0.1",
"minimist": "1.2.8",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-node@0.34.1": "patch:vite-node@npm%3A0.34.1#./.yarn/patches/vite-node-npm-0.34.1-9b3b8dc82e.patch"
},
"engines": {
Expand All @@ -70,5 +70,5 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@4.0.1"
"packageManager": "yarn@4.0.2"
}
2 changes: 1 addition & 1 deletion packages/env-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"access": "public"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"esbuild-plugin-version-injector": "^1.2.1",
"tsup": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/http-framework-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@discordjs/collection": "^1.5.3",
"@sapphire/utilities": "^3.13.0",
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.61",
"discord-api-types": "^0.37.63",
"i18next": "^22.5.1",
"tslib": "^2.6.2"
},
Expand Down Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/http-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^1.5.3",
"@discordjs/rest": "^2.0.1",
"@discordjs/util": "^1.0.1",
"@sapphire/pieces": "^3.7.0",
"@discordjs/rest": "^2.1.0",
"@discordjs/util": "^1.0.2",
"@sapphire/pieces": "^3.7.1",
"@sapphire/result": "^2.6.4",
"@sapphire/utilities": "^3.13.0",
"@vladfrangu/async_event_emitter": "^2.2.2",
"discord-api-types": "^0.37.61"
"discord-api-types": "^0.37.63"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18next-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@types/node": "^20.8.9",
"@favware/cliff-jumper": "^2.2.3",
"@types/node": "^20.9.0",
"i18next": "^22.5.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"colorette": "^2.0.20"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@sapphire/result": "^2.6.4"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/shared-http-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^1.5.3",
"@sentry/integrations": "^7.76.0",
"@sentry/node": "^7.76.0",
"@sentry/integrations": "^7.80.1",
"@sentry/node": "^7.80.1",
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
"discord-api-types": "^0.37.61",
"discord-api-types": "^0.37.63",
"tslib": "^2.6.2"
},
"repository": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"access": "public"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/start-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"access": "public"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/twitch-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@skyra/safe-fetch": "workspace:^"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"esbuild-plugin-version-injector": "^1.2.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down

0 comments on commit 07ef177

Please sign in to comment.