这是indexloc提供的服务,不要输入任何密码
Skip to content

chore(deps): update dependency ts-essentials to v9 #521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-essentials 7.0.3 -> 9.1.2 age adoption passing confidence

Release Notes

krzkaczor/ts-essentials

v9.1.2

Compare Source

Patch Changes
  • 08adddd: Remove postinstall script

v9.1.1

Compare Source

Patch Changes
  • bf05a7e: Fix DeepPick and DeepOmit for project with TypeScript 4.5 or newer
  • c338a99: Fix DeepOmit and DeepPick for WeakMap in TypeScript 4.1 and 4.2

v9.1.0

Compare Source

Minor Changes
  • a2ac470: Add IsAny which returns true if it's any, otherwise false
  • a2ac470: Add ArrayOrSingle
  • a2ac470: Add DeepPick with the validation of the filter
  • a2ac470: Add CamelCase and DeepCamelCaseProperties for converting it from other cases
Patch Changes
  • a2ac470: Properly infer required fields for set, map, array and promise in DeepOmit and DeepPick
  • a2ac470: Improve DeepOmit by removing 4 intersections for objects and applying generic restriction for Filter
  • 3541ee9: Replace PropertyKey with KeyofBase to tolerate keyofStringsOnly option in TypeScript
  • a2ac470: Adapt OptionalKeys and RequiredKeys for union of objects

v9.0.0

Compare Source

Major Changes
  • aa879ca: Use TypeScript@^4.1.0 because of introduced recursive conditional types
Minor Changes
  • e39426b: Add IsUnknown which returns true if it's unknown, otherwise false
  • 6d10f69: Add IsNever which returns true if it's never, otherwise false
  • b580ac1: Add isExact function

v8.1.0

Compare Source

Minor Changes
  • 7bf4fdb: Make DeepRequired as recursive Required without removing null and undefined
Patch Changes
  • c463c70: Align ReadonlySet and ReadonlyMap in DeepUndefinable with other sets and maps
  • 374431f: Fix DeepPartial and Buildable for unknown
  • 83458c0: Align ReadonlySet and ReadonlyMap in DeepNullable with other sets and maps
  • 7bf4fdb: Add difference between DeepRequired and DeepNonNullable in README
  • ec8d796: Allow only objects to be used in StrictOmit
  • f045817: Fix DictionaryValues for SafeDictionary with number and string literals keys
  • ec8d796: StrictOmit returns never for arrays and tuples

v8.0.0

Compare Source

Major Changes
Minor Changes
  • ab6f68e: Add StrictExtract to check the original structure of type and extract it correctly
  • 239e7e3: Add MergeN: you can pass tuple of size N and it will recursively apply Merge
Patch Changes
  • b39ce66: Improve readme description about what's this project is all about
  • 239e7e3: Add DeepReadonly support for unknown type
  • 35e73b6: IsTuple now works with any tuple length
  • 239e7e3: Update readme description of Opaque

Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@vercel
Copy link

vercel bot commented Dec 29, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/egoist/tsup/BVGsSa85CT66W5WodH8Yi9mN6hAr
✅ Preview: https://tsup-git-renovate-ts-essentials-9x-egoist.vercel.app

@renovate renovate bot force-pushed the renovate/ts-essentials-9.x branch from 910bec0 to 74f5f41 Compare December 30, 2021 12:36
@egoist egoist merged commit 34f7b30 into dev Jan 4, 2022
@egoist egoist deleted the renovate/ts-essentials-9.x branch January 4, 2022 11:44
@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2022

🎉 This PR is included in version 5.11.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants