Closed renovate[bot] closed 7 months ago
This PR contains the following updates:
1.7.1
1.11.1
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.7.1
->1.11.1
Release Notes
unjs/h3 (h3)
### [`v1.11.1`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v1111) [Compare Source](https://togithub.com/unjs/h3/compare/v1.11.0...v1.11.1) [compare changes](https://togithub.com/unjs/h3/compare/v1.11.0...v1.11.1) ##### 🩹 Fixes - **ws:** Resolve pathname for matching ([4f211f8](https://togithub.com/unjs/h3/commit/4f211f8)) ##### 📖 Documentation - Update bun ws example ([da464c3](https://togithub.com/unjs/h3/commit/da464c3)) ##### 🏡 Chore - Update crossws ([a61f98a](https://togithub.com/unjs/h3/commit/a61f98a)) ##### ❤️ Contributors - Pooya Parsa ([@pi0](http://github.com/pi0)) ### [`v1.11.0`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v1110) [Compare Source](https://togithub.com/unjs/h3/compare/v1.10.2...v1.11.0) [compare changes](https://togithub.com/unjs/h3/compare/v1.10.2...v1.11.0) ##### 🚀 Enhancements - Add utilities for server sent events ([#586](https://togithub.com/unjs/h3/pull/586)) - **response:** Add `sendIterable` util ([#655](https://togithub.com/unjs/h3/pull/655)) - Handler resolver ([#669](https://togithub.com/unjs/h3/pull/669)) - Websocket support ([#671](https://togithub.com/unjs/h3/pull/671)) ##### 🩹 Fixes - **serveStatic:** Ensure `etag` header is set before sending 304 response ([#653](https://togithub.com/unjs/h3/pull/653)) ##### 📖 Documentation - Add basic jsdocs for utils ([c8aa150](https://togithub.com/unjs/h3/commit/c8aa150)) - Fix typo ([#668](https://togithub.com/unjs/h3/pull/668)) - Fix typos ([#665](https://togithub.com/unjs/h3/pull/665)) - Fix typo ([#662](https://togithub.com/unjs/h3/pull/662)) - Fix typos ([#661](https://togithub.com/unjs/h3/pull/661)) - Fix import name ([#658](https://togithub.com/unjs/h3/pull/658)) - **examples/from-expressjs-to-h3:** Add node middleware usage ([#663](https://togithub.com/unjs/h3/pull/663)) - Refine function usages ([#667](https://togithub.com/unjs/h3/pull/667)) - Remove unwanted `console.log` ([#675](https://togithub.com/unjs/h3/pull/675)) - Add jsdoc examples ([#672](https://togithub.com/unjs/h3/pull/672)) - Update jsdocs example for route utils ([#673](https://togithub.com/unjs/h3/pull/673)) ##### 🏡 Chore - **release:** V1.10.2 ([a58d7c9](https://togithub.com/unjs/h3/commit/a58d7c9)) - Apply automated fixes ([f5a89fc](https://togithub.com/unjs/h3/commit/f5a89fc)) - Fix does issues ([#657](https://togithub.com/unjs/h3/pull/657)) - Integrate automd ([5212f01](https://togithub.com/unjs/h3/commit/5212f01)) - Lint ([ddffb0e](https://togithub.com/unjs/h3/commit/ddffb0e)) - Update docs ([1d8b389](https://togithub.com/unjs/h3/commit/1d8b389)) - Update docs ([5e3b5e5](https://togithub.com/unjs/h3/commit/5e3b5e5)) - Update lockfiles ([272e1be](https://togithub.com/unjs/h3/commit/272e1be)) - Apply automated updates ([96eda87](https://togithub.com/unjs/h3/commit/96eda87)) ##### ❤️ Contributors - Pooya Parsa ([@pi0](http://github.com/pi0)) - Estéban ([@Barbapapazes](http://github.com/Barbapapazes)) - Bram Kamies - Joshua Sosso ([@joshmossas](http://github.com/joshmossas)) - Nozomu Ikuta - Markthree ([@markthree](http://github.com/markthree)) - Sacha Stafyniak ([@stafyniaksacha](http://github.com/stafyniaksacha)) - Meir Lamdan - Joshua - Matej Černý - Amit Gurbani ([@AmitGurbani](http://github.com/AmitGurbani)) - Neil Richter ([@noook](http://github.com/noook)) ### [`v1.10.2`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v1102) [Compare Source](https://togithub.com/unjs/h3/compare/v1.10.1...v1.10.2) [compare changes](https://togithub.com/unjs/h3/compare/v1.10.1...v1.10.2) ##### 🩹 Fixes - **proxy:** Ignore incoming `accept` header ([#646](https://togithub.com/unjs/h3/pull/646)) ##### ❤️ Contributors - Daniel Roe ([@danielroe](http://github.com/danielroe)) ### [`v1.10.1`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v1101) [Compare Source](https://togithub.com/unjs/h3/compare/v1.10.0...v1.10.1) [compare changes](https://togithub.com/unjs/h3/compare/v1.10.0...v1.10.1) ##### 🩹 Fixes - **setResponseHeaders:** Fix types to allow partial header names ([#607](https://togithub.com/unjs/h3/pull/607)) - **setCookie:** Allow cookies with the same name but different options ([#606](https://togithub.com/unjs/h3/pull/606)) - **getRequestWebStream:** Reuse buffered body if available ([#616](https://togithub.com/unjs/h3/pull/616)) - **getSession:** Use semaphore lock for unseal operation ([#612](https://togithub.com/unjs/h3/pull/612)) - **getRequestIP:** Use first address of `x-forwarded-for` header ([#618](https://togithub.com/unjs/h3/pull/618)) - Avoid setting default `content-type` for responses with 304 status ([#641](https://togithub.com/unjs/h3/pull/641)) ##### 💅 Refactors - Use `H3Event.node.res` for internal types ([#626](https://togithub.com/unjs/h3/pull/626)) ##### 📖 Documentation - Fix `getRequestHeaders` signuture ([#613](https://togithub.com/unjs/h3/pull/613)) - Fix typo in examples ([#631](https://togithub.com/unjs/h3/pull/631)) ##### 🏡 Chore - **release:** V1.10.0 ([ae91fc8](https://togithub.com/unjs/h3/commit/ae91fc8)) - Update lockfile ([1f9393d](https://togithub.com/unjs/h3/commit/1f9393d)) - Rename vitest config file to supress warn ([8345c1f](https://togithub.com/unjs/h3/commit/8345c1f)) - Update lockfile ([87119a1](https://togithub.com/unjs/h3/commit/87119a1)) ##### ✅ Tests - Add basic tests for session ([22807f2](https://togithub.com/unjs/h3/commit/22807f2)) - Update session test ([ba275c3](https://togithub.com/unjs/h3/commit/ba275c3)) ##### ❤️ Contributors - Pooya Parsa ([@pi0](http://github.com/pi0)) - Estéban ([@Barbapapazes](http://github.com/Barbapapazes)) - Michael BrevardConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.