Skip to content

feat: add first standalone module functions#3818

Merged
ST-DDT merged 28 commits into
nextfrom
feat/samfn/utils
May 15, 2026
Merged

feat: add first standalone module functions#3818
ST-DDT merged 28 commits into
nextfrom
feat/samfn/utils

Conversation

@ST-DDT
Copy link
Copy Markdown
Member

@ST-DDT ST-DDT commented Apr 19, 2026

Partially implements #2667
Split from #3748 to decrease change size
Forces #3155 into Won't fix


This PR introduces the first standalone module functions for improved feature (p)review.

@ST-DDT ST-DDT self-assigned this Apr 19, 2026
@ST-DDT ST-DDT added the c: feature Request for new feature label Apr 19, 2026
@ST-DDT ST-DDT requested a review from a team as a code owner April 19, 2026 15:37
@ST-DDT ST-DDT added s: on hold Blocked by something or frozen to avoid conflicts p: 1-normal Nothing urgent labels Apr 19, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.91%. Comparing base (0bc038d) to head (e25a39d).

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #3818   +/-   ##
=======================================
  Coverage   98.91%   98.91%           
=======================================
  Files         902      904    +2     
  Lines        3140     3145    +5     
  Branches      580      581    +1     
=======================================
+ Hits         3106     3111    +5     
  Misses         30       30           
  Partials        4        4           
Files with missing lines Coverage Δ
src/core.ts 100.00% <ø> (ø)
src/simple-faker.ts 100.00% <100.00%> (ø)
src/utils/get-default-ref-date.ts 100.00% <100.00%> (ø)
src/utils/set-default-ref-date.ts 100.00% <100.00%> (ø)
🚀 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.

@ST-DDT ST-DDT linked an issue Apr 19, 2026 that may be closed by this pull request
@ST-DDT ST-DDT removed the s: on hold Blocked by something or frozen to avoid conflicts label Apr 19, 2026
@ST-DDT ST-DDT added this to the v10.x milestone Apr 19, 2026
@ST-DDT ST-DDT force-pushed the feat/samfn/utils branch from 240de0a to 65e54b5 Compare April 19, 2026 16:31
@ST-DDT ST-DDT changed the base branch from feat/samfn/locale-access to next April 19, 2026 16:33
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 22, 2026

Deploy Preview for fakerjs ready!

Name Link
🔨 Latest commit e25a39d
🔍 Latest deploy log https://app.netlify.com/projects/fakerjs/deploys/6a00f9e9e243800008a87bba
😎 Deploy Preview https://deploy-preview-3818.fakerjs.dev
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@ST-DDT
Copy link
Copy Markdown
Member Author

ST-DDT commented Apr 22, 2026

Note to self: apidocs example refresh does not work ("past" workaround temporarily needed here as well)

Comment thread src/utils/registry.ts Outdated
Comment thread test/scripts/apidocs/page.spec.ts Outdated
@ST-DDT
Copy link
Copy Markdown
Member Author

ST-DDT commented Apr 23, 2026

Everything fixed.

@ST-DDT ST-DDT requested review from a team April 23, 2026 11:27
Comment thread src/registry.types.ts Outdated
Comment thread scripts/apidocs/output/page.ts Outdated
Comment thread src/registry.types.ts Outdated
ST-DDT and others added 2 commits April 23, 2026 22:06
Co-authored-by: Shinigami <chrissi92@hotmail.de>
@ST-DDT ST-DDT requested a review from Copilot April 24, 2026 09:36
Comment thread src/utils/get-default-ref-date.ts
Comment thread src/utils/get-default-ref-date.ts
Comment thread src/simple-faker.ts Outdated
Comment thread src/utils/get-default-ref-date.ts Outdated
Comment thread src/registry.ts Outdated
Comment thread test/scripts/apidocs/verify-jsdoc-tags.spec.ts
Comment thread test/scripts/apidocs/verify-jsdoc-tags.spec.ts Outdated
Comment thread test/scripts/apidocs/verify-jsdoc-tags.spec.ts Outdated
Comment thread scripts/apidocs/output/page.ts
@ST-DDT ST-DDT requested review from a team May 1, 2026 23:04
@ST-DDT
Copy link
Copy Markdown
Member Author

ST-DDT commented May 10, 2026

Ready for review.

@ST-DDT ST-DDT added this pull request to the merge queue May 15, 2026
Merged via the queue into next with commit 5d4f5de May 15, 2026
23 checks passed
@ST-DDT ST-DDT deleted the feat/samfn/utils branch May 15, 2026 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: feature Request for new feature p: 1-normal Nothing urgent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: Design for standalone module functions

4 participants