Skip to content

chore(deps): bump defu version to 6.0.0 #251

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

Merged
merged 2 commits into from
Nov 19, 2022

Conversation

sush1lemon
Copy link
Contributor

Bump defu version to 6.0.0 to fix nuxt3 related error (cannot find module ../defu.cjs)

Checklist

  • Tests
  • Docs
  • Type definitions

Bump defu version to 6.0.0 to fix nuxt3 related error (cannot find module ../defu.cjs)
Copy link
Collaborator

@JoaoPedroAS51 JoaoPedroAS51 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @sush1lemon! Thanks for the PR :)

The v6 introduced some breaking changes, and one of them is the way we import defu

// With v6+
import { defu } from 'defu'

// Before
import defu from 'defu'

Can you just fix the import?

@JoaoPedroAS51 JoaoPedroAS51 changed the title Bump defu version to 6.0.0 chore(deps): bump defu version to 6.0.0 Nov 19, 2022
@JoaoPedroAS51 JoaoPedroAS51 merged commit d354138 into robsontenorio:dev Nov 19, 2022
@github-actions
Copy link

🎉 This PR is included in version 1.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants