Skip to content

Commit d800ae3

Browse files
committedAug 27, 2024··
chore: update deps
1 parent d61c1f0 commit d800ae3

16 files changed

+3148
-1923
lines changed
 

‎.eslintignore

-4
This file was deleted.

‎.eslintrc

-10
This file was deleted.

‎CHANGELOG.md

+77-89
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Changelog
22

3-
43
## v0.3.4
54

65
[compare changes](https://github.com/unjs/magicast/compare/v0.3.3...v0.3.4)
@@ -75,7 +74,7 @@
7574

7675
### 🩹 Fixes
7776

78-
- ⚠️ `writeFile` now requires filename ([#79](https://github.com/unjs/magicast/pull/79))
77+
- ⚠️ `writeFile` now requires filename ([#79](https://github.com/unjs/magicast/pull/79))
7978

8079
### 📦 Build
8180

@@ -87,7 +86,7 @@
8786

8887
#### ⚠️ Breaking Changes
8988

90-
- ⚠️ `writeFile` now requires filename ([#79](https://github.com/unjs/magicast/pull/79))
89+
- ⚠️ `writeFile` now requires filename ([#79](https://github.com/unjs/magicast/pull/79))
9190

9291
### ❤️ Contributors
9392

@@ -137,7 +136,7 @@
137136
- **release:** V0.2.9 ([d9ef2eb](https://github.com/unjs/magicast/commit/d9ef2eb))
138137
- Update deps ([fd297f0](https://github.com/unjs/magicast/commit/fd297f0))
139138

140-
### ❤️ Contributors
139+
### ❤️ Contributors
141140

142141
- Anthony Fu <anthonyfu117@hotmail.com>
143142
- Lukas Stracke <lukas.stracke@sentry.io>
@@ -147,16 +146,15 @@
147146

148147
[compare changes](https://github.com/unjs/magicast/compare/v0.2.8...v0.2.9)
149148

150-
151149
### 🚀 Enhancements
152150

153-
- DeepMergeObject improvements; NumericLiteral and StringLiteral keys ([#63](https://github.com/unjs/magicast/pull/63))
151+
- DeepMergeObject improvements; NumericLiteral and StringLiteral keys ([#63](https://github.com/unjs/magicast/pull/63))
154152

155153
### 🏡 Chore
156154

157-
- Update deps ([15d091e](https://github.com/unjs/magicast/commit/15d091e))
155+
- Update deps ([15d091e](https://github.com/unjs/magicast/commit/15d091e))
158156

159-
### ❤️ Contributors
157+
### ❤️ Contributors
160158

161159
- Anthony Fu <anthonyfu117@hotmail.com>
162160
- Yaël Guilloux ([@Tahul](http://github.com/Tahul))
@@ -165,152 +163,144 @@
165163

166164
[compare changes](https://github.com/unjs/magicast/compare/v0.2.7...v0.2.8)
167165

168-
169166
### 🩹 Fixes
170167

171-
- Type resolution in node16 environments ([#60](https://github.com/unjs/magicast/pull/60))
172-
- **helpers:** Improve deepMergeObject handling case ([#62](https://github.com/unjs/magicast/pull/62))
168+
- Type resolution in node16 environments ([#60](https://github.com/unjs/magicast/pull/60))
169+
- **helpers:** Improve deepMergeObject handling case ([#62](https://github.com/unjs/magicast/pull/62))
173170

174171
### 🏡 Chore
175172

176-
- **release:** V0.2.7 ([c719013](https://github.com/unjs/magicast/commit/c719013))
177-
- Typo ([#59](https://github.com/unjs/magicast/pull/59))
173+
- **release:** V0.2.7 ([c719013](https://github.com/unjs/magicast/commit/c719013))
174+
- Typo ([#59](https://github.com/unjs/magicast/pull/59))
178175

179-
### ❤️ Contributors
176+
### ❤️ Contributors
180177

181178
- Yaël Guilloux ([@Tahul](http://github.com/Tahul))
182-
- Samuel Stroschein
179+
- Samuel Stroschein
183180
- Igor Babko ([@igorbabko](http://github.com/igorbabko))
184181
- Anthony Fu <anthonyfu117@hotmail.com>
185182

186183
## v0.2.7
187184

188185
[compare changes](https://github.com/unjs/magicast/compare/v0.2.6...v0.2.7)
189186

190-
191187
### 🩹 Fixes
192188

193-
- **createProxy:** Trap for the 'in' operator ([#58](https://github.com/unjs/magicast/pull/58))
189+
- **createProxy:** Trap for the 'in' operator ([#58](https://github.com/unjs/magicast/pull/58))
194190

195-
### ❤️ Contributors
191+
### ❤️ Contributors
196192

197193
- Zoeyzhao19
198194

199195
## v0.2.6
200196

201197
[compare changes](https://github.com/unjs/magicast/compare/v0.2.5...v0.2.6)
202198

203-
204199
### 🩹 Fixes
205200

206-
- Proxy sub module types ([3251584](https://github.com/unjs/magicast/commit/3251584))
201+
- Proxy sub module types ([3251584](https://github.com/unjs/magicast/commit/3251584))
207202

208203
### 🏡 Chore
209204

210-
- Lint ([b32604b](https://github.com/unjs/magicast/commit/b32604b))
205+
- Lint ([b32604b](https://github.com/unjs/magicast/commit/b32604b))
211206

212-
### ❤️ Contributors
207+
### ❤️ Contributors
213208

214209
- Anthony Fu <anthonyfu117@hotmail.com>
215210

216211
## v0.2.5
217212

218213
[compare changes](https://github.com/unjs/magicast/compare/v0.2.4...v0.2.5)
219214

220-
221215
### 🚀 Enhancements
222216

223-
- Add Vite plugin at a given index ([#53](https://github.com/unjs/magicast/pull/53))
217+
- Add Vite plugin at a given index ([#53](https://github.com/unjs/magicast/pull/53))
224218

225219
### 🩹 Fixes
226220

227-
- Support code with `as` and `satisfies` ([#55](https://github.com/unjs/magicast/pull/55))
221+
- Support code with `as` and `satisfies` ([#55](https://github.com/unjs/magicast/pull/55))
228222

229223
### 🏡 Chore
230224

231-
- Update release script ([602c25d](https://github.com/unjs/magicast/commit/602c25d))
232-
- Import type ([#50](https://github.com/unjs/magicast/pull/50))
233-
- Update format ([48be33a](https://github.com/unjs/magicast/commit/48be33a))
234-
- Update script ([e21055b](https://github.com/unjs/magicast/commit/e21055b))
225+
- Update release script ([602c25d](https://github.com/unjs/magicast/commit/602c25d))
226+
- Import type ([#50](https://github.com/unjs/magicast/pull/50))
227+
- Update format ([48be33a](https://github.com/unjs/magicast/commit/48be33a))
228+
- Update script ([e21055b](https://github.com/unjs/magicast/commit/e21055b))
235229

236-
### ❤️ Contributors
230+
### ❤️ Contributors
237231

238232
- Anthony Fu <anthonyfu117@hotmail.com>
239233
- Lukas Stracke <lukas.stracke@sentry.io>
240-
- LiuSeen
234+
- LiuSeen
241235
- Mateusz Burzyński ([@Andarist](http://github.com/Andarist))
242236

243237
## v0.2.4
244238

245239
[compare changes](https://github.com/unjs/magicast/compare/v0.2.3...v0.2.4)
246240

247-
248241
### 🩹 Fixes
249242

250-
- Enumerable keys for `exports` and `imports`, close #38 ([#38](https://github.com/unjs/magicast/issues/38))
251-
- Make proxied module enumerable, close #47 ([#47](https://github.com/unjs/magicast/issues/47))
243+
- Enumerable keys for `exports` and `imports`, close #38 ([#38](https://github.com/unjs/magicast/issues/38))
244+
- Make proxied module enumerable, close #47 ([#47](https://github.com/unjs/magicast/issues/47))
252245

253246
### 📖 Documentation
254247

255-
- Add notes about usage ([5c5cd52](https://github.com/unjs/magicast/commit/5c5cd52))
248+
- Add notes about usage ([5c5cd52](https://github.com/unjs/magicast/commit/5c5cd52))
256249

257250
### 🏡 Chore
258251

259-
- **release:** V0.2.3 ([f8dc796](https://github.com/unjs/magicast/commit/f8dc796))
260-
- Update deps ([3de0c61](https://github.com/unjs/magicast/commit/3de0c61))
261-
- Update deps ([cf0e6cb](https://github.com/unjs/magicast/commit/cf0e6cb))
262-
- Add lint-staged ([7fa88fc](https://github.com/unjs/magicast/commit/7fa88fc))
252+
- **release:** V0.2.3 ([f8dc796](https://github.com/unjs/magicast/commit/f8dc796))
253+
- Update deps ([3de0c61](https://github.com/unjs/magicast/commit/3de0c61))
254+
- Update deps ([cf0e6cb](https://github.com/unjs/magicast/commit/cf0e6cb))
255+
- Add lint-staged ([7fa88fc](https://github.com/unjs/magicast/commit/7fa88fc))
263256

264257
### ✅ Tests
265258

266-
- Add identifier as property example ([fb77b5d](https://github.com/unjs/magicast/commit/fb77b5d))
259+
- Add identifier as property example ([fb77b5d](https://github.com/unjs/magicast/commit/fb77b5d))
267260

268-
### ❤️ Contributors
261+
### ❤️ Contributors
269262

270263
- Anthony Fu <anthonyfu117@hotmail.com>
271264

272265
## v0.2.3
273266

274267
[compare changes](https://github.com/unjs/magicast/compare/v0.2.2...v0.2.3)
275268

276-
277269
### 🩹 Fixes
278270

279-
- Enumerable keys for `exports` and `imports`, close #38 ([#38](https://github.com/unjs/magicast/issues/38))
271+
- Enumerable keys for `exports` and `imports`, close #38 ([#38](https://github.com/unjs/magicast/issues/38))
280272

281-
### ❤️ Contributors
273+
### ❤️ Contributors
282274

283275
- Anthony Fu <anthonyfu117@hotmail.com>
284276

285277
## v0.2.2
286278

287279
[compare changes](https://github.com/unjs/magicast/compare/v0.2.1...v0.2.2)
288280

289-
290281
### 🚀 Enhancements
291282

292-
- Add identifier casting ([#39](https://github.com/unjs/magicast/pull/39))
283+
- Add identifier casting ([#39](https://github.com/unjs/magicast/pull/39))
293284

294-
### ❤️ Contributors
285+
### ❤️ Contributors
295286

296287
- Hugo ATTAL <hugoattal@hotmail.fr>
297288

298289
## v0.2.1
299290

300291
[compare changes](https://github.com/unjs/magicast/compare/v0.2.0...v0.2.1)
301292

302-
303293
### 🚀 Enhancements
304294

305-
- Support `builder.raw` ([4983f47](https://github.com/unjs/magicast/commit/4983f47))
306-
- Support `builder.newExpression` ([cf5ad6d](https://github.com/unjs/magicast/commit/cf5ad6d))
295+
- Support `builder.raw` ([4983f47](https://github.com/unjs/magicast/commit/4983f47))
296+
- Support `builder.newExpression` ([cf5ad6d](https://github.com/unjs/magicast/commit/cf5ad6d))
307297

308298
### 📖 Documentation
309299

310-
- Add some examples ([3106c32](https://github.com/unjs/magicast/commit/3106c32))
311-
- Typo ([#32](https://github.com/unjs/magicast/pull/32))
300+
- Add some examples ([3106c32](https://github.com/unjs/magicast/commit/3106c32))
301+
- Typo ([#32](https://github.com/unjs/magicast/pull/32))
312302

313-
### ❤️ Contributors
303+
### ❤️ Contributors
314304

315305
- Anthony Fu <anthonyfu117@hotmail.com>
316306
- Betteroneday
@@ -319,64 +309,62 @@
319309

320310
[compare changes](https://github.com/unjs/magicast/compare/v0.1.1...v0.2.0)
321311

322-
323312
### 🚀 Enhancements
324313

325-
- Support delete operation ([ad40a7b](https://github.com/unjs/magicast/commit/ad40a7b))
326-
- Support more array operation ([90040ee](https://github.com/unjs/magicast/commit/90040ee))
327-
- Use proxy for top level module ([#8](https://github.com/unjs/magicast/pull/8))
328-
- `imports` support ([#11](https://github.com/unjs/magicast/pull/11))
329-
- Support Date, Set, and Map to `literalToAst` ([b97d8f2](https://github.com/unjs/magicast/commit/b97d8f2))
330-
- Automatically preserve code style ([#10](https://github.com/unjs/magicast/pull/10))
331-
- Improve error system ([4a286e2](https://github.com/unjs/magicast/commit/4a286e2))
332-
- Construct function call ([#15](https://github.com/unjs/magicast/pull/15))
333-
- Improve typescript support ([9d9bd43](https://github.com/unjs/magicast/commit/9d9bd43))
334-
- Support `mod.generate` ([b27e2b5](https://github.com/unjs/magicast/commit/b27e2b5))
335-
- ⚠️ `parseModule` and `parseExpression` ([#24](https://github.com/unjs/magicast/pull/24))
336-
- Add high level helpers ([912c135](https://github.com/unjs/magicast/commit/912c135))
314+
- Support delete operation ([ad40a7b](https://github.com/unjs/magicast/commit/ad40a7b))
315+
- Support more array operation ([90040ee](https://github.com/unjs/magicast/commit/90040ee))
316+
- Use proxy for top level module ([#8](https://github.com/unjs/magicast/pull/8))
317+
- `imports` support ([#11](https://github.com/unjs/magicast/pull/11))
318+
- Support Date, Set, and Map to `literalToAst` ([b97d8f2](https://github.com/unjs/magicast/commit/b97d8f2))
319+
- Automatically preserve code style ([#10](https://github.com/unjs/magicast/pull/10))
320+
- Improve error system ([4a286e2](https://github.com/unjs/magicast/commit/4a286e2))
321+
- Construct function call ([#15](https://github.com/unjs/magicast/pull/15))
322+
- Improve typescript support ([9d9bd43](https://github.com/unjs/magicast/commit/9d9bd43))
323+
- Support `mod.generate` ([b27e2b5](https://github.com/unjs/magicast/commit/b27e2b5))
324+
- ⚠️ `parseModule` and `parseExpression` ([#24](https://github.com/unjs/magicast/pull/24))
325+
- Add high level helpers ([912c135](https://github.com/unjs/magicast/commit/912c135))
337326

338327
### 🔥 Performance
339328

340-
- Cache proxify ([949ec48](https://github.com/unjs/magicast/commit/949ec48))
329+
- Cache proxify ([949ec48](https://github.com/unjs/magicast/commit/949ec48))
341330

342331
### 🩹 Fixes
343332

344-
- Improve edge cases of `literalToAst` ([f9b6296](https://github.com/unjs/magicast/commit/f9b6296))
333+
- Improve edge cases of `literalToAst` ([f9b6296](https://github.com/unjs/magicast/commit/f9b6296))
345334

346335
### 💅 Refactors
347336

348-
- ⚠️ Rename `.arguments` to `.$args` for functions ([#7](https://github.com/unjs/magicast/pull/7))
349-
- Use `@babel/types` over `estree` ([308fd21](https://github.com/unjs/magicast/commit/308fd21))
350-
- Split test files ([dcc759e](https://github.com/unjs/magicast/commit/dcc759e))
351-
- Break down test files ([5af3f8c](https://github.com/unjs/magicast/commit/5af3f8c))
352-
- Break down files ([fecdee1](https://github.com/unjs/magicast/commit/fecdee1))
353-
- ⚠️ Rename `builder` to `builders` ([0dd8e9a](https://github.com/unjs/magicast/commit/0dd8e9a))
337+
- ⚠️ Rename `.arguments` to `.$args` for functions ([#7](https://github.com/unjs/magicast/pull/7))
338+
- Use `@babel/types` over `estree` ([308fd21](https://github.com/unjs/magicast/commit/308fd21))
339+
- Split test files ([dcc759e](https://github.com/unjs/magicast/commit/dcc759e))
340+
- Break down test files ([5af3f8c](https://github.com/unjs/magicast/commit/5af3f8c))
341+
- Break down files ([fecdee1](https://github.com/unjs/magicast/commit/fecdee1))
342+
- ⚠️ Rename `builder` to `builders` ([0dd8e9a](https://github.com/unjs/magicast/commit/0dd8e9a))
354343

355344
### 📖 Documentation
356345

357-
- Update usage ([51a82eb](https://github.com/unjs/magicast/commit/51a82eb))
358-
- Update ([#19](https://github.com/unjs/magicast/pull/19))
359-
- Update badges ([#26](https://github.com/unjs/magicast/pull/26))
346+
- Update usage ([51a82eb](https://github.com/unjs/magicast/commit/51a82eb))
347+
- Update ([#19](https://github.com/unjs/magicast/pull/19))
348+
- Update badges ([#26](https://github.com/unjs/magicast/pull/26))
360349

361350
### 🏡 Chore
362351

363-
- Fix type errors ([effae7c](https://github.com/unjs/magicast/commit/effae7c))
364-
- Lint ([c58699b](https://github.com/unjs/magicast/commit/c58699b))
365-
- Fix typo ([fa3ce99](https://github.com/unjs/magicast/commit/fa3ce99))
366-
- **readme:** Fix space ([#23](https://github.com/unjs/magicast/pull/23))
367-
- Update deps ([8185270](https://github.com/unjs/magicast/commit/8185270))
368-
- Fix build ([89772a5](https://github.com/unjs/magicast/commit/89772a5))
352+
- Fix type errors ([effae7c](https://github.com/unjs/magicast/commit/effae7c))
353+
- Lint ([c58699b](https://github.com/unjs/magicast/commit/c58699b))
354+
- Fix typo ([fa3ce99](https://github.com/unjs/magicast/commit/fa3ce99))
355+
- **readme:** Fix space ([#23](https://github.com/unjs/magicast/pull/23))
356+
- Update deps ([8185270](https://github.com/unjs/magicast/commit/8185270))
357+
- Fix build ([89772a5](https://github.com/unjs/magicast/commit/89772a5))
369358

370-
#### ⚠️ Breaking Changes
359+
#### ⚠️ Breaking Changes
371360

372-
- ⚠️ `parseModule` and `parseExpression` ([#24](https://github.com/unjs/magicast/pull/24))
373-
- ⚠️ Rename `.arguments` to `.$args` for functions ([#7](https://github.com/unjs/magicast/pull/7))
374-
- ⚠️ Rename `builder` to `builders` ([0dd8e9a](https://github.com/unjs/magicast/commit/0dd8e9a))
361+
- ⚠️ `parseModule` and `parseExpression` ([#24](https://github.com/unjs/magicast/pull/24))
362+
- ⚠️ Rename `.arguments` to `.$args` for functions ([#7](https://github.com/unjs/magicast/pull/7))
363+
- ⚠️ Rename `builder` to `builders` ([0dd8e9a](https://github.com/unjs/magicast/commit/0dd8e9a))
375364

376-
### ❤️ Contributors
365+
### ❤️ Contributors
377366

378367
- Anthony Fu <anthonyfu117@hotmail.com>
379368
- Sébastien Chopin <seb@nuxtlabs.com>
380369
- Alexander Lichter ([@manniL](http://github.com/manniL))
381370
- Pooya Parsa ([@pi0](http://github.com/pi0))
382-

0 commit comments

Comments
 (0)
Please sign in to comment.