Skip to content

Commit

Permalink
fix: update submodules and page links
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 19, 2024
1 parent 3afddfa commit 8217164
Show file tree
Hide file tree
Showing 13 changed files with 20,356 additions and 20,207 deletions.
2 changes: 1 addition & 1 deletion docs/Guide/CLI/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ sidebar_position: 0
In this guide, you'll learn how to:

- [Install the Sapphire CLI](./getting-started)
- [Create a bot with the Sapphire CLI](./getting-started#new-project)
- [Create a bot with the Sapphire CLI](./getting-started#creating-a-bot)
- [Create components with the Sapphire CLI](./generating-components)
- [Create custom component templates for the Sapphire CLI](./custom-templates)
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Virtual pieces have the following limitations:
[`loadAll`]: ../../Documentation/api-pieces/classes/Store-1#loadall
[`SapphireClient#login`]: ../../Documentation/api-framework/classes/SapphireClient#login
[`SapphireClientOptions#baseUserDirectory`]:
../../Documentation/api-framework/interfaces/SapphireClientOptions#baseuserdirectory#login
../../Documentation/api-framework/interfaces/SapphireClientOptions#baseuserdirectory
[`VirtualPath`]: ../../Documentation/api-pieces/#virtualpath
[`Command#fullCategory`]: ../../Documentation/api-framework/classes/Command-1#fullcategory
[container]: ../../Documentation/api-pieces/interfaces/Container
Expand Down
4 changes: 2 additions & 2 deletions docs/Guide/arguments/using-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class OptionsCommand extends Command {
}
```

[getoption]: ../../Documentation/api-framework/classes/Args#getOption
[getoptions]: ../../Documentation/api-framework/classes/Args#getOptions
[getoption]: ../../Documentation/api-framework/classes/Args#getoption
[getoptions]: ../../Documentation/api-framework/classes/Args#getoptions
[pick]: ../../Documentation/api-framework/classes/Args#pick
[rest]: ../../Documentation/api-framework/classes/Args#rest
20 changes: 10 additions & 10 deletions docs/Guide/commands/command-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,24 +169,24 @@ its options. Otherwise, this property will be ignored.
[command]: ../../Documentation/api-framework/classes/Command-1
[commandoptions]: ../../Documentation/api-framework/interfaces/CommandOptions
[cooldowndelay]: ../../Documentation/api-framework/interfaces/CommandOptions#cooldowndelay
[cooldownFilteredUsers]: ../../Documentation/api-framework/interfaces/CommandOptions#cooldownFilteredUsers
[cooldownLimit]: ../../Documentation/api-framework/interfaces/CommandOptions#cooldownLimit
[cooldownScope]: ../../Documentation/api-framework/interfaces/CommandOptions#cooldownScope
[cooldownFilteredUsers]: ../../Documentation/api-framework/interfaces/CommandOptions#cooldownfilteredusers
[cooldownLimit]: ../../Documentation/api-framework/interfaces/CommandOptions#cooldownlimit
[cooldownScope]: ../../Documentation/api-framework/interfaces/CommandOptions#cooldownscope
[description]: ../../Documentation/api-framework/interfaces/CommandOptions#description
[detailedDescription]: ../../Documentation/api-framework/interfaces/CommandOptions#detailedDescription
[detailedDescription]: ../../Documentation/api-framework/interfaces/CommandOptions#detaileddescription
[flags]: ../../Documentation/api-framework/interfaces/CommandOptions#flags
[fullCategory]: ../../Documentation/api-framework/interfaces/CommandOptions#fullCategory
[generateDashLessAliases]: ../../Documentation/api-framework/interfaces/CommandOptions#generateDashLessAliases
[fullCategory]: ../../Documentation/api-framework/interfaces/CommandOptions#fullcategory
[generateDashLessAliases]: ../../Documentation/api-framework/interfaces/CommandOptions#generatedashlessaliases
[generateUnderscoreLessAliases]:
../../Documentation/api-framework/interfaces/CommandOptions#generateUnderscoreLessAliases
../../Documentation/api-framework/interfaces/CommandOptions#generateunderscorelessaliases
[nsfw]: ../../Documentation/api-framework/interfaces/CommandOptions#nsfw
[options]: ../../Documentation/api-framework/interfaces/CommandOptions#options
[preconditions]: ../../Documentation/api-framework/interfaces/CommandOptions#preconditions
[prefixes]: ../../Documentation/api-framework/interfaces/CommandOptions#prefixes
[quotes]: ../../Documentation/api-framework/interfaces/CommandOptions#quotes
[requiredClientPermissions]: ../../Documentation/api-framework/interfaces/CommandOptions#requiredClientPermissions
[requiredUserPermissions]: ../../Documentation/api-framework/interfaces/CommandOptions#requiredUserPermissions
[runIn]: ../../Documentation/api-framework/interfaces/CommandOptions#runIn
[requiredClientPermissions]: ../../Documentation/api-framework/interfaces/CommandOptions#requiredclientpermissions
[requiredUserPermissions]: ../../Documentation/api-framework/interfaces/CommandOptions#requireduserpermissions
[runIn]: ../../Documentation/api-framework/interfaces/CommandOptions#runin
[separators]: ../../Documentation/api-framework/interfaces/CommandOptions#separators
[typing]: ../../Documentation/api-framework/interfaces/CommandOptions#typing
[bucketscope]: ../../Documentation/api-framework/enums/BucketScope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class UserShardEvent extends Listener<typeof Events.ShardReady> {
```

[`automaticallyConnect`]:
../../../Documentation/api-plugins/interfaces/sapphire_plugin_api.ServerOptions#automaticallyConnect
../../../Documentation/api-plugins/interfaces/sapphire_plugin_api.ServerOptions#automaticallyconnect
[`ClientOptions`]: ../../../Documentation/api-framework/interfaces/SapphireClientOptions
[`Server`]: ../../../Documentation/api-plugins/classes/sapphire_plugin_api.Server
[`connect`]: ../../../Documentation/api-plugins/classes/sapphire_plugin_api.Server#connect
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@docusaurus/theme-search-algolia": "3.1.0",
"@heroicons/react": "^2.1.1",
"@mdx-js/react": "^3.0.0",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.1",
"@sapphire/docusaurus-plugin-ts2esm2cjs": "2.0.1",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
"@sapphire/docusaurus-plugin-ts2esm2cjs": "2.0.2",
"@svgr/webpack": "^8.1.0",
"@tippyjs/react": "^4.2.6",
"clsx": "^2.1.0",
Expand All @@ -51,17 +51,17 @@
"@commitlint/config-conventional": "^18.4.4",
"@docusaurus/module-type-aliases": "3.1.0",
"@docusaurus/tsconfig": "^3.1.0",
"@sapphire/cron": "^1.1.2",
"@sapphire/decorators": "^6.0.3",
"@sapphire/duration": "^1.1.1",
"@sapphire/cron": "^1.1.3",
"@sapphire/decorators": "^6.0.4",
"@sapphire/duration": "^1.1.2",
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/fetch": "^3.0.1",
"@sapphire/fetch": "^3.0.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/result": "^2.6.5",
"@sapphire/timer-manager": "^1.0.1",
"@sapphire/timestamp": "^1.0.2",
"@sapphire/result": "^2.6.6",
"@sapphire/timer-manager": "^1.0.2",
"@sapphire/timestamp": "^1.0.3",
"@sapphire/ts-config": "^5.0.0",
"@types/node": "^20.11.3",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
Expand All @@ -78,10 +78,10 @@
"lint-staged": "^15.2.0",
"markdownlint": "^0.33.0",
"markdownlint-cli2": "^0.12.1",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"typedoc": "0.25.7",
"typedoc-plugin-djs-links": "^2.2.0",
"typedoc-plugin-djs-links": "^2.2.1",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-mdn-links": "3.1.12",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion projects/pieces
Submodule pieces updated 3 files
+8 −0 CHANGELOG.md
+5 −5 package.json
+8 −1 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 52 files
+2 −2 .github/workflows/continuous-integration.yml
+7 −6 package.json
+6 −0 packages/async-queue/CHANGELOG.md
+5 −4 packages/async-queue/package.json
+6 −0 packages/bitfield/CHANGELOG.md
+5 −4 packages/bitfield/package.json
+6 −0 packages/cron/CHANGELOG.md
+5 −4 packages/cron/package.json
+6 −0 packages/decorators/CHANGELOG.md
+5 −4 packages/decorators/package.json
+6 −0 packages/discord-utilities/CHANGELOG.md
+5 −4 packages/discord-utilities/package.json
+6 −0 packages/discord.js-utilities/CHANGELOG.md
+4 −4 packages/discord.js-utilities/package.json
+6 −0 packages/duration/CHANGELOG.md
+5 −4 packages/duration/package.json
+105 −103 packages/eslint-plugin-result/tests/rules/no-discard-result.test.ts
+0 −1 packages/eslint-plugin-result/tests/tsconfig.json
+6 −0 packages/event-iterator/CHANGELOG.md
+5 −4 packages/event-iterator/package.json
+6 −0 packages/fetch/CHANGELOG.md
+5 −4 packages/fetch/package.json
+6 −0 packages/lexure/CHANGELOG.md
+5 −4 packages/lexure/package.json
+6 −0 packages/node-utilities/CHANGELOG.md
+5 −4 packages/node-utilities/package.json
+6 −0 packages/phisherman/CHANGELOG.md
+5 −4 packages/phisherman/package.json
+6 −0 packages/ratelimits/CHANGELOG.md
+5 −4 packages/ratelimits/package.json
+6 −0 packages/result/CHANGELOG.md
+5 −4 packages/result/package.json
+6 −0 packages/snowflake/CHANGELOG.md
+5 −4 packages/snowflake/package.json
+6 −0 packages/stopwatch/CHANGELOG.md
+5 −4 packages/stopwatch/package.json
+6 −0 packages/time-utilities/CHANGELOG.md
+5 −4 packages/time-utilities/package.json
+6 −0 packages/timer-manager/CHANGELOG.md
+5 −4 packages/timer-manager/package.json
+6 −0 packages/timestamp/CHANGELOG.md
+5 −4 packages/timestamp/package.json
+6 −0 packages/utilities/CHANGELOG.md
+73 −70 packages/utilities/package.json
+1 −1 packages/utilities/tsup.config.ts
+3 −1 scripts/dynamic-side-effects.mjs
+26 −0 scripts/fix-dcts-imports.mjs
+14 −0 scripts/rename-cjs-index.mjs
+26 −13 scripts/subpath-updater.mjs
+2 −6 tsconfig.eslint.json
+3 −2 turbo.json
+789 −44 yarn.lock
Loading

1 comment on commit 8217164

@vercel
Copy link

@vercel vercel bot commented on 8217164 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.