Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v8 (#672)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2023
1 parent 21765de commit a97d284
Show file tree
Hide file tree
Showing 24 changed files with 53 additions and 50 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"turbo": "^1.10.16",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@sapphire/result": "workspace:^",
"@sapphire/utilities": "workspace:^",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/discord.js-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@favware/rollup-type-bundler": "^2.0.0",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/duration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc-json-parser": "^9.0.1",
"vitest": "^0.34.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@typescript-eslint/rule-tester": "^6.11.0",
"@typescript-eslint/typescript-estree": "^6.11.0",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc-json-parser": "^9.0.1",
"vitest": "^0.34.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/event-iterator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/lexure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/phisherman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/ratelimits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/snowflake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/stopwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@types/jsdom": "^21.1.5",
"@vitest/coverage-v8": "^0.34.6",
"jsdom": "^22.1.0",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/time-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/timer-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/timestamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"esbuild-plugin-file-path-extensions": "^1.0.0",
"tsup": "^7.3.0",
"tsup": "^8.0.0",
"typedoc": "^0.25.3",
"typedoc-json-parser": "^9.0.1",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit a97d284

Please sign in to comment.