Skip to content

✏️ Typo in type EntityGraphContraints#7088

Merged
dubzzz merged 1 commit into
dubzzz:mainfrom
makeeno:bugfix/EntityGraphContraints-typo
Jul 6, 2026
Merged

✏️ Typo in type EntityGraphContraints#7088
dubzzz merged 1 commit into
dubzzz:mainfrom
makeeno:bugfix/EntityGraphContraints-typo

Conversation

@makeeno

@makeeno makeeno commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

…tityGraphConstraints`. Mark type with typo as deprecated

Description

Fixes #7087

I'm not sure if I'm supposed to update the @remarks to 4.8.1?

Checklist

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

  • I have a full understanding of every line in this PR — whether the code was hand-written, AI-generated, copied from external sources or produced by any other tool
  • I flagged the impact of my change (minor / patch / major) either by running pnpm run bump or by following the instructions from the changeset bot
  • I kept this PR focused on a single concern and did not bundle unrelated changes
  • I followed the gitmoji specification for the name of the PR, including the package scope (e.g. 🐛(vitest) Something...) when the change targets a package other than fast-check
  • I added relevant tests and they would have failed without my PR (when applicable)

@makeeno
makeeno requested a review from dubzzz as a code owner June 17, 2026 18:31
@changeset-bot

changeset-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: b1db446

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

This PR includes changesets to release 1 package
Name Type
fast-check 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

@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.89%. Comparing base (4663db8) to head (b1db446).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7088   +/-   ##
=======================================
  Coverage   94.89%   94.89%           
=======================================
  Files         212      212           
  Lines        5951     5951           
  Branches     1565     1565           
=======================================
  Hits         5647     5647           
  Misses        296      296           
  Partials        8        8           
Flag Coverage Δ
tests 94.89% <100.00%> (ø)

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

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pkg-pr-new

pkg-pr-new Bot commented Jun 17, 2026

Copy link
Copy Markdown
@fast-check/ava

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

fast-check

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

@fast-check/jest

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

@fast-check/packaged

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

@fast-check/poisoning

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

@fast-check/vitest

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

@fast-check/worker

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

commit: b1db446

@dubzzz

dubzzz commented Jun 18, 2026

Copy link
Copy Markdown
Owner

@makeeno thanks for the contribution, so far format does not pass

@makeeno
makeeno force-pushed the bugfix/EntityGraphContraints-typo branch 3 times, most recently from 668cacf to 79c72e8 Compare June 23, 2026 18:36
@makeeno

makeeno commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

@makeeno thanks for the contribution, so far format does not pass

Done

…tityGraphConstraints`. Mark type with typo as deprecated
@makeeno
makeeno force-pushed the bugfix/EntityGraphContraints-typo branch from 79c72e8 to b1db446 Compare June 23, 2026 20:12
@dubzzz dubzzz changed the title ✏️ (typescript) fix typo of type EntityGraphContraints ✏️ Typo of type EntityGraphContraints Jul 6, 2026
@dubzzz dubzzz changed the title ✏️ Typo of type EntityGraphContraints ✏️ Typo in type EntityGraphContraints Jul 6, 2026
@dubzzz
dubzzz merged commit 13fd4a6 into dubzzz:main Jul 6, 2026
55 of 56 checks passed
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.

Typo: EntityGraphContraints should be EntityGraphConstraints

2 participants