Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#387)
Browse files Browse the repository at this point in the history
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 Oct 30, 2022
1 parent 3f877b3 commit e31f714
Show file tree
Hide file tree
Showing 12 changed files with 197 additions and 87 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -28,11 +28,11 @@
"@sapphire/stopwatch": "^1.5.0",
"@sapphire/ts-config": "^3.3.4",
"@sapphire/utilities": "^3.11.0",
"@types/node": "^18.11.3",
"@types/node": "^18.11.7",
"@types/node-fetch": "^2.6.2",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vitest/coverage-c8": "^0.24.3",
"cz-conventional-changelog": "^3.3.0",
"discord-api-types": "^0.33.5",
Expand All @@ -46,7 +46,7 @@
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"turbo": "^1.6.1",
"turbo": "^1.6.2",
"typescript": "^4.8.4",
"vitest": "^0.24.3"
},
Expand All @@ -73,7 +73,7 @@
},
"resolutions": {
"@sapphire/shapeshift": "^3.7.0",
"acorn": "^8.8.0",
"acorn": "^8.8.1",
"ansi-regex": "^5.0.1",
"minimist": "^1.2.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Expand Up @@ -78,7 +78,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.8",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.17",
"typedoc": "^0.23.19",
"typedoc-json-parser": "^7.0.1",
"typescript": "^4.8.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/editable-commands/package.json
Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.8",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.17",
"typedoc": "^0.23.19",
"typedoc-json-parser": "^7.0.1",
"typescript": "^4.8.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/hmr/package.json
Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.8",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.17",
"typedoc": "^0.23.19",
"typedoc-json-parser": "^7.0.1",
"typescript": "^4.8.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/i18next/package.json
Expand Up @@ -41,7 +41,7 @@
"@sapphire/utilities": "^3.11.0",
"@skyra/i18next-backend": "^2.0.0",
"chokidar": "^3.5.3",
"i18next": "^22.0.2",
"i18next": "^22.0.4",
"tslib": "^2.4.0"
},
"repository": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.8",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.17",
"typedoc": "^0.23.19",
"typedoc-json-parser": "^7.0.1",
"typescript": "^4.8.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next/src/lib/InternationalizationHandler.ts
Expand Up @@ -192,7 +192,7 @@ export class InternationalizationHandler {
? { defaultValue: language(this.options.defaultMissingKey, { replace: { key } }) }
: undefined;

return language(key, { ...missingHandlers, ...options });
return language(key, { ...missingHandlers, ...options }) as TResult;
}

/**
Expand Down
4 changes: 2 additions & 2 deletions packages/i18next/src/lib/types.ts
Expand Up @@ -13,7 +13,7 @@ import type {
User,
VoiceChannel
} from 'discord.js';
import type { DefaultTFuncReturn, InitOptions, Namespace, TFuncKey, TFuncReturn, TypeOptions } from 'i18next';
import type { DefaultTFuncReturnWithObject, InitOptions, Namespace, TFuncKey, TFuncReturn, TypeOptions } from 'i18next';

export interface StringMap {
[key: string]: any;
Expand All @@ -23,7 +23,7 @@ export type TFunctionKeys = TFuncKey | TemplateStringsArray extends infer A ? A
export type TFunctionResult<N extends Namespace = TypeOptions['defaultNS'], TKPrefix = undefined> = TFuncReturn<
N,
TFunctionKeys,
DefaultTFuncReturn,
DefaultTFuncReturnWithObject,
TKPrefix
>;

Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Expand Up @@ -75,7 +75,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.8",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.17",
"typedoc": "^0.23.19",
"typedoc-json-parser": "^7.0.1",
"typescript": "^4.8.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/pattern-commands/package.json
Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.8",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.17",
"typedoc": "^0.23.19",
"typedoc-json-parser": "^7.0.1",
"typescript": "^4.8.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/scheduled-tasks/package.json
Expand Up @@ -74,7 +74,7 @@
"gen-esm-wrapper": "^1.1.3",
"sqs-consumer": "^5.7.0",
"sqs-producer": "^2.1.0",
"typedoc": "^0.23.17",
"typedoc": "^0.23.19",
"typedoc-json-parser": "^7.0.1",
"typescript": "^4.8.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/subcommands/package.json
Expand Up @@ -74,7 +74,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.8",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.17",
"typedoc": "^0.23.19",
"typedoc-json-parser": "^7.0.1",
"typescript": "^4.8.4"
}
Expand Down

0 comments on commit e31f714

Please sign in to comment.