nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.65k stars 465 forks source link

chore(deps): update devdependency ts-essentials to v10 (main) #2982

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-essentials ^9.4.2 -> ^10.0.1 age adoption passing confidence

Release Notes

ts-essentials/ts-essentials (ts-essentials) ### [`v10.0.1`](https://togithub.com/ts-essentials/ts-essentials/blob/HEAD/CHANGELOG.md#1001) [Compare Source](https://togithub.com/ts-essentials/ts-essentials/compare/v10.0.0...v10.0.1) ##### Patch Changes - [`365612c`](https://togithub.com/ts-essentials/ts-essentials/commit/365612c): Use key remapping in `PickKeys`, `OmitProperties` and `PickProperties` that reduced the number of instantiations by ~20-40% on average - [`39eb424`](https://togithub.com/ts-essentials/ts-essentials/commit/39eb424): Remove XOR union element with all properties excluded from the intersection ### [`v10.0.0`](https://togithub.com/ts-essentials/ts-essentials/blob/HEAD/CHANGELOG.md#1000) [Compare Source](https://togithub.com/ts-essentials/ts-essentials/compare/v9.4.2...v10.0.0) ##### Major Changes - [`b127a8a`](https://togithub.com/ts-essentials/ts-essentials/commit/b127a8a): Use TypeScript@^4.2.0 because of excessively deep and possibly infinite type instantiation limitation for `PathValue` and `Paths` - [`26be790`](https://togithub.com/ts-essentials/ts-essentials/commit/26be790): Fixed assignability of Mark\* utility types which required removing support of TypeScript@<4.5 - [`9935d80`](https://togithub.com/ts-essentials/ts-essentials/commit/9935d80): Added `StrictDeepOmit` and `StrictDeepPick` that support generic type and removed generic constraint on the second type parameter of `DeepOmit` and `DeepPick` ##### Minor Changes - [`5b7650a`](https://togithub.com/ts-essentials/ts-essentials/commit/5b7650a): Add variadic XOR, up to 50 generic types - [`b127a8a`](https://togithub.com/ts-essentials/ts-essentials/commit/b127a8a): Implement `Paths` and `PathValue` to access object properties, array/tuple indices ##### Patch Changes - [`d2dbcf9`](https://togithub.com/ts-essentials/ts-essentials/commit/d2dbcf9): Added `CONVENTIONS.md` for reliable, consistent and predictable development - [`ed57101`](https://togithub.com/ts-essentials/ts-essentials/commit/ed57101): Add support for types which explicitly extend Array inside types passed to `DeepRequired`. - [`25f3f60`](https://togithub.com/ts-essentials/ts-essentials/commit/25f3f60): Add support of union types for arrays, tuples, objects and primitive in `isExact`

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 has been generated by Mend Renovate. View repository job log here.