Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #44

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit (source) 3.10.2 -> 3.10.3 age adoption passing confidence
@nuxt/schema (source) 3.10.2 -> 3.10.3 age adoption passing confidence
@nuxt/test-utils 3.7.4 -> 3.11.0 age adoption passing confidence
@types/node (source) 20.10.5 -> 20.11.25 age adoption passing confidence
nitropack 2.8.1 -> 2.9.3 age adoption passing confidence
nuxt (source) 3.10.2 -> 3.10.3 age adoption passing confidence
vitest (source) 1.1.0 -> 1.3.1 age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/kit)

v3.10.3

Compare Source

3.10.3 is a regularly-scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi 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 vue and unjs ecosystems.

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Respect dedupe option in useFetch (#​25815)
  • nuxt: Bypass browser cache when fetching app build id (#​25813)
  • nuxt: In dev, don't link css files with ?inline query (#​25822)
  • nuxt: Pass external to navigate in custom <NuxtLink> (#​25887)
  • nuxt: Mark internal island components with @__PURE__ (#​25842)
  • nuxt: Use setTimeout before scrolling when navigating (#​25817)
  • nuxt: Add missing type for head in defineNuxtComponent (#​25410)
  • nuxt: Handle undefined paths in resolveTrailingSlashBehavior (ba6a4132b)
  • nuxt: Set to.name to be undefined rather than deleting entirely (4ca1ab7cf)
📖 Documentation
  • Enable more blocks for twoslash (#​25830)
  • Remove .ts extension when adding compiled files (#​25855)
  • Replace callout to new components (#​25897)
  • Fix incorrect wording (#​25902)
🏡 Chore
  • Use nuxt.config to enable pages for docs typecheck (72a2e23cc)
  • Restore environment back to development (3f92cf04d)
  • Unpin vite version 🙈 (d326e054d)
  • nuxt: Use Exclude rather than Omit (3fc4231d3)
🤖 CI
  • Typecheck code samples in docs (#​25777)
  • Update link to stackblitz mcve page (59dd5fd93)
❤️ Contributors
nuxt/test-utils (@​nuxt/test-utils)

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

unjs/nitro (nitropack)

v2.9.3

Compare Source

compare changes

🩹 Fixes
  • raw: Use mime to chck binary types and exclude .json (#​2239)
📖 Documentation
❤️ Contributors

v2.9.2

Compare Source

compare changes

🩹 Fixes
  • database: CamelCase the connector name (#​2228)
  • Respect imports.autoImport: false (#​2226)
  • server-assets: Mark yaml, json, json5 and csv as text (#​2229)
  • import-meta: Import process from node:process for node compatible builds (deno) (#​2225)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.9.1

Compare Source

compare changes

🩹 Fixes
  • Disable scheduled tasks in testing environment (#​2200)
📖 Documentation
🤖 CI
  • Skip cloudflare-pages test for windows (#​2199)
❤️ Contributors

v2.9.0

Compare Source

compare changes

🚀 Enhancements
  • Support function/RegExp for prerender.ignore (#​1966)
  • Show meta framework name on server build success (#​1955)
  • Add zeabur preset (#​1942)
  • Experimental nitro tasks (#​1929)
  • Add types:extend hook (#​1715)
  • Allow oveeridng nested runtime config with env (#​1831)
  • wasm: Universal support with esm import syntax (#​2017)
  • wasm: Migrate to unjs/unwasm (#​2037)
  • zeabur: Support zeaburStatic and auto detect preset (#​2014)
  • runtime-config: Experimental env expansion support (#​2043)
  • Support binary server assets (#​2107)
  • Experimental websocket support (#​2170)
  • dev: Expose upgrade handler (5374429f)
  • Experimental database layer (#​1351)
  • Experimental scheduled tasks (#​2179)
  • cache: Support async shouldBypassCache and shouldInvalidateCache (#​2181)
  • prerender: Add total prerender time (#​2130)
  • Add koyeb preset (#​1248)
  • providers: Support alwaysdata hosting provider (#​1790)
  • routeRules: Allow wildcard redirects (#​1976)
🩹 Fixes
  • rollup: Avoid preserving relative externals (#​1972)
  • wasm: Directly generate chunk exports (#​2003)
  • iis-node: Correctly escape backslashes for port fix (#​2020)
  • deno-deploy: Shim x-forwarded-for and x-forwarded-proto headers (#​2026)
  • Add baseURL to openapi generated url (#​2049)
  • dev: Correctly set x-forwarded-* headers (29ddd948)
  • azure: Add 18 and 20 to supported node versions (#​2077)
  • azure: Pass body to the context as-is (#​2079)
  • Only mock consola in production (#​2110)
  • Default to bundler module resolution (#​2120)
  • Handle optional routeHandler.route in rollup chunk (#​2152)
  • File extension stripping in writeTypes function (#​2139)
  • cache: Detect malformed data read from storage (#​2161)
  • cacheEventHandler: Provide event.fetch and event.$fetch (#​2066)
  • Resolve modules with jiti directly (#​2030)
  • options: Add unwasm condition when experimental.wasm is enabled (376658ce)
💅 Refactors
  • Include framework name in more build packages (#​1973)
  • cloudflare: Remove --local from perview commands (#​1979)
  • cloudflare: Remove unused import (#​1980)
  • rollup: Improve generated chunk names (#​2004)
  • Use name exports in presets entry (1abfc3e5)
  • Reimplement wasm plugin (#​2031)
  • Various improvements around tasks api (#​2175)
  • tasks: Stablize api (#​2178)
  • github-pages: Add --dotfiles to deploy command hint (#​2158)
📖 Documentation
  • routing: Update request filtering to match the type of getRequestURL (#​1977)
  • config: Fix setResponseHeader example params (#​2027)
  • netlify: Add note to make sure publish dist is set to dist (#​2035)
  • cloudflare: Various updates, cleanups and fixes (#​1981)
  • Deprecate lagon (17f922aa)
  • Update the routing page (#​2085)
  • Update the cache page (#​2087)
  • Close code-group in cache section (#​2093)
  • routing: Escape filename paths and prepend routes folder (#​2097)
  • storage: Fix unstorage links (#​2101)
  • routing: Fix typo for getRouterParam (#​2098)
  • Update the storage page (#​2086)
  • Add object syntax for event handler (#​2091)
  • Update the configuration page (#​2083)
  • Update the assets page (#​2088)
  • Create a page on built-in fetch (#​2089)
  • Add warning about azure functions stability (#​2092)
  • cloudflare: Update deployment guide (#​2074)
  • Fix icon of fetch page (#​2115)
  • Update getting started page (#​2082)
  • Fix links to /guide/auto-imports (#​2131)
  • Fix typo in defineCachedFunction example (#​2133)
  • Clarify difference between dir and baseURL (#​2144)
  • Migrate to undocs (#​2163)
  • index: Fix utils link (#​2172)
  • websocket: Fix typo (#​2173)
  • Fix typo (3017e6e2)
  • vercel: Add monorepo info (#​2183)
  • Fix typo (#​2182)
  • cloudflare: Add local bindings usage (#​2135)
  • Fix link to h3 utils (#​2184)
  • deploy: Add platform.sh (#​1630)
  • Fix db config (#​2188)
📦 Build
🏡 Chore
✅ Tests
  • cloudflare: Migrate to miniflare v3 (#​2018)
  • Enable azure tests behind a flag (#​2076)
  • Enable binary response test for all presets (#​2078)
  • Avoid prerendering icon.png (cb220f7e)
🤖 CI
  • Fix nightly release job condition (#​1975)
❤️ Contributors
vitest-dev/vitest (vitest)

v1.3.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.3.0

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v1.2.2

Compare Source

   🐞 Bug Fixes

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.

@huang-julien huang-julien merged commit 516c161 into master Mar 10, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch March 10, 2024 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant