feat: use discord.js as dependency and use its client types#129
feat: use discord.js as dependency and use its client types#129maybeanerd merged 4 commits intomainfrom
Conversation
|
I still want to test if it would work to not bundle it as peer dependency, but as dev dependency - does it require discord.js to be built in the parent repo? It only uses types, so I would hope not. That could keep the package a lot smaller |
c0a11a9 to
924f434
Compare
|
tested it and we do not need to install the discord.js version in the parent project. even more, we can still use discord.js v13, which is nice. still a breaking change though |
924f434 to
121997a
Compare
…t types BREAKING: drop support for discord.js v12 and lower Tested typing using discord.js v13 and it was compatible
121997a to
b74e031
Compare
|
removed hacktoberfest-accepted label until merged, because I think it's meant to be applied only after merging/approving the PR |
|
The PR only needs one of these:
So, if the PR is merged or you give it an approving review should it already count (Just needs to mature 7 days after this). More info: https://hacktoberfest.com/participation/#pr-mr-details |
|
yeah that's the reason I removed the label, because hacktoberfest already thought this PR was approved and that's not true 😁 |
BREAKING: drop support for discord.js
v13v12 and lower