Skip to content
This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2025

Bumps type-fest from 4.33.0 to 5.0.1.

Release notes

Sourced from type-fest's releases.

v5.0.1

  • Add missing exports 4f9c248

sindresorhus/type-fest@v5.0.0...v5.0.1

v5.0.0

Breaking

New types

  • Alphanumeric — Single alphanumeric character (A–Z, a–z, 0–9). 484e030
  • AllExtend — Evaluates to true if every element of a tuple/array extends U. c8c6d55
  • ConditionalSimplify — Simplifies a type’s unions/intersections with opt-in controls. b7a4771
  • ConditionalSimplifyDeep — Deep version of ConditionalSimplify that recurses into objects. b7a4771
  • DigitCharacter — Single ASCII digit character (0–9). 484e030
  • ExcludeStrict — Non-distributive, stricter variant of Exclude<T, U>. e6f62a2
  • ExtendsStrict — Non-distributive A extends B check. d71242a
  • ExtractStrict — Non-distributive, stricter variant of Extract<T, U>. 98d24fa
  • IsLowercase — Evaluates to true if a string literal is all lowercase. afe132c
  • IsNullable — Evaluates to true if T includes null. 5067e25
  • IsOptional — Evaluates to true if T includes undefined. 5067e25
  • IsOptionalKeyOf — Evaluates to true if property K of T is optional. 93728b5
  • IsReadonlyKeyOf — Evaluates to true if property K of T is readonly. 93728b5
  • IsRequiredKeyOf — Evaluates to true if property K of T is required. 93728b5
  • IsUnion — Evaluates to true if T is a union type. b3d92ed
  • IsUndefined — Evaluates to true if the type is exactly undefined. f7bc576
  • IsUppercase — Evaluates to true if a string literal is all uppercase. afe132c
  • LowercaseLetter — Single lowercase Latin letter (a–z). 484e030
  • RemovePrefix — Removes a specified prefix from a string literal. 18a1c04
  • UppercaseLetter — Single uppercase Latin letter (A–Z). 484e030

Improvements

  • Jsonify: Handle unknown as JsonValue 642bb13

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 4.33.0 to 5.0.1.
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.33.0...v5.0.1)

---
updated-dependencies:
- dependency-name: type-fest
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 21, 2025 19:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 21, 2025
@changeset-bot
Copy link

changeset-bot bot commented Sep 21, 2025

⚠️ No Changeset found

Latest commit: 9a8b10a

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.

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2025

Superseded by #243.

@dependabot dependabot bot closed this Oct 19, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/type-fest-5.0.1 branch October 19, 2025 19:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant