Skip to content

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] committed Jun 23, 2024
1 parent f4d6b50 commit 7edd912
Show file tree
Hide file tree
Showing 17 changed files with 411 additions and 411 deletions.
434 changes: 217 additions & 217 deletions .yarn/releases/yarn-4.3.0.cjs → .yarn/releases/yarn-4.3.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 @@ -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.3.0.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.6.1",
"@swc/core": "^1.6.5",
"@types/node": "20.14.2",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^1.6.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
Expand All @@ -39,7 +39,7 @@
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"turbo": "^2.0.4",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"resolutions": {
Expand Down Expand Up @@ -67,5 +67,5 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion packages/env-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@vitest/coverage-v8": "^1.6.0",
"esbuild-plugin-version-injector": "^1.2.1",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/http-framework-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@discordjs/collection": "^1.5.3",
"@sapphire/utilities": "^3.16.2",
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.89",
"discord-api-types": "^0.37.90",
"i18next": "^22.5.1",
"tslib": "^2.6.3"
},
Expand Down Expand Up @@ -61,6 +61,6 @@
"devDependencies": {
"@favware/cliff-jumper": "^4.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/http-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"@sapphire/pieces": "^4.2.2",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.16.2",
"@vladfrangu/async_event_emitter": "^2.2.4",
"discord-api-types": "^0.37.89"
"@vladfrangu/async_event_emitter": "^2.3.0",
"discord-api-types": "^0.37.90"
},
"devDependencies": {
"@favware/cliff-jumper": "^4.0.2",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/node": "20.14.2",
"i18next": "^22.5.1",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/influx-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"@favware/cliff-jumper": "^4.0.2",
"esbuild-plugin-version-injector": "^1.2.1",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@favware/cliff-jumper": "^4.0.2",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/reddit-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"@types/he": "^1.2.3",
"esbuild-plugin-version-injector": "^1.2.1",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/safe-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"devDependencies": {
"@favware/cliff-jumper": "^4.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/shared-http-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/collection": "^1.5.3",
"@sentry/node": "^8.9.2",
"@sentry/node": "^8.11.0",
"@skyra/env-utilities": "workspace:^",
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
"discord-api-types": "^0.37.89",
"discord-api-types": "^0.37.90",
"tslib": "^2.6.3"
},
"repository": {
Expand Down Expand Up @@ -70,6 +70,6 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^4.0.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/shared-influx-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@skyra/http-framework": "workspace:^",
"@skyra/influx-utilities": "workspace:^",
"discord-api-types": "^0.37.89",
"discord-api-types": "^0.37.90",
"tslib": "^2.6.3"
},
"repository": {
Expand Down Expand Up @@ -64,6 +64,6 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^4.0.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/start-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@favware/cliff-jumper": "^4.0.2",
"@vitest/coverage-v8": "^1.6.0",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/twitch-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"@favware/cliff-jumper": "^4.0.2",
"esbuild-plugin-version-injector": "^1.2.1",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/weather-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"@types/he": "^1.2.3",
"esbuild-plugin-version-injector": "^1.2.1",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
Loading

0 comments on commit 7edd912

Please sign in to comment.