Skip to content
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

build(deps): bump discordjs-reaction-role from 1.0.2 to 3.1.0 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2024

Bumps discordjs-reaction-role from 1.0.2 to 3.1.0.

Release notes

Sourced from discordjs-reaction-role's releases.

v3.1.0

This release adds support for Discord.js 14. discordjs-reaction-role 3.x will still work on Discord.js 13 too, but consider upgrading.

Features

v3.0.0

This release contains breaking changes because the ReactionRole class is not a default export anymore. While no one likes breaking changes, this change is positive because it makes importing this package easier and less prone to errors, specially to the people using JavaScript and not TypeScript, since it finally makes it possible to require the package in a clean way. See the README.md file for examples.

⚠ BREAKING CHANGES

  • do not use an export default (aa9381b)

v2.1.1

Bug Fixes

v2.1.0

Features

  • support custom emojis by ID (370e5e2)
  • support parsing custom emojis by ID or name (82b297f)

v2.0.2

Bug Fixes

  • dist: exclude .env when uploading to npm (589fcc0)

v2.0.1

Updates dependencies. Maintenance release.

v2.0.0

This version adds support for Discord.js 13. Unfortunately, it also drops support for Discord.js 12, because the events have a different ABI, so this is a breaking change. Still using Discord.js 12 and having a hard time upgrading? 👉 Stay using discordjs-reaction-role 1.0.2, the last version supporting Discord.js 12. You can pin it in your package.json like this:

"discordjs-reaction-role": "<2.0.0"

Sorry for stating this, but consider upgrading your bot.

Features

  • add support for Discord.js 13 (37ea90c)
Changelog

Sourced from discordjs-reaction-role's changelog.

3.1.0 (2022-08-06)

Features

3.0.0 (2022-05-01)

⚠ BREAKING CHANGES

  • do not use an export default

  • do not use an export default (aa9381b)

2.1.1 (2022-01-16)

Bug Fixes

  • error caused by deleting channels with a reaction (#80) (b293f76)

2.1.0 (2021-10-09)

Features

  • support custom emojis by ID (370e5e2)
  • support parsing custom emojis by ID or name (82b297f)

2.0.2 (2021-10-01)

Bug Fixes

  • dist: exclude .env when uploading to npm (589fcc0)

2.0.1 (2021-09-01)

2.0.0 (2021-08-14)

Features

  • add support for Discord.js 13 (37ea90c)
Commits
  • 14774de chore(release): 3.1.0
  • 118ad66 chore(deps): update dependencies
  • b2a2ac1 chore(release): bump to 3.1.0-beta.1 for releng testing
  • 07ba929 feat: add support for Discord.js 14
  • 4a49a7c feat: add debug mode
  • 77942fc refactor: allow extracting role from partials
  • e5fbb79 chore: remove dependency on ts-node, @​types/node
  • 0491334 chore: bump node-fetch from 2.6.6 to 2.6.7 (#106)
  • 4958ae5 chore: bump minimist from 1.2.5 to 1.2.6 (#105)
  • c638042 chore(release): 3.0.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by danirod, a new releaser for discordjs-reaction-role since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [discordjs-reaction-role](https://github.com/makigas/discordjs-reaction-role) from 1.0.2 to 3.1.0.
- [Release notes](https://github.com/makigas/discordjs-reaction-role/releases)
- [Changelog](https://github.com/makigas/discordjs-reaction-role/blob/trunk/CHANGELOG.md)
- [Commits](makigas/discordjs-reaction-role@v1.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: discordjs-reaction-role
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 13, 2024

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant