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

πŸ”§ Toggle on isolatedDeclarations flag on the project #5136

Merged
merged 33 commits into from
Feb 6, 2025
Merged

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Jul 16, 2024

Description

Fixes #5057

Checklist β€” Don't delete this checklist and make sure you do the following before opening the PR

  • The name of my PR follows gitmoji specification
  • My PR references one of several related issues (if any)
    • New features or breaking changes must come with an associated Issue or Discussion
    • My PR does not add any new dependency without an associated Issue or Discussion
  • My PR includes bumps details, please run yarn bump and flag the impacts properly
  • My PR adds relevant tests and they would have failed without my PR (when applicable)

Advanced

  • Category: Configuration update on build side
  • Impacts: Safer build

@dubzzz
Copy link
Owner Author

dubzzz commented Jul 22, 2024

Copy link

codesandbox-ci bot commented Aug 10, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 37f4da0:

Sandbox Source
@fast-check/examples Configuration

Copy link

codecov bot commented Aug 10, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 94.58%. Comparing base (f8b5f9c) to head (7863a61).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5136   +/-   ##
=======================================
  Coverage   94.58%   94.58%           
=======================================
  Files         217      217           
  Lines        9884     9886    +2     
  Branches     2768     2768           
=======================================
+ Hits         9349     9351    +2     
  Misses        535      535           
Flag Coverage Ξ”
unit-tests 94.58% <100.00%> (+<0.01%) ⬆️
unit-tests-18.x-Linux 94.58% <100.00%> (+<0.01%) ⬆️
unit-tests-20.x-Linux 94.58% <100.00%> (+<0.01%) ⬆️
unit-tests-22.x-Linux 94.58% <100.00%> (+<0.01%) ⬆️
unit-tests-latest-Linux 94.58% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@dubzzz

This comment was marked as outdated.

@dubzzz
Copy link
Owner Author

dubzzz commented Aug 11, 2024

Waiting for microsoft/rushstack#4877

Copy link

changeset-bot bot commented Sep 19, 2024

πŸ¦‹ Changeset detected

Latest commit: 7863a61

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

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

pkg-pr-new bot commented Feb 6, 2025

Open in Stackblitz β€’ @fast-check/examples

@fast-check/ava

npm i https://pkg.pr.new/@fast-check/ava@5136

@fast-check/expect-type

npm i https://pkg.pr.new/@fast-check/expect-type@5136

fast-check

npm i https://pkg.pr.new/fast-check@5136

@fast-check/jest

npm i https://pkg.pr.new/@fast-check/jest@5136

@fast-check/packaged

npm i https://pkg.pr.new/@fast-check/packaged@5136

@fast-check/poisoning

npm i https://pkg.pr.new/@fast-check/poisoning@5136

@fast-check/vitest

npm i https://pkg.pr.new/@fast-check/vitest@5136

@fast-check/worker

npm i https://pkg.pr.new/@fast-check/worker@5136

commit: 7863a61

@dubzzz dubzzz enabled auto-merge (squash) February 6, 2025 01:05
packages/jest/vitest.config.ts Outdated Show resolved Hide resolved
Copy link
Contributor

github-actions bot commented Feb 6, 2025

πŸ‘‹ A preview of the new documentation is available at: http://67a413e060402f62f93be598--dubzzz-fast-check.netlify.app

Copy link
Contributor

github-actions bot commented Feb 6, 2025

πŸ‘‹ A preview of the new documentation is available at: http://67a4151b2868a360a5a1cd3e--dubzzz-fast-check.netlify.app

Copy link
Contributor

github-actions bot commented Feb 6, 2025

πŸ‘‹ A preview of the new documentation is available at: http://67a41824bc52376efcb2d26d--dubzzz-fast-check.netlify.app

Copy link
Contributor

github-actions bot commented Feb 6, 2025

πŸ‘‹ A preview of the new documentation is available at: http://67a502b4558cf30c0fb0cffe--dubzzz-fast-check.netlify.app

@dubzzz dubzzz merged commit 7ca8257 into main Feb 6, 2025
57 checks passed
@dubzzz dubzzz deleted the iso-dec branch February 6, 2025 18:46
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.

isolatedDeclarations
1 participant