Closed renovate[bot] closed 1 year ago
Merging #76 (f9d466f) into main (a38e17f) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #76 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 68 68
Branches 7 7
=========================================
Hits 68 68
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
This PR contains the following updates:
^3.2.3
->^3.3.1
7.29.1
->7.29.3
Release Notes
nuxt/nuxt
### [`v3.3.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.3.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.3.0...v3.3.1) > **3.3.0** is a minor (feature) release with lots of new features to play with. **3.3.1** was a swiftly following release to patch an issue with nuxi on Windows. ##### 👀 Highlights ##### ✨ Local module development DX We've landed a raft of changes to enable local modules and improve DX. We now auto-scan your `~/modules` folder and register top level files there as modules in your project ([https://github.com/nuxt/nuxt/pull/19394](https://togithub.com/nuxt/nuxt/pull/19394)). When these files are changed, we'll automatically restart the nuxt server. ```diff export default defineNuxtConfig({ modules: [ '@nuxtjs/tailwindcss', - '~/modules/purge-comments' ] }) ``` We also now expose `nuxt/kit` for easy access to kit composables in your local project without having to install `@nuxt/kit` ([https://github.com/nuxt/nuxt/pull/19422](https://togithub.com/nuxt/nuxt/pull/19422)). ##### ♻️ Restarting Nuxt You can add files to the `watch` array to automatically restart the server ([https://github.com/nuxt/nuxt/pull/19530](https://togithub.com/nuxt/nuxt/pull/19530)). This is likely to be particularly useful for module authors. You can also trigger a restart of the Nuxt server with the new `restart` hook ([https://github.com/nuxt/nuxt/pull/19084](https://togithub.com/nuxt/nuxt/pull/19084)). We also landed a couple of fixes on restarting the Nuxt server which should improve your experience when developing. ##### 🔥 Performance improvements We've increased static asset maxAge to 1yr as a matter of best practice ([https://github.com/nuxt/nuxt/pull/19335](https://togithub.com/nuxt/nuxt/pull/19335)), and support tree-shaking more of your build ([https://github.com/nuxt/nuxt/pull/19508](https://togithub.com/nuxt/nuxt/pull/19508)). We also now support preloading `pnpm/pnpm
### [`v7.29.3`](https://togithub.com/pnpm/pnpm/releases/tag/v7.29.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.29.2...v7.29.3) #### Patch Changes - Command shim should not set higher priority to the `node_modules/.pnpm/node_modules` directory through the `NODE_PATH` env variable, then the command's own `node_modules` directory [#5176](https://togithub.com/pnpm/pnpm/issues/5176). - `extend-node-path` is set back to `true` by default. It was set to `false` in v7.29.2 in order to fix issues with multiple versions of Jest in one workspace. It has caused other issues, so now we keep extending `NODE_PATH`. We have fixed the Jest issue with a different solution [#6213](https://togithub.com/pnpm/pnpm/issues/6213). #### Our Gold SponsorsConfiguration
📅 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.
👻 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.