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

chore(deps): update nuxt core #937

Merged
merged 2 commits into from
Dec 4, 2023
Merged

chore(deps): update nuxt core #937

merged 2 commits into from
Dec 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/kit (source) 3.8.1 -> 3.8.2 age adoption passing confidence
@nuxt/schema (source) 3.8.1 -> 3.8.2 age adoption passing confidence
nuxi 3.8.4 -> 3.10.0 age adoption passing confidence
nuxt (source) 3.8.1 -> 3.8.2 age adoption passing confidence
vue (source) 3.3.8 -> 3.3.9 age adoption passing confidence

Release Notes

nuxt/nuxt (@​nuxt/kit)

v3.8.2

Compare Source

3.8.2 is a patch release focusing on bug fixes

👀 Highlights

3.8.2 is a patch release and we've deferred some exciting features in our next release (3.9.0, expected in December) but it does bring a significant Nitro minor release: v2.8.0. It's well worth checking out the release notes.

👉 Note that as Nitro has updated to rollup v4, but as Nuxt's vite dependency is still on rollup v3 until v3.9, you may experience type mismatches in modules or your projects if you are dependent on particular rollup plugins or plugin types.

✅ 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 unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes
  • vite: Skip warming up node builtins (#​24162)
  • vite: Provide default values for transformAssetUrls (#​24173)
  • nuxt: Wrap caught asyncData error in createError (#​24093)
  • nuxt: Include plugin templates in plugins.d.ts if they will be written (#​23943)
  • nuxt: Handle multi-line slots in islands (#​24212)
  • nuxt: Fix replace regex used for slots in islands SSR (#​24255)
  • vite: Use rollup replace plugin for typeof optimisations (#​23903)
  • nuxt: Provide route component names to KeepAlive cache (#​24024)
  • schema: Use scule types for runtimeConfig type hints (#​23696)
  • nuxt: Deeply unwrap headers/query for useFetch key (#​24307)
  • nuxt: Split component name case in each segment (#​24318)
  • nuxt: Do not compute useFetch key from headers (#​23462, #​24333)
  • nuxt: Set framework info for nitro (#​24340)
  • schema: Add type for ignoreOptions (#​24337)
  • nuxt: Log errors rendering islands (#​24356)
  • nuxt: Respect custom timeout in useFetch (#​24364)
  • nuxt: Use max length + iterations for useCookie timeout (#​24253)
  • nuxt: Handle errors when booting app with app:error (#​24376)
📖 Documentation
  • Remove unused import from example (#​24168)
  • Create a page explaining import.meta (#​24186)
  • Remove link to .nuxtrc in nuxt/starter (56147b4a8)
  • Correct spelling from "opiniated" to "opinionated" (#​24248)
  • Mention new defineNuxtPlugin syntax in bridge migration (#​23036)
  • Mention nuxt3-vuex-module in migration guide (#​24260)
  • Fix links to other auto-imports pages (#​24269)
  • Remove only (#​24295)
  • Update link to deno deploy provider docs (88ee7b7ea)
  • Typos and wording tweaks for getting started section (#​24319)
  • Update .gitignore in directory structure (#​24338)
  • Add hint about app.config placement with custom srcDir (#​24252)
  • Typos and wording tweaks for guide section (#​24323)
  • Remove path for <ContentDoc> in example (#​24244)
  • Mention changing directory in installation guide (#​23680)
  • Use @nuxt/kit-nightly in example (bdedc3207)
  • Update nuxi-edge to nuxi-nightly (#​24347)
  • Minor wording & formatting tweaks (#​24349)
  • Add AWS Amplify Hosting to hosting providers (#​24371)
  • Fix typo (#​24375)
  • Simplify to deployments page (13b93237e)
  • Update to /deploy url (751dad7d7)
  • Improve readme (07ab072bc)
🏡 Chore
  • Extract @nuxt/test-utils to separate repo (#​24146)
  • Remove stray router.options file (7fbcaf290)
  • Fix repository fields in package.json (54529c17d)
  • Add homepage and repo directory to package.jsons (#​24189)
  • Update to use @nuxt/eslint-config (#​24209)
  • Revert coverage provider version (b90b631df)
✅ Tests
  • Add route-provider e2e test (#​24195)
  • nuxt: Add additional unit tests for composables (#​24289)
❤️ Contributors
nuxt/cli (nuxi)

v3.10.0

Compare Source

compare changes

🚀 Enhancements
  • build: Support --preset arg (#​290)
  • dev: Return listener instance for programmatic usage (#​278)
🩹 Fixes
  • analyze: Don't override analyze options (#​259)
  • init: Use absolute path for installing dependencies (#​272)
  • dev: Pass programmatic args to sub process (#​275)
  • analyze, cleanup, upgrade: Respect custom buildDir (#​276)
  • analyze: Set path for client analyze results (#​277)
  • test: Pass rootDir to runTests command (#​284)
💅 Refactors
  • Use magicast .includes helper (#​268)
  • upgrade: Improve error message when package manager cannot be detected (#​270)
🏡 Chore
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Katerina Skroumpelou
  • Daniel Roe [email protected]
  • Larry Williamson (@​L422Y)
  • Jiten (Jits) Bhagat
  • Angel Hernandez <angel.hernandez.12@​live.com>

v3.9.1

Compare Source

compare changes

🩹 Fixes
  • Pass baseUrl to listen options (#​236)
  • dev: Prefer localhost over [::] for internal networking (#​242)
  • Support -nightly nuxt releases and publish nuxi-nightly (#​248)
🏡 Chore
❤️ Contributors

v3.9.0

Compare Source

compare changes

🚀 Enhancements
  • dev: Reuse main dev port for vite hmr (#​184)
  • mod-search: Filter mod search by compatible nuxt version (#​134)
  • init: Support --package-manager (#​97)
  • Modules db integration with nuxi module add (#​197)
  • init: Support --git-init (#​204)
🔥 Performance
  • dev: Avoid using proxy with --no-fork mode (#​207)
🩹 Fixes
  • Use hook to avoid rece conditions (bc98376)
  • Soft warning for node < 18 (#​199)
  • Make dev proxy url available for listen hook (#​206)
  • Use internal dev server url for dev proxy (1316da6)
  • dev: Remove duplicate url in no-fork mode (dfb3651)
  • Prompt to abort module add if install failed (#​208)
💅 Refactors
  • Remove unused dependencies and code (f0e0c94)
🏡 Chore
❤️ Contributors
vuejs/core (vue)

v3.3.9

Compare Source

Bug Fixes

Configuration

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

🚦 Automerge: Enabled.

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.

Copy link

netlify bot commented Nov 22, 2023

Deploy Preview for nuxt-sanity-module canceled.

Name Link
🔨 Latest commit b0bc4b0
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-sanity-module/deploys/656d8d6f6d5b260008d35401

@renovate renovate bot force-pushed the renovate/nuxt branch 27 times, most recently from e828ebe to e69649a Compare November 26, 2023 15:04
@renovate renovate bot force-pushed the renovate/nuxt branch 24 times, most recently from a8b9030 to 2d563bf Compare December 4, 2023 08:26
Copy link
Contributor Author

renovate bot commented Dec 4, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@danielroe danielroe merged commit 689be84 into main Dec 4, 2023
4 checks passed
@danielroe danielroe deleted the renovate/nuxt branch December 4, 2023 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant