chore: update repo · unjs/defu@23cc432

@@ -68,29 +68,28 @@ All notable changes to this project will be documented in this file. See [standa

68686969

- Pooya Parsa ([@pi0](http://github.com/pi0))

7070

- Abdul Al-Hasany <info@kalimah-apps.com>

71-

- Kricsleo

71+

- Kricsleo

7272

- Donald Shtjefni ([@dnldsht](http://github.com/dnldsht))

7373

- Sébastien Chopin <seb@nuxtjs.com>

74747575

## v6.1.2

76767777

[compare changes](https://github.com/unjs/defu/compare/v6.1.1...v6.1.2)

787879-8079

### 🩹 Fixes

818082-

- Add node16 compatible type declaration ([#73](https://github.com/unjs/defu/pull/73))

81+

- Add node16 compatible type declaration ([#73](https://github.com/unjs/defu/pull/73))

83828483

### 🏡 Chore

858486-

- Fix renovate config ([#56](https://github.com/unjs/defu/pull/56))

87-

- Use changelogen to release ([5e24124](https://github.com/unjs/defu/commit/5e24124))

85+

- Fix renovate config ([#56](https://github.com/unjs/defu/pull/56))

86+

- Use changelogen to release ([5e24124](https://github.com/unjs/defu/commit/5e24124))

88878988

### 🎨 Styles

908991-

- Format with prettier ([26477ed](https://github.com/unjs/defu/commit/26477ed))

90+

- Format with prettier ([26477ed](https://github.com/unjs/defu/commit/26477ed))

929193-

### ❤️ Contributors

92+

### ❤️ Contributors

94939594

- Pooya Parsa <pooya@pi0.io>

9695

- Daniel Roe <daniel@roe.dev>

@@ -100,177 +99,159 @@ All notable changes to this project will be documented in this file. See [standa

10099101100

## [6.1.0](https://github.com/unjs/defu/compare/v6.0.1...v6.1.0) (2022-08-16)

102101103-104102

### Features

105103106-

* export `Defu` type helper ([#45](https://github.com/unjs/defu/issues/45)) ([551ae4c](https://github.com/unjs/defu/commit/551ae4c87c13f2188b97930eaffd72e5575e9048))

107-104+

- export `Defu` type helper ([#45](https://github.com/unjs/defu/issues/45)) ([551ae4c](https://github.com/unjs/defu/commit/551ae4c87c13f2188b97930eaffd72e5575e9048))

108105109106

### Bug Fixes

110107111-

* **types:** constrain inferred types of `Defu` ([3d3ea3e](https://github.com/unjs/defu/commit/3d3ea3e4e982591632f070bbf64e28f9d98d6bf9))

108+

- **types:** constrain inferred types of `Defu` ([3d3ea3e](https://github.com/unjs/defu/commit/3d3ea3e4e982591632f070bbf64e28f9d98d6bf9))

112109113110

### [6.0.1](https://github.com/unjs/defu/compare/v6.0.0...v6.0.1) (2022-08-16)

114111115-116112

### Bug Fixes

117113118-

* add typing to allow for non-objects input args ([#42](https://github.com/unjs/defu/issues/42)) ([1f3a701](https://github.com/unjs/defu/commit/1f3a701bc3fd839344359ad5c2b358fbefd978cc))

119-

* merge object strings of many types ([#44](https://github.com/unjs/defu/issues/44)) ([c7226f9](https://github.com/unjs/defu/commit/c7226f971740966282530745030123aa07ff7b17))

114+

- add typing to allow for non-objects input args ([#42](https://github.com/unjs/defu/issues/42)) ([1f3a701](https://github.com/unjs/defu/commit/1f3a701bc3fd839344359ad5c2b358fbefd978cc))

115+

- merge object strings of many types ([#44](https://github.com/unjs/defu/issues/44)) ([c7226f9](https://github.com/unjs/defu/commit/c7226f971740966282530745030123aa07ff7b17))

120116121117

## [6.0.0](https://github.com/unjs/defu/compare/v5.0.1...v6.0.0) (2022-03-21)

122118123-124119

### ⚠ BREAKING CHANGES

125120126-

* Use named exports:

127-

- `import defu from 'defu'` => `import { defu } from 'defu'`

128-

- `defu.fn` => `import { defuFn }`

129-

- `defu.arrayFn` => `import { defuArrayFn }`

130-

* When merging input value with defaults with an array, order is reversed

121+

- Use named exports:

131122132-

### Features

123+

* `import defu from 'defu'` => `import { defu } from 'defu'`

124+

* `defu.fn` => `import { defuFn }`

125+

* `defu.arrayFn` => `import { defuArrayFn }`

133126134-

* concat array defaults to the last ([f6df314](https://github.com/unjs/defu/commit/f6df314c26540591c3ac6534c6942edc3b06384f))

135-

* use named exports ([4a8fc52](https://github.com/unjs/defu/commit/4a8fc52c228d82949384a50efe8f0052e9eaba68))

127+

- When merging input value with defaults with an array, order is reversed

128+129+

### Features

136130131+

- concat array defaults to the last ([f6df314](https://github.com/unjs/defu/commit/f6df314c26540591c3ac6534c6942edc3b06384f))

132+

- use named exports ([4a8fc52](https://github.com/unjs/defu/commit/4a8fc52c228d82949384a50efe8f0052e9eaba68))

137133138134

### Bug Fixes

139135140-

* workaround for [#32](https://github.com/unjs/defu/issues/32) ([7b1f284](https://github.com/unjs/defu/commit/7b1f284b76d2a4706b37adbdb99c49ec9d2d35aa))

136+

- workaround for [#32](https://github.com/unjs/defu/issues/32) ([7b1f284](https://github.com/unjs/defu/commit/7b1f284b76d2a4706b37adbdb99c49ec9d2d35aa))

141137142138

### [5.0.1](https://github.com/unjs/defu/compare/v5.0.0...v5.0.1) (2022-01-13)

143139144140

## [5.0.0](https://github.com/unjs/defu/compare/v4.0.1...v5.0.0) (2021-05-12)

145141146-147142

### ⚠ BREAKING CHANGES

148143149-

* `undefined` values will be bypassed and not consistent behavior with defaults-deep anymore.

144+

- `undefined` values will be bypassed and not consistent behavior with defaults-deep anymore.

150145151146

### Features

152147153-

* skip nullish values from source ([#29](https://github.com/unjs/defu/issues/29)) ([076f10a](https://github.com/unjs/defu/commit/076f10a77fc1384f53e0586d3c77d754cd419f06))

148+

- skip nullish values from source ([#29](https://github.com/unjs/defu/issues/29)) ([076f10a](https://github.com/unjs/defu/commit/076f10a77fc1384f53e0586d3c77d754cd419f06))

154149155150

### [4.0.1](https://github.com/unjs/defu/compare/v4.0.0...v4.0.1) (2021-04-23)

156151157152

## [4.0.0](https://github.com/unjs/defu/compare/v3.2.2...v4.0.0) (2021-04-23)

158153159-160154

### ⚠ BREAKING CHANGES

161155162-

* module exports

156+

- module exports

163157164158

### Features

165159166-

* module exports ([42df406](https://github.com/unjs/defu/commit/42df406b6938bc7ffb5f628efaa9447c4e95b211))

160+

- module exports ([42df406](https://github.com/unjs/defu/commit/42df406b6938bc7ffb5f628efaa9447c4e95b211))

167161168162

### [3.2.2](https://github.com/unjs/defu/compare/v3.2.1...v3.2.2) (2020-11-10)

169163170-171164

### Bug Fixes

172165173-

* switch back to bili for es5 support till fixing in siroc ([07786c2](https://github.com/unjs/defu/commit/07786c270f9bf49529d8203f31b4b9bd696a6ee3))

166+

- switch back to bili for es5 support till fixing in siroc ([07786c2](https://github.com/unjs/defu/commit/07786c270f9bf49529d8203f31b4b9bd696a6ee3))

174167175168

### [3.2.1](https://github.com/unjs/defu/compare/v3.2.0...v3.2.1) (2020-11-09)

176169177-178170

### Bug Fixes

179171180-

* **types:** correct type inference where merged types are same ([#26](https://github.com/unjs/defu/issues/26)) ([f322607](https://github.com/unjs/defu/commit/f322607515a5bd19b1a2f28d7e3336fee9194520))

172+

- **types:** correct type inference where merged types are same ([#26](https://github.com/unjs/defu/issues/26)) ([f322607](https://github.com/unjs/defu/commit/f322607515a5bd19b1a2f28d7e3336fee9194520))

181173182174

## [3.2.0](https://github.com/unjs/defu/compare/v3.1.0...v3.2.0) (2020-11-09)

183175184-185176

### Features

186177187-

* add type inference for defu result ([#24](https://github.com/unjs/defu/issues/24)) ([934d736](https://github.com/unjs/defu/commit/934d736da31f4824d9e135d925cece361b73c533))

188-

* pass namespace to custom merger ([#25](https://github.com/unjs/defu/issues/25)) ([6bd7ef5](https://github.com/unjs/defu/commit/6bd7ef59ce3e94b68108355942dba9ac49284523))

178+

- add type inference for defu result ([#24](https://github.com/unjs/defu/issues/24)) ([934d736](https://github.com/unjs/defu/commit/934d736da31f4824d9e135d925cece361b73c533))

179+

- pass namespace to custom merger ([#25](https://github.com/unjs/defu/issues/25)) ([6bd7ef5](https://github.com/unjs/defu/commit/6bd7ef59ce3e94b68108355942dba9ac49284523))

189180190181

## [3.1.0](https://github.com/unjs/defu/compare/v3.0.1...v3.1.0) (2020-08-04)

191182192-193183

### Features

194184195-

* add defu.arrayFn ([#21](https://github.com/unjs/defu/issues/21)) ([df05ed0](https://github.com/unjs/defu/commit/df05ed04088d6e0f0bc1a8cd9603fae46fb59268))

185+

- add defu.arrayFn ([#21](https://github.com/unjs/defu/issues/21)) ([df05ed0](https://github.com/unjs/defu/commit/df05ed04088d6e0f0bc1a8cd9603fae46fb59268))

196186197187

### [3.0.1](https://github.com/unjs/defu/compare/v3.0.0...v3.0.1) (2020-07-29)

198188199-200189

### Bug Fixes

201190202-

* recursively pass merger ([ec09394](https://github.com/unjs/defu/commit/ec09394d77533cd0a4753a943a5d6fbd25ef308d))

191+

- recursively pass merger ([ec09394](https://github.com/unjs/defu/commit/ec09394d77533cd0a4753a943a5d6fbd25ef308d))

203192204193

## [3.0.0](https://github.com/unjs/defu/compare/v2.0.4...v3.0.0) (2020-07-28)

205194206-207195

### ⚠ BREAKING CHANGES

208196209-

* defau will merge arrays too (#18)

197+

- defau will merge arrays too (#18)

210198211199

### Features

212200213-

* extend and custom merger ([#19](https://github.com/unjs/defu/issues/19)) ([4932232](https://github.com/unjs/defu/commit/493223278840132a6de2c3291b60f7b00b3fa477))

214-

* merge arrays ([#18](https://github.com/unjs/defu/issues/18)) ([22c631e](https://github.com/unjs/defu/commit/22c631e354d9bc50380ce7beb8914bd44feb2309))

201+

- extend and custom merger ([#19](https://github.com/unjs/defu/issues/19)) ([4932232](https://github.com/unjs/defu/commit/493223278840132a6de2c3291b60f7b00b3fa477))

202+

- merge arrays ([#18](https://github.com/unjs/defu/issues/18)) ([22c631e](https://github.com/unjs/defu/commit/22c631e354d9bc50380ce7beb8914bd44feb2309))

215203216204

### [2.0.4](https://github.com/unjs/defu/compare/v2.0.3...v2.0.4) (2020-05-22)

217205218-219206

### Bug Fixes

220207221-

* correct path to types ([33d4bf0](https://github.com/unjs/defu/commit/33d4bf0331e70b69a3a2a392f18a8f890d45d4f9))

208+

- correct path to types ([33d4bf0](https://github.com/unjs/defu/commit/33d4bf0331e70b69a3a2a392f18a8f890d45d4f9))

222209223210

### [2.0.3](https://github.com/unjs/defu/compare/v2.0.2...v2.0.3) (2020-05-22)

224211225-226212

### Bug Fixes

227213228-

* specify type declaration file more precisely ([#15](https://github.com/unjs/defu/issues/15)) ([6aa47d4](https://github.com/unjs/defu/commit/6aa47d4a06a117b34b5e9231b04f8403056c2685))

214+

- specify type declaration file more precisely ([#15](https://github.com/unjs/defu/issues/15)) ([6aa47d4](https://github.com/unjs/defu/commit/6aa47d4a06a117b34b5e9231b04f8403056c2685))

229215230216

### [2.0.2](https://github.com/unjs/defu/compare/v2.0.1...v2.0.2) (2020-04-19)

231217232218

### [2.0.1](https://github.com/unjs/defu/compare/v2.0.0...v2.0.1) (2020-04-19)

233219234220

### Docs

235221236-

* Add note about `null`

222+

- Add note about `null`

237223238224

## [2.0.0](https://github.com/unjs/defu/compare/v1.0.0...v2.0.0) (2020-04-19)

239225240226

### Features

241227242-

* Support passing multiple defaults ([89ef702](https://github.com/unjs/defu/commit/89ef702736b49cd48ca99a0dc64aa6ef3bd74e2d))

243-

* Typescript rewrite ([9c906e6](https://github.com/unjs/defu/commit/9c906e64459da64d77124224edb66034ce92f20c))

228+

- Support passing multiple defaults ([89ef702](https://github.com/unjs/defu/commit/89ef702736b49cd48ca99a0dc64aa6ef3bd74e2d))

229+

- Typescript rewrite ([9c906e6](https://github.com/unjs/defu/commit/9c906e64459da64d77124224edb66034ce92f20c))

244230245231

<a name="1.0.0"></a>

246-

# [1.0.0](https://github.com/unjs/defu/compare/v0.0.4...v1.0.0) (2020-02-02)

247-248232233+

# [1.0.0](https://github.com/unjs/defu/compare/v0.0.4...v1.0.0) (2020-02-02)

249234250235

<a name="0.0.4"></a>

251-

## [0.0.4](https://github.com/unjs/defu/compare/v0.0.3...v0.0.4) (2020-01-01)

252236237+

## [0.0.4](https://github.com/unjs/defu/compare/v0.0.3...v0.0.4) (2020-01-01)

253238254239

### Bug Fixes

255240256-

* improve es5 compatibility ([#2](https://github.com/unjs/defu/issues/2), [#9](https://github.com/unjs/defu/issues/9)) ([5a6de7c](https://github.com/unjs/defu/commit/5a6de7c))

257-258-241+

- improve es5 compatibility ([#2](https://github.com/unjs/defu/issues/2), [#9](https://github.com/unjs/defu/issues/9)) ([5a6de7c](https://github.com/unjs/defu/commit/5a6de7c))

259242260243

<a name="0.0.3"></a>

261-

## [0.0.3](https://github.com/unjs/defu/compare/v0.0.1...v0.0.3) (2019-05-25)

262-263244245+

## [0.0.3](https://github.com/unjs/defu/compare/v0.0.1...v0.0.3) (2019-05-25)

264246265247

<a name="0.0.2"></a>

266-

## [0.0.2](https://github.com/jesless/defu/compare/v0.0.1...v0.0.2) (2019-05-25)

267-268248249+

## [0.0.2](https://github.com/jesless/defu/compare/v0.0.1...v0.0.2) (2019-05-25)

269250270251

<a name="0.0.1"></a>

271-

## 0.0.1 (2019-02-07)

272252253+

## 0.0.1 (2019-02-07)

273254274255

### Bug Fixes

275256276-

* imrpove non-object handlers ([f89fa28](https://github.com/jesless/defu/commit/f89fa28))

257+

- imrpove non-object handlers ([f89fa28](https://github.com/jesless/defu/commit/f89fa28))