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

fix(deps): update dependency @discordjs/rest to v2 #18

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@discordjs/rest (source) ^0.1.1-canary.0 -> ^2.0.0 age adoption passing confidence

Release Notes

discordjs/discord.js (@​discordjs/rest)

v2.3.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

Styling

Testing

v2.2.0

Compare Source

Bug Fixes

Features

Typings

v2.1.0

Compare Source

Bug Fixes

Documentation

Features

v2.0.1

Compare Source

Documentation

v2.0.0

Compare Source

Features

  • No-de-no-de, now with extra buns (#​9683) (386f206)
    • BREAKING CHANGE: The REST and RequestManager classes now extend AsyncEventEmitter
      from @vladfrangu/async_event_emitter, which aids in cross-compatibility
      between Node, Deno, Bun, CF Workers, Vercel Functions, etc.
    • BREAKING CHANGE: DefaultUserAgentAppendix has been adapted to support multiple
      different platforms (previously mentioned Deno, Bun, CF Workers, etc)
    • BREAKING CHANGE: the entry point for @discordjs/rest will now differ
      in non-node-like environments (CF Workers, etc.)
    • Co-authored-by: Suneet Tipirneni 77477100+suneettipirneni@users.noreply.github.com
    • Co-authored-by: Jiralite 33201955+Jiralite@users.noreply.github.com
    • Co-authored-by: suneettipirneni suneettipirneni@icloud.com
  • User avatar decorations (#​8914) (8d97017)
  • Support new username system (#​9512) (1ab60f9)

Refactor

  • REST: Remove double classing (#​9722) (8f4256d)
    • BREAKING CHANGE: REST and RequestManager have been combined, most of the properties, methods, and events from both classes can now be found on REST
    • BREAKING CHANGE: REST#raw has been removed in favor of REST#queueRequest
    • BREAKING CHANGE: REST#getAgent has been removed in favor of REST#agent
  • chore: update for /rest changes
  • rest: Switch api to fetch-like and provide strategies (#​9416) (cdaa0a3)
    • BREAKING CHANGE: NodeJS v18+ is required when using node due to the use of global fetch
    • BREAKING CHANGE: The raw method of REST now returns a web compatible Respone object.
    • BREAKING CHANGE: The parseResponse utility method has been updated to operate on a web compatible Response object.
    • BREAKING CHANGE: Many underlying internals have changed, some of which were exported.
    • BREAKING CHANGE: DefaultRestOptions used to contain a default agent, which is now set to null instead.

v1.7.1

Compare Source

Bug Fixes

Documentation

  • Reference package names properly (#​9426) (d6bca9b)
  • Generate static imports for types with api-extractor (98a76db)

v1.7.0

Compare Source

Bug Fixes

  • handlers: Create burst handler for interaction callbacks (#​8996) (db8df10)
  • scripts: Accessing tsComment (d8d5f31)
  • rest: Remove const enums in favour of regular enums (#​9243) (229ad07)

Features

v1.6.0

Compare Source

Bug Fixes

Documentation

Features

Styling

v1.5.0

Compare Source

Features

v1.4.0

Compare Source

Bug Fixes

Features

Refactor

  • Update makeURLSearchParams to accept readonly non-Records (#​8868) (8376e2d)

v1.3.0

Compare Source

Bug Fixes

  • SequentialHandler: Throw http error with proper name and more useful message (#​8694) (3f86561)

Features

v1.2.0

Compare Source

Bug Fixes

  • Footer / sidebar / deprecation alert (ba3e0ed)

Documentation

Features

Refactor

v1.1.0

Compare Source

Features

Refactor

v1.0.1

Compare Source

Info

  • 1.0.1 release bump, no new features.

v1.0.0

Compare Source

Info

  • 1.0.0 release bump, no new features.

v0.6.0

Compare Source

Documentation

Features

Refactor

v0.5.0

Compare Source

Bug Fixes

Features

Styling

  • Cleanup tests and tsup configs (6b8ef20)

v0.4.1

Compare Source

v0.4.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

v0.3.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

Testing


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.

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