mjfwebb / twitch-bot

Twitch Chat bot with overlays, custom commands, TTS, sounds, rewards, API integrations and more!
MIT License
27 stars 7 forks source link

chore(deps): update all #541

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 20.12.12 -> 20.14.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) 4.2.1 -> 4.3.0 age adoption passing confidence devDependencies minor
actions/checkout 0ad4b8f -> a5ac7e5 action digest
discord.js (source) 14.15.2 -> 14.15.3 age adoption passing confidence dependencies patch
eslint-plugin-react 7.34.1 -> 7.34.2 age adoption passing confidence devDependencies patch
framer-motion 11.2.4 -> 11.2.10 age adoption passing confidence dependencies patch
linkedom 0.18.0 -> 0.18.2 age adoption passing confidence dependencies patch
node (source) 20.13.1 -> 20.14.0 age adoption passing confidence minor
prettier (source) 3.2.5 -> 3.3.0 age adoption passing confidence devDependencies minor
react-virtuoso (source) 4.7.10 -> 4.7.11 age adoption passing confidence dependencies patch
tsx 4.10.5 -> 4.11.2 age adoption passing confidence devDependencies minor
vite (source) 5.2.11 -> 5.2.12 age adoption passing confidence devDependencies patch
wouter 3.1.3 -> 3.2.0 age adoption passing confidence dependencies minor

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react) ### [`v4.3.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#430-2024-05-22) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.2.1...v4.3.0) ##### Fix support for React compiler Don't set `retainLines: true` when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like [vite-plugin-react-click-to-component](https://togithub.com/ArnaudBarre/vite-plugin-react-click-to-component) to work, you should update your config to something like: ```ts export default defineConfig(({ command }) => { const babelPlugins = [['babel-plugin-react-compiler', {}]] if (command === 'serve') { babelPlugins.push(['@​babel/plugin-transform-react-jsx-development', {}]) } return { plugins: [react({ babel: { plugins: babelPlugins } })], } }) ``` ##### Support HMR for class components This is a long overdue and should fix some issues people had with HMR when migrating from CRA.
discordjs/discord.js (discord.js) ### [`v14.15.3`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14153---2024-06-02) [Compare Source](https://togithub.com/discordjs/discord.js/compare/14.15.2...14.15.3) #### Bug Fixes - **Message:** Properly compare `attachments` and `embeds` ([#​10282](https://togithub.com/discordjs/discord.js/issues/10282)) ([a468ae8](https://togithub.com/discordjs/discord.js/commit/a468ae8bb5a9de9cb34d40493c59693e84c2812a)) - Throw error on no message id for `Message#fetchReference()` ([#​10295](https://togithub.com/discordjs/discord.js/issues/10295)) ([638b896](https://togithub.com/discordjs/discord.js/commit/638b896efaf0a01b477f91c17170214ad96b1602)) - **ThreadChannel:** Invalid owner fetch option ([#​10292](https://togithub.com/discordjs/discord.js/issues/10292)) ([27d0659](https://togithub.com/discordjs/discord.js/commit/27d0659a45c44f0c5986688d16f28e75e99abcc1)) - **Action:** Ensure all properties on `getChannel()` are passed ([#​10278](https://togithub.com/discordjs/discord.js/issues/10278)) ([92c1a51](https://togithub.com/discordjs/discord.js/commit/92c1a511dc0d9b552b797ef25c7aed2eb36b4386)) - **docs:** Some link tags didn't resolve correctly ([#​10269](https://togithub.com/discordjs/discord.js/issues/10269)) ([914cc4b](https://togithub.com/discordjs/discord.js/commit/914cc4ba5441cde5aa6dc8ec6406a283855d6828)) - **actions:** Handle missing poll object ([#​10266](https://togithub.com/discordjs/discord.js/issues/10266)) ([7816ec2](https://togithub.com/discordjs/discord.js/commit/7816ec2e6b28daf400eaa9cb050fb72908e6f7c6)) #### Refactor - **GuildChannelManager:** Improve addFollower errors ([#​10277](https://togithub.com/discordjs/discord.js/issues/10277)) ([555961b](https://togithub.com/discordjs/discord.js/commit/555961b3b8da8759349cd0e88f89f98d2e8a6363)) #### Typings - Forum starter messages do not support polls ([#​10276](https://togithub.com/discordjs/discord.js/issues/10276)) ([35207b0](https://togithub.com/discordjs/discord.js/commit/35207b0b31929558eee69f4bd53a6f9adadb0362)) - Add `defaultValues` to respective select menu components data ([#​10265](https://togithub.com/discordjs/discord.js/issues/10265)) ([c2432d5](https://togithub.com/discordjs/discord.js/commit/c2432d5704e4e178c044bc0d02f2dabe51450d19))
jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.34.2`](https://togithub.com/jsx-eslint/eslint-plugin-react/releases/tag/v7.34.2) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2) ##### Fixed - [`boolean-prop-naming`][boolean-prop-naming]: avoid a crash with a non-TSTypeReference type ([#​3718][] [@​developer-bandi](https://togithub.com/developer-bandi)) - [`jsx-no-leaked-render`][jsx-no-leaked-render]: invalid report if left side is boolean ([#​3746][] [@​akulsr0](https://togithub.com/akulsr0)) - [`jsx-closing-bracket-location`][jsx-closing-bracket-location]: message shows `{{details}}` when there are no details ([#​3759][] [@​mdjermanovic](https://togithub.com/mdjermanovic)) - [`no-invalid-html-attribute`][no-invalid-html-attribute]: ensure error messages are correct ([#​3759][] [@​mdjermanovic](https://togithub.com/mdjermanovic), [@​ljharb](https://togithub.com/ljharb)) ##### Changed - \[Refactor] create various eslint utils to fix eslint deprecations ([#​3759][] [@​mdjermanovic](https://togithub.com/mdjermanovic), [@​ljharb](https://togithub.com/ljharb)) [7.34.2]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2 [#​3759]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3759 [#​3746]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3746 [#​3718]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3718 [`boolean-prop-naming`]: docs/rules/boolean-prop-naming.md [`jsx-no-leaked-render`]: docs/rules/jsx-no-leaked-render.md [`jsx-closing-bracket-location`]: docs/rules/jsx-closing-bracket-location.md [`no-invalid-html-attribute`]: docs/rules/no-invalid-html-attribute.md
framer/motion (framer-motion) ### [`v11.2.10`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#11210-2024-05-31) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.9...v11.2.10) ##### Fixed - Changing invalid number interpolation from error to warning and immediate mix. ### [`v11.2.9`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1129-2024-05-29) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.8...v11.2.9) ##### Fixed - Fixing animation of CSS variables when leading space is present. ### [`v11.2.8`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1128-2024-05-29) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.7...v11.2.8) ##### Fixed - Ensuring instant animations return animation controls. ### [`v11.2.7`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1127-2024-05-29) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.6...v11.2.7) ##### Fixed - Only allow layout animations to cancel optimised appear animations when on the same node or an ancestor. ### [`v11.2.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1126-2024-05-22) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.5...v11.2.6) ##### Fixed - Fixed optimised appear animations interrupted by layout animations triggered by a state update within `useLayoutEffect`. ### [`v11.2.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1125-2024-05-21) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.4...v11.2.5) ##### Fixed - Fixing layout animations within portals. Tag `motion` root within portal with `data-framer-portal-id` attribute.
WebReflection/linkedom (linkedom) ### [`v0.18.2`](https://togithub.com/WebReflection/linkedom/compare/v0.18.1...v0.18.2) [Compare Source](https://togithub.com/WebReflection/linkedom/compare/v0.18.1...v0.18.2) ### [`v0.18.1`](https://togithub.com/WebReflection/linkedom/compare/v0.18.0...v0.18.1) [Compare Source](https://togithub.com/WebReflection/linkedom/compare/v0.18.0...v0.18.1)
nodejs/node (node) ### [`v20.14.0`](https://togithub.com/nodejs/node/compare/v20.13.1...v20.14.0) [Compare Source](https://togithub.com/nodejs/node/compare/v20.13.1...v20.14.0)
prettier/prettier (prettier) ### [`v3.3.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) [diff](https://togithub.com/prettier/prettier/compare/3.2.5...3.3.0) 🔗 [Release Notes](https://prettier.io/blog/2024/06/01/3.3.0.html)
petyosi/react-virtuoso (react-virtuoso) ### [`v4.7.11`](https://togithub.com/petyosi/react-virtuoso/releases/tag/v4.7.11) [Compare Source](https://togithub.com/petyosi/react-virtuoso/compare/v4.7.10...v4.7.11) ##### Bug Fixes - update initialTopMostItemIndex type in TableVirtuoso interface ([#​1091](https://togithub.com/petyosi/react-virtuoso/issues/1091)) ([9a93e93](https://togithub.com/petyosi/react-virtuoso/commit/9a93e93dcbe5c02ad61dbd87d5e0c27251a583c6))
privatenumber/tsx (tsx) ### [`v4.11.2`](https://togithub.com/privatenumber/tsx/compare/v4.11.1...aa2b639a9bac8ae28a46b847013fda7f5cd4466b) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.11.1...v4.11.2) ### [`v4.11.1`](https://togithub.com/privatenumber/tsx/compare/v4.11.0...5e701051c4eb639bfd204c805310777789907a55) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.11.0...v4.11.1) ### [`v4.11.0`](https://togithub.com/privatenumber/tsx/releases/tag/v4.11.0) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.10.5...v4.11.0) ##### Bug Fixes - only error on invalid tsconfig if explicitly passed in ([#​30](https://togithub.com/privatenumber/tsx/issues/30)) ([b6bf39b](https://togithub.com/privatenumber/tsx/commit/b6bf39b1cc4ca037a16f5b02c619ed5c36e6d598)) ##### Features - **esm api:** configurable `tsconfig` ([3f42ae3](https://togithub.com/privatenumber/tsx/commit/3f42ae3dfc666cd4a6de7376ab051840e18c8c05)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.11.0)
vitejs/vite (vite) ### [`v5.2.12`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small5212-2024-05-28-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.11...v5.2.12) - chore: move to eslint flat config ([#​16743](https://togithub.com/vitejs/vite/issues/16743)) ([8f16765](https://togithub.com/vitejs/vite/commit/8f16765)), closes [#​16743](https://togithub.com/vitejs/vite/issues/16743) - chore(deps): remove unused deps ([#​17329](https://togithub.com/vitejs/vite/issues/17329)) ([5a45745](https://togithub.com/vitejs/vite/commit/5a45745)), closes [#​17329](https://togithub.com/vitejs/vite/issues/17329) - chore(deps): update all non-major dependencies ([#​16722](https://togithub.com/vitejs/vite/issues/16722)) ([b45922a](https://togithub.com/vitejs/vite/commit/b45922a)), closes [#​16722](https://togithub.com/vitejs/vite/issues/16722) - fix: mention `build.rollupOptions.output.manualChunks` instead of `build.rollupOutput.manualChunks` ([89378c0](https://togithub.com/vitejs/vite/commit/89378c0)), closes [#​16721](https://togithub.com/vitejs/vite/issues/16721) - fix(build): make SystemJSWrapRE match lazy ([#​16633](https://togithub.com/vitejs/vite/issues/16633)) ([6583ad2](https://togithub.com/vitejs/vite/commit/6583ad2)), closes [#​16633](https://togithub.com/vitejs/vite/issues/16633) - fix(css): avoid generating empty JS files when JS files becomes empty but has CSS files imported ([#​1](https://togithub.com/vitejs/vite/issues/1) ([95fe5a7](https://togithub.com/vitejs/vite/commit/95fe5a7)), closes [#​16078](https://togithub.com/vitejs/vite/issues/16078) - fix(css): handle lightningcss compiled css in Deno ([#​17301](https://togithub.com/vitejs/vite/issues/17301)) ([8e4e932](https://togithub.com/vitejs/vite/commit/8e4e932)), closes [#​17301](https://togithub.com/vitejs/vite/issues/17301) - fix(css): only use files the current bundle contains ([#​16684](https://togithub.com/vitejs/vite/issues/16684)) ([15a6ebb](https://togithub.com/vitejs/vite/commit/15a6ebb)), closes [#​16684](https://togithub.com/vitejs/vite/issues/16684) - fix(css): page reload was not happening with .css?raw ([#​16455](https://togithub.com/vitejs/vite/issues/16455)) ([8041846](https://togithub.com/vitejs/vite/commit/8041846)), closes [#​16455](https://togithub.com/vitejs/vite/issues/16455) - fix(deps): update all non-major dependencies ([#​16603](https://togithub.com/vitejs/vite/issues/16603)) ([6711553](https://togithub.com/vitejs/vite/commit/6711553)), closes [#​16603](https://togithub.com/vitejs/vite/issues/16603) - fix(deps): update all non-major dependencies ([#​16660](https://togithub.com/vitejs/vite/issues/16660)) ([bf2f014](https://togithub.com/vitejs/vite/commit/bf2f014)), closes [#​16660](https://togithub.com/vitejs/vite/issues/16660) - fix(deps): update all non-major dependencies ([#​17321](https://togithub.com/vitejs/vite/issues/17321)) ([4a89766](https://togithub.com/vitejs/vite/commit/4a89766)), closes [#​17321](https://togithub.com/vitejs/vite/issues/17321) - fix(error-logging): rollup errors weren't displaying id and codeframe ([#​16540](https://togithub.com/vitejs/vite/issues/16540)) ([22dc196](https://togithub.com/vitejs/vite/commit/22dc196)), closes [#​16540](https://togithub.com/vitejs/vite/issues/16540) - fix(hmr): normalize the path info ([#​14255](https://togithub.com/vitejs/vite/issues/14255)) ([6a085d0](https://togithub.com/vitejs/vite/commit/6a085d0)), closes [#​14255](https://togithub.com/vitejs/vite/issues/14255) - fix(hmr): trigger page reload when calling invalidate on root module ([#​16636](https://togithub.com/vitejs/vite/issues/16636)) ([2b61cc3](https://togithub.com/vitejs/vite/commit/2b61cc3)), closes [#​16636](https://togithub.com/vitejs/vite/issues/16636) - fix(logger): truncate log over 5000 characters long ([#​16581](https://togithub.com/vitejs/vite/issues/16581)) ([b0b839a](https://togithub.com/vitejs/vite/commit/b0b839a)), closes [#​16581](https://togithub.com/vitejs/vite/issues/16581) - fix(optimizer): log dependencies added by plugins ([#​16729](https://togithub.com/vitejs/vite/issues/16729)) ([f0fb987](https://togithub.com/vitejs/vite/commit/f0fb987)), closes [#​16729](https://togithub.com/vitejs/vite/issues/16729) - fix(sourcemap): improve sourcemap compatibility for vue2 ([#​16594](https://togithub.com/vitejs/vite/issues/16594)) ([913c040](https://togithub.com/vitejs/vite/commit/913c040)), closes [#​16594](https://togithub.com/vitejs/vite/issues/16594) - docs: correct proxy shorthand example ([#​15938](https://togithub.com/vitejs/vite/issues/15938)) ([abf766e](https://togithub.com/vitejs/vite/commit/abf766e)), closes [#​15938](https://togithub.com/vitejs/vite/issues/15938) - docs: deprecate server.hot ([#​16741](https://togithub.com/vitejs/vite/issues/16741)) ([e7d38ab](https://togithub.com/vitejs/vite/commit/e7d38ab)), closes [#​16741](https://togithub.com/vitejs/vite/issues/16741)
molefrog/wouter (wouter) ### [`v3.2.0`](https://togithub.com/molefrog/wouter/releases/tag/v3.2.0): RegExp paths support [Compare Source](https://togithub.com/molefrog/wouter/compare/v3.1.3...v3.2.0) Thanks to [@​JonahPlusPlus](https://togithub.com/JonahPlusPlus), you can now use regular expressions to define custom route patterns. This can be useful, for example, when you need additional validation of a route parameter. See [#​449](https://togithub.com/molefrog/wouter/issues/449) ```ts // this will only match numeric IDs, e.g. "/101", but not "/abc" \d+)$/}>Hello ``` The example above uses [named capturing groups](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Named_capturing_group) to have `id` available as a route parameter. However, you can also use regular groups and access these parameters via numeric indices: ```ts // Route /[/]([a-z]+)/ // Against "/foo", produces { 0: "foo" } // Route /[/](?[a-z]+)/ // Against "/foo", produces { 0: "foo", name: "foo" } ```

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

coderabbitai[bot] commented 1 month ago

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.