-
Notifications
You must be signed in to change notification settings - Fork 1
v10 - Major Breaking Changes #73
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
Draft
catplvsplus
wants to merge
159
commits into
main
Choose a base branch
from
v10
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages/reciple/src/classes/templates/ModuleTemplateBuilder.ts
Dismissed
Show dismissed
Hide dismissed
- Updated @types/node from ^24.1.0 to ^24.5.2 in package.json - Bumped lerna from ^8.2.2 to ^9.0.0 in package.json - Upgraded terser from ^5.43.1 to ^5.44.0 in package.json - Updated typescript from ^5.8.3 to ^5.9.2 in package.json - Updated discord.js peer dependency from ^14.20.0 to ^14.22.1 in core and jsx packages - Upgraded @dotenvx/dotenvx from ^1.48.3 to ^1.51.0 in reciple package - Updated commander from ^14.0.0 to ^14.0.1 and added detect-indent in reciple package - Upgraded ora from ^8.2.0 to ^9.0.0 and strip-json-comments from ^5.0.2 to ^5.0.3 in reciple package - Updated @types/semver from ^7.7.0 to ^7.7.1 in reciple package - Upgraded type-fest from ^4.41.0 to ^5.0.1 in utils package
…om reciple package.json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
MessageCommandModule
,SlashCommandModule
, andContextMenuCommandModule
for command modulesEventModule
,ClientEventModule
, andRESTEventModule
for event modulesPreconditionModule
andPostconditionModule
for preconditions and postconditionshalts
are now postconditions*Command
object'sdata
property.BaseCooldownAdapter
for custom cooldown database implementations.getClient()
function instead ofclient
variable to the global objectTODO
reciple
package for minimal core implementationcreate-reciple
functionality toreciple
CLIcreate-reciple
. Create a forked process ofreciple create
insteadreciple create module
reciple-registry-cache
packagereciple-interaction-events
packagereciple dev
commandEmbedBuilder
Poll
ModalBuilder
v1
message component buildersv2
message component buildersonClick
,onSelect
oronSubmit
for interactive component such asButton
,*SelectMenu
,Modal
shadcn-svelte
for documentation website stylesAcknowledgements
Special thanks to
tsup
used by reciple behind the scenes for building projects withreciple build
usingesbuild