Project-Pandora-Game / pandora

https://project-pandora.com
Other
11 stars 3 forks source link

[CHORE] Update all patched dependencies #735

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/shapeshift (source) 3.9.2 -> 3.9.7 age adoption passing confidence
@testing-library/react 15.0.2 -> 15.0.5 age adoption passing confidence
@types/css-font-loading-module (source) 0.0.8 -> 0.0.13 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.7.0 -> 7.7.1 age adoption passing confidence
@typescript-eslint/parser (source) 7.7.0 -> 7.7.1 age adoption passing confidence
client-zip 2.4.4 -> 2.4.5 age adoption passing confidence
discord-api-types (source) 0.37.79 -> 0.37.82 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.1 age adoption passing confidence
pnpm (source) 9.0.0 -> 9.0.6 age adoption passing confidence
prom-client 15.1.1 -> 15.1.2 age adoption passing confidence
react-refresh (source) 0.14.0 -> 0.14.1 age adoption passing confidence
react-rnd 10.4.1 -> 10.4.10 age adoption passing confidence
zod (source) 3.23.1 -> 3.23.4 age adoption passing confidence

Release Notes

sapphiredev/shapeshift (@​sapphire/shapeshift) ### [`v3.9.7`](https://togithub.com/sapphiredev/shapeshift/blob/HEAD/CHANGELOG.md#397---2024-03-31) [Compare Source](https://togithub.com/sapphiredev/shapeshift/compare/v3.9.6...v3.9.7) #### ๐Ÿ› Bug Fixes - Allow engines.node >= 16 ([a4d8c8d](https://togithub.com/sapphiredev/shapeshift/commit/a4d8c8d70e414192b61d565f89e51b19a117c8c1)) ### [`v3.9.6`](https://togithub.com/sapphiredev/shapeshift/blob/HEAD/CHANGELOG.md#396---2024-01-19) [Compare Source](https://togithub.com/sapphiredev/shapeshift/compare/v3.9.5...v3.9.6) #### ๐Ÿ› Bug Fixes - Fixed commonjs typings export mapping ([#​341](https://togithub.com/sapphiredev/shapeshift/issues/341)) ([a5518aa](https://togithub.com/sapphiredev/shapeshift/commit/a5518aa88350925ad03f612e49f695a296a0d3b3)) ### [`v3.9.5`](https://togithub.com/sapphiredev/shapeshift/blob/HEAD/CHANGELOG.md#395---2023-12-15) [Compare Source](https://togithub.com/sapphiredev/shapeshift/compare/v3.9.4...v3.9.5) #### ๐Ÿ› Bug Fixes - Properly publish all dist files ([8e925fa](https://togithub.com/sapphiredev/shapeshift/commit/8e925faff5a67ccca84c41473bf77c9e0a01ebc0)) ### [`v3.9.4`](https://togithub.com/sapphiredev/shapeshift/blob/HEAD/CHANGELOG.md#394---2023-12-04) [Compare Source](https://togithub.com/sapphiredev/shapeshift/compare/v3.9.3...v3.9.4) #### ๐Ÿ› Bug Fixes - Properly split CJS and ESM ([9bb1ff9](https://togithub.com/sapphiredev/shapeshift/commit/9bb1ff95f2852e765a27c7a839ff5145ee6e3a01)) #### ๐Ÿงช Testing - Update path to global file ([d03b19f](https://togithub.com/sapphiredev/shapeshift/commit/d03b19f20507690869fe6b8f59a2400d95bd02be)) ### [`v3.9.3`](https://togithub.com/sapphiredev/shapeshift/blob/HEAD/CHANGELOG.md#393---2023-10-13) [Compare Source](https://togithub.com/sapphiredev/shapeshift/compare/v3.9.2...v3.9.3) #### ๐Ÿ  Refactor - Change email regex ([#​306](https://togithub.com/sapphiredev/shapeshift/issues/306)) ([c5d49cf](https://togithub.com/sapphiredev/shapeshift/commit/c5d49cf32931aff24ab74ba87ee8d6d35f7231af))
testing-library/react-testing-library (@​testing-library/react) ### [`v15.0.5`](https://togithub.com/testing-library/react-testing-library/compare/v15.0.4...f6a1677501b53471f6a989078726aeb0dea114be) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.4...f6a1677501b53471f6a989078726aeb0dea114be) ### [`v15.0.4`](https://togithub.com/testing-library/react-testing-library/compare/v15.0.3...48282c2f35fb7338834b40983c12b889af35f5d1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.3...v15.0.4) ### [`v15.0.3`](https://togithub.com/testing-library/react-testing-library/releases/tag/v15.0.3) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v15.0.2...v15.0.3) ##### Bug Fixes - Don't raise TypeScript errors when hydating `document` ([#​1304](https://togithub.com/testing-library/react-testing-library/issues/1304)) ([067d0c6](https://togithub.com/testing-library/react-testing-library/commit/067d0c6d2e87092f6ecaa8c9fcf505e4576055cf))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.7.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#771-2024-04-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.0...v7.7.1) ##### ๐Ÿฉน Fixes - **eslint-plugin:** \[no-unsafe-assignment] handle shorthand property assignment - **eslint-plugin:** \[explicit-function-return-type] fix checking wrong ancestor's return type - **eslint-plugin:** \[prefer-optional-chain] only look at left operand for `requireNullish` - **eslint-plugin:** \[no-for-in-array] refine report location - **eslint-plugin:** \[no-unnecessary-type-assertion] allow non-null assertion for void type ##### โค๏ธ Thank You - Abraham Guo - Kirk Waiblinger - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.7.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#771-2024-04-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.0...v7.7.1) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
Touffy/client-zip (client-zip) ### [`v2.4.5`](https://togithub.com/Touffy/client-zip/blob/HEAD/CHANGES.md#245) [Compare Source](https://togithub.com/Touffy/client-zip/compare/v2.4.4...v2.4.5) - bugfix: the output stream can now be transferred without breaking the central repository.
discordjs/discord-api-types (discord-api-types) ### [`v0.37.82`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#03782-2024-04-25) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.37.81...0.37.82) ##### Features - **APIInvite:** add `type` ([#​858](https://togithub.com/discordjs/discord-api-types/issues/858)) ([c4ee790](https://togithub.com/discordjs/discord-api-types/commit/c4ee7907c2acf334e898862ed3d7d468dbdaaf5f)) - **AuditLogEvent:** onboarding events ([#​795](https://togithub.com/discordjs/discord-api-types/issues/795)) ([fddb225](https://togithub.com/discordjs/discord-api-types/commit/fddb2257db7aac29129ec5d941c46fba167e2de8)) - **ConnectionService:** add `domain` ([#​818](https://togithub.com/discordjs/discord-api-types/issues/818)) ([3ae6d72](https://togithub.com/discordjs/discord-api-types/commit/3ae6d722fd0b5aa18eb932a51172bba144c2d4ff)) ### [`v0.37.81`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#03781-2024-04-22) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.37.80...0.37.81) ##### Bug Fixes - **Polls:** correct APIPollAnswer properties ([#​962](https://togithub.com/discordjs/discord-api-types/issues/962)) ([308d7d4](https://togithub.com/discordjs/discord-api-types/commit/308d7d40f45b7e3e78a6b13350d3ad7c8fd81b47)) ### [`v0.37.80`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#03780-2024-04-22) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.37.79...0.37.80) ##### Features - add support for polls ([#​925](https://togithub.com/discordjs/discord-api-types/issues/925)) ([a36449a](https://togithub.com/discordjs/discord-api-types/commit/a36449a0283b733c59f5fdc0d6c3f2f786f0514d))
facebook/react (eslint-plugin-react-hooks) ### [`v4.6.1`](https://togithub.com/facebook/react/compare/be229c5655074642ee664f532f2e7411dd7dccc7...a87edf62d7d69705ddbcec9a24f0780b3db7535f) [Compare Source](https://togithub.com/facebook/react/compare/be229c5655074642ee664f532f2e7411dd7dccc7...a87edf62d7d69705ddbcec9a24f0780b3db7535f)
pnpm/pnpm (pnpm) ### [`v9.0.6`](https://togithub.com/pnpm/pnpm/compare/v9.0.5...v9.0.6) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.0.5...v9.0.6) ### [`v9.0.5`](https://togithub.com/pnpm/pnpm/compare/v9.0.4...v9.0.5) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.0.4...v9.0.5) ### [`v9.0.4`](https://togithub.com/pnpm/pnpm/compare/v9.0.3...v9.0.4) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.0.3...v9.0.4) ### [`v9.0.3`](https://togithub.com/pnpm/pnpm/compare/v9.0.2...v9.0.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.0.2...v9.0.3) ### [`v9.0.2`](https://togithub.com/pnpm/pnpm/compare/v9.0.1...v9.0.2) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.0.1...v9.0.2) ### [`v9.0.1`](https://togithub.com/pnpm/pnpm/compare/v9.0.0...v9.0.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.0.0...v9.0.1)
siimon/prom-client (prom-client) ### [`v15.1.2`](https://togithub.com/siimon/prom-client/blob/HEAD/CHANGELOG.md#1512---2024-04-16) [Compare Source](https://togithub.com/siimon/prom-client/compare/v15.1.1...v15.1.2) ##### Changed - Add `Registry.PROMETHEUS_CONTENT_TYPE` and `Registry.OPENMETRICS_CONTENT_TYPE` constants to the TypeScript types - Correctly read and set `contentType` top level export ##### Added - Enable `bun.js` by catching `NotImplemented` error (Fixes [#​570](https://togithub.com/siimon/prom-client/issues/570))
facebook/react (react-refresh) ### [`v0.14.1`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#01410-October-14-2020) [Compare Source](https://togithub.com/facebook/react/compare/v0.14.0...v0.14.1) ##### React - Backport support for the [new JSX transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) to 0.14.x. ([@​lunaruan](https://togithub.com/lunaruan) in [#​18299](https://togithub.com/facebook/react/pull/18299) and [@​gaearon](https://togithub.com/gaearon) in [#​20024](https://togithub.com/facebook/react/pull/20024))
bokuweb/react-rnd (react-rnd) ### [`v10.4.10`](https://togithub.com/bokuweb/react-rnd/compare/9a0d2c2beef5dc2e6a6df9dddccfd3850f28bf8e...04bcdcdf2e2c0ca181fde29bf468cd1660e23295) [Compare Source](https://togithub.com/bokuweb/react-rnd/compare/9a0d2c2beef5dc2e6a6df9dddccfd3850f28bf8e...04bcdcdf2e2c0ca181fde29bf468cd1660e23295) ### [`v10.4.9`](https://togithub.com/bokuweb/react-rnd/compare/9a0d2c2beef5dc2e6a6df9dddccfd3850f28bf8e...9a0d2c2beef5dc2e6a6df9dddccfd3850f28bf8e) [Compare Source](https://togithub.com/bokuweb/react-rnd/compare/9a0d2c2beef5dc2e6a6df9dddccfd3850f28bf8e...9a0d2c2beef5dc2e6a6df9dddccfd3850f28bf8e) ### [`v10.4.8`](https://togithub.com/bokuweb/react-rnd/compare/66a22b4e83d170f133be2a8d92b7688a5c76ccff...9a0d2c2beef5dc2e6a6df9dddccfd3850f28bf8e) [Compare Source](https://togithub.com/bokuweb/react-rnd/compare/66a22b4e83d170f133be2a8d92b7688a5c76ccff...9a0d2c2beef5dc2e6a6df9dddccfd3850f28bf8e) ### [`v10.4.7`](https://togithub.com/bokuweb/react-rnd/compare/7e78f0aaf868c07f0435ffdc6e707d67e867323e...66a22b4e83d170f133be2a8d92b7688a5c76ccff) [Compare Source](https://togithub.com/bokuweb/react-rnd/compare/7e78f0aaf868c07f0435ffdc6e707d67e867323e...66a22b4e83d170f133be2a8d92b7688a5c76ccff) ### [`v10.4.6`](https://togithub.com/bokuweb/react-rnd/compare/7e78f0aaf868c07f0435ffdc6e707d67e867323e...7e78f0aaf868c07f0435ffdc6e707d67e867323e) [Compare Source](https://togithub.com/bokuweb/react-rnd/compare/7e78f0aaf868c07f0435ffdc6e707d67e867323e...7e78f0aaf868c07f0435ffdc6e707d67e867323e) ### [`v10.4.5`](https://togithub.com/bokuweb/react-rnd/compare/7d0126cb10a2a229e748105f025eeaf54ba3ca6c...7e78f0aaf868c07f0435ffdc6e707d67e867323e) [Compare Source](https://togithub.com/bokuweb/react-rnd/compare/7d0126cb10a2a229e748105f025eeaf54ba3ca6c...7e78f0aaf868c07f0435ffdc6e707d67e867323e) ### [`v10.4.4`](https://togithub.com/bokuweb/react-rnd/compare/5adc0c4a14a1ac180fe4e9fd5bface8474ca88b2...7d0126cb10a2a229e748105f025eeaf54ba3ca6c) [Compare Source](https://togithub.com/bokuweb/react-rnd/compare/5adc0c4a14a1ac180fe4e9fd5bface8474ca88b2...7d0126cb10a2a229e748105f025eeaf54ba3ca6c) ### [`v10.4.3`](https://togithub.com/bokuweb/react-rnd/compare/5599f026c1adc3d11202ef4dd9dd5e305647766b...5adc0c4a14a1ac180fe4e9fd5bface8474ca88b2) [Compare Source](https://togithub.com/bokuweb/react-rnd/compare/5599f026c1adc3d11202ef4dd9dd5e305647766b...5adc0c4a14a1ac180fe4e9fd5bface8474ca88b2) ### [`v10.4.2`](https://togithub.com/bokuweb/react-rnd/compare/v10.4.1...5599f026c1adc3d11202ef4dd9dd5e305647766b) [Compare Source](https://togithub.com/bokuweb/react-rnd/compare/v10.4.1...5599f026c1adc3d11202ef4dd9dd5e305647766b)
colinhacks/zod (zod) ### [`v3.23.4`](https://togithub.com/colinhacks/zod/releases/tag/v3.23.4) [Compare Source](https://togithub.com/colinhacks/zod/compare/v3.23.3...v3.23.4) #### Commits: - [`157b18d`](https://togithub.com/colinhacks/zod/commit/157b18d742c86d85b26a8421af46ad6d6d6b6ea7) Add 3.23 announcement - [`aedf93f`](https://togithub.com/colinhacks/zod/commit/aedf93f1435a29463d915c3be45b4dcbeefa8cc1) Revert change to default Input - [`45107f7`](https://togithub.com/colinhacks/zod/commit/45107f7a7230fe48ee24dc37e621422c9dc64ec4) v3.23.4 ### [`v3.23.3`](https://togithub.com/colinhacks/zod/compare/v3.23.2...103d2436f85872ca0e0e6247652989cc93d46a39) [Compare Source](https://togithub.com/colinhacks/zod/compare/v3.23.2...v3.23.3) ### [`v3.23.2`](https://togithub.com/colinhacks/zod/releases/tag/v3.23.2) [Compare Source](https://togithub.com/colinhacks/zod/compare/v3.23.1...v3.23.2) #### Commits: - [`c340558`](https://togithub.com/colinhacks/zod/commit/c340558d14f5222a2ca177e0591463c06cc5edc3) Update protocol - [`ef588d0`](https://togithub.com/colinhacks/zod/commit/ef588d036f3e98b832796e9a681dbaf097631ea0) Fix t3env - [`9df70dd`](https://togithub.com/colinhacks/zod/commit/9df70dd71195df951c43f180fbe5e64ea1f835df) 3.23.2

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

โ™ป Rebasing: Whenever PR is behind base branch, 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.

renovate[bot] commented 4 months ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.