Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #275

Merged
merged 3 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
670 changes: 335 additions & 335 deletions .yarn/releases/yarn-4.0.1.cjs → .yarn/releases/yarn-4.0.2.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.0.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
"check-update": "turbo run check-update"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@favware/cliff-jumper": "^2.2.0",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@favware/cliff-jumper": "^2.2.3",
"@favware/npm-deprecate": "^1.0.7",
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@swc/core": "^1.3.95",
"@types/node": "^20.8.9",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@swc/core": "^1.3.96",
"@types/node": "^20.9.0",
"@types/ws": "^8.5.9",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitest/coverage-v8": "^0.34.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"tsup": "^7.2.0",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
Expand All @@ -46,7 +46,7 @@
"resolutions": {
"ansi-regex": "^5.0.1",
"minimist": "1.2.8",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-node@0.34.1": "patch:vite-node@npm%3A0.34.1#./.yarn/patches/vite-node-npm-0.34.1-9b3b8dc82e.patch"
},
"engines": {
Expand All @@ -70,5 +70,5 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@4.0.1"
"packageManager": "yarn@4.0.2"
}
13 changes: 9 additions & 4 deletions packages/env-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
"types": "dist/index.d.ts",
"type": "commonjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"sideEffects": false,
"scripts": {
Expand Down Expand Up @@ -56,7 +61,7 @@
"access": "public"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"esbuild-plugin-version-injector": "^1.2.1",
"tsup": "^7.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/http-framework-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"types": "dist/index.d.ts",
"type": "module",
"exports": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"sideEffects": false,
"scripts": {
Expand All @@ -26,7 +26,7 @@
"@discordjs/collection": "^1.5.3",
"@sapphire/utilities": "^3.13.0",
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.61",
"discord-api-types": "^0.37.63",
"i18next": "^22.5.1",
"tslib": "^2.6.2"
},
Expand Down Expand Up @@ -58,7 +58,7 @@
"access": "public"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/http-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"types": "dist/index.d.ts",
"type": "module",
"exports": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"sideEffects": false,
"scripts": {
Expand All @@ -24,18 +24,18 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^1.5.3",
"@discordjs/rest": "^2.0.1",
"@discordjs/util": "^1.0.1",
"@sapphire/pieces": "^3.7.0",
"@discordjs/rest": "^2.1.0",
"@discordjs/util": "^1.0.2",
"@sapphire/pieces": "^3.7.1",
"@sapphire/result": "^2.6.4",
"@sapphire/utilities": "^3.13.0",
"@vladfrangu/async_event_emitter": "^2.2.2",
"discord-api-types": "^0.37.61"
"discord-api-types": "^0.37.63"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
Expand Down
40 changes: 20 additions & 20 deletions packages/http-framework/src/lib/interactions/utils/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,26 @@ export function makeInteraction(response: ServerResponse, interaction: BaseInter
export type TransformRaw<T extends BaseInteractionType> = T extends AutocompleteInteraction.Type
? AutocompleteInteraction
: T extends ChatInputCommandInteraction.Type
? ChatInputCommandInteraction
: T extends UserContextMenuCommandInteraction.Type
? UserContextMenuCommandInteraction
: T extends MessageContextMenuCommandInteraction.Type
? MessageContextMenuCommandInteraction
: T extends MessageComponentButtonInteraction.Type
? MessageComponentButtonInteraction
: T extends MessageComponentChannelSelectInteraction.Type
? MessageComponentChannelSelectInteraction
: T extends MessageComponentMentionableSelectInteraction.Type
? MessageComponentMentionableSelectInteraction
: T extends MessageComponentRoleSelectInteraction.Type
? MessageComponentRoleSelectInteraction
: T extends MessageComponentStringSelectInteraction.Type
? MessageComponentStringSelectInteraction
: T extends MessageComponentUserSelectInteraction.Type
? MessageComponentUserSelectInteraction
: T extends ModalSubmitInteraction.Type
? ModalSubmitInteraction
: never;
? ChatInputCommandInteraction
: T extends UserContextMenuCommandInteraction.Type
? UserContextMenuCommandInteraction
: T extends MessageContextMenuCommandInteraction.Type
? MessageContextMenuCommandInteraction
: T extends MessageComponentButtonInteraction.Type
? MessageComponentButtonInteraction
: T extends MessageComponentChannelSelectInteraction.Type
? MessageComponentChannelSelectInteraction
: T extends MessageComponentMentionableSelectInteraction.Type
? MessageComponentMentionableSelectInteraction
: T extends MessageComponentRoleSelectInteraction.Type
? MessageComponentRoleSelectInteraction
: T extends MessageComponentStringSelectInteraction.Type
? MessageComponentStringSelectInteraction
: T extends MessageComponentUserSelectInteraction.Type
? MessageComponentUserSelectInteraction
: T extends ModalSubmitInteraction.Type
? ModalSubmitInteraction
: never;

/**
* Handles a received error. This function must only be called if the HTTP
Expand Down
6 changes: 4 additions & 2 deletions packages/http-framework/tests/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import {
type APIUser,
type APIUserApplicationCommandInteraction,
type LocaleString,
type Permissions
type Permissions,
type APIEntitlement
} from 'discord-api-types/v10';
import type { ServerResponse } from 'node:http';
import { Writable } from 'node:stream';
Expand Down Expand Up @@ -76,7 +77,8 @@ export const BaseInteractionData = {
app_permissions: PermissionsData,
locale: LocaleData,
guild_locale: LocaleData,
guild_id: '737141877803057244'
guild_id: '737141877803057244',
entitlements: [] as APIEntitlement[]
} as const;

export const ApplicationCommandAutocompleteInteractionData: APIApplicationCommandAutocompleteInteraction = {
Expand Down
15 changes: 10 additions & 5 deletions packages/i18next-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
"types": "dist/index.d.ts",
"type": "commonjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"sideEffects": false,
"scripts": {
Expand All @@ -27,8 +32,8 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@types/node": "^20.8.9",
"@favware/cliff-jumper": "^2.2.3",
"@types/node": "^20.9.0",
"i18next": "^22.5.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"types": "dist/index.d.ts",
"type": "module",
"exports": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"sideEffects": false,
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"colorette": "^2.0.20"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
Expand Down
13 changes: 9 additions & 4 deletions packages/safe-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
"types": "dist/index.d.ts",
"type": "commonjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"sideEffects": false,
"scripts": {
Expand Down Expand Up @@ -55,7 +60,7 @@
"@sapphire/result": "^2.6.4"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
Expand Down
18 changes: 9 additions & 9 deletions packages/shared-http-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./register": {
"import": "./dist/register.js",
"types": "./dist/register.d.ts"
"types": "./dist/register.d.ts",
"import": "./dist/register.js"
}
},
"sideEffects": [
Expand All @@ -31,13 +31,13 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^1.5.3",
"@sentry/integrations": "^7.76.0",
"@sentry/node": "^7.76.0",
"@sentry/integrations": "^7.80.1",
"@sentry/node": "^7.80.1",
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
"discord-api-types": "^0.37.61",
"discord-api-types": "^0.37.63",
"tslib": "^2.6.2"
},
"repository": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"access": "public"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"typescript": "^5.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/start-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"types": "dist/index.d.ts",
"type": "module",
"exports": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"sideEffects": false,
"scripts": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"access": "public"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"@vitest/coverage-v8": "^0.34.6",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/twitch-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"types": "dist/index.d.ts",
"type": "module",
"exports": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"sideEffects": false,
"scripts": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"@skyra/safe-fetch": "workspace:^"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@favware/cliff-jumper": "^2.2.3",
"esbuild-plugin-version-injector": "^1.2.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
Expand Down
Loading
Loading