Skip to content

Commit

Permalink
chore: updated GitHub Submodules at 2023-12-05 03:34.29
Browse files Browse the repository at this point in the history
Signed-off-by: favna <[email protected]>
  • Loading branch information
NM-EEA-Y committed Dec 5, 2023
1 parent c8293f9 commit 112d16b
Show file tree
Hide file tree
Showing 7 changed files with 534 additions and 204 deletions.
2 changes: 1 addition & 1 deletion projects/framework
Submodule framework updated 2 files
+13 −0 CHANGELOG.md
+2 −2 package.json
2 changes: 1 addition & 1 deletion projects/plugins
Submodule plugins updated 63 files
+8 −4 package.json
+9 −0 packages/api/.rollup-type-bundlerrc.yml
+31 −15 packages/api/package.json
+9 −0 packages/api/src/index.ts
+3 −3 packages/api/src/lib/structures/MediaParser.ts
+1 −1 packages/api/src/lib/structures/api/ApiRequest.ts
+1 −1 packages/api/src/lib/structures/api/ApiResponse.ts
+1 −1 packages/api/src/lib/structures/http/HttpMethods.ts
+3 −3 packages/api/src/lib/structures/http/Server.ts
+1 −1 packages/api/src/middlewares/headers.ts
+1 −4 packages/api/src/tsconfig.json
+1 −5 packages/api/tests/tsconfig.json
+3 −0 packages/api/tsup.config.ts
+4 −0 packages/editable-commands/.rollup-type-bundlerrc.yml
+31 −15 packages/editable-commands/package.json
+10 −0 packages/editable-commands/src/index.ts
+1 −3 packages/editable-commands/src/tsconfig.json
+3 −0 packages/editable-commands/tsup.config.ts
+4 −0 packages/hmr/.rollup-type-bundlerrc.yml
+31 −15 packages/hmr/package.json
+9 −0 packages/hmr/src/index.ts
+1 −3 packages/hmr/src/tsconfig.json
+3 −0 packages/hmr/tsup.config.ts
+6 −0 packages/i18next/.rollup-type-bundlerrc.yml
+31 −15 packages/i18next/package.json
+9 −0 packages/i18next/src/index.ts
+6 −6 packages/i18next/src/lib/InternationalizationHandler.ts
+1 −0 packages/i18next/src/register.ts
+1 −4 packages/i18next/src/tsconfig.json
+1 −5 packages/i18next/tests/tsconfig.json
+3 −0 packages/i18next/tsup.config.ts
+4 −0 packages/logger/.rollup-type-bundlerrc.yml
+31 −15 packages/logger/package.json
+9 −0 packages/logger/src/index.ts
+1 −4 packages/logger/src/tsconfig.json
+1 −5 packages/logger/tests/tsconfig.json
+3 −0 packages/logger/tsup.config.ts
+4 −0 packages/pattern-commands/.rollup-type-bundlerrc.yml
+31 −15 packages/pattern-commands/package.json
+9 −0 packages/pattern-commands/src/index.ts
+1 −3 packages/pattern-commands/src/tsconfig.json
+3 −0 packages/pattern-commands/tsup.config.ts
+4 −0 packages/scheduled-tasks/.rollup-type-bundlerrc.yml
+31 −15 packages/scheduled-tasks/package.json
+9 −0 packages/scheduled-tasks/src/index.ts
+1 −1 packages/scheduled-tasks/src/lib/types/ScheduledTaskTypes.ts
+1 −3 packages/scheduled-tasks/src/tsconfig.json
+3 −0 packages/scheduled-tasks/tsup.config.ts
+4 −0 packages/subcommands/.rollup-type-bundlerrc.yml
+31 −15 packages/subcommands/package.json
+10 −1 packages/subcommands/src/index.ts
+1 −3 packages/subcommands/src/tsconfig.json
+3 −0 packages/subcommands/tsup.config.ts
+4 −0 packages/utilities-store/.rollup-type-bundlerrc.yml
+31 −15 packages/utilities-store/package.json
+9 −0 packages/utilities-store/src/index.ts
+1 −3 packages/utilities-store/src/tsconfig.json
+3 −0 packages/utilities-store/tsup.config.ts
+19 −0 scripts/clean-register-imports.mts
+33 −0 scripts/tsup.config.ts
+5 −1 tsconfig.base.json
+4 −0 turbo.json
+1,133 −595 yarn.lock
2 changes: 1 addition & 1 deletion projects/shapeshift
2 changes: 1 addition & 1 deletion projects/utilities
Submodule utilities updated 80 files
+1 −1 .eslintrc
+8 −7 package.json
+36 −0 packages/async-queue/CHANGELOG.md
+13 −14 packages/async-queue/package.json
+8 −1 packages/async-queue/tsup.config.ts
+12 −0 packages/bitfield/CHANGELOG.md
+13 −14 packages/bitfield/package.json
+3 −1 packages/bitfield/tsup.config.ts
+7 −0 packages/cron/CHANGELOG.md
+13 −14 packages/cron/package.json
+8 −1 packages/cron/tsup.config.ts
+7 −0 packages/decorators/CHANGELOG.md
+9 −10 packages/decorators/package.json
+3 −1 packages/decorators/tsup.config.ts
+6 −0 packages/discord-utilities/CHANGELOG.md
+13 −14 packages/discord-utilities/package.json
+3 −1 packages/discord-utilities/tsup.config.ts
+6 −0 packages/discord.js-utilities/.rollup-type-bundlerrc.yml
+6 −0 packages/discord.js-utilities/CHANGELOG.md
+20 −13 packages/discord.js-utilities/package.json
+231 −229 packages/discord.js-utilities/src/lib/PaginatedMessages/PaginatedMessage.ts
+1 −3 packages/discord.js-utilities/src/tsconfig.json
+3 −1 packages/discord.js-utilities/tsup.config.ts
+13 −0 packages/duration/CHANGELOG.md
+13 −14 packages/duration/package.json
+8 −1 packages/duration/tsup.config.ts
+7 −0 packages/eslint-config/CHANGELOG.md
+12 −9 packages/eslint-config/package.json
+11 −1 packages/eslint-config/tsup.config.ts
+7 −0 packages/eslint-plugin-result/CHANGELOG.md
+13 −11 packages/eslint-plugin-result/package.json
+11 −1 packages/eslint-plugin-result/tsup.config.ts
+6 −0 packages/event-iterator/CHANGELOG.md
+9 −11 packages/event-iterator/package.json
+3 −1 packages/event-iterator/tsup.config.ts
+40 −0 packages/fetch/CHANGELOG.md
+13 −14 packages/fetch/package.json
+1 −1 packages/fetch/tests/fetch.test.ts
+8 −2 packages/fetch/tsup.config.ts
+12 −0 packages/lexure/CHANGELOG.md
+13 −14 packages/lexure/package.json
+3 −1 packages/lexure/tsup.config.ts
+29 −0 packages/node-utilities/CHANGELOG.md
+9 −11 packages/node-utilities/package.json
+3 −1 packages/node-utilities/tsup.config.ts
+41 −0 packages/phisherman/CHANGELOG.md
+9 −11 packages/phisherman/package.json
+3 −1 packages/phisherman/tsup.config.ts
+6 −0 packages/ratelimits/CHANGELOG.md
+13 −14 packages/ratelimits/package.json
+8 −1 packages/ratelimits/tsup.config.ts
+16 −0 packages/result/CHANGELOG.md
+13 −14 packages/result/package.json
+3 −1 packages/result/tsup.config.ts
+12 −0 packages/snowflake/CHANGELOG.md
+13 −14 packages/snowflake/package.json
+8 −1 packages/snowflake/tsup.config.ts
+28 −0 packages/stopwatch/CHANGELOG.md
+13 −12 packages/stopwatch/package.json
+1 −1 packages/stopwatch/tests/browser/browser.test.ts
+1 −1 packages/stopwatch/tsup.config.ts
+7 −0 packages/time-utilities/CHANGELOG.md
+13 −14 packages/time-utilities/package.json
+8 −1 packages/time-utilities/tsup.config.ts
+29 −0 packages/timer-manager/CHANGELOG.md
+13 −14 packages/timer-manager/package.json
+8 −1 packages/timer-manager/tsup.config.ts
+14 −0 packages/timestamp/CHANGELOG.md
+13 −14 packages/timestamp/package.json
+8 −1 packages/timestamp/tsup.config.ts
+15 −0 packages/utilities/CHANGELOG.md
+538 −240 packages/utilities/package.json
+1 −2 packages/utilities/src/tsconfig.json
+0 −10 packages/utilities/tsup.config.iife.ts
+14 −5 packages/utilities/tsup.config.ts
+35 −16 scripts/subpath-updater.mjs
+50 −15 scripts/tsup.config.ts
+1 −1 scripts/vitest.config.ts
+5 −1 tsconfig.base.json
+283 −137 yarn.lock
Loading

1 comment on commit 112d16b

@vercel
Copy link

@vercel vercel bot commented on 112d16b Dec 5, 2023

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.