chore(deps): update devdependency @nuxt/test-utils to v3
Note: This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @nuxt/test-utils | ^0.1.2 → ^3.23.0 |
Release Notes
nuxt/test-utils (@nuxt/test-utils)
v3.23.0
3.23.0 is the next minor release.
👉 Changelog
🚀 Enhancements
🩹 Fixes
-
e2e: Ensure
$fetchis not typed asany(1f4754ea9)
🏡 Chore
- Remove leftover
console.log(aef693340)
✅ Tests
- Add cleanup to resolve-config tests (#1537)
🤖 CI
- Prepare build environment in autofix workflow (2c0864ed6)
❤️ Contributors
- Daniel Roe (@danielroe)
- yamachi4416 (@yamachi4416)
v3.22.0
3.22.0 is the next minor release.
👉 Changelog
🚀 Enhancements
- runtime-utils: Unify logic of mount + render helpers (#1522)
-
module: Run
vitestin separate process (#1524) - runtime-utils: Allow skipping initial route change (fd77ec066)
-
runtime: Skip route sync emulation when
NuxtPageexists (#1530)
🔥 Performance
- module: Skip nuxt-root stub plugin when building (#1512)
🩹 Fixes
- runtime-utils: Reject promise on error render + mount helpers (#1503)
-
runtime-utils: Support new
.syncmethod for syncing route (1148c3cf1) - e2e: Always override global env options with inline options (c8f881b3d)
- runtime-utils: Avoid missing render warn on reject render + suspend helpers (#1520)
-
e2e: Use
server.depsrather thandeps(2b3c86921) -
config: Also call
sync()in initial setup (ec555192c) -
module: Use
devtools:beforehook instead of direct config check (#1532) -
config: Do not override vitest root with nuxt
rootDir(#1531)
💅 Refactors
-
runtime-utils: Do not export
addCleanup(86b4998bb) - module: Extract nuxt environment options plugin (5ada22a9f)
📖 Documentation
- Fix link to module authors testing guide (#1511)
🏡 Chore
- Use
nuxtcli command in preference tonuxi(838ed8b6a) - Add
@vitest/uito example (ffaccd8a1) - Fix some example
package.jsonnames (417102718) - Skip bun test (c19a659d3)
- Ignore root interfaces (9739057ae)
✅ Tests
- Use local kit version for module (79f1e14d5)
- Add
defaultLocalein i18n test (059988fc3) - Avoid definePageMeta compiler-hint warning (#1523)
🤖 CI
- Run
knipon pull requests (a94098671)
❤️ Contributors
- Daniel Roe (@danielroe)
- yamachi4416 (@yamachi4416)
- Maurice Putz (@Shooteger)
v3.21.0
3.21.0 is the next minor release.
👉 Changelog
🚀 Enhancements
- runtime-utils: Support rerender behavior in renderSuspended (#1466)
-
runtime-utils: Support
onceoption inregisterEndpoint(#1475) - runtime-utils: Support css modules in mount + render helpers (#1464)
- runtime-utils: Pass app context across in mount + render helpers (#1477)
- runtime-utils: Support mocked target arguments in mockNuxtImport (#1492)
🩹 Fixes
-
runtime: Remove redefinition of
$fetch.create(#1471) -
runtime-utils: Pass non-enumerable
globalPropertiesin mount + render helpers (#1476) - module: Include vitest config in node project (#1497)
- runtime-utils: Improve mount + render helpers (#1483)
- Revert to
@nuxt/kitv3 for bridge support (#1498)
🏡 Chore
- Move built dep configuration -> workspace file (d936cb465)
- Update pnpm to 10.21 and enable trust policy (ed6ff050d)
- Revert pnpm trust policy and restore provenance action (b034f0a5e)
- Remove spurious
globbydependency (eba19d16b) - Remove export (2a88683bd)
- Remove
@nuxt/kitfrom peer dependencies (b80ca5ea8) - Add back
@nuxt/kitas peer dep (5c126e1af) - Bump vite-node to v5 (3322919c2)
🤖 CI
- Rebuild better-sqlite3 on windows (9fdaf3824)
❤️ Contributors
- Daniel Roe (@danielroe)
- yamachi4416 (@yamachi4416)
- Ryota Watanabe (@wattanx)
v3.20.1
v3.19.2
3.19.2 is the next patch release.
Timetable: 1 July
👉 Changelog
🩹 Fixes
- config: Add missing mocks for vue-devtools (#1321)
- runtime-utils: Prevent event duplication (#1328)
-
config: Include tests without
.nuxt.extension (#1311) -
deps: Drop
@nuxt/schemadependeny (fa3a99b4) -
config: Use 'projects' for
vitest>= v3.2 (#1344) -
module: Use user
viteversion to merge config (#1345) - runtime-utils: Handle computed defined using an object (#1342)
🏡 Chore
- Prefer
nuxtovernuxi(#1310) - Pin node types (93921643)
- Do not include dev-deps in
engines.nodecalculation (2f74359b) - Add type assertions for indexed access (51b4a4e3)
- Update installed-check flag (2b97d885)
✅ Tests
- Update stub name for nuxt v4 (e7b07843)
- Satisfy typescript (fb0dea24)
- Update cucumber test for nuxt v4 welcome screen template (8ec7782f)
- Simplify test (90278bac)
- Update workspace example (02f9b0a0)
- Make browser tests forward-compat with v4 (574ea5f9)
🤖 CI
- Remove forced corepack installation (bf19bd3a)
- Run
knip(819aeacc) - Prepare environment before knipping (ec7d8ddd)
❤️ Contributors
- Daniel Roe (@danielroe)
- Tomina (@Thomaash)
- lutejka (@lutejka)
- J-Michalek (@J-Michalek)
v3.19.1
👉 Changelog
🩹 Fixes
- config: Upgrade nuxt devtools + disable vue devtools (#824)
-
module: Import
defineConfigfrom vite (467886ea)
🏡 Chore
- Don't ignore
@nuxt/devtoolsupgrade (3ae47b43)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.19.0
👉 Changelog
🚀 Enhancements
-
config: Support vitest workspaces with
defineVitestProject(#1258) - config: Add nuxt environment browser-testing support (#1294)
🩹 Fixes
-
config: Use
UserConfigrather thanInlineConfigfromvite(e2a1598b)
💅 Refactors
- Rename
core->e2einternally (a81c4498)
✅ Tests
- Set
environment: 'nuxt'for browser testing example (96769e55) - Add browser mode tests for nuxt/content components (#1284)
❤️ Contributors
- Jess (@JessicaSachs)
- Daniel Roe (@danielroe)
v3.18.0
🚀 Enhancements
🩹 Fixes
-
vitest-environment: Respect custom
app.baseURLin manifest path (#1213) -
runtime-utils: Wrap
WrapperComponentdefault slot in function (#1244)
💅 Refactors
- Rename
setuphook tobeforeAllfor clarity (#1221)
📖 Documentation
- Consistent URL formatting (#1217)
✅ Tests
- Update module example (1b42cef1)
- Await reject promise (1ecbb0e1)
- Reorder test options object (086415b0)
- Use
tinyglobby(6f16c6dd)
❤️ Contributors
- Jess (@JessicaSachs)
- Daniel Roe (@danielroe)
- m0nch1 (@m0nch1)
- Bobbie Goede (@BobbieGoede)
v3.17.2
3.17.2 is the next patch release.
Timetable: to be announced.
👉 Changelog
🩹 Fixes
- vitest-environment: Migrate from unenv -> node-mock-http (#1179)
🏡 Chore
- Remove contents sqlite (54cb15be)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.17.1
3.17.1 is the next patch release.
Timetable: to be announced.
👉 Changelog
🩹 Fixes
- runtime-utils: Ensure event listeners props are called (#1135)
❤️ Contributors
- Nathan Rowe (@n-rowe)
v3.17.0
👉 Changelog
🚀 Enhancements
- runtime-utils: Allow modifying + removing endpoints (fee81510)
✅ Tests
- Update snapshot (4e5ff1f2)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.16.0
3.16.0 is the next minor release.
👀 Highlights
You'll still see a warning from vitest:
Vitest "environmentMatchGlobs" is deprecated. Use "workspace" to define different configurations instead.
You can ignore this for the moment. I expect we will resolve this in the next major (which will drop support for vitest < 3).
👉 Changelog
🚀 Enhancements
-
e2e: Add
teardownTimeoutoption to set timeout forafterAllhook (af2ddf29)
🩹 Fixes
-
vitest-environment: Respect any configured
buildId(3f8599e6) - vitest-environment: Use correct base (c5ba2bac)
-
runtime-utils: Pass custom global components to
mountSuspended(#1081) -
runtime-utils: Allow overwriting object props in
mountSuspended(#1078) -
runtime-utils: Do not use
defufor merging (#1089) - runtime-utils: Proxy wrapper props (#1099)
-
runtime-utils: Define
$attrsin component render context (#1108) -
module: Ensure
vi.hoistedis injected afterviimport (#1128) -
runtime-utils: Proxy
wrapper.elementfrommountSuspended(#1110)
📦 Build
- Use
typesVersionsfor node10 declarations (f19cee64)
🏡 Chore
🤖 CI
❤️ Contributors
- Daniel Roe (@danielroe)
- Ryota Watanabe (@wattanx)
- Robin (@OrbisK)
- Romain Hamel (@romhml)
- Tobi (@tobiasdcl)
v3.15.4
🩹 Fixes
-
e2e: Use
tinyexecto resolve nuxi binary (7df895e3) - e2e: Increase default windows setup timeout (6f38dd58)
✅ Tests
- Bump timeout in test also (dcf038a0)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.15.3
🩹 Fixes
-
e2e: Use
node:pathto resolvedistdirectory (#1054)
❤️ Contributors
- Scott Bedard (@scottbedard)
v3.15.2
🩹 Fixes
-
module: Remove
setIntervalfrom the presets (#1035)
🏡 Chore
✅ Tests
- Update windows timeout for e2e test (1acb335b)
❤️ Contributors
- Daniel Roe (@danielroe)
- Ryota Watanabe (@wattanx)
v3.15.1
🩹 Fixes
-
runtime-utils: Import
reactive(f05c0faf3)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.15.0
🚀 Enhancements
-
e2e: Expose
NuxtPageplaywright type (#1015) - playwright: Allow providing default test options (#1001)
🩹 Fixes
-
runtime-utils: Support
defineModelinmountSuspended(#1011) - core: Bump teardown timeout for jest (3225562e)
-
runtime-utils: Handle reserved
props(#1025) - vitest-environment: Suppress suspense warning (#1026)
- runtime-utils: Suppress errors setting unneeded properties (4e9f34b9)
-
e2e: Handle
javaScriptEnabled: false(ca06f337) -
e2e: Use subpath import for
distDirstring (094acb29) -
e2e: Remove
dirnamewhen calculatingdistDir(56122b74) -
e2e: Use
nuxtConfig.nitro.output.dirwithbuild: false(#936)
🏡 Chore
- Upgrade typescript separately (ee6f4c08)
- Add
knipand reduce peer dependencies (4e10bd26) - Revert node requirement (bb4345a8)
- Use
installed-checkto keepengines.nodein sync (ebcc5eff)
✅ Tests
🤖 CI
- Run tests on node 22 (86fd24c4)
❤️ Contributors
- Alexander Rozhkov (@Al-Rozhkov)
- Daniel Roe (@danielroe)
- Torma Gábor (@GaborTorma)
- Ahmadou Waly NDIAYE (@sir-kain)
- Ryota Watanabe (@wattanx)
v3.14.4
🩹 Fixes
-
e2e: Set
NODE_ENVwhen running built server (#969) - runtime-utils: Bind this in options api methods (#971)
❤️ Contributors
- INOUE Takuya (@inouetakuya)
- Daniel Roe (@danielroe)
v3.14.3
🩹 Fixes
- vitest-environment: Respect custom url in setup (#957)
-
runtime-utils: Pass global
directivestomountSuspended(#960) -
runtime-utils: Pass global
directivestorenderSuspended(cf1b48ff) - runtime-utils: Support options api data, computed + methods (#963)
🏡 Chore
- Update vitest type import (af810cbd)
✅ Tests
- Bump playwright setup time for windows (21ade1f2)
❤️ Contributors
- Daniel Roe (@danielroe)
- INOUE Takuya (@inouetakuya)
- Joel Wenzel (@joel-wenzel)
- Ryoya (@harunari0928)
v3.14.2
🔥 Performance
-
e2e: Use
tinyexecto run commands (#939)
🩹 Fixes
- config: Exclude new nuxt import-conditions plugin (7cc8f653b)
📖 Documentation
- Add contribution instructions (c765d175a)
🏡 Chore
- vitest-environment-nuxt: Specify license is MIT (#919)
- Release
vitest-environment-nuxt(e30c044cf) - Update
@nuxtjs/i18nseparately (3d8955d36) - Set
compatibilityDatein fixtures (7723f969c) - Update vitest type import (05e94fcc4)
- Trim tag from
tinyexecstdout (2b50cfee0)
❤️ Contributors
- Daniel Roe (@danielroe)
- Bobbie Goede (@BobbieGoede)
- Marley Adamson (@transreport-marley)
v3.14.1
🩹 Fixes
-
e2e,config: Provide fallback
compatibilityDate(8e01e3f7) -
module: Don't include type-check plugin in resolved
vitestplugins (#911)
📖 Documentation
- Provide intellisense hints for setup properties (#906)
🏡 Chore
❤️ Contributors
- Daniel Roe (@danielroe)
- Valentin Brajon (@vbrajon)
- Adam DeHaven (@adamdehaven)
v3.14.0
🚀 Enhancements
-
runtime-utils: Expose setup result from
renderSuspended(#852) -
e2e: Allow overwriting env variables in
setup(#903) - e2e: Allow running e2e tests against existing server (#803)
-
e2e: Allow updating env in context before
setupruns (#812)
🩹 Fixes
-
runtime-utils: Ts-ignore
#build/import until nuxt v3.12 release (66b23ae6) -
runtime-utils: Allow
setPropsto replace an array (#877)
🏡 Chore
- Ignore ts-ignores for now (ac2d9fbb)
- Add @danielroe to code owners (76f65b3b)
- Remove ts-ignore now that we're upgraded (16827f7f)
✅ Tests
- Bump timeout in windows browser spec (73e2c716)
❤️ Contributors
- Jessé Correia Lins (@linspw)
- Tobias Diez (@tobiasdiez)
- Mark Brockhoff (@markbrockhoff)
- Daniel Roe (@danielroe)
- MaruyamaTomoki (@tomoki1207)
- Joao Vitor Alves (@joaovitoras)
v3.13.1
🩹 Fixes
- Revert
execato v8 for now (fef8b062) -
config: Force
buildIdtotestmanually (25e081e4) -
runtime-utils: Use
appIdfallback aftertryUseNuxtApp(#849)
🏡 Chore
- Update type (052094bc)
🤖 CI
- Run test suite on windows (#851)
❤️ Contributors
- Daniel Roe (@danielroe)
v3.13.0
🚀 Enhancements
🔥 Performance
- e2e: Don't iterate when cleaning up if nothing registered (#753)
🩹 Fixes
-
e2e: Improve types for
fetchandmockLogger(eb40a6a6) -
e2e: Force string response within
startServer(1b182505) -
e2e: Improve return types for
mockLogger(21aa7a2f) -
runtime: Improve types for
renderSuspendedandmountSuspended(1636cede) -
e2e: Revert changes for
$fetchinference to unbreak build (dd295d39) - vitest: Strongly type vitest environment options (37582c71)
- module: Correctly filter vite plugins (021824d0)
-
runtime: Preserve
setupStatereturn (ab7fd457) - playwright: Bump dependency and remove polyfill (#819)
-
runtime: Use
effectScopeinrenderSuspended(#820) -
e2e: Type
$fetchusing globalThis instead (b1269edb) - Set
buildIdtonuxt-appfor compatibility with nuxt v3.12+ (a00b2c1f) -
runtime-utils: Use
tryUseNuxtApprather thanbuildIdoverride (726e0a2d)
🏡 Chore
- Migrate to eslint v9 (#814)
- Reduce internal typing of
any(3e3bc306) - Reenable
no-explicit-anyrule (28385546) - Normalise internal package names (3f58b110)
- Update example command (e271b63e)
- Add name for
app-vitest-full(882c144e) - Ignore
@nuxt/devtoolsupgrades for now (54f654d6) - Lint (08ee3515)
❤️ Contributors
- Daniel Roe (@danielroe)
- Michael Brevard <yonshi29@gmail.com>
v3.12.1
🩹 Fixes
- Publish
playwright.d.ts(#797)
❤️ Contributors
- Ryota Watanabe (@wattanx)
v3.12.0
🚀 Enhancements
🩹 Fixes
- config: Remove nuxt's custom vite logger (eca52f5c)
🏡 Chore
🤖 CI
- Remove caching of Playwright browsers (#785)
- Add release workflow (76604ce0)
- Update
changelogencommand (e3368daf) - Add git user (5aa95b02)
- Add contents permission (cf6cd3a8)
- Rename some workflows (7ea235e9)
- Do less in workflow (1f664fc5)
❤️ Contributors
- Daniel Roe (@danielroe)
- Max Schmitt (@mxschmitt)
v3.11.0
🚀 Enhancements
- vitest-environment: Add support for in-source testing (#651)
🩹 Fixes
- runtime: Reset modules after nuxt setup runs (#726)
✅ Tests
❤️ Contributors
- Daniel Roe (@danielroe)
v3.10.0
🚀 Enhancements
🩹 Fixes
-
runtime-utils: Resolve
toinRouterLinkstub (#687) - Mark
afterAllandsetuphooks as async (#702) - module: Always append import when mocking (#701)
🏡 Chore
✅ Tests
- Update config key (25060645)
- Add example test for nuxt-injected value (#663)
- Update to actually use
$t(#675)
🤖 CI
- Fetch-depth: 0 (269df289)
❤️ Contributors
- Bobbie Goede (@BobbieGoede)
- Daniel Roe (@danielroe)
- Julien Huang (@huang-julien)
- Albert Brand (@AlbertBrand)
- Steve Pewsey (@StevenPewsey)
v3.9.0
👀 Highlights
v3.9.0 is a significant release of @nuxt/test-utils. Most notably:
- We've split it out from the core nuxt/nuxt repository for a decoupled release cycle.
- We've merged in
nuxt-vitestandvitest-environment-nuxtinto a single repository for both runtime unit testing and e2e/browser testing with Nuxt. - We've added documentation on https://nuxt.com/docs/getting-started/testing to get you started.
✅ Upgrading
... from @nuxt/test-utils
If you were upgrading from @nuxt/test-utils, the only significant change is to update your imports to @nuxt/test-utils/e2e (for clarity).
If you were using the jest runner, this should now be auto-detected and you can remove runner: 'jest' from your test configuration.
... from nuxt-vitest
If you previously used nuxt-vitest, we have now merged it into @nuxt/test-utils, as well as implementing a range of fixes.
👉 Here are the required steps.
-
Uninstall
nuxt-vitestnpm remove nuxt-vitest -
Update your
vitestversions to v1, and update@nuxt/test-utilsandvitest-environment-nuxtto the latest versions:"devDependencies": { - "@​nuxt/test-utils": "^3.8.1", + "@​nuxt/test-utils": "^3.9.0", - "@​vitest/coverage-v8": "0.33.0", + "@​vitest/coverage-v8": "^1.0.4", "@​vue/test-utils": "^2.4.3", - "nuxt-vitest": "^0.11.5", - "vitest": "^0.33.0", + "vitest": "^1.0.4", + "vitest-environment-nuxt": "^1.0.0" }, -
Update your
nuxt.configif you have added thenuxt-vitestmodule to it, and update the configuration fromvitesttotestUtils:export default defineNuxtConfig({ modules: [ - 'nuxt-vitest' + '@​nuxt/test-utils/module' ], - vitest: {} + testUtils: {} }) -
Update any imports from
nuxt-vitestandvitest-environment-nuxtand@nuxt/test-utils:- import { mountSuspended } from 'nuxt-vitest/utils' // or 'vitest-environment-nuxt/utils' + import { mountSuspended } from '@​nuxt/test-utils/runtime' - import { defineVitestConfig } from 'vitest-environment-nuxt/config' // or 'nuxt-vitest/config' + import { defineVitestConfig } from '@​nuxt/test-utils/config' - import { setup, $fetch } from '@​nuxt/test-utils' + import { setup, $fetch } from '@​nuxt/test-utils/e2e' -
Ensure vitest is running in a module context (either by checking you have
type: 'module'set in yourpackage.json, or by renaming yourvitest.configfile tovitest.config.mtsorvitest.config.mjs.
If you encounter any problems with this upgrade path, please let us know by raising an issue. 🙏
👉 Changelog
🚀 Enhancements
- Add nuxt-vitest re-exports (#230)
- Add nuxt-vitest and vitest-environment-nuxt code and tests (f4ae58ac)
- Use internal implementation of nuxt-vitest (#235)
- e2e: Auto-detect jest runner (ae37b0ee)
- ⚠️ Read .env.test + allow overriding with nuxt.dotenv (#655)
🩹 Fixes
- Add @nuxt/test-utils-nightly to deps to inline (0caf44d0)
- Use implied .d.mts types (d9694f21)
- Add setupState type to mountSuspended return type (#400)
- Add runtime fixture to workspace and address regressions (#240)
- Opt-in to future vitest option (#247)
- Use vite-ignore for playwright dynamic import (c1ac4a08)
- Do not set process.browser globally (#250)
- Support transpiling nuxt nightly releases (c63f69c8)
- Rewrite mock plugin for compat with vite 5/rollup 4 (d0ba5af3)
- Do not skip transforms on test files (3bbcc1ea)
- Add @vitest/ui to peer deps (7f4f6053)
- Use buildDir option (#596)
- ⚠️ Load nuxt app within setupFiles (#260)
- Teardown build directories after tests (#597)
- Import useRouter explicitly in entry (129d8335)
- Return absolute path for stub entry (180bb306)
- Don't return absolute path in dev mode (f47dd9a3)
- Clone overrides (df84d0c1)
- Skip vite-plugin-vue-inspector:post plugin (8a6a0523)
- Clean up wrappers when calling renderSuspended (5b189115)
- Exclude vite-plugin-checker from runtime vitest config (053a5dff)
- Resolve devtools url after vitest config is resolved (1206db79)
- Remove module override of app.rootId (e662c1f0)
- Remove rootId environment option (dead5e3d)
- Add back rootId environment option" (827180ec)
- runtime-utils: Don't stub helpers when shallow (#632)
- Avoid enumerating keys on render context (43b2724b)
- Support typescript entry file (c5806009)
- vitest-environment: Normalise setupFiles before merge (#653)
- module: Close nuxt before shutting down (17cf9435)
- runtime: Do not assign readonly setup state (8d799275)
- runtime: Implement setProps (522f8bf5)
- vitest-environment: Handle different entry format (5c07bb48)
- runtime: Import reactive and unref (d68cdae9)
💅 Refactors
- Move to monorepo (#31)
- Split core utils to core/ (f144cb40)
- Clean up internal code imports (#245)
- Use defu rather than mergeConfig from vite (#246)
- Further split vitest from vite config (ef58e4cb)
- Split out mock transform plugin w/ tests (a37fa408)
- Remove rollup implementation of transform plugin (71345967)
- module: Rename config key to testUtils (c2b09732)
📖 Documentation
- playground: Demo usage of co-exists unit and nuxt testing (#6)
- Add JSDoc comments (#205)
- Add documentation for mountSuspended (#227)
- Add basic README and missing LICENCE (51eb9de2)
- Remove links to nuxt-vitest (254605df)
- Update links to nuxt docs on testing (2e619a89)
📦 Build
- Fix build issues and correct dependencies (3e2f8b29)
- Move runtime-utils.mjs -> runtime-utils/index.mjs (#634)
- ⚠️ Use /runtime subpath export (de9a2a81)
- Prefer /e2e subpath export (88952fb0)
✅ Tests
- Update playground to 0.4.5 devtools (7d4a6b28)
- Add useHead to fixture (6d4bb420)
- Add type tests (9de62b6e)
- Await 2 ticks after navigation for route to update (cb6c1e3a)
- Correct test assertion (c644bdb3)
- Avoid depending on specific number of ticks (e98d71ea)
- Update test to use server rather than live api (7df6be28)
- Add a few more basic examples for e2e tests (490753c4)
- Add jest example/test (#224)
- Add type test (#241)
- Make indexeddb plugin client-only (0477e414)
- Add tests for events emitted from defineModel (#629)
- Add failing test for exposed methods on components within suspense (a4ec3f83)
- Remove workaround for route update (c9699ad1)
- Add example of importing a dynamic route (fe420b9c)
- Re-organise test suite (9c877821)
- Add failing test for setProps (dc93e003)
- Reenable expose test (204037e4)
- Add example fixture with @nuxt/content (#631)
- Add example fixture with @nuxtjs/i18n (#633)
- Add generate assertion and enable browser (94513939)
🎨 Styles
- Lint (35ee16ef)
- Lint and update test (cd4dbf9d)
- Lint (91723acc)
- Lint (caf4d827)
- Lint (8b428b46)
- Sort imports (6c84c9e4)
🤖 CI
- Add testing workflow (ce74b0b5)
- Add lint workflow for pushes to main (f141b8d4)
- Add workflow to test examples (0c3c318f)
- Prepare environment before running module test (5be069dc)
- 'nightly' releases on pushes to main (#210)
- Fetch full history (d61614b1)
- Install playwright manually (58906de3)
- Remove extra branch from release workflow (e24d884f)
- Prepare build environment (6d8e71ad)
- Run unit tests in ci (cbd5616a)
- Support automated release prs (#623)
- Fetch all commits in creating changelog (6f22b096)
- Disable changelog creation script for now (5ef70c35)
- Reenable changelogensets
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.