Skip to content
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

fix(deps): update dependency type-fest to v4 #177

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
type-fest 0.20.2 -> 4.20.1 age adoption passing confidence

Release Notes

sindresorhus/type-fest (type-fest)

v4.20.1

Compare Source

v4.20.0

Compare Source

v4.19.0

Compare Source

v4.18.3

Compare Source

v4.18.2

Compare Source

  • CamelCasedPropertiesDeep: Fix tuple being incorrectly turned into array (#​818) 4e7bb18

v4.18.1

Compare Source

v4.18.0

Compare Source

New types
Improvements

v4.17.0

Compare Source

v4.16.0

Compare Source

New types
Fixes

v4.15.0

Compare Source

New types
Fixes

v4.14.0

Compare Source

v4.13.1

Compare Source

  • SetParameterType: Properly fix compatibility with TypeScript 5.4 (#​836) a186adb

v4.13.0

Compare Source

New types
Improvements
Fixes
  • SetParameterType: Fix compatibility with TypeScript 5.4 (#​835) 2bc451e
  • OmitDeep: Fix handling for when the given path is not matched (#​834) 4f14bff

v4.12.0

Compare Source

New types

v4.11.1

Compare Source

v4.11.0

Compare Source

New types
Improvements

v4.10.3

Compare Source

  • PartialOnUndefinedDeep: Fix it incorrectly removing non-optional properties when the input type contains an index signature (#​764) 2f4b55a

v4.10.2

Compare Source

v4.10.1

Compare Source

  • Fix support for exactOptionalPropertyTypes: true tsconfig (#​804) a54e313

v4.10.0

Compare Source

  • Get: Fix handling of readonly array (#​799) 4a38651
  • SharedUnionFieldsDeep: Skip if input type is not a union type (#​798) 6f1db93
  • DelimiterCasedPropertiesDeep: Don't recurse into intersection type that include primitive value (#​789) eb96609
  • Merge: Don't turn undefined into optional key (#​787) 0aec247

v4.9.0

Compare Source

New types
Improvements

v4.8.3

Compare Source

  • MergeDeep: Fix optional key when value type is any or never (#​777) 609c097
  • Paths: Ensure it doesn't recurse into Map or Set's prototype properties (#​772) 6759853

v4.8.2

Compare Source

  • DelimiterCasedPropertiesDeep: Fix handing of string (#​768) e26c779

v4.8.1

Compare Source

  • Jsonify: Fix usage with readonly array f8019c2
  • Revert "Add Element to type BuiltIns (#​745)" 1b25feb
    • It caused problems when DOM types are not available.

v4.8.0

Compare Source

v4.7.1

Compare Source

  • Revert "PartialDeep: Ensure it doesn't recurse into prototype properties" (#​743) 9f47b11

v4.7.0

Compare Source

New types
Improvements
  • Writable: Support array, map, and set (#​726) b9723d4
  • PartialDeep: Ensure it doesn't recurse into prototype properties (#​738) 5eeac02
  • ConditionalPickDeep: Ensure it doesn't recurse into prototype properties (#​736) 9960ba4

v4.6.0

Compare Source

New types
Fixes
Meta

v4.5.0

Compare Source

New types
Improvements
  • Jsonify: Improve type inference for objects with .toJSON() extending primitives (#​690) 157ed07
  • OverrideProperties: Fix autocomplete in the type (#​712) fcdcfe9

v4.4.0

Compare Source

  • UnionToIntersection: Allow indexing by the resulting type (#​682) 61f2ff9

v4.3.3

Compare Source

v4.3.2

Compare Source

  • Jsonify: Fix handling of nested objects with only a name property (#​691) 5351533

v4.3.1

Compare Source

v4.3.0

Compare Source

New types

v4.2.0

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

Breaking
  • Require Node.js 16 and TypeScript 5.1 ca94c3b
  • Remove alias RemoveIndexSignature for OmitIndexSignature 03703f0
    • The alias was deprecated a long time ago. If you have RemoveIndexSignature, simply rename it to OmitIndexSignature.
Improvements
Note

The next major version of type-fest will move to ESM. It's time to start thinking about migrating if you haven't already. Learn more.


v3.13.1

Compare Source

  • Revert "Jsonify: Fix handling of tuples (#​638)" 9fdac37
    • It caused problems in TypeScript 4.7 and 4.8. It will be brought back in the next major release of type-fest.

v3.13.0

Compare Source

New types
Fixes
  • Jsonify: Fix handling of tuples (#​638) 605b901
  • Fix accessing prototype property when using Class and AbstractClass types (#​632) 8edb681

v3.12.0

Compare Source

v3.11.1

Compare Source

v3.11.0

Compare Source

New types
Fixes
  • Remove typescript as a peer dependency f7139de
    • It was added in 3.10.0, but it caused some problems, so we are reverting it.

v3.10.0

Compare Source

Improvements
Fixes

v3.9.0

Compare Source

v3.8.0

Compare Source

v3.7.2

Compare Source

v3.7.1

Compare Source

v3.7.0

Compare Source

New types
Improvements

v3.6.1

Compare Source

v3.6.0

Compare Source

New types
Fixes

v3.5.7

Compare Source

v3.5.6

Compare Source

v3.5.5

Compare Source

v3.5.4

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

  • CamelCase: Fix some cases where it would incorrectly resolve to never
  • Trim: Remove all whitespace, not just spaces

v3.5.1

Compare Source

v3.5.0

Compare Source

New types
Improvements
Fixes

v3.4.0

Compare Source

New types
Fixes

v3.3.0

Compare Source

Improvements
Fixes
  • SetNonNullable: Fix usage in type predicate context (#​515) 9bae03b

v3.2.0

Compare Source

New types
Improvements
Fixes

v3.1.0

Compare Source

  • Add (experimental) MergeDeep type (#​452) fedbc44
    • Feedback wanted
  • SetNonNullable: Make it possible to apply it to all keys (#​482) 7d492c8
    • Just leave out the second generic parameter to make it apply to all keys.

v3.0.0

Compare Source

Meta
Breaking
  • Require TypeScript 4.7 or later cca3ca2
  • Require Node.js 14 or later cca3ca2
  • Rename Mutable type to Writable ff0de63
  • Remove the PromiseValue type in favor of the built-in Awaited type 28f3e48
  • Get: Make the strict option true by default a7f367d
  • PartialDeep: Make the recurseIntoArrays option false by default db89d9c
  • Simplify: Remove the deep option (#​441) bbccfb8
    • It caused weird problems with the TS compiler. We plan to add it back in the form a SimplifyDeep type. So if you depend on this type, defer upgrading until it's added.
New types
Improvements
  • Merge: Add index signatures support and improve performances (#​455) 850ac04
  • DelimiterCase: Support screaming snake case as input (#​448) f53e3dc
  • Jsonify: Add support for optional object keys (#​445) d83d62c
  • PackageJson: Add packageManager field (#​446) ac5b821
  • TsConfigJson: Add some Module values 1003d5d
Fixes

v2.19.0

Compare Source

New types
Improvements

v2.18.1

Compare Source

v2.18.0

Compare Source

New types

v2.17.0

Compare Source

v2.16.0

Compare Source

New types
Improvements
Fixes
  • Replace: Fix the all option (#​416) 1483de3
  • Includes: Fix false-positive when the array contains null and you are checking against undefined (#​413) de5e7fc
  • Simplify: Fix handling of some types (#​414) 96fe795

v2.15.1

Compare Source

v2.15.0

Compare Source

v2.14.0

Compare Source

v2.13.1

Compare Source

v2.13.0

Compare Source

New types
Improvements
  • Rename Mutable to Writable (#​398) 638d597
    • Mutable still works and is now just a deprecated alias.
Fixes
  • Fix deep properties of PackageJson and TsConfigJson (#​269) f2aae51

v2.12.2

Compare Source

v2.12.1

Compare Source


Configuration

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


  • If you want to rebase/retry this PR, check this box

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

Copy link

changeset-bot bot commented Jun 10, 2024

⚠️ No Changeset found

Latest commit: d5f077a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

netlify bot commented Jun 10, 2024

Deploy Preview for moderndash ready!

Name Link
🔨 Latest commit d5f077a
🔍 Latest deploy log https://app.netlify.com/sites/moderndash/deploys/667dde4da9fb940008079aea
😎 Deploy Preview https://deploy-preview-177--moderndash.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/moderndash-package branch from ce3f242 to d5f077a Compare June 27, 2024 21:49
@renovate renovate bot changed the title chore(deps): update dependency tsup to v8.1.0 fix(deps): update dependency type-fest to v4 Jun 27, 2024
@Maggi64 Maggi64 merged commit 4ef94d3 into main Jun 27, 2024
6 of 7 checks passed
@renovate renovate bot deleted the renovate/moderndash-package branch June 27, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant