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

build: 📦 use ts-essentials@10 #306

Closed
wants to merge 3 commits into from

Conversation

Beraliv
Copy link
Contributor

@Beraliv Beraliv commented May 1, 2024

Summary

Hey!

We've just released ts-essentials@10 - https://github.com/ts-essentials/ts-essentials/releases/tag/v10.0.0 so updating the package for the website of your library

@sz-piotr please let me know if you'd like to remove conditional-type-checks in favour to ts-essentials. You can easily replace:

type _ = AssertTrue<
  IsExact<
    MockFunction<[number, number], number>,
    MockFunctionOf<Operation>
  >
>

with just:

isExact<MockFunction<[number, number], number>>()(fn);

in packages/earl/src/mocks/mockFn.test.ts but I will leave it up to you to decide

Copy link

changeset-bot bot commented May 1, 2024

🦋 Changeset detected

Latest commit: 46107c0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
website Patch

Not sure what this means? Click here to learn what changesets are.

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

Copy link

vercel bot commented May 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
earl-docs ✅ Ready (Inspect) Visit Preview Jun 20, 2024 7:46pm

@Beraliv
Copy link
Contributor Author

Beraliv commented Jun 20, 2024

Hey @sz-piotr, please let me know if it's still useful, otherwise, I'm happy to close this PR.

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

Successfully merging this pull request may close these issues.

1 participant