-
Notifications
You must be signed in to change notification settings - Fork 113
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 dependency defu to v6.1.3 #607
Conversation
size-limit report 📦
|
f648e14
to
02d7f8a
Compare
95dd789
to
932e904
Compare
07f6842
to
151bb49
Compare
b2aded1
to
98bd621
Compare
98bd621
to
270eef9
Compare
7b3b24b
to
3a9e5ad
Compare
3aa02f1
to
23bd0cb
Compare
d62d779
to
f6bd261
Compare
f6bd261
to
4462fce
Compare
4462fce
to
a6397d7
Compare
@pi0 I suppose "Only merge plain objects (#111)" is considered a bugfix but maybe you are interested in knowing that it breaks testing here. The code is roughly: const config = await import(`${dir}/fixture/${fixture ? fixture + '/' : ''}nuxt.config.cjs`)
const result = defu(override, config) and those are logged objects:
So the object returned from async import is strangely not a POD and it fails. Not sure if that's normal for |
I'm adding a workaround for this but I wonder whether this apparent fix should be adjusted to work in this case... I'm gonna do:
|
This PR contains the following updates:
6.1.2
->6.1.3
Release Notes
unjs/defu (defu)
v6.1.3
Compare Source
compare changes
🩹 Fixes
📖 Documentation
📦 Build
🏡 Chore
🎨 Styles
❤️ Contributors
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.