Skip to content

Commit

Permalink
chore: update everything
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 2, 2024
1 parent 2266b3b commit b0b1d11
Show file tree
Hide file tree
Showing 10 changed files with 2,905 additions and 2,366 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.1.cjs
100755 → 100644

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 @@ -13,4 +13,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.1.cjs
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@sapphire/cron": "^1.1.3",
"@sapphire/decorators": "^6.1.0",
"@sapphire/duration": "^1.1.2",
"@sapphire/decorators": "^6.1.1",
"@sapphire/duration": "^1.1.3",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/fetch": "^3.0.3",
"@sapphire/fetch": "^3.0.4",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/result": "^2.6.6",
"@sapphire/timer-manager": "^1.0.2",
"@sapphire/result": "^2.7.1",
"@sapphire/timer-manager": "^1.0.3",
"@sapphire/timestamp": "^1.0.3",
"@sapphire/ts-config": "^5.0.1",
"@types/node": "^20.16.13",
"@types/react": "^18.3.11",
"@types/node": "^20.17.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
Expand All @@ -73,28 +73,28 @@
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"lint-staged": "^15.2.10",
"markdownlint": "^0.35.0",
"markdownlint": "^0.36.1",
"markdownlint-cli2": "^0.14.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typedoc": "0.26.10",
"typedoc": "0.26.11",
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-markdown": "^4.2.9",
"typedoc-plugin-mdn-links": "3.3.3",
"typedoc-plugin-markdown": "^4.2.10",
"typedoc-plugin-mdn-links": "3.3.5",
"typescript": "~5.4.5",
"wrangler": "^3.81.0"
"wrangler": "^3.84.1"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"minimist": "^1.2.8",
"async": "^2.6.4",
"typescript": "~5.4.5",
"discord-api-types": "0.37.97"
"discord-api-types": "0.37.100"
},
"engines": {
"node": ">=18.0"
Expand Down Expand Up @@ -130,7 +130,7 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.1",
"volta": {
"node": "20.17.0"
}
Expand Down
2 changes: 1 addition & 1 deletion projects/pieces
2 changes: 1 addition & 1 deletion projects/plugins
Submodule plugins updated 45 files
+12 −1 .github/workflows/publish.yml
+367 −358 .yarn/releases/yarn-4.5.1.cjs
+1 −1 .yarnrc.yml
+17 −17 package.json
+2 −1 packages/api/.cliff-jumperrc.yml
+1 −0 packages/api/.rollup-type-bundlerrc.yml
+61 −0 packages/api/CHANGELOG.md
+9 −9 packages/api/package.json
+11 −9 packages/api/src/lib/structures/api/ApiRequest.ts
+3 −0 packages/api/src/lib/utils/MimeType.ts
+1 −1 packages/api/src/lib/utils/_body/RequestHeadersProxy.ts
+14 −13 packages/api/src/lib/utils/_body/RequestProxy.ts
+2 −1 packages/api/typedoc.json
+2 −1 packages/editable-commands/.cliff-jumperrc.yml
+9 −0 packages/editable-commands/CHANGELOG.md
+7 −7 packages/editable-commands/package.json
+2 −1 packages/editable-commands/typedoc.json
+2 −1 packages/hmr/.cliff-jumperrc.yml
+10 −0 packages/hmr/CHANGELOG.md
+6 −6 packages/hmr/package.json
+2 −1 packages/hmr/typedoc.json
+2 −1 packages/i18next/.cliff-jumperrc.yml
+16 −0 packages/i18next/CHANGELOG.md
+8 −8 packages/i18next/package.json
+1 −0 packages/i18next/src/lib/InternationalizationHandler.ts
+2 −1 packages/i18next/typedoc.json
+2 −1 packages/logger/.cliff-jumperrc.yml
+6 −6 packages/logger/package.json
+2 −1 packages/logger/typedoc.json
+2 −1 packages/pattern-commands/.cliff-jumperrc.yml
+12 −0 packages/pattern-commands/CHANGELOG.md
+6 −6 packages/pattern-commands/package.json
+2 −1 packages/pattern-commands/typedoc.json
+2 −1 packages/scheduled-tasks/.cliff-jumperrc.yml
+23 −0 packages/scheduled-tasks/CHANGELOG.md
+9 −9 packages/scheduled-tasks/package.json
+2 −1 packages/scheduled-tasks/typedoc.json
+2 −1 packages/subcommands/.cliff-jumperrc.yml
+10 −0 packages/subcommands/CHANGELOG.md
+7 −7 packages/subcommands/package.json
+2 −1 packages/subcommands/typedoc.json
+2 −1 packages/utilities-store/.cliff-jumperrc.yml
+5 −5 packages/utilities-store/package.json
+2 −1 packages/utilities-store/typedoc.json
+1,910 −1,340 yarn.lock
2 changes: 1 addition & 1 deletion projects/shapeshift
2 changes: 1 addition & 1 deletion projects/type
2 changes: 1 addition & 1 deletion projects/utilities
Submodule utilities updated 203 files
Loading

0 comments on commit b0b1d11

Please sign in to comment.