Skip to content

Commit

Permalink
fix: update submodules and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 2, 2024
1 parent 60a9c42 commit 1c27e8b
Show file tree
Hide file tree
Showing 10 changed files with 402 additions and 393 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"cSpell.words": ["channelmentionregex", "favna", "nsfw", "Regexes", "Twemoji", "behavior"],
"sonarlint.connectedMode.project": {
"connectionId": "https-sonarqube-sapphirejs-dev",
"projectKey": "sapphiredev_website_548fe9a0-399d-4630-a7ab-173299d46d82"
"connectionId": "sapphiredev",
"projectKey": "sapphiredev_website"
}
}
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
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/theme-search-algolia": "3.5.2",
"@heroicons/react": "^2.1.5",
"@mdx-js/react": "^3.0.1",
"@mdx-js/react": "^3.1.0",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
"@sapphire/docusaurus-plugin-ts2esm2cjs": "2.0.2",
"@svgr/webpack": "^8.1.0",
Expand All @@ -49,52 +49,52 @@
"swr": "^2.2.5"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@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.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@types/node": "^20.17.5",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cz-conventional-changelog": "^3.3.0",
"docusaurus-plugin-typedoc": "^1.0.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.0.0",
"lint-staged": "^15.2.9",
"markdownlint": "^0.35.0",
"markdownlint-cli2": "^0.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint": "^8.57.1",
"lint-staged": "^15.2.10",
"markdownlint-cli2": "^0.14.0",
"markdownlint": "^0.36.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typedoc": "0.26.5",
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-markdown": "^4.2.5",
"typedoc-plugin-mdn-links": "3.2.9",
"typedoc-plugin-markdown": "^4.2.10",
"typedoc-plugin-mdn-links": "3.3.5",
"typedoc": "0.26.11",
"typescript": "~5.4.5",
"wrangler": "^3.73.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.84"
"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
Submodule pieces updated 1 files
+2 −1 typedoc.json
2 changes: 1 addition & 1 deletion projects/plugins
2 changes: 1 addition & 1 deletion projects/shapeshift
Submodule shapeshift updated 1 files
+2 −1 typedoc.json
2 changes: 1 addition & 1 deletion projects/type
Submodule type updated 1 files
+2 −1 typedoc.json
2 changes: 1 addition & 1 deletion projects/utilities
Submodule utilities updated 95 files
+10 −10 package.json
+10 −0 packages/async-queue/CHANGELOG.md
+4 −4 packages/async-queue/package.json
+1 −1 packages/async-queue/src/lib/AsyncQueue.ts
+2 −1 packages/async-queue/typedoc.json
+12 −0 packages/bitfield/CHANGELOG.md
+4 −4 packages/bitfield/package.json
+2 −1 packages/bitfield/typedoc.json
+16 −0 packages/cron/CHANGELOG.md
+4 −4 packages/cron/package.json
+2 −1 packages/cron/typedoc.json
+15 −0 packages/decorators/CHANGELOG.md
+3 −3 packages/decorators/package.json
+3 −4 packages/decorators/src/base-decorators.ts
+2 −1 packages/decorators/typedoc.json
+12 −0 packages/discord-utilities/CHANGELOG.md
+5 −5 packages/discord-utilities/package.json
+41 −53 packages/discord-utilities/src/lib/InteractionOptionResolver.ts
+2 −1 packages/discord-utilities/typedoc.json
+10 −0 packages/discord.js-utilities/CHANGELOG.md
+3 −3 packages/discord.js-utilities/package.json
+1 −1 packages/discord.js-utilities/src/lib/MessagePrompter/MessagePrompter.ts
+9 −10 packages/discord.js-utilities/src/lib/PaginatedMessages/PaginatedMessage.ts
+1 −1 packages/discord.js-utilities/src/lib/PaginatedMessages/PaginatedMessageTypes.ts
+2 −1 packages/discord.js-utilities/typedoc.json
+12 −0 packages/duration/CHANGELOG.md
+4 −4 packages/duration/package.json
+2 −1 packages/duration/typedoc.json
+3 −3 packages/eslint-config/package.json
+4 −4 packages/eslint-plugin-result/package.json
+16 −0 packages/event-iterator/CHANGELOG.md
+3 −3 packages/event-iterator/package.json
+4 −4 packages/event-iterator/src/index.ts
+1 −1 packages/event-iterator/tests/lib/MockEmitter.ts
+2 −1 packages/event-iterator/typedoc.json
+7 −0 packages/fetch/CHANGELOG.md
+4 −4 packages/fetch/package.json
+2 −1 packages/fetch/typedoc.json
+13 −0 packages/iterator-utilities/CHANGELOG.md
+4 −4 packages/iterator-utilities/package.json
+2 −1 packages/iterator-utilities/typedoc.json
+8 −0 packages/lexure/CHANGELOG.md
+4 −4 packages/lexure/package.json
+2 −1 packages/lexure/typedoc.json
+1 −1 packages/node-utilities/package.json
+2 −1 packages/node-utilities/typedoc.json
+1 −1 packages/phisherman/package.json
+2 −1 packages/phisherman/typedoc.json
+1 −1 packages/prettier-config/package.json
+12 −0 packages/ratelimits/CHANGELOG.md
+4 −4 packages/ratelimits/package.json
+2 −1 packages/ratelimits/typedoc.json
+28 −0 packages/result/CHANGELOG.md
+4 −4 packages/result/package.json
+2 −0 packages/result/src/index.ts
+1,013 −52 packages/result/src/lib/Option.ts
+0 −739 packages/result/src/lib/Option/IOption.ts
+0 −169 packages/result/src/lib/Option/None.ts
+0 −188 packages/result/src/lib/Option/Some.ts
+0 −0 packages/result/src/lib/OptionError.ts
+1,113 −44 packages/result/src/lib/Result.ts
+0 −202 packages/result/src/lib/Result/Err.ts
+0 −864 packages/result/src/lib/Result/IResult.ts
+0 −208 packages/result/src/lib/Result/Ok.ts
+0 −0 packages/result/src/lib/ResultError.ts
+10 −0 packages/result/src/lib/common/utils.ts
+57 −8 packages/result/tests/Option.test.ts
+39 −7 packages/result/tests/Result.test.ts
+2 −1 packages/result/typedoc.json
+16 −0 packages/snowflake/CHANGELOG.md
+4 −4 packages/snowflake/package.json
+2 −1 packages/snowflake/typedoc.json
+12 −0 packages/stopwatch/CHANGELOG.md
+5 −5 packages/stopwatch/package.json
+2 −1 packages/stopwatch/typedoc.json
+24 −0 packages/string-store/CHANGELOG.md
+3 −3 packages/string-store/package.json
+2 −1 packages/string-store/typedoc.json
+13 −0 packages/time-utilities/CHANGELOG.md
+4 −4 packages/time-utilities/package.json
+2 −1 packages/time-utilities/typedoc.json
+12 −0 packages/timer-manager/CHANGELOG.md
+4 −4 packages/timer-manager/package.json
+2 −1 packages/timer-manager/typedoc.json
+12 −0 packages/timestamp/CHANGELOG.md
+4 −4 packages/timestamp/package.json
+2 −1 packages/timestamp/typedoc.json
+2 −2 packages/ts-config/package.json
+18 −0 packages/utilities/CHANGELOG.md
+4 −4 packages/utilities/package.json
+46 −0 packages/utilities/src/lib/types.ts
+2 −1 packages/utilities/typedoc.json
+2 −2 scripts/subpath-updater.cts
+2 −2 scripts/vitest.config.ts
+980 −548 yarn.lock

0 comments on commit 1c27e8b

Please sign in to comment.