dword-design / nuxt-mail

Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Other
239 stars 18 forks source link

fix: update dependency h3 to v1.6.2 #152

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
h3 1.4.0 -> 1.6.2 age adoption passing confidence

Release Notes

unjs/h3 ### [`v1.6.2`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v162) [Compare Source](https://togithub.com/unjs/h3/compare/v1.6.1...v1.6.2) [compare changes](https://togithub.com/unjs/h3/compare/v1.6.1...v1.6.2) ##### 🩹 Fixes - **setResponseStatus:** Mark `code` type as optional ([#​359](https://togithub.com/unjs/h3/pull/359)) - Sanitize utils and sanitize all response code and messages ([#​358](https://togithub.com/unjs/h3/pull/358)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Daniel Roe ### [`v1.6.1`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v161) [Compare Source](https://togithub.com/unjs/h3/compare/v1.6.0...v1.6.1) [compare changes](https://togithub.com/unjs/h3/compare/v1.6.0...v1.6.1) ##### 🩹 Fixes - Sanitize `statusMessage` of disallowed chars ([#​357](https://togithub.com/unjs/h3/pull/357)) ##### ❤️ Contributors - Daniel Roe ### [`v1.6.0`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v160) [Compare Source](https://togithub.com/unjs/h3/compare/v1.5.0...v1.6.0) [compare changes](https://togithub.com/unjs/h3/compare/v1.5.0...v1.6.0) ##### 🚀 Enhancements - Expose `splitCookiesString` utility ([#​343](https://togithub.com/unjs/h3/pull/343)) - `getRequestHost`, `getRequestProtocol` and `getRequestURL` utils ([#​351](https://togithub.com/unjs/h3/pull/351)) ##### 🩹 Fixes - **clearSession:** Accept partial session config ([#​328](https://togithub.com/unjs/h3/pull/328)) - **useSession:** Add types for `data` property ([#​346](https://togithub.com/unjs/h3/pull/346)) - **fetchWithEvent:** Handle undefined `init` ([c84c811](https://togithub.com/unjs/h3/commit/c84c811)) ##### 🏡 Chore - Replace deprecated methods in test and jsdocs ([#​341](https://togithub.com/unjs/h3/pull/341)) - Fix lint error ([#​342](https://togithub.com/unjs/h3/pull/342)) - **readme:** Update badges ([7afa753](https://togithub.com/unjs/h3/commit/7afa753)) - **readme:** Use correct link ([a5e9fcd](https://togithub.com/unjs/h3/commit/a5e9fcd)) - Update dev dependencies ([f0075c7](https://togithub.com/unjs/h3/commit/f0075c7)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Sébastien Chopin - 魔王少年 ([@​mao-shonen](http://github.com/mao-shonen)) - Oleg Khalin - Yuki Tsujimoto - Zhiyuanzmj ### [`v1.5.0`](https://togithub.com/unjs/h3/blob/HEAD/CHANGELOG.md#v150) [Compare Source](https://togithub.com/unjs/h3/compare/v1.4.0...v1.5.0) [compare changes](https://togithub.com/unjs/h3/compare/v1.4.0...v1.5.0) ##### 🚀 Enhancements - Add cors utils ([#​322](https://togithub.com/unjs/h3/pull/322)) - **proxy:** Support `cookieDomainRewrite` and `cookiePathRewrite` ([#​313](https://togithub.com/unjs/h3/pull/313)) ##### 🩹 Fixes - **proxy:** Separate multiple cookie headers ([#​319](https://togithub.com/unjs/h3/pull/319)) ##### 📖 Documentation - Update build status badge url ([#​331](https://togithub.com/unjs/h3/pull/331)) ##### 🌊 Types - Export `MultiPartData` ([#​332](https://togithub.com/unjs/h3/pull/332)) ##### 🏡 Chore - Improve `lint` npm script ([#​329](https://togithub.com/unjs/h3/pull/329)) - Update ufo dependency ([bdca859](https://togithub.com/unjs/h3/commit/bdca859)) ##### ❤️ Contributors - Pooya Parsa - Enkot - Nozomu Ikuta - Martin Meixger - Divyansh Singh

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #152 (726eaaf) into master (8073527) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #152   +/-   ##
=======================================
  Coverage   69.38%   69.38%           
=======================================
  Files           6        6           
  Lines         147      147           
=======================================
  Hits          102      102           
  Misses         45       45           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 3.1.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: