ordhook
ordhook copied to clipboard
chore(deps): bump find-my-way and fastify in /api/ordinals
Bumps find-my-way to 8.2.2 and updates ancestor dependency fastify. These dependencies need to be updated together.
Updates find-my-way from 7.6.0 to 8.2.2
Release notes
Sourced from find-my-way's releases.
v8.2.2
⚠️ Security Release ⚠️
Fixes: https://github.com/delvedor/find-my-way/security/advisories/GHSA-rrr8-f88r-h8q6 CVE-2024-45813
Full Changelog: https://github.com/delvedor/find-my-way/compare/v8.2.0...v8.2.2
v8.2.0
What's Changed
- Update contraint check to throw with 32 handlers by
@valeneikoin delvedor/find-my-way#344- feat: add node: prefix for assert by
@SavaCool122in delvedor/find-my-way#347- add dependabot.yml by
@Uzlopakin delvedor/find-my-way#350- chore: bump actions/setup-node from 3 to 4 by
@dependabotin delvedor/find-my-way#351- chore: bump actions/checkout from 3 to 4 by
@dependabotin delvedor/find-my-way#352- Achieve 100% test coverage by
@jean-micheletin delvedor/find-my-way#349- chore: bump the dependencies-major group with 1 update by
@dependabotin delvedor/find-my-way#353- Fix header in README by
@selimbin delvedor/find-my-way#345- Exclude Node v14 and v16 on macos by
@mcollinain delvedor/find-my-way#364- add node v22. Skip old nodes on mac by
@mcollinain delvedor/find-my-way#363- Support optional params on root by
@mcollinain delvedor/find-my-way#367New Contributors
@valeneikomade their first contribution in delvedor/find-my-way#344@SavaCool122made their first contribution in delvedor/find-my-way#347@dependabotmade their first contribution in delvedor/find-my-way#351@jean-micheletmade their first contribution in delvedor/find-my-way#349@selimbmade their first contribution in delvedor/find-my-way#345Full Changelog: https://github.com/delvedor/find-my-way/compare/v8.1.0...v8.2.0
v8.1.0
What's Changed
- feat(route): return route params on findRoute by
@sf3risin delvedor/find-my-way#342New Contributors
@sf3rismade their first contribution in delvedor/find-my-way#342Full Changelog: https://github.com/delvedor/find-my-way/compare/v8.0.0...v8.1.0
v8.0.0
What's Changed
- swap sentences in docs by
@matthykin delvedor/find-my-way#339- fix ci badge by
@Uzlopakin delvedor/find-my-way#340- feat: disable semicolon separator by default by
@levenstain delvedor/find-my-way#336New Contributors
@levenstamade their first contribution in delvedor/find-my-way#336Full Changelog: https://github.com/delvedor/find-my-way/compare/v7.7.0...v8.0.0
... (truncated)
Commits
9e666a1Bumped v8.2.217fae69Merge commit from forkea27fa2Bumped v8.2.0cce5437Support optional params on root (#367)984ff20add node v22. Skip old nodes on mac (#363)20e7b1cExclude Node v14 and v16 on macos (#364)a9d1ee1Fix header in README (#345)8c7983cchore: bump the dependencies-major group with 1 update (#353)e117960Achieve 100% test coverage (#349)9731ad7chore: bump actions/checkout from 3 to 4 (#352)- Additional commits viewable in compare view
Updates fastify from 4.15.0 to 4.29.0
Release notes
Sourced from fastify's releases.
v4.29.0
What's Changed
- fix(backport v4.x):
configtype in RouteShorthandOptions by@bastienmenisin fastify/fastify#5527- feat(backport 4.x): add body parsing on copy move mkcol methods by
@johavenin fastify/fastify#5549- [Backport 4.x] fix: res serializer not given reply (#5556) by
@github-actionsin fastify/fastify#5563- chore(backport 4.x): allow ! in PR title by
@github-actionsin fastify/fastify#5572- [Backport 4.x] feat: support different body schema per content type by
@github-actionsin fastify/fastify#5559- [Backport 4.x] chore(sponsor): add valtown by
@github-actionsin fastify/fastify#5593- [Backport 4.x] fix: nullish host by
@github-actionsin fastify/fastify#5594- refactor(4.x): add deprecate warning of json shorthand by
@climba03003in fastify/fastify#5587- [Backport 4.x] chore(sponsor): add handsontable by
@github-actionsin fastify/fastify#5595- [Backport 4.x] fix: throwing "FST_ERR_DUPLICATED_ROUTE" error instead of raw error by
@github-actionsin fastify/fastify#5624- fix(backport 4.x): reorder handling of
Responsereplies by@github-actionsin fastify/fastify#5629- [Backport 4.x] docs: add default value for maxParamLength by
@github-actionsin fastify/fastify#5631- [Backport 4.x] chore: fix sponsor link by
@github-actionsin fastify/fastify#5641- [Backport 4.x] feat: add fastify v4 codemods by
@github-actionsin fastify/fastify#5654- [Backport 4.x] feat: bind
thisto instance in onclose by@github-actionsin fastify/fastify#5679- [Backport 4.x] docs: update v4 codemods by
@github-actionsin fastify/fastify#5686New Contributors
@bastienmenismade their first contribution in fastify/fastify#5527Full Changelog: https://github.com/fastify/fastify/compare/v4.28.1...v4.29.0
v4.28.1
What's Changed
- [Backport 4.x] fix: server.listen listener is not cleanup properly by
@github-actionsin fastify/fastify#5523- [Backport 4.x] test: fix test finished earlier than expected by
@github-actionsin fastify/fastify#5541- fix(v4): update .npmignore by
@Eommin fastify/fastify#5538Full Changelog: https://github.com/fastify/fastify/compare/v4.28.0...v4.28.1
v4.28.0
What's Changed
- test: fix closing - pipelining by
@climba03003in fastify/fastify#5486- refactor(backport v4.x): change
reply.redirect()signature (#5483) by@gurgundayin fastify/fastify#5484- refactor(backport v4.x): hasRoute method comparison with case insensitive by
@SMNBLMRRin fastify/fastify#5513- fix: (backport) Type inferrence with auxilliary hook handlers by
@aadito123in fastify/fastify#5518Full Changelog: https://github.com/fastify/fastify/compare/v4.27.0...v4.28.0
v4.27.0
What's Changed
- docs(request): update request page by
@Tony133in fastify/fastify#5343- ci: Add Nsolid runtime to CI and Integration tests by
@riosjein fastify/fastify#5332- docs(Ecosystem): add fastify-i18n, vite-plugin-fastify, and vite-plug… by
@Shyam-Chenin fastify/fastify#5346- docs(ecosystem): update x-ray community plugin link by
@jorgevrgsin fastify/fastify#5350- docs: spelling corrections by
@10xLaCroixDrinkerin fastify/fastify#5349
... (truncated)
Commits
3a6d4aeBumped v4.29.0238d8a4docs: update v4 codemods (#5666) (#5686)28880c3fix: bind this to instance in onclose (#5670) (#5679)b934a99feat: add fastify v4 codemods (#5642) (#5654)0f4005bchore: fix sponsor link (#5640) (#5641)0afdb64docs/Reference/Server: Show default maxParamLength value (#5630) (#5631)22affe7fix: reorder handling of Response replies (#5612) (#5629)74be1a3[Backport 4.x] fix: throwing "FST_ERR_DUPLICATED_ROUTE" error instead of raw ...ef2ca12chore(sponsor): add handsontable (#5592) (#5595)d424a4arefactor(4.x): add deprecate warning of json shorthand (#5587)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by eomm, a new releaser for fastify since your current version.
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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.