TeamPiped / Piped

An alternative privacy-friendly YouTube frontend which is efficient by design.
https://piped.video
GNU Affero General Public License v3.0
8.49k stars 699 forks source link

fix(deps): update dependency vue-i18n to v10 #3840

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vue-i18n (source) 9.13.1 -> 10.0.4 age adoption passing confidence

Release Notes

intlify/vue-i18n (vue-i18n) ### [`v10.0.4`](https://redirect.github.com/intlify/vue-i18n/blob/HEAD/CHANGELOG.md#v1004-2024-10-06T074231Z) [Compare Source](https://redirect.github.com/intlify/vue-i18n/compare/v10.0.3...v10.0.4) This changelog is generated by [GitHub Releases](https://redirect.github.com/intlify/vue-i18n/releases/tag/v10.0.4) #### What's Changed ##### šŸ› Bug Fixes - fix: cannot resolve empty string on plural by [@​kazupon](https://redirect.github.com/kazupon) in [https://github.com/intlify/vue-i18n/pull/1985](https://redirect.github.com/intlify/vue-i18n/pull/1985) ##### šŸ“ļø Documentations - Add petite-vue-i18n package to README by [@​vikingair](https://redirect.github.com/vikingair) in [https://github.com/intlify/vue-i18n/pull/1971](https://redirect.github.com/intlify/vue-i18n/pull/1971) #### New Contributors - [@​vikingair](https://redirect.github.com/vikingair) made their first contribution in [https://github.com/intlify/vue-i18n/pull/1971](https://redirect.github.com/intlify/vue-i18n/pull/1971) **Full Changelog**: https://github.com/intlify/vue-i18n/compare/v10.0.3...v10.0.4 ### [`v10.0.3`](https://redirect.github.com/intlify/vue-i18n/blob/HEAD/CHANGELOG.md#v1003-2024-09-22T110922Z) [Compare Source](https://redirect.github.com/intlify/vue-i18n/compare/v10.0.2...v10.0.3) This changelog is generated by [GitHub Releases](https://redirect.github.com/intlify/vue-i18n/releases/tag/v10.0.3) #### What's Changed ##### šŸ› Bug Fixes - fix(petite-vue-i18n): cannot register correctly message resolver and locale fallbacker by [@​kazupon](https://redirect.github.com/kazupon) in [https://github.com/intlify/vue-i18n/pull/1967](https://redirect.github.com/intlify/vue-i18n/pull/1967) ##### šŸ“ļø Documentations - docs: add unplugin-vue-i18n setting for petite-vue-i18n by [@​kazupon](https://redirect.github.com/kazupon) in [https://github.com/intlify/vue-i18n/pull/1968](https://redirect.github.com/intlify/vue-i18n/pull/1968) **Full Changelog**: https://github.com/intlify/vue-i18n/compare/v10.0.2...v10.0.3 ### [`v10.0.2`](https://redirect.github.com/intlify/vue-i18n/blob/HEAD/CHANGELOG.md#v1002-2024-09-21T180606Z) [Compare Source](https://redirect.github.com/intlify/vue-i18n/compare/v10.0.1...v10.0.2) This changelog is generated by [GitHub Releases](https://redirect.github.com/intlify/vue-i18n/releases/tag/v10.0.2) #### What's Changed ##### āš” Improvement Features - fix: revert [#​1379](https://redirect.github.com/intlify/vue-i18n/issues/1379) by [@​BobbieGoede](https://redirect.github.com/BobbieGoede) in [https://github.com/intlify/vue-i18n/pull/1953](https://redirect.github.com/intlify/vue-i18n/pull/1953) - fix: messages `deepCopy` mutates `src` arguments by [@​BobbieGoede](https://redirect.github.com/BobbieGoede) in [https://github.com/intlify/vue-i18n/pull/1947](https://redirect.github.com/intlify/vue-i18n/pull/1947) ##### šŸ“ļø Documentations - docs: add team members by [@​kazupon](https://redirect.github.com/kazupon) in [https://github.com/intlify/vue-i18n/pull/1951](https://redirect.github.com/intlify/vue-i18n/pull/1951) - docs: add how to use shared locale messages on composition api by [@​kazupon](https://redirect.github.com/kazupon) in [https://github.com/intlify/vue-i18n/pull/1964](https://redirect.github.com/intlify/vue-i18n/pull/1964) **Full Changelog**: https://github.com/intlify/vue-i18n/compare/v10.0.1...v10.0.2 ### [`v10.0.1`](https://redirect.github.com/intlify/vue-i18n/blob/HEAD/CHANGELOG.md#v1001-2024-09-12T053356Z) [Compare Source](https://redirect.github.com/intlify/vue-i18n/compare/v10.0.0...v10.0.1) This changelog is generated by [GitHub Releases](https://redirect.github.com/intlify/vue-i18n/releases/tag/v10.0.1) #### What's Changed ##### šŸ› Bug Fixes - fix: petite-vue-i18n type errors by [@​TPORL](https://redirect.github.com/TPORL) in [https://github.com/intlify/vue-i18n/pull/1945](https://redirect.github.com/intlify/vue-i18n/pull/1945) #### New Contributors - [@​TPORL](https://redirect.github.com/TPORL) made their first contribution in [https://github.com/intlify/vue-i18n/pull/1945](https://redirect.github.com/intlify/vue-i18n/pull/1945) **Full Changelog**: https://github.com/intlify/vue-i18n/compare/v10.0.0...v10.0.1 ### [`v10.0.0`](https://redirect.github.com/intlify/vue-i18n/blob/HEAD/CHANGELOG.md#v1000-2024-09-10T044141Z) [Compare Source](https://redirect.github.com/intlify/vue-i18n/compare/v9.14.1...v10.0.0) We are excited to announce the release of Vue I18n v10. We had many contributors. Thanks for your contributing ā¤ļø ### [`v9.14.1`](https://redirect.github.com/intlify/vue-i18n/releases/tag/v9.14.1) [Compare Source](https://redirect.github.com/intlify/vue-i18n/compare/v9.14.0...v9.14.1) #### What's Changed ##### šŸ› Bug Fixes - fix: messages `deepCopy` mutates `src` arguments by [@​BobbieGoede](https://redirect.github.com/BobbieGoede) in [https://github.com/intlify/vue-i18n/pull/1975](https://redirect.github.com/intlify/vue-i18n/pull/1975) **Full Changelog**: https://github.com/intlify/vue-i18n/compare/v9.14.0...v9.14.1 ### [`v9.14.0`](https://redirect.github.com/intlify/vue-i18n/releases/tag/v9.14.0) [Compare Source](https://redirect.github.com/intlify/vue-i18n/compare/v9.13.1...v9.14.0) #### What's Changed ##### āš” Improvement Features - fix: vue-i18n type definition for vue package by [@​BobbieGoede](https://redirect.github.com/BobbieGoede) in [https://github.com/intlify/vue-i18n/pull/1919](https://redirect.github.com/intlify/vue-i18n/pull/1919) **Full Changelog**: https://github.com/intlify/vue-i18n/compare/v9.13.1...v9.14.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.

cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying piped with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9fab394
Status: āœ…  Deploy successful!
Preview URL: https://d67e1c52.piped.pages.dev
Branch Preview URL: https://renovate-vue-i18n-10-x.piped.pages.dev

View logs