veganhacktivists / arabot

A Discord bot written in TypeScript using Sapphire, specifically designed for the Animal Rights Advocates Discord server.
https://www.aramovement.org/
GNU General Public License v3.0
7 stars 6 forks source link

fix(deps): update dependency @sapphire/framework to v4.8.5 - autoclosed #167

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/framework (source) 4.7.2 -> 4.8.5 age adoption passing confidence

Release Notes

sapphiredev/framework (@​sapphire/framework) ### [`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)) ### [`v4.8.2`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#482---2023-11-16) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.8.1...v4.8.2) #### 🐛 Bug Fixes - Register `CoreReady` piece correctly ([#​690](https://togithub.com/sapphiredev/framework/issues/690)) ([4b99b37](https://togithub.com/sapphiredev/framework/commit/4b99b377c33c8991ae52174a5bda88a047fb0971)) ### [`v4.8.1`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#481---2023-11-16) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.8.0...v4.8.1) #### 🏠 Refactor - **cooldown:** Improve error message ([#​689](https://togithub.com/sapphiredev/framework/issues/689)) ([3dc2019](https://togithub.com/sapphiredev/framework/commit/3dc20190938b43d48e452ac9647403bde3eff544)) #### 📝 Documentation - Fix link to discord.js ([#​683](https://togithub.com/sapphiredev/framework/issues/683)) ([2f160ba](https://togithub.com/sapphiredev/framework/commit/2f160bae0ec6825fdbb1ce26605484171812a11c)) ### [`v4.8.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#480---2023-11-16) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.7.2...v4.8.0) #### 🏠 Refactor - Support latest /pieces type utilities ([#​687](https://togithub.com/sapphiredev/framework/issues/687)) ([a1907e3](https://togithub.com/sapphiredev/framework/commit/a1907e305a9f311c686c36a31d4b635c654efcf1)) - **cooldown:** Use id properties for channelId and guildId ([#​688](https://togithub.com/sapphiredev/framework/issues/688)) ([633d325](https://togithub.com/sapphiredev/framework/commit/633d3253ff16a7981b8b67f91fe8612527699dc0)) - **Listener:** Make loader hooks more resilient ([#​685](https://togithub.com/sapphiredev/framework/issues/685)) ([d310a8a](https://togithub.com/sapphiredev/framework/commit/d310a8affb32cbbf275f74d4c014af68da30b570)) #### 🐛 Bug Fixes - Update transitive dependencies ([85c0280](https://togithub.com/sapphiredev/framework/commit/85c0280b08754475c2fbad8787c33c153bf9c8df)) - Set `engines.node` to `>=18` ([7cbec42](https://togithub.com/sapphiredev/framework/commit/7cbec42c0b793cef8c4c60a3b2403262b6bae1df)) #### 🚀 Features - Make all pieces virtual ([#​686](https://togithub.com/sapphiredev/framework/issues/686)) ([41bcc9b](https://togithub.com/sapphiredev/framework/commit/41bcc9b50054e920a7dfba3172648b2c20ab9a5a))

Configuration

📅 Schedule: Branch creation - "after 12pm and before 6pm 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 this update again.



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