Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

chore(deps): update nuxt core #158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update nuxt core #158

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/module-builder 0.1.7 -> 0.8.4 age adoption passing confidence
@nuxt/test-utils 3.4.2 -> 3.14.2 age adoption passing confidence
nuxt (source) 3.0.0-rc.11 -> 3.13.2 age adoption passing confidence
vue (source) 3.3.4 -> 3.5.11 age adoption passing confidence

Release Notes

nuxt/module-builder (@​nuxt/module-builder)

v0.8.4

Compare Source

compare changes

🩹 Fixes
  • Remove nuxt/schema augment (2a20ed0)
❤️ Contributors

v0.8.3

Compare Source

compare changes

🩹 Fixes
  • build: Handle missing named type exports (#​331)
❤️ Contributors

v0.8.2

Compare Source

compare changes

🔥 Performance
  • Removed unnecessary hasTypeExport check (#​310)
🩹 Fixes
  • prepare: Override compatibilityDate (b9b27c3)
❤️ Contributors

v0.8.1

Compare Source

compare changes

🩹 Fixes
  • build: Export all types in stub mode (6b1970d)
🏡 Chore
❤️ Contributors

v0.8.0

Compare Source

compare changes

🩹 Fixes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
  • build: Do not export default as a type (d29337c)
  • build: Only generate import type statement if required (190bff4)
⚠️ Breaking Changes
  • ⚠️ Do not augment nuxt options inside module entry (#​295)
❤️ Contributors

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • build: Declare ModuleOptions in correct place (#​283)
📖 Documentation
  • Update path for runtime js files (#​282)
❤️ Contributors

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • Auto generate module options from schema meta (#​33)
🩹 Fixes
  • Use tsconfck to resolve tsconfig compilerOptions (#​274)
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
  • Resolve full path to runtime externals (#​275)
  • Include dist/runtime in externals list (0946c04)
📖 Documentation
  • Add types condition to export subpath (#​265)
🏡 Chore
✅ Tests
  • Add additional test for validity of types shared from runtime (afc4374)
🤖 CI
  • Adds reproduction workflow (0dc73bb)
⚠️ Breaking Changes
  • ⚠️ Use .js extension for files in runtime/ directory (dbd05bb)
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Generate runtime/ dts based on nuxt tsconfig options (#​255)
  • Add builder versions to module.json (f8567a3)
  • Support transforming jsx (4841f2e)
🩹 Fixes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
  • Add -nightly versions to externals (0a88a87)
  • Ignore exporting type if it is not defined (c308cc5)
  • Mark runtime/ directory as external (7a68e1e)
🏡 Chore
  • release: V0.5.5 (f158ffa)
  • Dedupe kit/schema/vue versions (aa0a710)
  • Add root dev:prepare command (c308a68)
  • Migrate to eslint v9 (#​250)
  • Improve internal type safety and enable strict mode (78aa088)
  • Tweak tsconfig settings (404aae7)
  • Add more type annotations (ba0614b)
✅ Tests
  • Update type testing step (#​256)
  • Add inline snapshots for runtime/ transforms (#​257)
  • Update snapshot (a39c183)
🎨 Styles
⚠️ Breaking Changes
  • ⚠️ Remove support for deprecated RuntimeModuleHooks interface (#​228)
❤️ Contributors

v0.5.5

Compare Source

compare changes

🩹 Fixes
  • Rename RuntimeModuleHooks to ModuleRuntimeHooks (#​194)
  • Use import with extension in generated .d.mts file (#​202)
📖 Documentation
  • Remove reference to ModulePrivateRuntimeConfig (34ee148)
🏡 Chore
  • Add shell emulator for Windows (#​191)
  • Fix example package.json (#​192)
✅ Tests
  • Add root + module type tests (#​198)
🤖 CI
❤️ Contributors

v0.5.4

Compare Source

compare changes

🚀 Enhancements
  • Support writing RuntimeNuxtHooks types (#​183)
🩹 Fixes
  • Generate explicit type import/exports (#​184)
📖 Documentation
  • Import nuxt composables from #imports (#​186)
❤️ Contributors

v0.5.3

Compare Source

compare changes

🩹 Fixes
  • Esnext-compatible output (#​181)
❤️ Contributors

v0.5.2

Compare Source

compare changes

💅 Refactors
📖 Documentation
🏡 Chore
❤️ Contributors

v0.5.1

Compare Source

compare changes

🚀 Enhancements
  • Support --sourcemap option (#​163)
❤️ Contributors

v0.5.0

Compare Source

compare changes

🚀 Enhancements
  • Expose prepareModule function (76b5654)
  • Upgrade to unbuild@2 (#​161)
🏡 Chore
  • Add type safety to prepare overrides (9d0804a)
  • Switch to changelogen for release (ba811da)
❤️ Contributors

v0.4.0

Compare Source

Features
0.3.1 (2023-05-01)
Bug Fixes
  • extend nuxt/schema as well (796d6ab)

v0.3.1

Compare Source

v0.3.0

Compare Source

0.2.1 (2022-11-16)

v0.2.1

Compare Source

v0.2.0

Compare Source

Features
Bug Fixes
0.1.7 (2022-01-18)
Bug Fixes
  • ensure nuxt packages are externalized (ebad137)
0.1.6 (2022-01-17)
Bug Fixes
  • typo meta.json => module.json (55863c1)
0.1.5 (2022-01-17)
Bug Fixes
  • add default export for types.d.ts (885c02f)
0.1.4 (2022-01-17)
Features
  • parse module.d exports to generate ModuleOptions conditionally (9cd8282)
  • support --stub (746d59b)
  • support ModuleHooks type export (269ce20)
0.1.3 (2022-01-17)
Features
  • generate module.json file (ac12805)
Bug Fixes
0.1.2 (2021-12-23)
Bug Fixes
0.1.1 (2021-12-23)
Features
  • poc for schema types generation (4991907)
Bug Fixes
  • emit cjs stub before validation (0154bc5)
  • improve types generation (68c02e6)
nuxt/test-utils (@​nuxt/test-utils)

v3.14.2

Compare Source

compare changes

🔥 Performance
  • e2e: Use tinyexec to run commands (#​939)
🩹 Fixes
  • config: Exclude new nuxt import-conditions plugin (7cc8f653b)
📖 Documentation
🏡 Chore
  • vitest-environment-nuxt: Specify license is MIT (#​919)
  • Release vitest-environment-nuxt (e30c044cf)
  • Update @nuxtjs/i18n separately (3d8955d36)
  • Set compatibilityDate in fixtures (7723f969c)
  • Update vitest type import (05e94fcc4)
  • Trim tag from tinyexec stdout (2b50cfee0)
❤️ Contributors

v3.14.1

Compare Source

compare changes

🩹 Fixes
  • e2e,config: Provide fallback compatibilityDate (8e01e3f7f)
  • module: Don't include type-check plugin in resolved vitest plugins (#​911)
📖 Documentation
  • Provide intellisense hints for setup properties (#​906)
🏡 Chore
❤️ Contributors

v3.14.0

Compare Source

compare changes

🚀 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 setup runs (#​812)
🩹 Fixes
  • runtime-utils: Ts-ignore #build/ import until nuxt v3.12 release (66b23ae6)
  • runtime-utils: Allow setProps to replace an array (#​877)
🏡 Chore
✅ Tests
  • Bump timeout in windows browser spec (73e2c716)
❤️ Contributors

v3.13.1

Compare Source

compare changes

🩹 Fixes
  • Revert execa to v8 for now (fef8b062)
  • config: Force buildId to test manually (25e081e4)
  • runtime-utils: Use appId fallback after tryUseNuxtApp (#​849)
🏡 Chore
🤖 CI
  • Run test suite on windows (#​851)
❤️ Contributors

v3.13.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Improve types for $fetch (b21d9a54)
  • deps: Upgrade execa to v9 (#​843)
🔥 Performance
  • e2e: Don't iterate when cleaning up if nothing registered (#​753)
🩹 Fixes
  • e2e: Improve types for fetch and mockLogger (eb40a6a6)
  • e2e: Force string response within startServer (1b182505)
  • e2e: Improve return types for mockLogger (21aa7a2f)
  • runtime: Improve types for renderSuspended and mountSuspended (1636cede)
  • e2e: Revert changes for $fetch inference to unbreak build (dd295d39)
  • vitest: Strongly type vitest environment options (37582c71)
  • module: Correctly filter vite plugins (021824d0)
  • runtime: Preserve setupState return (ab7fd457)
  • playwright: Bump dependency and remove polyfill (#​819)
  • runtime: Use effectScope in renderSuspended (#​820)
  • e2e: Type $fetch using globalThis instead (b1269edb)
  • Set buildId to nuxt-app for compatibility with nuxt v3.12+ (a00b2c1f)
  • runtime-utils: Use tryUseNuxtApp rather than buildId override (726e0a2d)
🏡 Chore
❤️ Contributors
  • Daniel Roe (@​danielroe)
  • Michael Brevard <yonshi29@​gmail.com>

v3.12.1

Compare Source

compare changes

🩹 Fixes
  • Publish playwright.d.ts (#​797)
❤️ Contributors

v3.12.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Add 'route'/'hydration' options for page.goto() (#​739)
  • e2e: Add playwright runner (#​776)
🩹 Fixes
  • config: Remove nuxt's custom vite logger (eca52f5c)
🏡 Chore
  • Force correct typing for e2e subpath (9fd93a8c)
  • Don't run publish step separately (0078d0bc)
🤖 CI
❤️ Contributors

v3.11.0

Compare Source

compare changes

🚀 Enhancements
  • vitest-environment: Add support for in-source testing (#​651)
🩹 Fixes
  • runtime: Reset modules after nuxt setup runs (#​726)
✅ Tests
  • Add example of mocking vue-router (e293cea1)
  • Add example of mocking nuxt useRoute (fe465193)
❤️ Contributors

v3.10.0

Compare Source

compare changes

🚀 Enhancements
  • e2e: Add cucumber test runner (#​711)
  • e2e: Support env option for startServer (#​640)
🩹 Fixes
  • runtime-utils: Resolve to in RouterLink stub (#​687)
  • Mark afterAll and setup hooks as async (#​702)
  • module: Always append import when mocking (#​701)
🏡 Chore
  • Add required dev deps to app-vitest example (#​712)
  • Pin vue/nuxt versions (00674cd0)
✅ Tests
  • Update config key (25060645)
  • Add example test for nuxt-injected value (#​663)
  • Update to actually use $t (#​675)
🤖 CI
❤️ Contributors

v3.9.0

Compare Source

compare changes

🚀 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
🎨 Styles
🤖 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 (fb754d54)
⚠️ Breaking Changes
  • ⚠️ Read .env.test + allow overriding with nuxt.dotenv (#​655)
  • ⚠️ Ignore query params when checking if an endpoint is mocked (c1f8890b)
  • ⚠️ Load nuxt app within setupFiles (#​260)
  • ⚠️ Use /runtime subpath export (de9a2a81)
  • ⚠️ Drop support for vitest < 0.34 (#​654)
❤️ Contributors

v3.8.1

Compare Source

v3.8.0

Compare Source

v3.7.4

Compare Source

v3.7.3

Compare Source

v3.7.2

Compare Source

v3.7.1

Compare Source

v3.7.0

Compare Source

v3.6.5

Compare Source

v3.6.4

Compare Source

v3.6.3

Compare Source

v3.6.2

Compare Source

v3.6.1

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.3

Compare Source

nuxt/nuxt (nuxt)

v3.13.2

Compare Source

3.13.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxi@latest 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

🔥 Performance
  • nuxt: Remove interop default for dynamic components (#​28912)
🩹 Fixes
  • nuxt: Fix ssr log querySelector (#​28864)
  • schema: Enable propsDestructure by default (#​28830)
  • nuxt: Ensure injected route has enumerable keys (#​28841)
  • nuxt: Don't override vue instance with legacy asyncData (#​28842)
  • nuxt: Render server errors with ssr: false (#​28834)
  • nuxt: Resolve full component paths (#​28843)
  • nuxt: Improve accuracy of module resolution conditions (#​28846)
  • nuxt: Log more context of prerendering errors (#​28895)
  • nuxt: Enable injectAtEnd to reduce circular auto-imports (#​28822)
  • nuxt: Ensure we process files in buildDir for unimport (#​28899)
  • nuxt: Do not accept attrs on <NuxtErrorBoundary> (#​28901)
  • nuxt,schema: Accept any module in inline modules array (#​28922)
  • nuxt: Fall back to original component filePath (#​28925)
  • nuxt: Make runWithContext generic (#​28926)
  • nuxt: Set inheritAttrs: false for fragment components (#​28939)
  • nuxt: Use case-insensitive regexp for <script> blocks (4fd24381c)
  • nuxt: Ensure component imports are injected last (#​28944)
  • nuxt: Catch chunk errors directly in navigation (820908696)
  • nuxt: Add missing isNuxtMajorVersion export (#​29016)
  • nuxt: Correct type for useError (#​28996)
💅 Refactors
  • nuxt: Use vite:preloadError event (#​28862)
📖 Documentation
🏡 Chore
✅ Tests
  • Collect bundle sizes in parallel (1ce81069d)
  • Add regression test for using route in template (#​28967)
  • Convert set to array (6ee3b3adc)
  • Switch inline snapshot to object comparison (ae5135363)
🤖 CI
  • Access issue number from payload (8e4585c14)
  • Configure codeql to ignore tests (d5f98a757)
  • Add default permissions for workflows (3ede01cd4)
  • Scan source files with codeql (#​28943)
  • Skip setting up node before codeql scan (c4d7c92e9)
❤️ Contributors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am on Monday" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@socket-security
Copy link

socket-security bot commented May 1, 2023

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/nuxt branch 6 times, most recently from 4a921e3 to 0c77317 Compare May 10, 2023 05:07
@renovate renovate bot force-pushed the renovate/nuxt branch 5 times, most recently from 147a338 to f035ef6 Compare May 16, 2023 15:34
@renovate renovate bot changed the title chore(deps): update nuxt core to v3.4.3 chore(deps): update nuxt core to v3.5.0 May 16, 2023
@renovate renovate bot force-pushed the renovate/nuxt branch 5 times, most recently from 97ae300 to 3fbf505 Compare May 21, 2023 20:34
@renovate renovate bot changed the title chore(deps): update nuxt core to v3.5.0 chore(deps): update nuxt core to v3.5.1 May 21, 2023
@renovate renovate bot force-pushed the renovate/nuxt branch 4 times, most recently from 4d67412 to ca556af Compare May 28, 2023 06:24
@renovate renovate bot changed the title chore(deps): update nuxt core to v3.5.1 chore(deps): update nuxt core to v3.5.2 May 29, 2023
@renovate renovate bot force-pushed the renovate/nuxt branch 3 times, most recently from 2708207 to 68f8790 Compare May 31, 2023 06:39
@renovate renovate bot force-pushed the renovate/nuxt branch 24 times, most recently from b056b9a to ef7dfea Compare September 27, 2024 17:05
@renovate renovate bot force-pushed the renovate/nuxt branch 4 times, most recently from 9e87f3a to fd3e38d Compare October 5, 2024 01:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants