Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2024

This PR contains the following updates:

Package Change Age Confidence
discord-interactions ^3.4.0 -> ^4.0.0 age confidence

Release Notes

discord/discord-interactions-js (discord-interactions)

v4.4.0

Compare Source

Features
Bug Fixes

v4.3.0: - Components v2 support, dependency updates, webhook enums

Compare Source

What's Changed

New Contributors

Full Changelog: discord/discord-interactions-js@4.1.1...4.3.0

v4.1.1: - Fix some types

Compare Source

Small bug-fix release that fixes the types for ActionRow's components and also adds the various XSelect components to MessageComponents

v4.1.0: - New InteractionResponseType: LAUNCH_ACTIVITY (type 12)

Compare Source

Adds LAUNCH_ACTIVITY (type 12) to InteractionResponseType, adding support for launching activities in response to interactions.

v4.0.0

Compare Source

Welcome to 4.0! This release includes new features and a couple of breaking changes.

Breaking Changes

Node.js 18.4 and up required

Support for previous versions of node.js have been dropped. This isn't a soft break - we now rely on the Ed25519 algorithm in subtlecrypto, which is only available in versions 18.4 and up.

verifyKey is now async

Due to the dependency on subtle crypto, the verifyKey method is now async. Make sure to use an await when evaluating the result of verifyKey. See #​73 to learn more.

const signature = req.get('X-Signature-Ed25519');
const timestamp = req.get('X-Signature-Timestamp');
const isValid = await verifyKey(req.rawBody, signature, timestamp, 'MY_CLIENT_PUBLIC_KEY');

Features

  • Added ButtonStyleTypes.Premium #​55
  • The library should be significantly faster due to dropping the dependency on tweetnacl

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/discord-interactions-4.x branch from 8e4d292 to f9e439a Compare October 9, 2025 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants