defu icon indicating copy to clipboard operation
defu copied to clipboard

🌊 Assign default properties recursively

Results 31 defu issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) | [`^0.21.0` -> `^0.21.1`](https://renovatebot.com/diffs/npm/vitest/0.21.0/0.21.1) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.21.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/unjs/defu). ## Open The following updates have all...

```ts interface UploadOptions { storeKey?: keyof T id?: string } interface UrlUploadOptions { lazy?: boolean } async uploadByUrl(url: string, options?: UploadOptions & UrlUploadOptions): Promise { const opts = defu(options ??...

Fix the repository handling in `package.json` based on the official doc page: https://docs.npmjs.com/cli/v6/configuring-npm/package-json#repository Add the homepage link to the repository based on https://docs.npmjs.com/cli/v6/configuring-npm/package-json#homepage

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-c8](https://togithub.com/vitest-dev/vitest) | [`^0.22.0` -> `^0.23.4`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-c8/0.22.0/0.23.4) | [![age](https://badges.renovateapi.com/packages/npm/@vitest%2fcoverage-c8/0.23.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^20.10.6` -> `^20.16.13`](https://renovatebot.com/diffs/npm/@types%2fnode/20.10.6/20.16.13) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | --- ### Release...

### Describe the feature Hi 👋🏻 I'm author of [Anu](https://github.com/jd-solanki/anu) UI lib. I'm using defu and it's doing an amazing job until I found that it skips nullish values `undefined...

### 🔗 Linked issue Fixes #48 ### ❓ Type of change - [X] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a...

Hi, this sould fix #90 Because [structuredClone ](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone#browser_compatibility)is not available in all environments: If structuredClone is available, we use it otherwise we use JSON.parse(JSON.stringify(value)). To have a full support, we...