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

build(deps): bump nuxt from 3.8.1 to 3.8.2 #1336

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2023

Bumps nuxt from 3.8.1 to 3.8.2.

Release notes

Sourced from nuxt's releases.

v3.8.2

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)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2023
Copy link

cypress bot commented Nov 21, 2023

Passing run #1025 ↗︎

0 4 0 0 Flakiness 0

Details:

Merge 43105ee into 0a49543...
Project: nuxt-jsonld Commit: ccd1177eae ℹ️
Status: Passed Duration: 00:06 💡
Started: Dec 7, 2023 9:17 AM Ended: Dec 7, 2023 9:17 AM

Review all test suite changes for PR #1336 ↗︎

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-3.8.2 branch from 43b716a to 4fdcd84 Compare November 22, 2023 05:33
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0a49543) 100.00% compared to head (43105ee) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1336   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           42        42           
  Branches        10        10           
=========================================
  Hits            42        42           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-3.8.2 branch from 4fdcd84 to eddfc92 Compare December 7, 2023 09:10
Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.8.2/packages/nuxt)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt-3.8.2 branch from eddfc92 to 43105ee Compare December 7, 2023 09:14
@ymmooot ymmooot merged commit 9d41f51 into master Dec 7, 2023
4 checks passed
@ymmooot ymmooot deleted the dependabot/npm_and_yarn/nuxt-3.8.2 branch December 7, 2023 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant