chore(deps): bump fast-check from 3.23.2 to 4.9.0 in /packages/core#99
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump fast-check from 3.23.2 to 4.9.0 in /packages/core#99dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
agjs
added a commit
that referenced
this pull request
Jul 16, 2026
Consolidates the dependabot PRs that are ready today. Applied surgically (per-package bun update, preserving the lockfile) so untouched deps don't float. GitHub Actions (#84-88): checkout v7.0.0, setup-node v7.0.0, cache v6.1.0, paths-filter v4.0.2, action-gh-release v3.0.2. npm: globals 17.7.0 (#95); docs: @astrojs/starlight 0.41.3 (#91), @tailwindcss/vite 4.3.2 (#96), astro 7.0.9 (#92), mermaid 11.16.0 (#90), sharp 0.35.3 (#97), tailwindcss 4.3.2 (#98), wrangler 4.110.0 (#94). Verified: full `bun run validate` green + docs `astro build` green (47 pages). SKIPPED (need their own migration PRs, not ready with our TS6 toolchain): - #89 dev-toolchain group: contains TypeScript 6->7 (no stable programmatic API until 7.1; breaks proptest + typescript-eslint) and TS7-built sonarjs/eslint. - #93/#99 fast-check 4: breaks the proptest oracle (generation timing).
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/packages/core/fast-check-4.9.0
branch
2 times, most recently
from
July 16, 2026 12:35
fcc8866 to
31302d1
Compare
Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.23.2 to 4.9.0. - [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.9.0/packages/fast-check) --- updated-dependencies: - dependency-name: fast-check dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/packages/core/fast-check-4.9.0
branch
from
July 17, 2026 20:20
31302d1 to
592e11d
Compare
agjs
added a commit
that referenced
this pull request
Jul 20, 2026
* chore(deps): consolidate the 14 open dependabot bumps Single PR superseding the open dependabot PRs: - fast-check 3.23.2 → 4.9.0 (packages/core) — full suite green on v4 (#93/#99) - astro 7.0.9 → 7.1.3 (root + apps/docs) — clears GHSA-4g3v-8h47-v7g6 (#158/#162) - @astrojs/react 5.0.6 → 6.0.1 (#114), @astrojs/sitemap 3.7.2 → 3.7.3 (#116) - astro-mermaid 2.0.1 → 2.1.0 (#119) - tailwindcss + @tailwindcss/vite 4.3.2 → 4.3.3 (#115/#117) - wrangler 4.110.0/4.111.0 → 4.112.0 (#161), @ast-grep/cli 0.43.0 → 0.44.1 (#118) Validated: typecheck + lint + full suite (2820) green. Docs build + osv run by CI. NOTE: the transitive brace-expansion CVE (not a dependabot PR) is separate and may still need an override; GH Actions bumps (#160 checkout, #112 lychee) are workflow YAML, follow-up. * fix(deps): pin brace-expansion to patched 5.0.7 (CVE-2026-13149) New high-severity ReDoS advisory CVE-2026-13149 / GHSA-3jxr-9vmj-r5cp (published ~2026-07-20 21:00) affects brace-expansion <1.1.16 / <2.1.2 / <5.0.7. The lockfile had 1.1.15 and 5.0.6 (transitive via eslint→minimatch/glob — a real runtime dep of the published package, so it is FIXED, not ignored). Override forces all instances to 5.0.7 (patched; API is a single stable expand() fn across majors). typecheck + lint (uses minimatch/glob) + full suite green. * fix(deps): pin js-yaml to patched 4.3.0 (GHSA-52cp-r559-cp3m) The astro/tooling bumps pulled js-yaml 4.2.0 (High ReDoS, GHSA-52cp-r559-cp3m, fixed 4.3.0). Transitive, 4.x only (no 3.x consumers) → override to 4.3.0. osv-scanner local run: 'No issues found', exit 0. typecheck + lint + full suite green.
Owner
|
Superseded by #164 (consolidated dependabot bumps), merged to main. |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/packages/core/fast-check-4.9.0
branch
July 20, 2026 22:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps fast-check from 3.23.2 to 4.9.0.
Release notes
Sourced from fast-check's releases.
... (truncated)
Changelog
Sourced from fast-check's changelog.
... (truncated)
Commits
0d3c254🔖 Update CHANGELOG.md for fast-check@4.9.0,@fast-check/packaged@0.7.1 (#7124)bd85efe⬆️ Update dependency@types/nodeto ^24.13.3 (#7118)a0596ab⬆️ Update dependency vitest to ^4.1.10 (#7119)3c085da⬆️ Update dependency prettier to v3.9.4 (#7114)6538ff0👥 Add jneidel as doc contributor (#7108)8096ab0👥 Add makeeno as doc contributor (#7104)13fd4a6✏️ Typo in typeEntityGraphContraints(#7088)36e70d2⬆️ Update dependency@microsoft/api-extractorto ^7.58.9 (#7080)451ede0⬆️ Update dependency vitest to ^4.1.8 (#7074)949564d⚡️ Early exit on empty tuple infc.entityGraph(#7071)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for fast-check since your current version.