Bump the packages group with 5 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 2
(5 months ago)
(5 months ago)
(5 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the packages group with 5 updates:
| Package | From | To |
|---|---|---|
| @types/node | 22.15.30 |
24.0.0 |
| fdir | 6.4.5 |
6.4.6 |
| undici-types | 6.21.0 |
7.8.0 |
| unrs-resolver | 1.7.12 |
1.7.13 |
| zod | 3.25.56 |
3.25.57 |
Updates @types/node from 22.15.30 to 24.0.0
Commits
- See full diff in compare view
Updates fdir from 6.4.5 to 6.4.6
Release notes
Sourced from fdir's releases.
v6.4.6
What's Changed
- fix: do not stop crawling at
currentDepth0 by@SuperchupuDevin thecodrr/fdir#149Full Changelog: https://github.com/thecodrr/fdir/compare/v6.4.5...v6.4.6
Commits
4a8b167chore: bump version to 6.4.6c2593d2fix: do not stop crawling atcurrentDepth0 (#149)- See full diff in compare view
Updates undici-types from 6.21.0 to 7.8.0
Release notes
Sourced from undici-types's releases.
v7.8.0
What's Changed
- cache: more efficient sqlite indices by
@ronagin nodejs/undici#4142- skip now failing wpts by
@mcollinain nodejs/undici#4145- apply some sqlite pragma optimizations by
@ronagin nodejs/undici#4147- types(websocket): Import from stream/web by
@Jiralitein nodejs/undici#4038- cache: don't check size if not necessary by
@ronagin nodejs/undici#4140- docs: fix inteceptors typo by
@dario-piotrowiczin nodejs/undici#4151- Update WPT by
@github-actionsin nodejs/undici#4141- build(deps-dev): bump esbuild from 0.24.2 to 0.25.2 by
@dependabotin nodejs/undici#4130New Contributors
@Jiralitemade their first contribution in nodejs/undici#4038@dario-piotrowiczmade their first contribution in nodejs/undici#4151Full Changelog: https://github.com/nodejs/undici/compare/v7.7.0...v7.8.0
v7.7.0
What's Changed
- fix: export UndiciHeaders type and set dispatch headers to UndiciHeaders by
@dancastilloin nodejs/undici#3849- feat(h2): emit connectionerror upon GOAWAY frame by
@metcoder95in nodejs/undici#4123- Update WPT by
@github-actionsin nodejs/undici#4126- Update DNS caching example to include other interceptors, production configuration by
@GeoffreyBoothin nodejs/undici#4127- feat: implement h2c client by
@metcoder95in nodejs/undici#4118New Contributors
@GeoffreyBoothmade their first contribution in nodejs/undici#4127Full Changelog: https://github.com/nodejs/undici/compare/v7.6.0...v7.7.0
v7.6.0
What's Changed
- Update WPT by
@github-actionsin nodejs/undici#4067- lib: limit string split length by
@gurgundayin nodejs/undici#4098- docs/PULL_REQUEST_TEMPLATE: deep-link to certificate of origin by
@alxndrsnin nodejs/undici#4102- cache: fix typo by
@alxndrsnin nodejs/undici#4101- disable header de-duplication in test servers by
@alxndrsnin nodejs/undici#4110- CacheRevalidationHandler: add missing header to comment by
@alxndrsnin nodejs/undici#4111- Fix typo in Agent.md by
@Exifersin nodejs/undici#4115- build(deps-dev): bump
@matteo.collina/tspl from 0.1.1 to 0.2.0 by@dependabotin nodejs/undici#4119- fix 4105 by
@KhafraDevin nodejs/undici#4117- Update WPT by
@github-actionsin nodejs/undici#4100- cache: ensure vary & revalidation headers are case-insensitive by
@alxndrsnin nodejs/undici#4112New Contributors
@alxndrsnmade their first contribution in nodejs/undici#4102@Exifersmade their first contribution in nodejs/undici#4115Full Changelog: https://github.com/nodejs/undici/compare/v7.5.0...v7.6.0
... (truncated)
Commits
6ea61afBumped v7.8.0 (#4154)c29be3bbuild(deps-dev): bump esbuild from 0.24.2 to 0.25.2 (#4130)a113b90chore: update WPT (#4141)9dd11b8docs: fix inteceptors typo (#4151)03c497ccache: don't check size if not necessary (#4140)d2be897types(websocket): Import from stream/web (#4038)c8acc81apply some sqlite pragma optimizations (#4147)e0058a7skip now failing tests (#4145)8a5de7ccache: more efficient sqlite indices (#4142)981636fBumped v7.7.0 (#4138)- Additional commits viewable in compare view
Updates unrs-resolver from 1.7.12 to 1.7.13
Release notes
Sourced from unrs-resolver's releases.
v1.7.13
Bug Fixes
- support extends in referenced project (#142)
New Contributors
@mauriceackelmade their first contribution in unrs/unrs-resolver#142Full Changelog: https://github.com/unrs/unrs-resolver/compare/v1.7.12...v1.7.13
Changelog
Sourced from unrs-resolver's changelog.
1.7.13 - 2025-06-10
Bug Fixes
- support extends in referenced project (#142)
Commits
3dc302echore: release v1.7.13 (#143)98a895cfix: support extends in referenced project (#142)- See full diff in compare view
Updates zod from 3.25.56 to 3.25.57
Release notes
Sourced from zod's releases.
v3.25.57
Commits:
- daae643da3fe082783803d198e89877ac0f6c5f6 docs: fix broken link in Zod Core errors docs (#4640)
- e57ddcab25f97acff7ac5663502daf9455671356 Replace non existing error instance. (#4649)
- 20b464d6429d35b2ef5416c3c3cfefeb1c0eb50e Add tests, use ReadonlyArray
- 9548f1198b0bcbd8b69034fee2dd22030878f7d8 chore: allow readonly arrays in
z.literal(#4643)- 303f1e9612e896ba9fe1ef5059da659b54f119e6 fix: issc type at ZodCheckLessThan (#4659)
- fa83a8a26c394c40a5359f50c850089e29412107 Fix pluto
- 32ae1cd86c1b05de1212f2977d6ce898847d67da Improve stringbool (#4661)
- 76ddfe3d7e45864169c5331d32413b699fd0cdec 3.25.57
Commits
76ddfe33.25.5732ae1cdImprove stringbool (#4661)fa83a8aFix pluto303f1e9fix: issc type at ZodCheckLessThan (#4659)9548f11chore: allow readonly arrays inz.literal(#4643)20b464dAdd tests, use ReadonlyArraye57ddcaReplace non existing error instance. (#4649)daae643docs: fix broken link in Zod Core errors docs (#4640)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+106
-106
Package Dependencies
Technical Details
| ID: | 1458487 |
| UUID: | 2582639575 |
| Node ID: | PR_kwDOMzbQP86Z7_PX |
| Host: | GitHub |
| Repository: | poad/github-rest-api-executor |
| Merge State: | Unknown |