itsauric / auricle-music-bot

An open source code music bot created with the sapphirejs framework and discord-player
MIT License
15 stars 3 forks source link

fix(deps): update all non-major dependencies #57

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@discord-player/extractor (source) ^4.4.1 -> ^4.4.2 age adoption passing confidence
@sapphire/discord.js-utilities (source) ^7.0.1 -> ^7.0.2 age adoption passing confidence
@sapphire/framework (source) ^4.5.3 -> ^4.6.0 age adoption passing confidence
@swc/core (source) ^1.3.80 -> ^1.3.83 age adoption passing confidence
@types/node (source) ^18.17.11 -> ^18.17.14 age adoption passing confidence
discord-api-types (source) ^0.37.55 -> ^0.37.56 age adoption passing confidence
discord-player (source) ^6.6.2 -> ^6.6.3 age adoption passing confidence

Release Notes

Androz2091/discord-player (@​discord-player/extractor) ### [`v4.4.2`](https://togithub.com/Androz2091/discord-player/releases/tag/%40discord-player/extractor%404.4.2) [Compare Source](https://togithub.com/Androz2091/discord-player/compare/@discord-player/extractor@4.4.1...@discord-player/extractor@4.4.2) ### Changelog - smart bridging - improve soundcloud autoplay - automatic bridging support - lots of other improvements
sapphiredev/utilities (@​sapphire/discord.js-utilities) ### [`v7.0.2`](https://togithub.com/sapphiredev/utilities/blob/HEAD/packages/discord.js-utilities/CHANGELOG.md#sapphirediscordjs-utilities702---2023-08-29) [Compare Source](https://togithub.com/sapphiredev/utilities/compare/@sapphire/discord.js-utilities@7.0.1...@sapphire/discord.js-utilities@7.0.2) #### 🐛 Bug Fixes - **discord.js-utilities:** Output proper dist files ([75fded2](https://togithub.com/sapphiredev/utilities/commit/75fded2797d1a4888b43dc05ad2fbcd9b035162a)) - **discord.js-utilities:** Revised type-guards for thread channels ([#​639](https://togithub.com/sapphiredev/utilities/issues/639)) ([62f14dc](https://togithub.com/sapphiredev/utilities/commit/62f14dc21b6dd6dfef1575626334b0f450b42f98))
sapphiredev/framework (@​sapphire/framework) ### [`v4.6.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#460---2023-09-06) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.5.3...v4.6.0) #### 🏠 Refactor - Change to tsc emitted declarations ([#​661](https://togithub.com/sapphiredev/framework/issues/661)) ([ac99774](https://togithub.com/sapphiredev/framework/commit/ac997749779390496a9d73c08c5cb0cfb3a1070d)) #### 🐛 Bug Fixes - Update transitive dependencies ([dc0cf8a](https://togithub.com/sapphiredev/framework/commit/dc0cf8afb660611801eb576d9427ebf43e03bfa7)) #### 📝 Documentation - Temporarily typedoc docgen until typedoc-json-parser is fixed ([4eb8306](https://togithub.com/sapphiredev/framework/commit/4eb830625ff03663c45a020b993912432c4043f6)) - **SapphireClient:** Fix link to DiscordJS docs ([341d57a](https://togithub.com/sapphiredev/framework/commit/341d57a881410b6d9288c5ee7c157c1e4255f77a)) #### 🚀 Features - Add global config for setting the guild ids to register commands to ([#​659](https://togithub.com/sapphiredev/framework/issues/659)) ([de5e8eb](https://togithub.com/sapphiredev/framework/commit/de5e8ebb84e814794d05535bcb8f22cb1e204480))
swc-project/swc (@​swc/core) ### [`v1.3.83`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1383---2023-09-07) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.82...v1.3.83) ##### Bug Fixes - **(css/modules)** Aggregate class names when composes is chained. ([#​7917](https://togithub.com/swc-project/swc/issues/7917)) ([0db25a2](https://togithub.com/swc-project/swc/commit/0db25a252cf35e4b64b38bde9f34a2f33eb2f662)) - **(es/module)** Revert [#​7901](https://togithub.com/swc-project/swc/issues/7901) ([#​7906](https://togithub.com/swc-project/swc/issues/7906)) ([85d6e9b](https://togithub.com/swc-project/swc/commit/85d6e9be07af7bb788594b21a986636657d86f03)) - **(es/module)** Fix `jsc.paths` for projects using pnpm ([#​7918](https://togithub.com/swc-project/swc/issues/7918)) ([a86e9f3](https://togithub.com/swc-project/swc/commit/a86e9f3bb5bd490ebf0b18fe7349a2b0fbc0c45f)) ##### Features - **(es/codegen)** Add an option to print `assert` for import attributes ([#​7914](https://togithub.com/swc-project/swc/issues/7914)) ([ee75756](https://togithub.com/swc-project/swc/commit/ee7575695de6dad140457ffb8bb8f0ac80c4dcdc)) ### [`v1.3.82`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1382---2023-09-01) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.81...v1.3.82) ##### Bug Fixes - **(common)** Fix logic for excluding `FileName` from source maps ([#​7900](https://togithub.com/swc-project/swc/issues/7900)) ([aa64955](https://togithub.com/swc-project/swc/commit/aa6495519b9271cb21d380c0c5a35fe79d31ee14)) - **(es/module)** Make `jsc.paths` fully resolve TypeScript files ([#​7901](https://togithub.com/swc-project/swc/issues/7901)) ([c714dd2](https://togithub.com/swc-project/swc/commit/c714dd20dedfab60ac75de613d13c0f3af60a6c7)) - **(es/resolver)** Correctly resolve global value ([#​7893](https://togithub.com/swc-project/swc/issues/7893)) ([2db10e9](https://togithub.com/swc-project/swc/commit/2db10e9fd1913b69cb088aaded2d587872e9f2bb)) ### [`v1.3.81`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1381---2023-08-30) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.80...v1.3.81) ##### Bug Fixes - **(es/codegen)** Fix placing of comments of yield arguments ([#​7858](https://togithub.com/swc-project/swc/issues/7858)) ([122d14c](https://togithub.com/swc-project/swc/commit/122d14c0d306d7c437f1ef0f6f375634ff5d7d1a)) - **(es/compat)** Apply transforms for explicit resource management ([#​7881](https://togithub.com/swc-project/swc/issues/7881)) ([3180e68](https://togithub.com/swc-project/swc/commit/3180e68bf27fb95ff00bd24677ae7e96b3aa6c62)) - **(es/compat)** Make `SwitchCase` handler of `block-scoping` stateless ([#​7888](https://togithub.com/swc-project/swc/issues/7888)) ([4b33d41](https://togithub.com/swc-project/swc/commit/4b33d41fabf841dfc31c6f44d94e4651239ab667)) - **(es/dep-graph)** Analyze import type children ([#​7883](https://togithub.com/swc-project/swc/issues/7883)) ([057bd5f](https://togithub.com/swc-project/swc/commit/057bd5f3efe55077a5a8e7f627e80175c8af2bd0)) - **(es/minifier)** Report `is_fn_local` even if var is hoisted ([#​7876](https://togithub.com/swc-project/swc/issues/7876)) ([87a47bf](https://togithub.com/swc-project/swc/commit/87a47bfb2c602f2ce7eb33f78612197e290518b8)) - **(es/module)** Don't create absolute paths for `jsc.paths` on Windows ([#​7892](https://togithub.com/swc-project/swc/issues/7892)) ([5fbc251](https://togithub.com/swc-project/swc/commit/5fbc251db1cc1f7973ba780a6c4fc1cdce5ef40d)) - **(swc-info)** Use correct path while getting local package versions ([#​7872](https://togithub.com/swc-project/swc/issues/7872)) ([67afaf1](https://togithub.com/swc-project/swc/commit/67afaf1f2db087518ac990c71de896c8e5e2a051)) ##### Features - **(es)** Add an option to disable builtin transforms ([#​7873](https://togithub.com/swc-project/swc/issues/7873)) ([71d01ec](https://togithub.com/swc-project/swc/commit/71d01ec12772c2854a47947deceb6d1cab141289)) - **(es/ast)** Support import attributes proposal ([#​7868](https://togithub.com/swc-project/swc/issues/7868)) ([4d3fcb8](https://togithub.com/swc-project/swc/commit/4d3fcb86e4843cf323a471537cc1ab3a26d054b1)) - **(es/preset-env)** Update data ([#​7882](https://togithub.com/swc-project/swc/issues/7882)) ([a97d8b4](https://togithub.com/swc-project/swc/commit/a97d8b42b1f85c1f76ffadcabf6e9c85f0458d8d)) - **(swc-info)** Add a CLI to help issue reporting ([#​7871](https://togithub.com/swc-project/swc/issues/7871)) ([d6952ea](https://togithub.com/swc-project/swc/commit/d6952ea687beb5b9aff1eae26076fa98ac94818b)) ##### Miscellaneous Tasks - **(deps)** Update `memchr` ([#​7891](https://togithub.com/swc-project/swc/issues/7891)) ([01cbd6e](https://togithub.com/swc-project/swc/commit/01cbd6edbd37c95ece7ca20ad2f6c85d6c1b6e35))- **general**: Use `textarea` for `swc-info` ([eed2903](https://togithub.com/swc-project/swc/commit/eed290319e4a8128948ce07e76d11a01d2096a8b)) ##### Performance - **(es/transforms)** Remove wrong parallelism ([#​7889](https://togithub.com/swc-project/swc/issues/7889)) ([a505012](https://togithub.com/swc-project/swc/commit/a50501255d2a91f2bbc1ce9767689dc4fad540cc)) ##### Refactor - **(es/minifier)** Remove `mutated` and `mutation_by_call_count` ([#​7890](https://togithub.com/swc-project/swc/issues/7890)) ([8db968a](https://togithub.com/swc-project/swc/commit/8db968a25d508a0d28d15d556ad121951f39ae0d))
discordjs/discord-api-types (discord-api-types) ### [`v0.37.56`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#03756-2023-08-31) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.37.55...0.37.56) ##### Bug Fixes - **RESTPostAPIChannelMessageJSONBody:** `number` for attachment ids ([#​811](https://togithub.com/discordjs/discord-api-types/issues/811)) ([1eb0161](https://togithub.com/discordjs/discord-api-types/commit/1eb01618a3d7421012b0423aea7a8bde032c08fc)) - standard stickers are now free ([#​789](https://togithub.com/discordjs/discord-api-types/issues/789)) ([018d889](https://togithub.com/discordjs/discord-api-types/commit/018d889d9aeb35b64dd914ade9ac93e8b98390ac)) ##### Features - add support for teams update ([#​813](https://togithub.com/discordjs/discord-api-types/issues/813)) ([a26629c](https://togithub.com/discordjs/discord-api-types/commit/a26629c0e83504299af4bc5eb85e101c63b9ced8)) - **APIAuditLogOptions:** add `integration_type` ([#​809](https://togithub.com/discordjs/discord-api-types/issues/809)) ([31c8549](https://togithub.com/discordjs/discord-api-types/commit/31c8549fe3e461ad120a3af434e27c61091bbb9c))

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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