lipu-linku / sona

A collaborative, open dataset for and by the Toki Pona community.
https://linku.la/
Other
24 stars 15 forks source link

chore(deps): update all non-major dependencies #83

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.12.11 -> 20.12.12 age adoption passing confidence
hono (source) 4.3.6 -> 4.3.11 age adoption passing confidence
tsx 4.10.1 -> 4.11.0 age adoption passing confidence

Release Notes

honojs/hono (hono) ### [`v4.3.11`](https://togithub.com/honojs/hono/releases/tag/v4.3.11) [Compare Source](https://togithub.com/honojs/hono/compare/v4.3.10...v4.3.11) #### What's Changed - fix(middleware/jwt): fix incorrect assumption in jwt impl by [@​boehs](https://togithub.com/boehs) in [https://github.com/honojs/hono/pull/2775](https://togithub.com/honojs/hono/pull/2775) #### New Contributors - [@​boehs](https://togithub.com/boehs) made their first contribution in [https://github.com/honojs/hono/pull/2775](https://togithub.com/honojs/hono/pull/2775) **Full Changelog**: https://github.com/honojs/hono/compare/v4.3.10...v4.3.11 ### [`v4.3.10`](https://togithub.com/honojs/hono/releases/tag/v4.3.10) [Compare Source](https://togithub.com/honojs/hono/compare/v4.3.9...v4.3.10) #### What's Changed - fix(secure-header): Replace NodeJS Buffer API by [@​watany-dev](https://togithub.com/watany-dev) in [https://github.com/honojs/hono/pull/2761](https://togithub.com/honojs/hono/pull/2761) - fix(http-exception): prioritize the status code by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2767](https://togithub.com/honojs/hono/pull/2767) - feat(etag): export `RETAINED_304_HEADERS` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2763](https://togithub.com/honojs/hono/pull/2763) **Full Changelog**: https://github.com/honojs/hono/compare/v4.3.9...v4.3.10 ### [`v4.3.9`](https://togithub.com/honojs/hono/releases/tag/v4.3.9) [Compare Source](https://togithub.com/honojs/hono/compare/v4.3.8...v4.3.9) #### What's Changed - fix(factory): export `CreateHandlersInterface` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2752](https://togithub.com/honojs/hono/pull/2752) - feat(aws-lambda): add support for alb multiValueQueryStringParameters by [@​yiss](https://togithub.com/yiss) in [https://github.com/honojs/hono/pull/2751](https://togithub.com/honojs/hono/pull/2751) **Full Changelog**: https://github.com/honojs/hono/compare/v4.3.8...v4.3.9 ### [`v4.3.8`](https://togithub.com/honojs/hono/releases/tag/v4.3.8) [Compare Source](https://togithub.com/honojs/hono/compare/v4.3.7...v4.3.8) #### What's Changed - test(validator): compatibility with Node.js `v20.13.1` by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2682](https://togithub.com/honojs/hono/pull/2682) - refactor(utils/jwt): remove some `any` by [@​fzn0x](https://togithub.com/fzn0x) in [https://github.com/honojs/hono/pull/2684](https://togithub.com/honojs/hono/pull/2684) - refactor(timing): don't use `Partial` for the options by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2712](https://togithub.com/honojs/hono/pull/2712) - refactor(secure-headers): don't use `Partial` for the options by [@​yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2713](https://togithub.com/honojs/hono/pull/2713) - fix(context): Retain all cookies when passing `ResponseInit` to `c.body` by [@​codeflows](https://togithub.com/codeflows) in [https://github.com/honojs/hono/pull/2690](https://togithub.com/honojs/hono/pull/2690) - fix(hono-jsx): make ref unrequried for forward ref by [@​dygy](https://togithub.com/dygy) in [https://github.com/honojs/hono/pull/2715](https://togithub.com/honojs/hono/pull/2715) #### New Contributors - [@​fzn0x](https://togithub.com/fzn0x) made their first contribution in [https://github.com/honojs/hono/pull/2684](https://togithub.com/honojs/hono/pull/2684) - [@​codeflows](https://togithub.com/codeflows) made their first contribution in [https://github.com/honojs/hono/pull/2690](https://togithub.com/honojs/hono/pull/2690) - [@​dygy](https://togithub.com/dygy) made their first contribution in [https://github.com/honojs/hono/pull/2715](https://togithub.com/honojs/hono/pull/2715) **Full Changelog**: https://github.com/honojs/hono/compare/v4.3.7...v4.3.8 ### [`v4.3.7`](https://togithub.com/honojs/hono/releases/tag/v4.3.7) [Compare Source](https://togithub.com/honojs/hono/compare/v4.3.6...v4.3.7) #### What's Changed - doc(ssg): Define the default value for Content-Type by [@​watany-dev](https://togithub.com/watany-dev) in [https://github.com/honojs/hono/pull/2666](https://togithub.com/honojs/hono/pull/2666) - feat(aws-lambda): add alb event processor by [@​yiss](https://togithub.com/yiss) in [https://github.com/honojs/hono/pull/2657](https://togithub.com/honojs/hono/pull/2657) - feat(utils/cookie): allow setting cookie SameSite attribute in lowercase too by [@​BlankParticle](https://togithub.com/BlankParticle) in [https://github.com/honojs/hono/pull/2668](https://togithub.com/honojs/hono/pull/2668) - fix(method-override): remove un-needed import of URLSearchParams in method override middleware by [@​f5io](https://togithub.com/f5io) in [https://github.com/honojs/hono/pull/2679](https://togithub.com/honojs/hono/pull/2679) #### New Contributors - [@​yiss](https://togithub.com/yiss) made their first contribution in [https://github.com/honojs/hono/pull/2657](https://togithub.com/honojs/hono/pull/2657) - [@​BlankParticle](https://togithub.com/BlankParticle) made their first contribution in [https://github.com/honojs/hono/pull/2668](https://togithub.com/honojs/hono/pull/2668) - [@​f5io](https://togithub.com/f5io) made their first contribution in [https://github.com/honojs/hono/pull/2679](https://togithub.com/honojs/hono/pull/2679) **Full Changelog**: https://github.com/honojs/hono/compare/v4.3.6...v4.3.7
privatenumber/tsx (tsx) ### [`v4.11.0`](https://togithub.com/privatenumber/tsx/releases/tag/v4.11.0) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.10.5...v4.11.0) ##### Bug Fixes - only error on invalid tsconfig if explicitly passed in ([#​30](https://togithub.com/privatenumber/tsx/issues/30)) ([b6bf39b](https://togithub.com/privatenumber/tsx/commit/b6bf39b1cc4ca037a16f5b02c619ed5c36e6d598)) ##### Features - **esm api:** configurable `tsconfig` ([3f42ae3](https://togithub.com/privatenumber/tsx/commit/3f42ae3dfc666cd4a6de7376ab051840e18c8c05)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.11.0) ### [`v4.10.5`](https://togithub.com/privatenumber/tsx/releases/tag/v4.10.5) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.10.4...v4.10.5) ##### Bug Fixes - handle parsing variable `of` ([86cf87c](https://togithub.com/privatenumber/tsx/commit/86cf87c861991eddb39cf8ea88b2870b9f536ff5)), closes [#​556](https://togithub.com/privatenumber/tsx/issues/556) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.10.5) ### [`v4.10.4`](https://togithub.com/privatenumber/tsx/compare/v4.10.3...4a8a2dcce25e1223dec65219659065901fd7620f) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.10.3...v4.10.4) ### [`v4.10.3`](https://togithub.com/privatenumber/tsx/releases/tag/v4.10.3) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.10.2...v4.10.3) ##### Performance Improvements - skip parsing if `import(` is not found in minified code ([5cdd50b](https://togithub.com/privatenumber/tsx/commit/5cdd50bc3fb406c02b9508ea15e33c4f9d597bfb)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.10.3) ### [`v4.10.2`](https://togithub.com/privatenumber/tsx/compare/v4.10.1...2c87fc156b6343b1ac789ecd5de0a4b64a2f7361) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.10.1...v4.10.2)

Configuration

šŸ“… Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

cloudflare-workers-and-pages[bot] commented 4 months ago

Deploying sona-api with  Cloudflare Pages  Cloudflare Pages

Latest commit: ffdba18
Status: āœ…  Deploy successful!
Preview URL: https://9ac5823d.sona-f2s.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.sona-f2s.pages.dev

View logs