Skip to content

🔧 Toggle on isolatedDeclarations flag on the project#5136

Merged
dubzzz merged 33 commits intomainfrom
iso-dec
Feb 6, 2025
Merged

🔧 Toggle on isolatedDeclarations flag on the project#5136
dubzzz merged 33 commits intomainfrom
iso-dec

Conversation

@dubzzz
Copy link
Copy Markdown
Owner

@dubzzz dubzzz commented Jul 16, 2024

Description

Fixes #5057

ChecklistDon'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
Copy Markdown
Owner Author

dubzzz commented Jul 22, 2024

Comment thread packages/fast-check/src/utils/stringify.ts
Comment thread packages/fast-check/src/utils/stringify.ts
Comment thread packages/poisoning/src/internals/PoisoningFreeArray.ts
Comment thread packages/poisoning/src/internals/PoisoningFreeMap.ts
Comment thread packages/poisoning/src/internals/PoisoningFreeSet.ts
Comment thread packages/fast-check/src/check/symbols.ts
Comment thread packages/fast-check/src/check/model/commands/CommandWrapper.ts
@codesandbox-ci
Copy link
Copy Markdown

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

@codecov
Copy link
Copy Markdown

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
Copy Markdown
Owner Author

dubzzz commented Aug 11, 2024

Waiting for microsoft/rushstack#4877

@changeset-bot
Copy link
Copy Markdown

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

@pkg-pr-new
Copy link
Copy Markdown

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
Comment thread packages/jest/vitest.config.ts Outdated
Comment thread packages/vitest/vitest.config.ts Outdated
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 6, 2025

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 6, 2025

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 6, 2025

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

@github-actions
Copy link
Copy Markdown
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
@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