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] authored Sep 14, 2024
1 parent 5c3fc84 commit df925b7
Show file tree
Hide file tree
Showing 10 changed files with 795 additions and 763 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
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
"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",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.7.22",
"@swc/core": "^1.7.26",
"@types/node": "20.14.8",
"@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",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"turbo": "^2.1.1",
"turbo": "^2.1.2",
"typescript": "~5.4.5",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand All @@ -67,5 +67,5 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
4 changes: 2 additions & 2 deletions packages/env-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.1",
"esbuild-plugin-version-injector": "^1.2.1",
"tsup": "^8.2.4",
"typescript": "~5.4.5",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
}
}
10 changes: 5 additions & 5 deletions packages/http-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/builders": "^1.9.0",
"@discordjs/collection": "^1.5.3",
"@discordjs/rest": "^2.3.0",
"@discordjs/util": "^1.1.0",
"@discordjs/rest": "^2.4.0",
"@discordjs/util": "^1.1.1",
"@sapphire/pieces": "^4.3.1",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.17.0",
Expand All @@ -38,10 +38,10 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.1",
"tsup": "^8.2.4",
"typescript": "~5.4.5",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.1",
"tsup": "^8.2.4",
"typescript": "~5.4.5",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/reddit-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"dependencies": {
"@discordjs/formatters": "^0.4.0",
"@discordjs/formatters": "^0.5.0",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.17.0",
"@skyra/env-utilities": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-http-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/builders": "^1.9.0",
"@discordjs/collection": "^1.5.3",
"@sentry/node": "^8.27.0",
"@sentry/node": "^8.30.0",
"@skyra/env-utilities": "workspace:^",
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/start-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.1",
"tsup": "^8.2.4",
"typescript": "~5.4.5",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit df925b7

Please sign in to comment.