chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @nuxt/kit | ^3.0.0-rc.12 -> ^3.0.0 |
||||
| @nuxt/module-builder | ^0.2.0 -> ^0.2.1 |
||||
| @nuxt/schema | ^3.0.0-rc.12 -> ^3.0.0 |
||||
| @nuxt/test-utils | ^3.0.0-rc.12 -> ^3.0.0 |
||||
| eslint (source) | ^8.26.0 -> ^8.28.0 |
||||
| nuxt | ^3.0.0-rc.12 -> ^3.0.0 |
||||
| vitest | ^0.24.3 -> ^0.25.3 |
Release Notes
nuxt/framework
v3.0.0: Nuxt 3.0 stable
✨ Official Release Announcenment
📝 Changelog
Check out v3.0.0-rc.14 for other recent changes.
🩹 Fixes
- nuxt: Removed auto imports (#9045)
-
schema: Initialise
runtimeConfig.publicwith empty object (#9050) -
cli: Upgrade with
latesttag (#9060) -
nuxt: Allow union type arguments for
useAsyncData(#9061)
📖 Documentation
- New website design (#9007)
- Update website theme version (819deb89)
- Minor style improvements (9ab069b2)
- Update website-theme (780b17b1)
- Add warning about
definePageMetaissues with transitions andNuxtLoadingIndicator(#9055) - Add missing agencies (#9059)
🏡 Chore
❤️ Contributors
- Toby Faux
- Clément Ollivier (@clemcode)
- Pooya Parsa (@pi0)
- Conner (@Intevel)
- Sébastien Chopin (@Atinux)
- Daniel Roe [email protected]
v3.0.0-rc.14
Note This is the last release candidate for Nuxt v3! Are you ready? 👀
Changelog
⚠️ Breaking Changes
-
cli: Setup nuxt globally with
nuxt test(#4578) -
nuxt: Only add
$ffetch prefix to auto-keys (#8852) -
test-utils: Use
vitest/nodesubpath export (#8815) -
nuxt: Remove
initialCacheoption (#8885) -
nuxt: Enable payload extraction only for
nuxi generate(#9018) -
nuxt: Include request url and params in
useFetchkey (#6632) -
nuxt: Fix typo for
NuxtRenderHTMLContext.bodyPrepend(#8712) (#8704) -
nuxt: Remove support for
404.vueshorthand (#8809) - kit: Remove support for module container (#9010)
-
nuxt: Move
headoption support intodefineNuxtComponent(#8901) - Remove deprecated api (#9029)
- Remove
PrivateRuntimeConfiginterface support - RemoveautoImportsoption - RemoveautoImports:extendhook support - Remove deprecatedaddAutoImportandaddAutoImportutilities (useaddImportsandaddImportsDir) - Removedeferoption foruseAsyncData- Remove support forinstallModule(nuxt, nuxtModule)- Remove support for module defenition as function - Remove support fornamein module definition (usemeta.name) - Remove deprecatedthrowError(useshowError) - Remove deprecateduseActiveRoute(useuseRoute) - Remove deprecatedNuxtConfiganddefineNuxtConfigimports fromnuxt(import fromnuxt/config) - Remove deprecated<Script>component (useuseHead) - Remove deprecatedRouterConfigOptionsinterface (useRouterConfigSerializable) - Remove deprecatedfileNamefor template options (usefilename) - Remove deprecated<NuxtNestedPage>and<NuxtChild>components - Remove deprecatedbuildModulesconfig - Remove deprecatedprivateRuntimeConfigandpublicRuntimeConfigoptions - Remove deprecatedimports.presets[].name(usepresets.importsinstead)
🚀 Enhancements
-
nuxt: Add
isExternalto<NuxtLink>slot props (#8800) -
nuxt: Auto-import
utils/directory (#8817) - cli: Wrap and normalize all console outputs (#8846)
- nuxt: Allow customizing root id and tag (#8883)
-
nuxt: Add
onBeforeRouteLeaveandonBeforeRouteUpdatecomposables (#8889) -
cli: ⚠️ Setup nuxt globally with
nuxt test(#4578) -
cli: Auto-generate
.npmrcand setting for pnpm (#7407) - nuxt, schema: Migrate to @vueuse/head v1 (#8975)
🩹 Fixes
- nuxt: Check if global transitions are activated for scroll behavior (#8700)
-
nuxt: Allow cookies to be set to
nullto unset them (#8769) - nuxt: Add catchall paths to prerender list (#8782)
- schema: Add declarations to ignore list (#8787)
-
ssr: Ensure
useRequestHeadersare case-insensitive (#8805) - nuxt: Do not render page if we are throwing error (#8821)
- nuxt: Swallow issues with query selectors (#8843)
-
nuxt: ⚠️ Only add
$ffetch prefix to auto-keys (#8852) -
test-utils: Detect project root using
nuxt.configwith.mjsand.cjsextensions (#8855) -
cli: Exclude
distfrom type checking (#8848) -
test-utils: ⚠️ Use
vitest/nodesubpath export (#8815) - nuxt: Detect non-functional imports within page meta (#8881)
- nuxt: Preserve render errors (#8884)
-
nuxt: ⚠️ Remove
initialCacheoption (#8885) -
nuxt: Use
app.baseURLwhen fetching error page on server (#8888) -
nuxt: Avoid passing attrs to default slot for
<ClientOnly>component (#8921) -
vite: Add extend layers to
fs.allow(#9006) - nuxt: Include layers in esbuild transform (#9014)
- kit: Add external module to transpile (#8963)
-
nuxt: ⚠️ Enable payload extraction only for
nuxi generate(#9018) -
nuxt: ⚠️ Include request url and params in
useFetchkey (#6632) - nuxt: Improve hmr for pages macros (#8940)
💅 Refactors
-
nuxt: ⚠️ Fix typo for
NuxtRenderHTMLContext.bodyPrepend(#8712) -
nuxt: ⚠️ Fix typo for
NuxtRenderHTMLContext.bodyPrepend(#8704) -
nuxt: ⚠️ Remove support for
404.vueshorthand (#8809) - nuxt: Explicitly import app in nuxt-root (#8729)
- kit: ⚠️ Remove support for module container (#9010)
- Update unjs dependencies to stable v1 (#9011)
-
nuxt: ⚠️ Move
headoption support intodefineNuxtComponent(#8901) - ⚠️ Remove deprecated api (#9029)
📖 Documentation
- Update 2.nuxt-page.md (#8761)
- Update roadmap for november (#8766)
- Use update import for
defineLazyEventHandler(#8767) - Remove stability-edge (507f444c)
- deployment: Remove usage of custom icons (8e4068b7)
- Improve examples content (1582f8ec)
-
api: Add
useRequestHeaderscomposable example (#8833) - Add entry for
extendPages(#8860) -
api: Add
refreshNuxtDatautil examples (#8845) - Get event before running async function (#8861)
-
api: Add
useHydrationcomposable (#8768) - Add
queryoption with example foruseFetch(#8719) - Add initial documentation for router composables (#8895)
- Add tls option to redis example (#8900)
- Fix syntax errors in server storage example (#8906)
- Fix typo (#8970)
- api: Add spaces to avoid breaking mobile layout (#8967)
- Typo in
available(#8966) - Add a bit more detail in the
definePageMetawarning to specify it needs to be in a page (#8923) - Match the open graph protocol markup (#8959)
- Fix typos (#8976)
❤️ Contributors
- Anthony Fu <anthonyfu117@hotmail.com>
- Daniel Roe [email protected]
- Pooya Parsa (@pi0)
- Harlan Wilton (@harlan-zw)
- Mehdi HosseinZade (@xtoolkit)
- Silvesterwali
- Israel Ortuño [email protected]
- Kevin Olson (@acidjazz)
- Julien Huang
- Okoro Redemption (@therealokoro)
- Clément Ollivier (@clemcode)
- Cedric Wetzel (@cedWetzel)
- Percy Ma (@kecrily)
- Ali Soueidan
- Toby Faux
- Stefan [email protected]
- Krutie Patel [email protected]
- Horu
- Cue
- Alexander Lichter (@manniL)
- Sébastien Chopin (@Atinux)
- Iljs Путлер Капут [email protected]
- Maxim Morev (@MorevM)
- Agénor Debriat (@agenordebriat)
- Cx33 (@JiatLn)
v3.0.0-rc.13
⭐ What is New?
🔰 Security Fixes
This release contains multiple security related fixes #8675, #8674 and #8673 reported via huntr.dev platform by OhB00.
We recommend you upgrade to the latest version as soon as possible.
If you encounter "The request URL ... is outside of Vite service allow list" issue, try adding path to vite.server.fs.allow in nuxt.config. read more.
🚀 Performance Improvements
Using a new method to extract definePageMeta improves vite performance and makes lazy compilation of pages possible (#8536).
💯 Strict Config Schema and Types
We have cleaned up the configuration schema (#8487) so that you no longer would be confused with Nuxt 2 options and also can quickly notice any typos in nuxt.config file.
Typescript strict mode is also enabled by default with this release as best practice. (#8667)
🚇 Nitro Development Server Proxy
Using nitro.devProxy option you can now configure proxies for the development server. (learn more)
Changelog
⚠️ Breaking Changes
- nuxt: ⚠️ Use parser to generate page metadata (#8536)
- schema: ⚠️ Use strict typescript mode by default (#8667)
- test-utils: ⚠️ Update vitest args (#8325)
-
schema: ⚠️ Disable
app.pageTransitionandapp.layoutTransitionby default (#8436) - nuxt: ⚠️ Cleanup schema and split nuxt 2 types (#8487)
🚀 Enhancements
- nuxt: Default router scroll behavior (#3851)
-
nuxt: Make
useFetchoptions reactive (#8374) -
kit: Add
updateTemplatesutility (#8413) -
nuxt: Add dev warnings when
setPageLayoutis used incorrectly (#8464) - Add
<devOnly>component (#7950) -
nuxt: Allow setting
nameandpathfor a route indefinePageMeta(#8633) -
kit: Add
addServerPluginutility (#8635) -
kit, nuxt: Support
prerender:routesandaddPrerenderRoutes(#8670)
🩹 Fixes
- nuxt: Don't use or assignment (#8299)
- nuxt: Pass original request headers to the error page (#7340)
- nuxt: Scroll to top on dynamic routes with different params (#8327)
- nuxt: Router defaults overwrite custom options always (#8334)
- cli: Update analzye main handler (#8339)
- nuxt: RouterBehavior comparison for hash block (#8383)
- nuxt: Don't load payloads for external urls (#8370)
-
vite: Invalidate virtual modules with
vite-node(#8389) -
nuxt: Avoid directly importing
vue-routerinside<NuxtLayout>(#8421) - webpack: Print build errors (#8388)
-
kit: Use
patheto resolve aliases (#8453) -
test-utils: Override
NITRO_PORTas well (#8458) - nuxt: Call data refresh hook in parallel (#8470)
-
nuxt: Allow responding with custom headers from
error.vue(#8469) - schema: Disable early hints by default (#8486)
- kit: Don't require nuxt context when resolving path (#8504)
-
nuxt, nuxi: Improve
pagescreation and removal DX (#8502) -
nuxt: Add
vue-routerto optimized deps (#8544) - vite: Handle all vite middleware routes (#8601)
- nuxt: Pass async-data errors through to client (#8521)
- nuxt: Check before appending comma in composable keys (#8529)
- nuxt: ⚠️ Use parser to generate page metadata (#8536)
- kit: Normalize handler paths (#8626)
-
nuxt: Don't force prerender
/if user doesn't have that route (#8639) - nuxt: Do not inline global styles in html response (#8666)
- schema: ⚠️ Use strict typescript mode by default (#8667)
- nuxt: Disallow directly rendering error page (#8673)
- Resolve ids to support pnpm (#8671)
- vite: Enable fs strict mode (#8674)
- nuxt: Ensure payload url has no protocol (#8675)
💅 Refactors
- test-utils: ⚠️ Update vitest args (#8325)
-
schema: ⚠️ Disable
app.pageTransitionandapp.layoutTransitionby default (#8436) - nuxt: ⚠️ Cleanup schema and split Nuxt 2 types (#8487)
📖 Documentation
- Add route rules to concepts > rendering (#8292)
- Fix broken link (#8319)
- Fix link to documentation guide (#8322)
- Update website-theme to 0.1.7 (dbc2c8ce)
- Add missing opening
<NuxtLayout>tag in a code sample (#8349) - Update links for external tools (#8382)
- Update for clarity and fix typos (#8375)
- Add missing
appkey for transitions (#8385) -
api: Add
<ClientOnly>to API docs (#8400) - Fix typo (#8427)
- Disable transitions by default as hotfix (#8434)
- Add note about runtime config serialization (#8432)
- Change required node version to be above 16.11 (#8408)
- Use
LinkExampleas block component (#8459) - Add note about early hints and nginx (#8485)
- Updated bridge migration guide (#8471)
- Mention use case for
<KeepAlive>indefinePageMeta(#8491) - Update stability edge banners (#8498)
- Generate docs for unversioned schema (#8535)
- Fix transition wording to include layouts (#8600)
- Add information about type checking to
typescript.typeCheckconfig. (#8632)
📦 Build
- pkg: Support Node.js 19 (#8324)
🏡 Chore
- renovate: Ignore monorepo dependency upgrades (f934343b)
- Upgrade vitest to 0.24 (#6764)
- nuxt: Add type for headers (#8326)
- examples: Add missing dependency and script for testing example (#8457)
- Reenable auto-upgrades for vueuse/head (#8506)
- Update nitropack to 0.6.1 (5a43e68e)
✅ Tests
❤️ Contributors
- Adewale Adeyemi
- Anthony Fu
- Christian Burkhart
- Clément Ollivier
- Damian Głowala
- Daniel Roe
- David Stack
- Dawid Stefanko
- Dmitriy
- Farnabaz
- Joel
- Joel Wenzel
- Johann Schopplich
- Johnson Chu
- Josh Deltener
- Julien Huang
- Nils
- Ondřej Misák
- Pascal Sthamer
- Pooya Parsa
- Rajendra
- Sacha STAFYNIAK
- Sébastien Chopin
- Zecka
eslint/eslint
v8.28.0
Features
-
63bce44feat: addignoreClassFieldInitialValuesoption to no-magic-numbers (#16539) (Milos Djermanovic) -
8385ecdfeat: multiline properties in rulekey-spacingwith optionalign(#16532) (Francesco Trotta) -
a4e89dbfeat:no-obj-callssupportIntl(#16543) (Sosuke Suzuki)
Bug Fixes
-
c50ae4ffix: Ensure that dot files are found with globs. (#16550) (Nicholas C. Zakas) -
9432b67fix: throw error for first unmatched pattern (#16533) (Milos Djermanovic) -
e76c382fix: allow* 1when followed by/in no-implicit-coercion (#16522) (Milos Djermanovic)
Documentation
-
34c05a7docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter) -
3e66387docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter) -
436f712docs: fix Header UI inconsistency (#16464) (Tanuj Kanti) -
f743816docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin) -
bc0547edocs: improve styles for versions and languages page (#16553) (Nitin Kumar) -
6070f58docs: clarify esquery issue workaround (#16556) (Milos Djermanovic) -
b48e4f8docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter) -
b92b30fdocs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter) -
1769b42docs: Integrations page introduction (#16548) (Ben Perlmutter) -
a8d0a57docs: make table of contents sticky on desktop (#16506) (Sam Chen) -
a01315adocs: fix route of japanese translation site (#16542) (Tanuj Kanti) -
0515628docs: use emoji instead of svg for deprecated rule (#16536) (Bryan Mishkin) -
68f1288docs: set default layouts (#16484) (Percy Ma) -
776827adocs: init config about specifying shared configs (#16483) (Percy Ma) -
5c39425docs: fix broken link to plugins (#16520) (Ádám T. Nagy) -
c97c789docs: Add missing no-new-native-nonconstructor docs code fence (#16503) (Brandon Mills)
Chores
-
e94a4a9chore: Add tests to verify #16038 is fixed (#16538) (Nicholas C. Zakas) -
e13f194chore: stricter validation ofmeta.docs.descriptionin core rules (#16529) (Milos Djermanovic) -
72dbfbcchore: usepkgparameter ingetNpmPackageVersion(#16525) (webxmsj)
v8.27.0
Features
-
f14587cfeat: newno-new-native-nonconstructorrule (#16368) (Sosuke Suzuki) -
978799bfeat: add new ruleno-empty-static-block(#16325) (Sosuke Suzuki) -
69216eefeat: no-empty suggest to add comment in empty BlockStatement (#16470) (Nitin Kumar) -
319f0a5feat: usecontext.languageOptions.ecmaVersionin core rules (#16458) (Milos Djermanovic)
Bug Fixes
-
c3ce521fix: Ensure unmatched glob patterns throw an error (#16462) (Nicholas C. Zakas) -
886a038fix: handle files with unspecified path ingetRulesMetaForResults(#16437) (Francesco Trotta)
Documentation
-
ce93b42docs: Stylelint property-no-unknown (#16497) (Nick Schonning) -
d2cecb4docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) (Nick Schonning) -
0a92805docs: stylelint color-hex-case (#16496) (Nick Schonning) -
74a5af4docs: fix stylelint error (#16491) (Milos Djermanovic) -
324db1adocs: explicit stylelint color related rules (#16465) (Nick Schonning) -
94dc4f1docs: use Stylelint for HTML files (#16468) (Nick Schonning) -
cc6128ddocs: enable stylelint declaration-block-no-duplicate-properties (#16466) (Nick Schonning) -
d03a8bfdocs: Add heading to justification explanation (#16430) (Maritaria) -
8a15968docs: add Stylelint configuration and cleanup (#16379) (Nick Schonning) -
9b0a469docs: note commit messages don't support scope (#16435) (Andy Edwards) -
1581405docs: improve context.getScope() docs (#16417) (Ben Perlmutter) -
b797149docs: update formatters template (#16454) (Milos Djermanovic) -
5ac4de9docs: fix link to formatters on the Core Concepts page (#16455) (Vladislav) -
33313efdocs: core-concepts: fix link to semi rule (#16453) (coderaiser)
vitest-dev/vitest
v0.25.3
🚀 Features
- Test.each support string template - by @poyoho in https://github.com/vitest-dev/vitest/issues/2337 (f7897)
🐞 Bug Fixes
- Junit consistently puts "skipped" inside "testcase" - by @sheremet-va (f7b27)
- Detect tests in folders starting with
.- by @sidharthv96 in https://github.com/vitest-dev/vitest/issues/2344 and https://github.com/vitest-dev/vitest/issues/2359 (c3951) - cli: Don't override config by setting cli options to undefined - by @rmehner in https://github.com/vitest-dev/vitest/issues/2330 (6ce3e)
- coverage: Env-replacer to add filenames into sourcemaps - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2338 (a2e9d)
- mocker: Clear automocked modules on unmock - by @mcous in https://github.com/vitest-dev/vitest/issues/2353 (60918)
View changes on GitHub
v0.25.2
🐞 Bug Fixes
- Dates are equal, if both are invalid - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2326
- Don't ignore properties, when put on a default function in CJS context - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2325
View changes on GitHub
v0.25.1
🚀 Features
- Add
vi.setConfighelper - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2293 - Allow hooks to be executed in a stack or list - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2294
🐞 Bug Fixes
- Always rewrite defined jsdom keys - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2290
- Default reporter regression - by @antfu in https://github.com/vitest-dev/vitest/issues/2292
- Don't fail
benchwhen using options - by @poyoho in https://github.com/vitest-dev/vitest/issues/2295
View changes on GitHub
v0.25.0
✅ Builtin TypeChecking
In v0.25.0, Vitest allows you to write tests for your types, using expectTypeOf or assertType syntaxes. By default all tests inside *.test-d.ts files are considered type tests. Run vitest typecheck to run type tests.
// my.test-d.ts
import { assertType, expectTypeOf } from 'vitest'
import { mount } from './mount.js'
test('my types work properly', () => {
expectTypeOf(mount).toBeFunction()
expectTypeOf(mount).parameter(0).toMatchTypeOf<{ name: string }>()
// @​ts-expect-error name is a string
assertType(mount({ name: 42 }))
})
Learn more at the documentation and this RFC
🚨 Breaking Changes
- Return context in
startVitest()- by @antfu in https://github.com/vitest-dev/vitest/issues/2072
🚀 Features
-
onTestFailedhook - by @antfu in https://github.com/vitest-dev/vitest/issues/2210 - Display error frame if present (like Vite) - by @haikyuu and @sheremet-va in https://github.com/vitest-dev/vitest/issues/2257
- Benchmark table report - by @poyoho in https://github.com/vitest-dev/vitest/issues/2179
- Add typechecking functionality - by @sheremet-va and @antfu in https://github.com/vitest-dev/vitest/issues/2107
🐞 Bug Fixes
- Clear full screen only in watch mode - by @sheremet-va (c3d89)
- Don't serialize symbols and immutables - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2266
- Use --conditions instead of -C - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2267
- Show correct stack trace in errors and console - by @sheremet-va and @antfu in https://github.com/vitest-dev/vitest/issues/2248
- Align
.eachbehavior with jest - by @bartoszgolebiowski and @antfu in https://github.com/vitest-dev/vitest/issues/2064 - Remove undefined values in options - by @g4rry420 and @antfu in https://github.com/vitest-dev/vitest/issues/2281
- coverage: Istanbul provider to preserve implicit else - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2275
View changes on GitHub
v0.24.5
🚀 Features
- vite-node: Trigger beforeFullReload / beforePrune / invalidate hook - by @ycmjason in https://github.com/vitest-dev/vitest/issues/2079
🐞 Bug Fixes
- Respect folders with dot at the start, when mocking - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2244
- Prevent using mocks in rpc - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2254
- Show actual unhandled errors, serialize DOMErrors - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2253
- Load deps reporter - by @poyoho in https://github.com/vitest-dev/vitest/issues/2249
View changes on GitHub
v0.24.4
🚀 Features
- vite-node: Don't exit on uncaughtException in watch mode - by @poyoho in https://github.com/vitest-dev/vitest/issues/2186
🐞 Bug Fixes
- Add/Update
repositoryproperties inpackage.json- by @silverwind in https://github.com/vitest-dev/vitest/issues/2151 - Ignore benchmark.reporters in getSerializableConfig - by @kainstar in https://github.com/vitest-dev/vitest/issues/2164
- Improve config's default exclude - by @haikyuu and @sheremet-va in https://github.com/vitest-dev/vitest/issues/2188
- Always use node condition - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/1919
- Clear terminal output before running tests, show errors in correct order - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2228
- Improve compatibility with native Node CJS resolution - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/2226
- Don't use resolved paths if they don't actually exist - by @simon-abbott in https://github.com/vitest-dev/vitest/issues/1868
-
cli:
- Set inputNamePattern to RegExp source instead of string - by @rafedramzi in https://github.com/vitest-dev/vitest/issues/2201
- Normalize argument path - by @poyoho in https://github.com/vitest-dev/vitest/issues/2180
-
coverage:
- Trim URL parameters from file paths in istanbul coverage - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/2232
- Trim URL parameters from file paths in c8 coverage - by @OrestHk and @sheremet-va in https://github.com/vitest-dev/vitest/issues/2181
-
reporter:
- Load custom reporter using
executeFile- by @poyoho in https://github.com/vitest-dev/vitest/issues/2184
- Load custom reporter using
-
vitest:
- Return detailed error when using toHaveReturnedWith - by @azaleta in https://github.com/vitest-dev/vitest/issues/2163
View changes on GitHub
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.