Skip to content

build(deps-dev): bump fast-check from 4.5.2 to 4.5.3#2149

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/fast-check-4.5.3
Open

build(deps-dev): bump fast-check from 4.5.2 to 4.5.3#2149
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/fast-check-4.5.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps fast-check from 4.5.2 to 4.5.3.

Release notes

Sourced from fast-check's releases.

Proper attestation file naming

[Code][Diff]

Fixes

  • (PR#6421) CI: Rename attestation bundles to *.sigstore.json

View attestationDocumentation

Changelog

Sourced from fast-check's changelog.

4.5.3

Proper attestation file naming [Code][Diff]

Fixes

  • (PR#6421) CI: Rename attestation bundles to *.sigstore.json
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Routine dependency update for property-based testing.

  • Bumps fast-check devDependency from 4.5.2 to 4.5.3 in injected/package.json and special-pages/package.json
  • Updates corresponding entries in package-lock.json

No source code changes included.

Written by Cursor Bugbot for commit 1e4df2b. This will update automatically on new commits. Configure here.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Update one or more dependencies version patch Increment the patch version when merged labels Jan 5, 2026
@dependabot dependabot bot added the patch Increment the patch version when merged label Jan 5, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 5, 2026 10:02
@netlify
Copy link

netlify bot commented Jan 5, 2026

Deploy Preview for content-scope-scripts canceled.

Name Link
🔨 Latest commit 1e4df2b
🔍 Latest deploy log https://app.netlify.com/projects/content-scope-scripts/deploys/6969788b00dd1d000847987f

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Temporary Branch Update

The temporary branch has been updated with the latest changes. Below are the details:

Please use the above install command to update to the latest version.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/fast-check-4.5.3 branch from 1015805 to eb0bfb2 Compare January 6, 2026 10:02
@jonathanKingston
Copy link
Contributor

@cursoragent can you review against the current code and outline potential impacts based on the changelogs of the update?

Can you check the test coverage and ensure that the new code is covered?
Can you think through if this dependency is still needed or if there's better practices used elsewhere.

Can you draft a separate PR with any fixes that might be needed?

@cursor
Copy link

cursor bot commented Jan 15, 2026

Based on my analysis, I can now provide a comprehensive review of this dependency update.

Review Summary

Changelog Impact Analysis (4.5.2 → 4.5.3)

The update is purely a CI/build infrastructure change:

  • PR#6421: Renames attestation bundles to *.sigstore.json
  • Zero runtime changes - no API modifications, no behavioral changes
  • Only affects how the package is published/attested on npm

Test Coverage Verification

All fast-check tests pass with the new version. The codebase uses fast-check in 5 files:

File Purpose
injected/unit-test/broker-protection.js Property tests for isSameName, replaceTemplatedUrl, processTemplateStringWithUserData, generateRandomInt
injected/unit-test/broker-protection-extractors.js Property tests for PhoneExtractor
injected/unit-test/timer-utils.js Property tests for retry function
special-pages/unit-test/color.spec.mjs Property tests for urlToColor
special-pages/unit-test/translations.mjs Property tests for apply translation function

Is fast-check Still Needed?

Yes - it's the right choice for this codebase:

  1. Industry standard - Leading property-based testing library for JS/TS
  2. Actively maintained - Regular releases, last one Dec 2025
  3. Proper use case - Testing functions that handle arbitrary/malformed input (data extraction, URL templating, translations)
  4. No viable alternatives - jsverify hasn't been updated since Sep 2023
  5. TypeScript native - Excellent type inference

Conclusion

Safe to merge - This is a no-op change from a consumer perspective. The 13 test failures in the CI are unrelated to fast-check (they're missing build artifacts in /workspace/build/).

No separate PR needed - The dependency is correctly used, tests pass, and no fixes are required.

Open in Cursor Open in Web

@daxtheduck
Copy link

@dependabot recreate

Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/commits/v4.5.3/packages/fast-check)

---
updated-dependencies:
- dependency-name: fast-check
  dependency-version: 4.5.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/fast-check-4.5.3 branch from eb0bfb2 to 1e4df2b Compare January 15, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update one or more dependencies version patch Increment the patch version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants