tobiasdiez / storybook-vue-addon

Storybook stories in native Vue format
MIT License
46 stars 1 forks source link

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

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
@babel/core (source) ^7.20.12 -> ^7.21.0 age adoption passing confidence
@nuxt/schema ^3.1.1 -> ^3.2.3 age adoption passing confidence
@storybook/addon-actions (source) ^7.0.0-beta.62 -> ^7.0.0-rc.0 age adoption passing confidence
@storybook/addon-essentials (source) ^7.0.0-beta.62 -> ^7.0.0-rc.0 age adoption passing confidence
@storybook/addon-interactions (source) ^7.0.0-beta.62 -> ^7.0.0-rc.0 age adoption passing confidence
@storybook/addon-links (source) ^7.0.0-beta.62 -> ^7.0.0-rc.0 age adoption passing confidence
@storybook/vue3 (source) ^7.0.0-beta.62 -> ^7.0.0-rc.0 age adoption passing confidence
@storybook/vue3-vite (source) 7.0.0-beta.62 -> 7.0.0-rc.0 age adoption passing confidence
@types/node (source) ^18.11.18 -> ^18.15.0 age adoption passing confidence
@vitest/coverage-c8 ^0.28.3 -> ^0.29.2 age adoption passing confidence
eslint (source) ^8.33.0 -> ^8.35.0 age adoption passing confidence
eslint-config-prettier ^8.6.0 -> ^8.7.0 age adoption passing confidence
nodemon (source) ^2.0.20 -> ^2.0.21 age adoption passing confidence
pnpm (source) 7.26.3 -> 7.29.1 age adoption passing confidence
prettier (source) ^2.8.3 -> ^2.8.4 age adoption passing confidence
rimraf ^4.1.2 -> ^4.4.0 age adoption passing confidence
rollup (source) ^3.12.1 -> ^3.19.0 age adoption passing confidence
storybook (source) 7.0.0-beta.62 -> 7.0.0-rc.0 age adoption passing confidence
tsup (source) ^6.5.0 -> ^6.6.3 age adoption passing confidence
unplugin ^1.0.1 -> ^1.1.0 age adoption passing confidence
vite (source) ^4.0.4 -> ^4.1.4 age adoption passing confidence
vite-plugin-inspect ^0.7.15 -> ^0.7.16 age adoption passing confidence
vitest ^0.28.3 -> ^0.29.2 age adoption passing confidence
vue (source) ^3.2.45 -> ^3.2.47 age adoption passing confidence
vue-tsc ^1.0.24 -> ^1.2.0 age adoption passing confidence
webpack ^5.75.0 -> ^5.76.0 age adoption passing confidence

Release Notes

