4m-mazi / fixup-twitter-link

Twitter のリンクを Discord に貼るとfixupからもらったデータで OGP を表示できるようにする Bot
MIT License
5 stars 2 forks source link

fix(deps): update discord.js monorepo to v2 (major) #641

Closed mazi-renovate[bot] closed 2 weeks ago

mazi-renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Type Update Change
@discordjs/core (source) dependencies major 1.2.0 -> 2.0.0
@discordjs/ws (source) dependencies major 1.1.1 -> 2.0.0

Release Notes

discordjs/discord.js (@​discordjs/core) ### [`v2.0.0`](https://redirect.github.com/discordjs/discord.js/blob/HEAD/packages/core/CHANGELOG.md#discordjscore200---2024-09-01) [Compare Source](https://redirect.github.com/discordjs/discord.js/compare/@discordjs/core@1.2.0...@discordjs/core@2.0.0) #### Bug Fixes - **OAuth2API:** Enable token exchange without token ([#​10312](https://redirect.github.com/discordjs/discord.js/issues/10312)) ([9b07036](https://redirect.github.com/discordjs/discord.js/commit/9b07036d707b123709480987d5741d6ba75b148b)) #### Documentation - **stageInstances:** Correct reference for stage instance creation ([#​10333](https://redirect.github.com/discordjs/discord.js/issues/10333)) ([7f60a8f](https://redirect.github.com/discordjs/discord.js/commit/7f60a8fc5d412718e269774505b2ed4fc30a83cd)) #### Features - Use get sticker pack endpoint ([#​10445](https://redirect.github.com/discordjs/discord.js/issues/10445)) ([1b1ae2f](https://redirect.github.com/discordjs/discord.js/commit/1b1ae2f0cb339170e4c0692eb43fbc966fd64030)) - **VoiceState:** Add methods for fetching voice state ([#​10442](https://redirect.github.com/discordjs/discord.js/issues/10442)) ([9907ff9](https://redirect.github.com/discordjs/discord.js/commit/9907ff915e7c72e7e980d68bf005763a3aacad1c)) - Application emojis ([#​10399](https://redirect.github.com/discordjs/discord.js/issues/10399)) ([5d92525](https://redirect.github.com/discordjs/discord.js/commit/5d92525596a0193fe65626119bb040c2eb9e945a)) - **OAuth2API:** Add `revokeToken` method ([#​10440](https://redirect.github.com/discordjs/discord.js/issues/10440)) ([69adc6f](https://redirect.github.com/discordjs/discord.js/commit/69adc6f4b9eb4fafe4a20b01137a270621f1365f)) - Premium buttons ([#​10353](https://redirect.github.com/discordjs/discord.js/issues/10353)) ([4f59b74](https://redirect.github.com/discordjs/discord.js/commit/4f59b740d01b9ff2213949708a36e17da32b89c3)) - Add `reason` to `followAnnouncements` method ([#​10275](https://redirect.github.com/discordjs/discord.js/issues/10275)) ([b36ec98](https://redirect.github.com/discordjs/discord.js/commit/b36ec983828c7001e47debcd435592ea026768d5)) #### Refactor - Use get guild role endpoint ([#​10443](https://redirect.github.com/discordjs/discord.js/issues/10443)) ([bba0e72](https://redirect.github.com/discordjs/discord.js/commit/bba0e72e2283630b9f84b77d53525397036c6b31)) - **ws:** Event layout ([#​10376](https://redirect.github.com/discordjs/discord.js/issues/10376)) ([bf6761a](https://redirect.github.com/discordjs/discord.js/commit/bf6761a44adec1fe5017f6bf5d8bc0734916961f)) - **BREAKING CHANGE:** All events now emit shard id as its own param
discordjs/discord.js (@​discordjs/ws) ### [`v2.0.0`](https://redirect.github.com/discordjs/discord.js/blob/HEAD/packages/ws/CHANGELOG.md#discordjsws200---2024-09-01) [Compare Source](https://redirect.github.com/discordjs/discord.js/compare/@discordjs/ws@1.1.1...@discordjs/ws@2.0.0) #### Bug Fixes - **WebSocketShard:** Buffer native zlib decompression payload ([#​10416](https://redirect.github.com/discordjs/discord.js/issues/10416)) ([defb083](https://redirect.github.com/discordjs/discord.js/commit/defb083528ef31383778187a04ced8b00d886242)) - **WebSocketManager:** Heartbeat event had outdated types ([#​10417](https://redirect.github.com/discordjs/discord.js/issues/10417)) ([5eabec1](https://redirect.github.com/discordjs/discord.js/commit/5eabec14d45ef7bdd7f610e84234eb63e726eacd)) - Retry for EAI_AGAIN I/O error ([#​10383](https://redirect.github.com/discordjs/discord.js/issues/10383)) ([be04acd](https://redirect.github.com/discordjs/discord.js/commit/be04acd534d7d0c3fb7f6bd174e4a6482aae0d73)) - Consistent debug log spacing ([#​10349](https://redirect.github.com/discordjs/discord.js/issues/10349)) ([38c699b](https://redirect.github.com/discordjs/discord.js/commit/38c699bc8a2ca40f37f70c93e08067e00f12ee81)) #### Features - **WebsocketManager:** Retroactive token setting ([#​10418](https://redirect.github.com/discordjs/discord.js/issues/10418)) ([de94eaf](https://redirect.github.com/discordjs/discord.js/commit/de94eaf351a69fab57ec766bd9e90e8c05e8c3d1)) - **WebSocketShard:** Explicit time out network error handling ([#​10375](https://redirect.github.com/discordjs/discord.js/issues/10375)) ([093ac92](https://redirect.github.com/discordjs/discord.js/commit/093ac924aef1bf328feadb49876bfbe26052fe1a)) #### Refactor - **WebSocketShard:** Error event handling ([#​10436](https://redirect.github.com/discordjs/discord.js/issues/10436)) ([a6de270](https://redirect.github.com/discordjs/discord.js/commit/a6de2707fc1107262b12491f73b5b6887df91c67)) - **ws:** Event layout ([#​10376](https://redirect.github.com/discordjs/discord.js/issues/10376)) ([bf6761a](https://redirect.github.com/discordjs/discord.js/commit/bf6761a44adec1fe5017f6bf5d8bc0734916961f)) - **BREAKING CHANGE:** All events now emit shard id as its own param - Native zlib support ([#​10316](https://redirect.github.com/discordjs/discord.js/issues/10316)) ([94cc02a](https://redirect.github.com/discordjs/discord.js/commit/94cc02a2580496774d75673abc0caabc765d9ee0))

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


This PR has been generated by Renovate Bot. - View logs

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.38%. Comparing base (e6c0339) to head (0c6b024). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #641 +/- ## ======================================= Coverage 98.38% 98.38% ======================================= Files 2 2 Lines 124 124 Branches 16 18 +2 ======================================= Hits 122 122 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.