killbasa / Amaneko

Discord bot for VTuber livestream relays and notifications.
https://docs.amaneko.ca/
MIT License
2 stars 0 forks source link

chore(deps): update dependency @sapphire/framework to v5 - autoclosed #121

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/framework (source) 4.8.2 -> 5.0.4 age adoption passing confidence
@sapphire/framework (source) ^4.8.2 -> ^5.0.4 age adoption passing confidence

Release Notes

sapphiredev/framework (@​sapphire/framework) ### [`v5.0.4`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#504---2023-12-09) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v5.0.3...v5.0.4) #### πŸ› Bug Fixes - Update [@​sapphire/pieces](https://togithub.com/sapphire/pieces) dependency to have bun load ts files automatically ([47945f5](https://togithub.com/sapphiredev/framework/commit/47945f52d67c617970373a28b5876562ba32b023)) ### [`v5.0.3`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#503---2023-12-09) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v5.0.2...v5.0.3) #### πŸ› Bug Fixes - **normalizeInputs:** Bring back the defaulting I removed ([#​701](https://togithub.com/sapphiredev/framework/issues/701)) ([0e04eb3](https://togithub.com/sapphiredev/framework/commit/0e04eb3f13b3928c8348876c27b48d269825bb1d)) ### [`v5.0.2`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#502---2023-12-05) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v5.0.1...v5.0.2) #### πŸ› Bug Fixes - Update transitive dependencies ([16af23b](https://togithub.com/sapphiredev/framework/commit/16af23bcf0666720bc564bcd8932017d71ed371e)) ### [`v5.0.1`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#501---2023-12-05) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v5.0.0...v5.0.1) #### πŸ› Bug Fixes - Bump transitive dependencies ([8863d94](https://togithub.com/sapphiredev/framework/commit/8863d94b8b50c4d0acda0bdc680e2302b6b0d6f1)) ### [`v5.0.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#500---2023-12-04) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.8.5...v5.0.0) #### πŸš€ Features - Make ESM properly load ESM endpoint and not masquerade as ESM ([#​700](https://togithub.com/sapphiredev/framework/issues/700)) ([59b637e](https://togithub.com/sapphiredev/framework/commit/59b637eb10e00daeaeb8206dab1e81ea245f290b)) - πŸ’₯ **BREAKING CHANGE:** This ensures that Framework will properly load the files from the dist/esm folder. This is BREAKING to ALL plugins that are not equally updated to load ESM specific files because they will otherwise load the CJS files of [@​sapphire/framework](https://togithub.com/sapphire/framework) and every piece will load twice. DO NOT use this version without also updating your plugins! Sapphire plugins have been released alongside this version, third-party plugins will need to be updated by their respective authors!! ### [`v4.8.5`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#485---2023-12-03) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.8.4...v4.8.5) #### πŸ› Bug Fixes - Point ESM entrypoint to CJS build ([#​699](https://togithub.com/sapphiredev/framework/issues/699)) ([5132f62](https://togithub.com/sapphiredev/framework/commit/5132f6248b5067b30792a83ae43a2fff8ce4f027)) ### [`v4.8.4`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#484---2023-12-03) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.8.3...v4.8.4) #### πŸ› Bug Fixes - Convert .js imports to .cjs ([#​698](https://togithub.com/sapphiredev/framework/issues/698)) ([925e2c9](https://togithub.com/sapphiredev/framework/commit/925e2c983ef22e17708724d4129cbd5fabf45e2a)) ### [`v4.8.3`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#483---2023-12-02) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.8.2...v4.8.3) #### 🏠 Refactor - Switch to split cjs and esm builds and fully build with tsup ([#​697](https://togithub.com/sapphiredev/framework/issues/697)) ([2502abb](https://togithub.com/sapphiredev/framework/commit/2502abb08b90e6676338457f551b51cc8eaa17a0)) - **Command:** Make type guards check the type ([3a6b259](https://togithub.com/sapphiredev/framework/commit/3a6b2598e4ccb2a7ed8b3304aa943e3edc165403)) #### πŸ› Bug Fixes - **computeDifference:** Correctly check for extra properties and split up compute difference ([#​695](https://togithub.com/sapphiredev/framework/issues/695)) ([281d118](https://togithub.com/sapphiredev/framework/commit/281d11883f3cf33cbc5f878a2d96457f83c03714)) - **Command:** `parentCategory` failing with `fullCategory.length === 1` ([04bc519](https://togithub.com/sapphiredev/framework/commit/04bc519745a7b32b9672a64bad01664f26e49631)) #### πŸ“ Documentation - **Command:** Update `fullCategory`'s outdated docs ([d2d7967](https://togithub.com/sapphiredev/framework/commit/d2d7967f3a90b43d2fc6116eacb5f79297cdd784))

Configuration

πŸ“… Schedule: Branch creation - "before 10am on Saturday" (UTC), 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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.