babel/babel ### [`v7.21.0`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7210-2023-02-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.12...v7.21.0) ##### :rocket: New Feature - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object` - [#​15435](https://togithub.com/babel/babel/pull/15435) feat: Implement `privateFieldsAsSymbols` assumption for classes ([@​fwienber](https://togithub.com/fwienber)) - `babel-helper-create-regexp-features-plugin`, `babel-plugin-proposal-regexp-modifiers`, `babel-standalone` - [#​15226](https://togithub.com/babel/babel/pull/15226) feat: Support regexp modifiers proposal ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-cli`, `babel-core`, `babel-generator`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-react-jsx`, `babel-traverse` - [#​15022](https://togithub.com/babel/babel/pull/15022) feat: Generate sourcemaps of friendly call frames ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#​15384](https://togithub.com/babel/babel/pull/15384) \[ts] Support `const` modifier in type parameters ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-helpers`, `babel-parser`, `babel-plugin-proposal-decorators`, `babel-plugin-syntax-decorators`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15405](https://togithub.com/babel/babel/pull/15405) Implement decorators as presented at `2023-01` TC39 meeting ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​15114](https://togithub.com/babel/babel/pull/15114) Parser option to allow `new.target` outside functions ([@​overlookmotel](https://togithub.com/overlookmotel)) - [#​15320](https://togithub.com/babel/babel/pull/15320) Add `annexb: false` parser option to disable Annex B ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core` - [#​15283](https://togithub.com/babel/babel/pull/15283) feat: Support `.cts` as configuration file ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator`, `babel-parser`, `babel-plugin-transform-typescript` - [#​15381](https://togithub.com/babel/babel/pull/15381) \[ts] Support `export type * from` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-plugin-transform-typescript` - [#​15379](https://togithub.com/babel/babel/pull/15379) \[ts5.0] Better inlining of constants in enums ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core` - [#​15366](https://togithub.com/babel/babel/pull/15366) handling circular/shared structures in deep-clone ([@​azizghuloum](https://togithub.com/azizghuloum)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-private-methods`, `babel-plugin-transform-classes`, `babel-plugin-transform-new-target` - [#​15406](https://togithub.com/babel/babel/pull/15406) Preserve class elements comments in class transform ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-types` - [#​15414](https://togithub.com/babel/babel/pull/15414) \[ts] Fix restrictions for optional parameters ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-parser` - [#​15400](https://togithub.com/babel/babel/pull/15400) polish: improve "`await` as identifier" error in modules ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - `babel-core` - [#​15137](https://togithub.com/babel/babel/pull/15137) Improve CJS compat with ESM-based `@babel/core` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-plugin-transform-typescript` - [#​15418](https://togithub.com/babel/babel/pull/15418) \[ts] Handle exponentiation operator in constant folding ([@​ehoogeveen-medweb](https://togithub.com/ehoogeveen-medweb))
nuxt/nuxt ### [`v3.2.3`](https://togithub.com/nuxt/nuxt/releases/tag/v3.2.3) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.2.2...v3.2.3) > **3.2.3** is a patch release with bug fixes and performance improvements. ##### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.2.2...v3.2.3) ##### 🔥 Performance - **nuxt:** Don't update manifest in dev mode ([#​19315](https://togithub.com/nuxt/nuxt/pull/19315)) ##### 🩹 Fixes - **cli:** Restart nuxt when `distDir` is unlinked ([#​19131](https://togithub.com/nuxt/nuxt/pull/19131)) - **vite:** Normalize path emitted by vite watcher ([#​19179](https://togithub.com/nuxt/nuxt/pull/19179)) - **nuxt:** Prefetch object-syntax routes with `` ([#​19144](https://togithub.com/nuxt/nuxt/pull/19144)) - **webpack:** Use default export from webpack ([#​19166](https://togithub.com/nuxt/nuxt/pull/19166)) - **nuxt:** Preserve (re)named imports in meta ([#​19192](https://togithub.com/nuxt/nuxt/pull/19192)) - **nuxt:** Log errors thrown when booting the nuxt app ([#​19187](https://togithub.com/nuxt/nuxt/pull/19187)) - **nuxt:** Preserve explicit `rel` attribute on internal link ([#​19309](https://togithub.com/nuxt/nuxt/pull/19309)) - **nuxt:** Compatible route object for custom external routes ([#​19261](https://togithub.com/nuxt/nuxt/pull/19261)) - **vite:** Handle non-iterable `noExternal` option ([#​19256](https://togithub.com/nuxt/nuxt/pull/19256)) ##### 📖 Documentation - Fix components path ([#​19163](https://togithub.com/nuxt/nuxt/pull/19163)) - **pages:** Add example of limiting scanned routes ([#​19181](https://togithub.com/nuxt/nuxt/pull/19181)) - Update link ([#​19197](https://togithub.com/nuxt/nuxt/pull/19197)) - Clarify that app config is not available (yet) in nitro ([#​19200](https://togithub.com/nuxt/nuxt/pull/19200)) - Improved going further modules documentation ([#​19219](https://togithub.com/nuxt/nuxt/pull/19219)) - Add docs badge ([3c006b33c](https://togithub.com/nuxt/nuxt/commit/3c006b33c)) ##### 🏡 Chore - Bump package versions ([82cf19d6b](https://togithub.com/nuxt/nuxt/commit/82cf19d6b)) ##### 🤖 CI - Reduce artifact retention days ([b3ce9566a](https://togithub.com/nuxt/nuxt/commit/b3ce9566a)) ##### ❤️ Contributors - Daniel Roe - Igayamaguchi - Sébastien Chopin ([@​Atinux](http://github.com/Atinux)) - Rafael Magalhaes ([@​rafaelmagalhaes](http://github.com/rafaelmagalhaes)) - ML ([@​ijkml](http://github.com/ijkml)) - Clément Ollivier ([@​clemcode](http://github.com/clemcode)) - Joel Wenzel - Alex Liu ([@​Mini-ghost](http://github.com/Mini-ghost)) - Anthony Fu - Julien Huang - Usagizmo ### [`v3.2.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.2.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.2.1...v3.2.2) > **3.2.1** is a patch release with (lots of) bug fixes and performance improvements since last week's minor release. > **3.2.2** was a swiftly following release to patch an issue with `nuxi init` #### 👀 Highlights As a patch release, there are mostly bug fixes and performance improvements in the changelog. (Nevertheless, it's always worth reading through!) But one point of note is an experimental reload strategy when chunk errors are encountered. We're hoping to finalise the API and land it in v3.3 (our next feature release) with [https://github.com/nuxt/nuxt/pull/19086](https://togithub.com/nuxt/nuxt/pull/19086), but you can test out an experimental version with the following config: ```ts export default defineNuxtConfig({ experimental: { emitRouteChunkError: 'reload' } }) ``` With this strategy, your app will hard reload on route changes if there's a chunk error. More info at [https://github.com/nuxt/nuxt/pull/19038](https://togithub.com/nuxt/nuxt/pull/19038). #### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.2.0...v3.2.1) ##### 🚀 Enhancements - **nuxt:** Add experimental `app:chunkError` hook and reload strategy ([#​19038](https://togithub.com/nuxt/nuxt/pull/19038)) ##### 🔥 Performance - **nuxt:** Allow tree-shaking empty meta from build ([#​19032](https://togithub.com/nuxt/nuxt/pull/19032)) - **nuxt:** Animate transform rather than width ([#​19073](https://togithub.com/nuxt/nuxt/pull/19073)) - **nuxt:** Don't include side-effects from `#components` ([#​19008](https://togithub.com/nuxt/nuxt/pull/19008)) ##### 🩹 Fixes - **schema:** Allow type inference of arrays in runtime config ([#​18931](https://togithub.com/nuxt/nuxt/pull/18931)) - **nuxt:** Avoid recursive import in nitro renderer ([#​18948](https://togithub.com/nuxt/nuxt/pull/18948)) - **nuxt:** Expose `nuxt/schema` subpath for augmentation ([#​18922](https://togithub.com/nuxt/nuxt/pull/18922)) - **nitro:** Ensure ssr error `statusCode` is a number ([#​19001](https://togithub.com/nuxt/nuxt/pull/19001)) - **nuxt:** Prevent hyphens forming child routes & warn if dupes are detected ([#​18944](https://togithub.com/nuxt/nuxt/pull/18944)) - **schema:** Transpile `nuxt/app` by default ([#​19009](https://togithub.com/nuxt/nuxt/pull/19009)) - **vite:** Exclude `nuxt/app` from optimised deps ([9e789c76c](https://togithub.com/nuxt/nuxt/commit/9e789c76c)) - **vite:** Respect `isCustomElement` config for jsx transform ([#​19053](https://togithub.com/nuxt/nuxt/pull/19053)) - **nuxt:** Use parser to treeshake client-only declarations ([#​18951](https://togithub.com/nuxt/nuxt/pull/18951)) - **cli:** Pass through exit code from test errors ([#​18959](https://togithub.com/nuxt/nuxt/pull/18959)) - **nuxt:** Show client error if no page matches after validate fails ([#​18978](https://togithub.com/nuxt/nuxt/pull/18978)) - **cli:** Read `devServer` options from nuxt config ([#​19055](https://togithub.com/nuxt/nuxt/pull/19055)) - **nuxt:** Validate no `//` in path when constructing payload url ([#​19085](https://togithub.com/nuxt/nuxt/pull/19085)) - **nuxt:** Restore previous check on payload url ([e9ff34ace](https://togithub.com/nuxt/nuxt/commit/e9ff34ace)) - **nuxt:** Test generated pathname ([af55b9882](https://togithub.com/nuxt/nuxt/commit/af55b9882)) - **nuxt:** Respect redirects which differ only by trailing slash ([#​18593](https://togithub.com/nuxt/nuxt/pull/18593)) - **nuxt:** Pass nuxt + workspace paths when importing builder ([#​19099](https://togithub.com/nuxt/nuxt/pull/19099)) ##### 💅 Refactors - **nuxt:** Combine imports from same relative path ([ee2f568fc](https://togithub.com/nuxt/nuxt/commit/ee2f568fc)) ##### 📖 Documentation - Add info for `nuxi devtools` command ([#​18888](https://togithub.com/nuxt/nuxt/pull/18888)) - Update link to bridge repo ([#​18950](https://togithub.com/nuxt/nuxt/pull/18950)) - Fix typos ([#​18976](https://togithub.com/nuxt/nuxt/pull/18976)) - Fix typo ([#​18975](https://togithub.com/nuxt/nuxt/pull/18975)) - Fix link to ESM page ([#​19000](https://togithub.com/nuxt/nuxt/pull/19000)) - Fix spacing ([#​19018](https://togithub.com/nuxt/nuxt/pull/19018)) - Flatten top-level project in layers example ([#​18967](https://togithub.com/nuxt/nuxt/pull/18967)) - Remove reference to obsolete `static` property ([80f73d39c](https://togithub.com/nuxt/nuxt/commit/80f73d39c)) - Add note about nested directory order ([#​19061](https://togithub.com/nuxt/nuxt/pull/19061)) - Updated public directory explanation ([#​18464](https://togithub.com/nuxt/nuxt/pull/18464)) - Add information on when mw runs & how to skip ([#​19083](https://togithub.com/nuxt/nuxt/pull/19083)) - Add `sendRedirect` usage ([#​19070](https://togithub.com/nuxt/nuxt/pull/19070)) ##### 📦 Build - **nuxt:** Add `nuxt/schema` to externals ([e3e768873](https://togithub.com/nuxt/nuxt/commit/e3e768873)) - Add `nuxt` to nuxt externals ([b1b908b1e](https://togithub.com/nuxt/nuxt/commit/b1b908b1e)) ##### 🏡 Chore - Increase node 14 minor version constraint ([#​19111](https://togithub.com/nuxt/nuxt/pull/19111)) - Update nitropack and unjs dependencies ([#​19100](https://togithub.com/nuxt/nuxt/pull/19100)) - Dedupe rollup ([576ce9ee3](https://togithub.com/nuxt/nuxt/commit/576ce9ee3)) ##### ✅ Tests - Skip vnode warning on windows dev mode ([71bcd9550](https://togithub.com/nuxt/nuxt/commit/71bcd9550)) ##### 🤖 CI - Run webpack/vite and dev/prod as matrices ([#​18905](https://togithub.com/nuxt/nuxt/pull/18905)) ##### ❤️ Contributors - Daniel Roe - Pooya Parsa - Mathieu Magalhaes - Yuyin - Hamish Claxton - Nathan Chase - Alex - Julien Huang - Nick Williams - Favour Felix Chinemerem - Alois Sečkár - Florent Delerue - Xin Du (Clark) - Tim Van Den Eijnden - Benjamin Flesch - Lioness100 - Felix ### [`v3.2.1`](https://togithub.com/nuxt/nuxt/compare/v3.2.0...v3.2.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.2.0...v3.2.1) ### [`v3.2.0`](https://togithub.com/nuxt/nuxt/releases/tag/v3.2.0) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.1.2...v3.2.0) > **3.2.0** is the first minor release since we've started our new release schedule. We've brought it forward by a couple of weeks to include some goodies we want you to be able to play with soon. #### 👀 Highlights - ⚡️ **Nuxt DevTools** > You can opt-in to Nuxt DevTools per-project by going to the project root and running: > > ```bash > npx nuxi@latest devtools enable > ``` > > Restart your Nuxt server and open your app in browser. Click the Nuxt icon on the bottom (or press `Alt+D`) to toggle the DevTools. More information in the [docs](https://togithub.com/nuxt/devtools)! - ✨ **Better DX for overriding** `runtimeConfig`, including inline type helpers

