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 @nuxt/kit to v3.4.2 #191

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
@nuxt/kit 3.4.1 -> 3.4.2 age adoption passing confidence

Release Notes

nuxt/nuxt ### [`v3.4.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.4.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.4.1...v3.4.2) > 3.4.2 is a patch release with the latest bug fixes and performance improvements #### ✨ What's new? Apart from the normal bug fixes, we have a couple things we should call out. 1. πŸ”₯ We're now on **Vite 4.3** ([#​20405](https://togithub.com/nuxt/nuxt/issues/20405)). This was a performance-focused release and hopefully you'll be enjoying the speed improvements! Check out [the release announcement](https://vitejs.dev/blog/announcing-vite4-3.html) for more info. 2. πŸ‘€ It's now possible to experimentally enable `@parcel/watcher` for the Nuxt dev watcher ([#​20179](https://togithub.com/nuxt/nuxt/issues/20179)). This may improve performance if you're on Windows. You'll probably also want to install `watchman` in that case. #### βœ… Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. #### πŸ‘‰ Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.4.1...v3.4.2) ##### πŸ”₯ Performance - **nuxt:** Share lazy component definitions ([#​20259](https://togithub.com/nuxt/nuxt/pull/20259)) - Remove unused deps and add implicit deps ([#​20356](https://togithub.com/nuxt/nuxt/pull/20356)) - Allow using `@parcel/watcher` for dev watcher ([#​20179](https://togithub.com/nuxt/nuxt/pull/20179)) ##### 🩹 Fixes - **vite:** Set different cache dirs for client/server ([#​20276](https://togithub.com/nuxt/nuxt/pull/20276)) - **nuxt:** Generate hi-res sourcemaps ([#​20280](https://togithub.com/nuxt/nuxt/pull/20280)) - **nuxt:** Return type directly if not picking asyncData ([#​20288](https://togithub.com/nuxt/nuxt/pull/20288)) - **nuxt:** Provide more helpful error when instance unavailable ([#​20289](https://togithub.com/nuxt/nuxt/pull/20289)) - **nuxt:** Mark `useRequestHeaders` keys as optional ([#​20286](https://togithub.com/nuxt/nuxt/pull/20286)) - **vite:** Avoid serving arbitrary file in vite-node middleware ([#​20345](https://togithub.com/nuxt/nuxt/pull/20345)) - **nuxt:** Swap preloads for json/js payloads ([#​20375](https://togithub.com/nuxt/nuxt/pull/20375)) - **nuxt:** Handle pages with no content and log warning ([#​20373](https://togithub.com/nuxt/nuxt/pull/20373)) - **test-utils:** Import jest functions from `@jest/globals` ([#​20360](https://togithub.com/nuxt/nuxt/pull/20360)) - **core,kit:** Ensure module transpilation paths are dirs ([#​20396](https://togithub.com/nuxt/nuxt/pull/20396)) - **schema:** Rely on installed telemetry types ([#​19640](https://togithub.com/nuxt/nuxt/pull/19640)) - **cli:** Load kit from `rootDir` when preparing project ([#​20401](https://togithub.com/nuxt/nuxt/pull/20401)) - **nuxt:** Clone app config on server ([#​20278](https://togithub.com/nuxt/nuxt/pull/20278)) ##### πŸ’… Refactors - **nuxt:** Rework and use `isJS` and `isVue` utilities consistently ([#​20344](https://togithub.com/nuxt/nuxt/pull/20344)) - **vite:** Use native `isFileServingAllowed` util ([#​20414](https://togithub.com/nuxt/nuxt/pull/20414)) ##### πŸ“– Documentation - Update links on hooks page ([#​20296](https://togithub.com/nuxt/nuxt/pull/20296)) - Add brief information on debugging a nuxt app ([#​20282](https://togithub.com/nuxt/nuxt/pull/20282)) - Fix vue-tsc link ([#​20350](https://togithub.com/nuxt/nuxt/pull/20350)) - Update lint command for the documentation ([#​20399](https://togithub.com/nuxt/nuxt/pull/20399)) ##### 🏑 Chore - Remove `@ts-ignore` and fix some issues ([#​20273](https://togithub.com/nuxt/nuxt/pull/20273)) - Maintain a 'next release' PR ([e6cc4aa02](https://togithub.com/nuxt/nuxt/commit/e6cc4aa02)) - Set git user ([2a596c2b3](https://togithub.com/nuxt/nuxt/commit/2a596c2b3)) - Don't list dep updates in auto-changelog ([8234bc18d](https://togithub.com/nuxt/nuxt/commit/8234bc18d)) - Update vite to v4.3 ([#​20405](https://togithub.com/nuxt/nuxt/pull/20405)) ##### πŸ€– CI - Don't run ci for release branches ([f550976f7](https://togithub.com/nuxt/nuxt/commit/f550976f7)) - Give write access to changelogensets ([0518cdbff](https://togithub.com/nuxt/nuxt/commit/0518cdbff)) ##### ❀️ Contributors - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Harlan Wilton ([@​harlan-zw](https://togithub.com/harlan-zw)) - Preet Mishra ([@​preetmishra](https://togithub.com/preetmishra)) - Lehoczky ZoltΓ‘n ([@​Lehoczky](https://togithub.com/Lehoczky)) - [@​BD103](https://togithub.com/BD103) - Anthony Fu ([@​antfu](https://togithub.com/antfu))

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 #191 (0d8c02b) into master (810c6a2) will increase coverage by 12.82%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #191       +/-   ##
===========================================
+ Coverage   66.02%   78.84%   +12.82%     
===========================================
  Files           6        6               
  Lines         156      156               
===========================================
+ Hits          103      123       +20     
+ Misses         53       33       -20     

see 3 files with indirect coverage changes

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.38 :tada:

The release is available on:

Your semantic-release bot :package::rocket: