Originally created by: dependabot[bot]
Bumps the dev-dependencies group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| @hey-api/openapi-ts | 0.97.1 |
0.99.0 |
| @types/node | 25.7.0 |
26.0.0 |
| fast-check | 3.23.2 |
4.8.0 |
| prettier | 3.8.3 |
3.8.4 |
| tsx | 4.22.3 |
4.22.4 |
Updates @hey-api/openapi-ts from 0.97.1 to 0.99.0
Sourced from @hey-api/openapi-ts's changelog.
0.99.0
Minor Changes
- BREAKING plugin: rename
.symbolsto.imports(#4052](https://github.com/href="https://redirect.github.com/hey-api/hey-api/pull/4052">/issues/4052)) (57fac5e) by@mrlubosTo better represent its functionality, the
plugin.symbolsproperty has been renamed toplugin.imports.Plugin duplicates behavior
If you specified the same plugin multiple times, only the last instance would be used. We eventually added a warning for this behavior, but that didn't treat the root issue. This release changes that by merging duplicate plugin configurations.
BREAKING plugin(
@hey-api/schemas): widenschematype innameBuilderto unknown (#4076](https://github.com/href="https://redirect.github.com/hey-api/hey-api/pull/4076">/issues/4076)) (98ce35e) by@mrlubosBREAKING plugin: remove
.external()method (#4052](https://github.com/href="https://redirect.github.com/hey-api/hey-api/pull/4052">/issues/4052)) (57fac5e) by@mrlubosRemoved
plugin.external()functionThis function was used to reference external symbols. All plugins now use the Imports API, which allows you to reference external symbols in a type-safe way through
plugin.imports.Patch Changes
api: replace
~fields with$(#4086](https://github.com/href="https://redirect.github.com/hey-api/hey-api/pull/4086">/issues/4086)) (d5ca286) by@mrlubosplugin(
@hey-api/client-angular): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070](https://github.com/href="https://redirect.github.com/hey-api/hey-api/pull/4070">/issues/4070)) (ab522ef) by@matthewjamesadamclient: use
getBaseUrl()function to determine default value (#3772](https://github.com/href="https://redirect.github.com/hey-api/hey-api/pull/3772">/issues/3772)) (4026955) by@mrlubosplugin(zod): improve discriminator handling (
680b947) by@mrlubosplugin(
@tanstack/preact-query): fix: stripinitialDatafrom the inferred result types for infinite query options (7a4b0cf) by@mrlubosplugin(
@tanstack/solid-query): fix: stripinitialDatafrom the inferred result types for infinite query options (7a4b0cf) by@mrlubosplugin(valibot): support custom regular expression error messages with
x-pattern-message(#4117](https://github.com/href="https://redirect.github.com/hey-api/hey-api/pull/4117">/issues/4117)) (3ed3afb) by@pullfrogplugin(
@hey-api/client-next): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070](https://github.com/href="https://redirect.github.com/hey-api/hey-api/pull/4070">/issues/4070)) (f6d4512) by@matthewjamesadamplugin(
@hey-api/client-axios): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070](https://github.com/href="https://redirect.github.com/hey-api/hey-api/pull/4070">/issues/4070)) (f6d4512) by@matthewjamesadamplugin(zod): support creating optional request schemas (
11315c7) by@mrlubosplugin(
@tanstack/react-query): fix: stripinitialDatafrom the inferred result types for infinite query options (7a4b0cf) by@mrlubosplugin(
@hey-api/client-ky): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070](https://github.com/href="https://redirect.github.com/hey-api/hey-api/pull/4070">/issues/4070)) (f6d4512) by@matthewjamesadam
... (truncated)
Updates @types/node from 25.7.0 to 26.0.0
Updates fast-check from 3.23.2 to 4.8.0
Sourced from fast-check's releases.
New arbitrary to chain in a loop fashion
Features
- (PR#6678](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6678">PR/issues/6678)) Add
chainUntilarbitrary for iterative chainingFixes
- (PR#6965](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6965">PR/issues/6965)) Bug: Restore ability not to use
skipLibCheck- (PR#6877](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6877">PR/issues/6877)) CI: Lowercase discussion_category_name to "announcements"
- (PR#6878](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6878">PR/issues/6878)) CI: Scope permissions of clean-caches
- (PR#6880](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6880">PR/issues/6880)) CI: Add PR-authoring guidance for Claude
- (PR#6887](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6887">PR/issues/6887)) CI: Delete CLAUDE.md
- (PR#6888](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6888">PR/issues/6888)) CI: Use tilde ranges for security dependency overrides
- (PR#6891](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6891">PR/issues/6891)) CI: Disable Renovate updates on pnpm overrides
- (PR#6899](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6899">PR/issues/6899)) CI: Scope Claude hooks to
$CLAUDE_PROJECT_DIR- (PR#6905](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6905">PR/issues/6905)) CI: Enable pnpm global virtual store
- (PR#6933](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6933">PR/issues/6933)) CI: Pin pnpm in npm install commands
- (PR#6932](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6932">PR/issues/6932)) CI: Grant
discussions: writeto release jobs- (PR#6935](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6935">PR/issues/6935)) CI: Skip PR template check for dubzzz
- (PR#6937](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6937">PR/issues/6937)) CI: Mirror the repo to tangled
- (PR#6938](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6938">PR/issues/6938)) CI: Add missing runs-on for tangled
- (PR#6889](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6889">PR/issues/6889)) Doc: Add release notes for fast-check 4.7.0
- (PR#6900](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6900">PR/issues/6900)) Doc: Fix broken API reference links
- (PR#6844](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6844">PR/issues/6844)) Doc: Extract manual setup guide into dedicated page
- (PR#6845](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6845">PR/issues/6845)) Doc: Add index pages for documentation sections
- (PR#6918](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6918">PR/issues/6918)) Doc: Fix Documentation link to point to first doc page
- (PR#6939](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6939">PR/issues/6939)) Doc: Link to Tangled mirror of fast-check
- (PR#6934](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6934">PR/issues/6934)) Test: Tolerate
\p{...}value drift in docs tests- (PR#6951](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6951">PR/issues/6951)) Test: Fix poisoning tests for latest Node
Unicode property support in
stringMatchingFeatures
- (PR#6866](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6866">PR/issues/6866)) Reversible
jsonarbitrary- (PR#6868](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6868">PR/issues/6868)) Parse
\p{}and\P{}instringMatching- (PR#6870](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6870">PR/issues/6870)) Support for
\p{UnicodeProperty}instringMatching- (PR#6871](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6871">PR/issues/6871)) Support negated unicode properties in
stringMatchingFixes
- (PR#6710](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6710">PR/issues/6710)) CI: Pass explicit string to
make_latest- (PR#6714](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6714">PR/issues/6714)) CI: Remove unused vite dependency from multiple packages
- (PR#6780](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6780">PR/issues/6780)) CI: Silent zizmor issues (as they used to be)
... (truncated)
Sourced from fast-check's changelog.
4.8.0
New arbitrary to chain in a loop fashion [Code][Diff]
Features
- (PR#6678](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6678">PR/issues/6678)) Add
chainUntilarbitrary for iterative chainingFixes
- (PR#6965](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6965">PR/issues/6965)) Bug: Restore ability not to use
skipLibCheck- (PR#6877](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6877">PR/issues/6877)) CI: Lowercase discussion_category_name to "announcements"
- (PR#6878](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6878">PR/issues/6878)) CI: Scope permissions of clean-caches
- (PR#6880](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6880">PR/issues/6880)) CI: Add PR-authoring guidance for Claude
- (PR#6887](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6887">PR/issues/6887)) CI: Delete CLAUDE.md
- (PR#6888](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6888">PR/issues/6888)) CI: Use tilde ranges for security dependency overrides
- (PR#6891](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6891">PR/issues/6891)) CI: Disable Renovate updates on pnpm overrides
- (PR#6899](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6899">PR/issues/6899)) CI: Scope Claude hooks to
$CLAUDE_PROJECT_DIR- (PR#6905](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6905">PR/issues/6905)) CI: Enable pnpm global virtual store
- (PR#6933](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6933">PR/issues/6933)) CI: Pin pnpm in npm install commands
- (PR#6932](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6932">PR/issues/6932)) CI: Grant
discussions: writeto release jobs- (PR#6935](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6935">PR/issues/6935)) CI: Skip PR template check for dubzzz
- (PR#6937](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6937">PR/issues/6937)) CI: Mirror the repo to tangled
- (PR#6938](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6938">PR/issues/6938)) CI: Add missing runs-on for tangled
- (PR#6889](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6889">PR/issues/6889)) Doc: Add release notes for fast-check 4.7.0
- (PR#6900](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6900">PR/issues/6900)) Doc: Fix broken API reference links
- (PR#6844](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6844">PR/issues/6844)) Doc: Extract manual setup guide into dedicated page
- (PR#6845](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6845">PR/issues/6845)) Doc: Add index pages for documentation sections
- (PR#6918](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6918">PR/issues/6918)) Doc: Fix Documentation link to point to first doc page
- (PR#6939](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6939">PR/issues/6939)) Doc: Link to Tangled mirror of fast-check
- (PR#6934](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6934">PR/issues/6934)) Test: Tolerate
\p{...}value drift in docs tests- (PR#6951](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6951">PR/issues/6951)) Test: Fix poisoning tests for latest Node
4.7.0
Unicode property support in
stringMatching[Code][Diff]Features
- (PR#6866](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6866">PR/issues/6866)) Reversible
jsonarbitrary- (PR#6868](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6868">PR/issues/6868)) Parse
\p{}and\P{}instringMatching- (PR#6870](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6870">PR/issues/6870)) Support for
\p{UnicodeProperty}instringMatching- (PR#6871](https://github.com/href="https://redirect.github.com/dubzzz/fast-check/pull/6871">PR/issues/6871)) Support negated unicode properties in
stringMatchingFixes
... (truncated)
c0da76f 🔖 Update CHANGELOG.md for fast-check@4.8.0, @fast-check/ava@3.0.1 (#6967](https://github.com/href="https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check/issues/6967">/issues/6967))df6f4c1 🐛 Restore ability not to use skipLibCheck (#6965](https://github.com/href="https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check/issues/6965">/issues/6965))af612c5 ⬆️ Update dependency @types/node to ^24.12.3 (#6952](https://github.com/href="https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check/issues/6952">/issues/6952))917dda4 ✅ Fix poisoning tests for latest Node (#6951](https://github.com/href="https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check/issues/6951">/issues/6951))acb5c6f ✅ Tolerate \p{...} value drift in docs tests (#6934](https://github.com/href="https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check/issues/6934">/issues/6934))26cab19 ✨ Add chainUntil arbitrary for iterative chaining (#6678](https://github.com/href="https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check/issues/6678">/issues/6678))16f65f6 ⬆️ Update dependency oxlint to ^1.60.0 (#6856](https://github.com/href="https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check/issues/6856">/issues/6856))0a8ce9a ⬆️ Update dependency @microsoft/api-extractor to ^7.58.7 (#6898](https://github.com/href="https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check/issues/6898">/issues/6898))debb9b6 📝 Fix broken API reference links (#6900](https://github.com/href="https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check/issues/6900">/issues/6900))642e651 ⬆️ Update dependency typescript to ~6.0.3 (#6886](https://github.com/href="https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check/issues/6886">/issues/6886))This version was pushed to npm by GitHub Actions, a new releaser for fast-check since your current version.
Updates prettier from 3.8.3 to 3.8.4
Sourced from prettier's releases.
3.8.4
- Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (prettier/prettier#17746](https://github.com/href="https://redirect.github.com/prettier/prettier/pull/17746">prettier/prettier/issues/17746) by
@byplayer)
Sourced from prettier's changelog.
3.8.4
Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746](https://github.com/href="https://redirect.github.com/prettier/prettier/pull/17746">/issues/17746) by
@byplayer)Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.
<!-- Input --> - a
b
c
- d
<!-- Prettier 3.8.3 -->
- a
- b
- c
- d
<!-- Prettier 3.8.4 -->
a
- b
c
d
1c6ba55 Release 3.8.44a673dc Fix blank lines between list items and nested sub-lists being removed in Mark...074aaed Replace main branch in changelog link with tags (#19054](https://github.com/href="https://redirect.github.com/prettier/prettier/issues/19054">/issues/19054))c22a003 Bump Prettier dependency to 3.8.307bad1f Clean changelog_unreleasedUpdates tsx from 4.22.3 to 4.22.4
Sourced from tsx's releases.
v4.22.4
4.22.4 (2026-05-31)
Bug Fixes
- resolve CommonJS directory requires inside dependencies (#803](https://github.com/href="https://redirect.github.com/privatenumber/tsx/issues/803">/issues/803)) (1ce8463)
This release is also available on:
1ce8463 fix: resolve CommonJS directory requires inside dependencies (#803](https://github.com/href="https://redirect.github.com/privatenumber/tsx/issues/803">/issues/803))
Originally posted by: vercel[bot]
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
| Project | Deployment | Actions | Updated (UTC) | | :--- | :----- | :------ | :------ | | [daloyjs-dev](https://vercel.com/devlin-duldulaos-projects/daloyjs-dev) |  [Ignored](https://vercel.com/devlin-duldulaos-projects/daloyjs-dev/BnQAfNsYs15k1JaxQr2veNikMoS3) | [Preview](https://daloyjs-dev-git-dependabot-npm-473b16-devlin-duldulaos-projects.vercel.app) | Jun 24, 2026 5:32am |<picture>
</picture>