- 🪄 **Automatically inferred return type** for `useFetch` and `$fetch` based on method. > It'll be a type error to use the wrong method when hitting an endpoint. > > Plus, if you have multiple methods served by a single endpoint (like `~/server/api/test.get.ts` and `~/server/api/test.post.ts` then the response type will match the kind of response you make. - 🍪 `useFetch` is now integrated with `event.$fetch`, meaning **cookies and context are now passed to api requests automagically** within internal requests. - 🔥 We now **treeshake client-only components** out of the server build more effectively using the experimental `treeshakeClientOnly` feature > This is turned on by default but if you experience any issues, you can turn this off via: > > ```js > export default defineNuxtConfig({ > experimental: { > treeshakeClientOnly: false > } > }) > ``` - 🛠️ New **`addRouteMiddleware` kit utility** for module authors - 💪 **Nitropack v2.2** has been released > Lots of features, including runtime proxy support using route rules, nested fetch calls, binary and raw storage operations, exposed `event.context.cf` (cloudflare) and built-in session support. > > For full details see [release notes](https://togithub.com/unjs/nitro/blob/main/CHANGELOG.md#v220) #### Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.1.2...v3.2.0) ##### 🚀 Enhancements - **kit:** Add `addRouteMiddleware` method ([#​18553](https://togithub.com/nuxt/nuxt/pull/18553)) - **cli:** Warn when prerendering routes with `ssr: false` ([#​18783](https://togithub.com/nuxt/nuxt/pull/18783)) - **schema:** Add type hints for runtime config ([#​18652](https://togithub.com/nuxt/nuxt/pull/18652)) - **nuxt:** Support type auto-import ([#​18859](https://togithub.com/nuxt/nuxt/pull/18859)) - **nuxt:** Infer `useFetch` return based on the method ([#​18526](https://togithub.com/nuxt/nuxt/pull/18526)) - **cli:** Add initial support for enabling/disabling devtools ([#​18864](https://togithub.com/nuxt/nuxt/pull/18864)) - **nuxt:** Upgrade to nitropack 2.2 ([#​18889](https://togithub.com/nuxt/nuxt/pull/18889)) ##### 🔥 Performance - **vite:** Use stub entry in vite server build when ` ssr: false ` ([#​18782](https://togithub.com/nuxt/nuxt/pull/18782)) ##### 🩹 Fixes - **nuxt:** Treeshake client-only components with placeholders ([#​8789](https://togithub.com/nuxt/nuxt/pull/8789)) - **webpack:** Client-side typechecking when `ssr: false` ([#​18828](https://togithub.com/nuxt/nuxt/pull/18828)) - **vite:** Exclude styles, not all assets ([#​18752](https://togithub.com/nuxt/nuxt/pull/18752)) - **nuxt:** Defer adding route path to preloaded record ([#​18862](https://togithub.com/nuxt/nuxt/pull/18862)) - **nuxt:** Don't exclude pnpm layers from nitro esbuild/imports ([#​9952](https://togithub.com/nuxt/nuxt/pull/9952)) - **nuxt:** Use parser to treeshake `` ([#​8713](https://togithub.com/nuxt/nuxt/pull/8713)) - Reorder the types field in package.json ([#​18880](https://togithub.com/nuxt/nuxt/pull/18880)) ##### 💅 Refactors - **nuxt:** Within nuxt app, import directly from source file ([#​18902](https://togithub.com/nuxt/nuxt/pull/18902)) ##### 📖 Documentation - Remove extra word ([#​18750](https://togithub.com/nuxt/nuxt/pull/18750)) - **example:** Fix app config link ([#​18760](https://togithub.com/nuxt/nuxt/pull/18760)) - Add `useError` composable ([#​8912](https://togithub.com/nuxt/nuxt/pull/8912)) - Clarify augmenting input/output app config ([#​8953](https://togithub.com/nuxt/nuxt/pull/8953)) - Add explanation of composable lifecycle ([#​8116](https://togithub.com/nuxt/nuxt/pull/8116)) - **typescript:** Type-checking guide ([#​18768](https://togithub.com/nuxt/nuxt/pull/18768)) - **schema:** Add NuxtHooks interface documentation ([#​18756](https://togithub.com/nuxt/nuxt/pull/18756)) - Resolve `preloadRouteComponents` page heading error ([#​18804](https://togithub.com/nuxt/nuxt/pull/18804)) - Update to nuxt 2.16.0 in bridge installation ([#​18836](https://togithub.com/nuxt/nuxt/pull/18836)) - Add link to vue hydration mismatch docs ([#​18842](https://togithub.com/nuxt/nuxt/pull/18842)) - Update auto-imports for the server part ([#​18848](https://togithub.com/nuxt/nuxt/pull/18848)) - Warn about slots in server components ([#​18854](https://togithub.com/nuxt/nuxt/pull/18854)) - Add explanation with augmented meta for new routes ([#​18901](https://togithub.com/nuxt/nuxt/pull/18901)) ##### ✅ Tests - Decrease vite logging during tests ([5426e5609](https://togithub.com/nuxt/nuxt/commit/5426e5609)) ##### ❤️ Contributors - Daniel Roe - Pooya Parsa - Chen - Julien Huang - Yasser Lahbibi - Dany Sluijk - Alex Liu - Anthony Fu - Ayaka Rizumu - Alexander Lichter - Sébastien Chopin - Mehdi HosseinZade - Yesid - Lucas - Joseph Ojoko - Dago - Krutie Patel - Leigh ### [`v3.1.2`](https://togithub.com/nuxt/nuxt/releases/tag/v3.1.2) [Compare Source](https://togithub.com/nuxt/nuxt/compare/3.1.1...v3.1.2) > **3.1.2** is a patch release with bug fixes (particularly focusing on performance and DX). #### Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.1.1...v3.1.2) ##### 🔥 Performance - **nuxt:** Simplify generated variable names ([#​18629](https://togithub.com/nuxt/nuxt/pull/18629)) - **vite:** Use compiled regexp for test ([#​18646](https://togithub.com/nuxt/nuxt/pull/18646)) - **nuxt:** Cache result of importing styles module ([#​18734](https://togithub.com/nuxt/nuxt/pull/18734)) ##### 🩹 Fixes - **nuxt:** Provide fallback values for undefined runtime config ([#​18586](https://togithub.com/nuxt/nuxt/pull/18586)) - **kit:** Don't use default export of defu ([#​18589](https://togithub.com/nuxt/nuxt/pull/18589)) - Use named export from `defu` in all places ([#​18624](https://togithub.com/nuxt/nuxt/pull/18624)) - **nuxt:** Dedupe vue-router ([#​18626](https://togithub.com/nuxt/nuxt/pull/18626)) - **test-utils:** Prevent orphaned processes and use baseURL when loading ([#​18623](https://togithub.com/nuxt/nuxt/pull/18623)) - **vite:** Ensure `__publicAssetsURL` set before loading assets ([#​18642](https://togithub.com/nuxt/nuxt/pull/18642)) - **kit:** Avoid adding already installed modules to internal `_installedModules` ([#​18647](https://togithub.com/nuxt/nuxt/pull/18647)) - **nuxt:** Make `onNuxtReady` safe to run on server-side ([#​18706](https://togithub.com/nuxt/nuxt/pull/18706)) - **vite, webpack:** Omit magic keys when import of same name is detected ([#​18733](https://togithub.com/nuxt/nuxt/pull/18733)) ##### 📖 Documentation - Update `vue-gtag` plugin example ([#​18528](https://togithub.com/nuxt/nuxt/pull/18528)) - Mention virtual file system ([#​18546](https://togithub.com/nuxt/nuxt/pull/18546)) - Mention head composable as alternative to `useHead` ([#​18552](https://togithub.com/nuxt/nuxt/pull/18552)) - Use `defineEventHandler()` to avoid warnings ([#​18557](https://togithub.com/nuxt/nuxt/pull/18557)) - Remove unnecessary `JSON.stringify()` ([#​18590](https://togithub.com/nuxt/nuxt/pull/18590)) - Updated unreachable docus url in documentation ([#​18618](https://togithub.com/nuxt/nuxt/pull/18618)) - Add link to pages documentation to routing ([#​18602](https://togithub.com/nuxt/nuxt/pull/18602)) - Add comment about needing to install `@types/node` manually ([6b2bc680b](https://togithub.com/nuxt/nuxt/commit/6b2bc680b)) - Add note about directory import ([d2c00dc46](https://togithub.com/nuxt/nuxt/commit/d2c00dc46)) - Fix array syntax ([f14f3815f](https://togithub.com/nuxt/nuxt/commit/f14f3815f)) - Fix buttons width on getting started ([#​18643](https://togithub.com/nuxt/nuxt/pull/18643)) - Add `.env` to directory structure and improve config docs ([#​18594](https://togithub.com/nuxt/nuxt/pull/18594)) - Mention options api equivalent for `head()` ([#​18650](https://togithub.com/nuxt/nuxt/pull/18650)) - Fix broken link to esm section ([#​18716](https://togithub.com/nuxt/nuxt/pull/18716)) - Improve routing `validate` example ([#​18728](https://togithub.com/nuxt/nuxt/pull/18728)) ##### 🏡 Chore - Update `2.x` branch name ([727cf7958](https://togithub.com/nuxt/nuxt/commit/727cf7958)) ##### ✅ Tests - **nuxt:** Exclude new internal vue `assertNumber` helper ([aa646f065](https://togithub.com/nuxt/nuxt/commit/aa646f065)) ##### 🤖 CI - Publish nightly `nuxt-edge` for nuxt v2 ([dd0e2643c](https://togithub.com/nuxt/nuxt/commit/dd0e2643c)) - Fix ref for 2.x branch ([21badd9f2](https://togithub.com/nuxt/nuxt/commit/21badd9f2)) - Allow manually dispatching nightly nuxt2 build ([09114125c](https://togithub.com/nuxt/nuxt/commit/09114125c)) ##### ❤️ Contributors - Daniel Roe - Aimer-fan - Rémi Robichet - Pooya Parsa - Florent Delerue - Tobias Diez - Jenni - Arun Govil - 华晨 - Inesh Bose - Theo Ephraim
storybookjs/storybook ### [`v7.0.0-rc.0`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#​700-rc0-March-10-2023) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.0-beta.64...v7.0.0-rc.0) ##### Bug Fixes - CLI: Upgrade non-core storybook packages better [#​21508](https://togithub.com/storybooks/storybook/pull/21508) - Svelte: Pass all arguments to configure through to fix StoryStoreV6 [#​21491](https://togithub.com/storybooks/storybook/pull/21491) - Core: Fix project root detection in yarn PnP without git [#​21461](https://togithub.com/storybooks/storybook/pull/21461) - Telemetry: Replace isomorphic-unfetch with node-fetch in telemetry [#​21497](https://togithub.com/storybooks/storybook/pull/21497) - Core: Fix builders/renderer PnP support [#​21486](https://togithub.com/storybooks/storybook/pull/21486) - CLI: Require main.js without cache in automigrations [#​21498](https://togithub.com/storybooks/storybook/pull/21498) ##### Maintenance - CLI: Filter out internal static dir logging [#​21137](https://togithub.com/storybooks/storybook/pull/21137) - Docs: Error if you try to index an MDX file in ssv6 [#​21495](https://togithub.com/storybooks/storybook/pull/21495) ##### Build - Build: add slash to fix windows test [#​21518](https://togithub.com/storybooks/storybook/pull/21518) ### [`v7.0.0-beta.64`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#​700-beta64-March-9-2023) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.0-beta.63...v7.0.0-beta.64) ##### Bug Fixes - Vite: Fix HMR of preview.js [#​21485](https://togithub.com/storybooks/storybook/pull/21485) - Vite: Make sure we update the vite import map when .mdx is added [#​21490](https://togithub.com/storybooks/storybook/pull/21490) - Docs: Don't allow passing `of={}` with undefined prop [#​21452](https://togithub.com/storybooks/storybook/pull/21452) - Composition: Restore support for v2 stories.json [#​21354](https://togithub.com/storybooks/storybook/pull/21354) ### [`v7.0.0-beta.63`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#​700-beta63-March-9-2023) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.0.0-beta.62...v7.0.0-beta.63) ##### Bug Fixes - Story Index: Fix storySort parsing for parameters variable [#​21481](https://togithub.com/storybooks/storybook/pull/21481) - React/Vite: Add some missing types [#​21449](https://togithub.com/storybooks/storybook/pull/21449) - Docs: Cleanup with Promise instead of setTimeout [#​21476](https://togithub.com/storybooks/storybook/pull/21476) - Docs: Re-render MDX files when you fix a thrown error [#​21454](https://togithub.com/storybooks/storybook/pull/21454) - CLI: Fix mdx-to-csf codemod blocks imports [#​21448](https://togithub.com/storybooks/storybook/pull/21448) ##### Maintenance - CLI: Copy tweaks for automigrations [#​21475](https://togithub.com/storybooks/storybook/pull/21475) - CLI: Warn the user when stories glob does not match any file [#​21392](https://togithub.com/storybooks/storybook/pull/21392) - Docs: Use `Of` type in `useOf` argument [#​21442](https://togithub.com/storybooks/storybook/pull/21442) - Telemetry: Is interactive shell [#​21436](https://togithub.com/storybooks/storybook/pull/21436)
vitest-dev/vitest ### [`v0.29.2`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.29.2) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.29.1...v0.29.2) #####    🐞 Bug Fixes - Optimize dependencies in setup files  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2935](https://togithub.com/vitest-dev/vitest/issues/2935) [(c169f)](https://togithub.com/vitest-dev/vitest/commit/c169f980) - **coverage**: C8 provider to work when isolate:false  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2929](https://togithub.com/vitest-dev/vitest/issues/2929) [(86538)](https://togithub.com/vitest-dev/vitest/commit/8653830b) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.29.1...v0.29.2) ### [`v0.29.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.29.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.29.0...v0.29.1) #####    🐞 Bug Fixes - Wait for optimized dependency to be bundled in non-pnpm package managers  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(d2460)](https://togithub.com/vitest-dev/vitest/commit/d2460b7a) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.29.0...v0.29.1) ### [`v0.29.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.29.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.28.5...v0.29.0) This release makes some significant changes to how tests are running. If you were using `--no-threads` before, you might consider enabling `--single-thread` instead (because your tests are now running in `child_process` instead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (like `process.chdir()`, you can now use this option. One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with `--no-isolate`, `--no-threads` or `--single-thread` - you might need to update your setup files if you were relying on a global variable before. If you had performance issues on large code bases before, try the new [`deps.experimentalOptimizer`](https://vitest.dev/config/#deps-experimentaloptimizer) option instead of disabling threads. Feedback is welcome! One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots. #####    🚨 Breaking Changes - Vitest as peer dependency for coverage packages  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2836](https://togithub.com/vitest-dev/vitest/issues/2836) [(94247)](https://togithub.com/vitest-dev/vitest/commit/94247f1b) - Coverage-c8 to use V8 profiler directly instead of `NODE_V8_COVERAGE`  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2786](https://togithub.com/vitest-dev/vitest/issues/2786) [(095c6)](https://togithub.com/vitest-dev/vitest/commit/095c6390) - Add a link to the comment at the top of the snapshot file  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/2867](https://togithub.com/vitest-dev/vitest/issues/2867) [(615e1)](https://togithub.com/vitest-dev/vitest/commit/615e150b) - Always run separate environments in isolation  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2860](https://togithub.com/vitest-dev/vitest/issues/2860) [(1f858)](https://togithub.com/vitest-dev/vitest/commit/1f858e0c) - Tests with `node` and `jsdom` (and other environments) now don't share the same global scope, if you run them with `--no-isolate` or `--no-threads` flag. Vitest doesn't provide a way to restore the previous behavior as it is considered a bug. - Use child_process when --no-threads is used  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2772](https://togithub.com/vitest-dev/vitest/issues/2772) [(7bf54)](https://togithub.com/vitest-dev/vitest/commit/7bf54505) - Tests inside `chid_process` might run longer due to the communication overhead. If you want to restore the previous behavior, use `--single-thread`. #####    🚀 Features - Add test seed to banner  -  by [@​btkostner](https://togithub.com/btkostner) in [https://github.com/vitest-dev/vitest/issues/2877](https://togithub.com/vitest-dev/vitest/issues/2877) [(bdb39)](https://togithub.com/vitest-dev/vitest/commit/bdb39569) - Use custom source-map-support implementation  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2905](https://togithub.com/vitest-dev/vitest/issues/2905) [(6ff6c)](https://togithub.com/vitest-dev/vitest/commit/6ff6c6eb) - Add an option to enable Vite optimizer  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2912](https://togithub.com/vitest-dev/vitest/issues/2912) [(af8de)](https://togithub.com/vitest-dev/vitest/commit/af8de362) - **coverage**: - Add support for coverage reporter options  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2690](https://togithub.com/vitest-dev/vitest/issues/2690) [(f8176)](https://togithub.com/vitest-dev/vitest/commit/f8176182) - Automatic threshold updating  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2886](https://togithub.com/vitest-dev/vitest/issues/2886) [(e1652)](https://togithub.com/vitest-dev/vitest/commit/e1652163) - **spy**: - Implement mock.withImplementation API  -  by [@​obadakhalili](https://togithub.com/obadakhalili) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2835](https://togithub.com/vitest-dev/vitest/issues/2835) [(610b1)](https://togithub.com/vitest-dev/vitest/commit/610b1d46) - **vite-node**: - Cli option for vite mode  -  by [@​abarke](https://togithub.com/abarke) in [https://github.com/vitest-dev/vitest/issues/2893](https://togithub.com/vitest-dev/vitest/issues/2893) [(0fc08)](https://togithub.com/vitest-dev/vitest/commit/0fc08032) #####    🐞 Bug Fixes - Wait for console.log to print a message before terminating a worker  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2861](https://togithub.com/vitest-dev/vitest/issues/2861) [(fbc54)](https://togithub.com/vitest-dev/vitest/commit/fbc54c91) - Cleanup last mocked cache when call vi.doMock  -  by [@​mysteryven](https://togithub.com/mysteryven) in [https://github.com/vitest-dev/vitest/issues/2872](https://togithub.com/vitest-dev/vitest/issues/2872) [(65d71)](https://togithub.com/vitest-dev/vitest/commit/65d71b9e) - Reload changed configuration file on watch mode  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2889](https://togithub.com/vitest-dev/vitest/issues/2889) [(4d277)](https://togithub.com/vitest-dev/vitest/commit/4d277d8d) - **coverage**: Custom providers to work inside worker threads  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/2817](https://togithub.com/vitest-dev/vitest/issues/2817) [(81604)](https://togithub.com/vitest-dev/vitest/commit/81604bce) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.28.5...v0.29.0) ### [`v0.28.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.28.5) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.28.4...v0.28.5) #####    🚀 Features - Add --script option to vite-node  -  by [@​jgoux](https://togithub.com/jgoux) and [@​dammy001](https://togithub.com/dammy001) in [https://github.com/vitest-dev/vitest/issues/2793](https://togithub.com/vitest-dev/vitest/issues/2793) [(d3d6b)](https://togithub.com/vitest-dev/vitest/commit/d3d6b1fc) - Inject executor directly into runner  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2858](https://togithub.com/vitest-dev/vitest/issues/2858) [(62c43)](https://togithub.com/vitest-dev/vitest/commit/62c43420) #####    🐞 Bug Fixes - Don't call "afterAll" hooks, if suite was skipped  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2802](https://togithub.com/vitest-dev/vitest/issues/2802) [(aa1aa)](https://togithub.com/vitest-dev/vitest/commit/aa1aa4da) - Always display serialized error, even if it doesn't have stack  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2829](https://togithub.com/vitest-dev/vitest/issues/2829) [(ab5f8)](https://togithub.com/vitest-dev/vitest/commit/ab5f8927) - Clear mocks between tests  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2857](https://togithub.com/vitest-dev/vitest/issues/2857) [(c420c)](https:

Configuration

📅 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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #28 (a30e061) into main (f191d08) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   98.52%   98.52%           
=======================================
  Files           1        1           
  Lines         203      203           
  Branches       36       36           
=======================================
  Hits          200      200           
  Misses          3        3           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more