Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#577)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* chore: who let the bugs out??

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>
  • Loading branch information
renovate[bot] and favna committed Apr 9, 2023
1 parent afa25c7 commit 291dd67
Show file tree
Hide file tree
Showing 26 changed files with 128 additions and 118 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"@types/lodash": "^4.14.192",
"@types/node": "^18.15.11",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitest/coverage-c8": "^0.29.8",
"cz-conventional-changelog": "^3.3.0",
"discord-api-types": "^0.37.37",
"discord.js": "^14.9.0",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"lint-staged": "^13.2.1",
"lodash": "^4.17.21",
"nock": "^13.3.0",
"prettier": "^2.8.7",
Expand All @@ -48,6 +48,7 @@
"tslib": "^2.5.0",
"tsup": "^6.7.0",
"turbo": "^1.8.8",
"typedoc": "0.23.28",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vitest": "^0.29.8"
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 @@ -59,7 +59,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/bitfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@sapphire/utilities": "workspace:^",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
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 @@ -62,7 +62,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
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 @@ -63,7 +63,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@favware/rollup-type-bundler": "^2.0.0",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/duration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
7 changes: 4 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.7",
Expand Down Expand Up @@ -62,6 +62,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "0.23.28",
"vitest": "^0.29.8"
}
}
3 changes: 2 additions & 1 deletion packages/eslint-plugin-result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "0.23.28",
"vitest": "^0.29.8"
},
"dependencies": {
"@sapphire/result": "workspace:^",
"@typescript-eslint/utils": "^5.57.0",
"@typescript-eslint/utils": "^5.57.1",
"tsutils": "^3.21.0",
"typescript": "^4.9.5"
}
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 @@ -60,7 +60,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/lexure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
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 @@ -58,7 +58,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/phisherman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.0.0",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5"
}
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "0.23.28",
"vitest": "^0.29.8"
}
}
2 changes: 1 addition & 1 deletion packages/ratelimits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/snowflake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/stopwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@vitest/coverage-c8": "^0.29.8",
"jsdom": "^21.1.1",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
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 @@ -63,7 +63,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.0.0",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5"
}
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 @@ -60,7 +60,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/timestamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.29.8",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down
1 change: 1 addition & 0 deletions packages/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"@sapphire/eslint-config": "workspace:^",
"@sapphire/eslint-plugin-result": "workspace:^",
"@vitest/coverage-c8": "^0.29.8",
"typedoc": "0.23.28",
"vitest": "^0.29.8"
}
}
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
"@vitest/coverage-c8": "^0.29.8",
"esbuild-plugin-file-path-extensions": "^1.0.0",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc": "0.23.28",
"typedoc-json-parser": "^7.2.0",
"typescript": "^4.9.5",
"vitest": "^0.29.8"
Expand Down

0 comments on commit 291dd67

Please sign in to comment.