-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
chore: unpin rest, unbump node version req #9632
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you forgot to update the /rest and /ws readmes, maybe changing it to clarify what requires 18.12.0 would be nice
Please describe the changes this PR makes and why it should be merged:
#9512 added to /rest and used that method within djs. Upon publishing, this would break unless we unpinned the version or manually published a version of /rest with that change.
Looking at the breaking changes that made us pin, the most important was the node version bump, which after the change in scope of #9416 was not actually necessary. I've reverted the node version bump and unpinned /rest and /ws in discord.js.
This is an acknowledgement that there will be breaking changes, caveat being that an overwhelmingly large portion of the userbase will not actually be impacted whatsoever as they'd have to be using relatively very low level apis to be impacted.
Status and versioning classification: