azukashi / exxyll

🤖 Multipurpose Discord Bot with Commands for Fun, Games, Moderation, Utility, and many more!
MIT License
48 stars 41 forks source link

fix(deps): update dependency canvacord to v6 #217

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
canvacord (source) 5.4.10 -> 6.0.2 age adoption passing confidence

Release Notes

neplextech/canvacord (canvacord) ### [`v6.0.2`](https://redirect.github.com/neplextech/canvacord/releases/tag/v6.0.2) [Compare Source](https://redirect.github.com/neplextech/canvacord/compare/v6.0.1...v6.0.2) #### What's Changed - leaderboard variants by [@​notunderctrl](https://redirect.github.com/notunderctrl) - chore: install yarn binary instead of using corepack by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/199](https://redirect.github.com/neplextech/canvacord/pull/199) - Add invisible StatusData by [@​DylanDelobel](https://redirect.github.com/DylanDelobel) in [https://github.com/neplextech/canvacord/pull/201](https://redirect.github.com/neplextech/canvacord/pull/201) - Guide translate rank card by [@​DylanDelobel](https://redirect.github.com/DylanDelobel) in [https://github.com/neplextech/canvacord/pull/203](https://redirect.github.com/neplextech/canvacord/pull/203) - :art: Update NeoClassicalCard to include 'invisible' status color by [@​DylanDelobel](https://redirect.github.com/DylanDelobel) in [https://github.com/neplextech/canvacord/pull/202](https://redirect.github.com/neplextech/canvacord/pull/202) #### New Contributors - [@​DylanDelobel](https://redirect.github.com/DylanDelobel) made their first contribution in [https://github.com/neplextech/canvacord/pull/201](https://redirect.github.com/neplextech/canvacord/pull/201) **Full Changelog**: https://github.com/neplextech/canvacord/compare/v6.0.1...v6.0.2 ### [`v6.0.1`](https://redirect.github.com/neplextech/canvacord/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/neplextech/canvacord/compare/v6.0.0...v6.0.1) ### Changes - fix: leaderboard height adjustment issue **Full Changelog**: https://github.com/neplextech/canvacord/compare/v6.0.0...v6.0.1 ### [`v6.0.0`](https://redirect.github.com/neplextech/canvacord/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/neplextech/canvacord/compare/v5.4.10...v6.0.0) ### Canvacord v6.0.0 is here! 🚀 Easily generate images using html and css in nodejs. Canvacord is suitable for creating dynamic images such as social media posts, greetings cards, memes, etc. It is also possible to create your own templates and builders to generate images. You are only limited by your imagination. #### Features - 🪟 **Open source, no privacy issues, 100% transparent** - Canvacord is completely open source and free to use. This makes everything transparent and you can even contribute to the project. Best of all, you dont have to worry about privacy issues 😊. - 💪 **Easy to use** - Canvacord provides a simple api to generate images on-the-fly. - 🎨 **Customizable** - You can create your own templates and builders to generate images. Canvacord allows you to define how your image should look using html and css. No more hassle learning complicated canvas api. - 🚀 **Fast** - Canvacord is powered by highly optimized, battle tested libraries, which makes it fast and reliable. - 🔒 **Typescript support** - Canvacord is written in typescript and provides type definitions out of the box. - 📸 **Wide formats support** - Canvacord supports many image formats such as png, jpeg, webp, gif, svg, etc. - 📄 **Wide range of templates** - Canvacord provides many built-in templates to generate images such as triggered gif, beautiful image, facepalm image, etc. to quickly generate that meme you saw on reddit 🤡. No need to touch complicated canvas api, just a simple schema object is enough. #### Installation ```sh $ npm install canvacord ``` Canvacord stays away from node-gyp based dependencies, so you don't have to worry about weird errors while installing the library. Although canvacord utilizes [@​napi-rs/canvas](https://npm.im/@​napi-rs/canvas) under the hood, it is recommended to use the builder api for image generation. Only utilize the canvas api if you need to perform image manipulation. ### Documentation ### Discord support server #### What's Changed - feat!: canvacord next by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/171](https://redirect.github.com/neplextech/canvacord/pull/171) - fix(JSX): monkey patch layout issues by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/172](https://redirect.github.com/neplextech/canvacord/pull/172) - chore(deps): bump [@​napi-rs/image](https://redirect.github.com/napi-rs/image) from 1.6.1 to 1.7.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/neplextech/canvacord/pull/173](https://redirect.github.com/neplextech/canvacord/pull/173) - Feat: Added missing templates: Jail, Bed and Colorfy by [@​carefreeav09](https://redirect.github.com/carefreeav09) in [https://github.com/neplextech/canvacord/pull/174](https://redirect.github.com/neplextech/canvacord/pull/174) - feat: added missing factory methods by [@​Rizina](https://redirect.github.com/Rizina) in [https://github.com/neplextech/canvacord/pull/175](https://redirect.github.com/neplextech/canvacord/pull/175) - feat: added missing factory methods missing in rewrite by [@​FroostyCodes](https://redirect.github.com/FroostyCodes) in [https://github.com/neplextech/canvacord/pull/176](https://redirect.github.com/neplextech/canvacord/pull/176) - feat: added new factory method by [@​FroostyCodes](https://redirect.github.com/FroostyCodes) in [https://github.com/neplextech/canvacord/pull/177](https://redirect.github.com/neplextech/canvacord/pull/177) - refactor(loadImage): use stream/consumers by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/179](https://redirect.github.com/neplextech/canvacord/pull/179) - refactor: update assets factory by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/180](https://redirect.github.com/neplextech/canvacord/pull/180) - feat: leaderboard card builder by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/181](https://redirect.github.com/neplextech/canvacord/pull/181) - Release 6.0.0-beta.0 by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/182](https://redirect.github.com/neplextech/canvacord/pull/182) - chore: add jsdoc comments and update readme by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/183](https://redirect.github.com/neplextech/canvacord/pull/183) - chore: monorepo setup by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/187](https://redirect.github.com/neplextech/canvacord/pull/187) - feat: docs outline by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/188](https://redirect.github.com/neplextech/canvacord/pull/188) - feat: v6 docs by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/189](https://redirect.github.com/neplextech/canvacord/pull/189) - fix: render new types by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/190](https://redirect.github.com/neplextech/canvacord/pull/190) - chore: update FUNDING.yml by [@​twlite](https://redirect.github.com/twlite) in [https://github.com/neplextech/canvacord/pull/193](https://redirect.github.com/neplextech/canvacord/pull/193) #### New Contributors - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/neplextech/canvacord/pull/173](https://redirect.github.com/neplextech/canvacord/pull/173) - [@​carefreeav09](https://redirect.github.com/carefreeav09) made their first contribution in [https://github.com/neplextech/canvacord/pull/174](https://redirect.github.com/neplextech/canvacord/pull/174) - [@​Rizina](https://redirect.github.com/Rizina) made their first contribution in [https://github.com/neplextech/canvacord/pull/175](https://redirect.github.com/neplextech/canvacord/pull/175) - [@​FroostyCodes](https://redirect.github.com/FroostyCodes) made their first contribution in [https://github.com/neplextech/canvacord/pull/176](https://redirect.github.com/neplextech/canvacord/pull/176) **Full Changelog**: https://github.com/neplextech/canvacord/compare/v5.4.10...v6.0.0

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.



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