deps: bump the all-dependencies group with 3 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
dependencies
Bumps the all-dependencies group with 3 updates: fastify, @types/node and unrs-resolver.
Updates fastify
from 5.3.3 to 5.4.0
Release notes
Sourced from fastify's releases.
v5.4.0
What's Changed
- test: mv routes-* from tap by
@jean-michelet
in fastify/fastify#6092- test: mv skip-reply-send from tap by
@jean-michelet
in fastify/fastify#6094- test: mv plugins from tap by
@jean-michelet
in fastify/fastify#6088- fix(ci): ignore alternative runtime result by
@Eomm
in fastify/fastify#6125- test: mv schema-* from tap by
@jean-michelet
in fastify/fastify#6093- test: mv hooks-async from tap by
@jean-michelet
in fastify/fastify#6084- fix(types): add missing version to request.routeOptions by
@inyourtime
in fastify/fastify#6126- docs: remove fastify-sentry plugin by
@dnlup
in fastify/fastify#6131- docs: add community plugins disclaimer by
@jean-michelet
in fastify/fastify#6132- docs: use cross-platform compatible info emoji by
@Fdawgs
in fastify/fastify#6134- perf: nits in reply.js by
@Cangit
in fastify/fastify#6136- docs: join core team by
@jean-michelet
in fastify/fastify#6142- docs: fix typo in hash.digest function by
@piotr-cz
in fastify/fastify#6145- test: mv hooks from tap by
@jean-michelet
in fastify/fastify#6087- test: improve issue 4959 unit test by
@Uzlopak
in fastify/fastify#6147- chore: Bump markdownlint-cli2 from 0.17.2 to 0.18.1 by
@dependabot
in fastify/fastify#6150- chore: remove dependencie tap and others updated by
@Tony133
in fastify/fastify#6148- fix: hook async flaky by
@ilteoood
in fastify/fastify#6155- chore: Bump lycheeverse/lychee-action from 2.4.0 to 2.4.1 by
@dependabot
in fastify/fastify#6151- chore: removing simple-get from allow-unsafe-regex by
@ilteoood
in fastify/fastify#6154- chore: remove simple get on 404s test file by
@ilteoood
in fastify/fastify#6153- chore: remove simple-get in handle-request.test.js by
@ilteoood
in fastify/fastify#6159- chore: remove simple-get from url-rewriting by
@ilteoood
in fastify/fastify#6163- chore: remove simple-get in report.test.js by
@ilteoood
in fastify/fastify#6157- chore: remove simple-get from custom parser async by
@ilteoood
in fastify/fastify#6164- chore: removed simple-get from mkcol tests by
@ilteoood
in fastify/fastify#6194- chore: removed simple-get from proto-poisoning test by
@ilteoood
in fastify/fastify#6185- ci: Added Node.js v24 by
@mcollina
in fastify/fastify#6113- chore: removed simple-get from nullable validation test by
@ilteoood
in fastify/fastify#6191- feat: configure errorhandler override by
@jean-michelet
in fastify/fastify#6104- chore: remove simple-get from search test by
@ilteoood
in fastify/fastify#6158- chore: remove simple get from secure with fallback test by
@ilteoood
in fastify/fastify#6162- chore: removed simple-get from als test by
@ilteoood
in fastify/fastify#6187- chore: remove simple-get from listen 4 by
@ilteoood
in fastify/fastify#6173- fix: do not freeze request.routeOptions by
@mcollina
in fastify/fastify#6141- chore: removed simple-get from sync-delay-request tests by
@ilteoood
in fastify/fastify#6212- chore: removed simple-get from output-validation tests by
@ilteoood
in fastify/fastify#6213- chore: removed simple-get from async-delay-request tests by
@ilteoood
in fastify/fastify#6211- chore: removed simple-get from body-limit tests by
@ilteoood
in fastify/fastify#6209- chore: removed simple-get from trust-proxy tests by
@ilteoood
in fastify/fastify#6205- chore: removed simple-get from proppatch tests by
@ilteoood
in fastify/fastify#6200- chore(ci): cleanup citgm.yml by
@Eomm
in fastify/fastify#6195- chore: removed simple-get from https tests by
@ilteoood
in fastify/fastify#6197- chore: removed simple-get from lock test by
@ilteoood
in fastify/fastify#6186Full Changelog: https://github.com/fastify/fastify/compare/v5.3.3...v5.4.0
Commits
0111d0a
Bumped v5.4.0a6b357c
chore: removed simple-get from lock test (#6186)0a0b969
chore: removed simple-get from https tests (#6197)8226d14
chore(ci): cleanup citgm.yml (#6195)1fc4689
chore: removed simple-get from proppatch tests (#6200)b853818
chore: removed simple-get from trust-proxy tests (#6205)f1bc0c3
chore: removed simple-get from body-limit tests (#6209)1b46ddf
chore: removed simple-get from async-delay-request tests (#6211)3bf4f10
chore: removed simple-get from output-validation tests (#6213)3f2b984
chore: removed simple-get from sync-delay-request tests (#6212)- Additional commits viewable in compare view
Updates @types/node
from 24.0.0 to 24.0.1
Commits
- See full diff in compare view
Updates unrs-resolver
from 1.8.1 to 1.9.0
Release notes
Sourced from unrs-resolver's releases.
v1.9.0
Features
- add
file:
protocol path support (#151) (by@JounQin
) - #151- add two last android targets (#154) (by
@JounQin
) - #154Bug Fixes
Contributors
Full Changelog: https://github.com/unrs/unrs-resolver/compare/v1.8.1...v1.9.0
Changelog
Sourced from unrs-resolver's changelog.
1.9.0 - 2025-06-11
Features
- add
file:
protocol path support (#151) (by@JounQin
) - #151- add two last android targets (#154) (by
@JounQin
) - #154Bug Fixes
Contributors
Commits
5ff17b6
chore: release v1.9.0 (#153)d20ddda
chore: always use pnpm to install wasm binding on webcontainerbcd9da6
feat: add two last android targets (#154)e3e93eb
feat: addfile:
protocol path support (#151)c9efe8d
fix: try different approach to support web container out of box (#150)- 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 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 <dependency name> major version
will 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 version
will 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
+135
-117
Package Dependencies
Technical Details
ID: | 1517457 |
UUID: | 2587847075 |
Node ID: | PR_kwDOKvqLmM6aP2mj |
Host: | GitHub |
Repository: | mattfsourcecode/fastify-swc-typescript-server |
Merge State: | Unknown |