Skip to content

Commit ca2a942

Browse files
committed
content: create monthly updates
1 parent 93e9f73 commit ca2a942

1 file changed

Lines changed: 153 additions & 0 deletions

File tree

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
---
2+
title: Monthly updates (April 2024)
3+
description: 14 releases this month! What's new in the UnJS ecosystem?
4+
authors:
5+
- name:
6+
picture:
7+
twitter:
8+
category:
9+
- releases
10+
packages:
11+
- confbox
12+
- magicast
13+
- mkdist
14+
- nitro
15+
- pkg-types
16+
- rc9
17+
- undocs
18+
- unhead
19+
publishedAt: 2024-04-28T01:03:29.771Z
20+
modifiedAt: 2024-04-28T01:03:29.771Z
21+
---
22+
23+
## confbox
24+
25+
This month, we release 3 new releases (0 major release, 0 minor release and 3 patch releases):
26+
27+
- [v0.1.7](https://github.com/unjs/confbox/releases/tag/v0.1.7)
28+
- [v0.1.6](https://github.com/unjs/confbox/releases/tag/v0.1.6)
29+
- [v0.1.5](https://github.com/unjs/confbox/releases/tag/v0.1.5)
30+
31+
### enhancements
32+
33+
- Json utilities with format and whitespace preservation ([#7](https://github.com/unjs/confbox/pull/7))
34+
- Preserve style for all utils ([d4665b4](https://github.com/unjs/confbox/commit/d4665b4))
35+
36+
### fixes
37+
38+
- Fix `stringifyTOML` types ([40e1ca4](https://github.com/unjs/confbox/commit/40e1ca4))
39+
40+
## magicast
41+
42+
This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):
43+
44+
- [v0.3.4](https://github.com/unjs/magicast/releases/tag/v0.3.4)
45+
46+
### enhancements
47+
48+
- Support logical and member expression ([#111](https://github.com/unjs/magicast/pull/111))
49+
50+
## mkdist
51+
52+
This month, we release 2 new releases (0 major release, 1 minor release and 1 patch release):
53+
54+
- [v1.5.1](https://github.com/unjs/mkdist/releases/tag/v1.5.1)
55+
- [v1.5.0](https://github.com/unjs/mkdist/releases/tag/v1.5.0)
56+
57+
### fixes
58+
59+
- Dynamically import `typescript` when normalising options ([b8afd50](https://github.com/unjs/mkdist/commit/b8afd50))
60+
61+
### enhancements
62+
63+
- Use `vue-tsc` generate vue declarations ([#154](https://github.com/unjs/mkdist/pull/154))
64+
- Support vue-tsc v2 ([#201](https://github.com/unjs/mkdist/pull/201))
65+
- Support custom typescript `compilerOptions` ([#215](https://github.com/unjs/mkdist/pull/215))
66+
### fixes
67+
- De-default `typescript` import ([c518477](https://github.com/unjs/mkdist/commit/c518477))
68+
- Log errors emitting declarations ([1fb5a74](https://github.com/unjs/mkdist/commit/1fb5a74))
69+
70+
## nitro
71+
72+
This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):
73+
74+
- [v2.9.6](https://github.com/unjs/nitro/releases/tag/v2.9.6)
75+
76+
### fixes
77+
78+
- Generate root/src directory aliases ([#2318](https://github.com/unjs/nitro/pull/2318))
79+
- **externals:** Skip resolving virtual ids start with `\0` ([#2321](https://github.com/unjs/nitro/pull/2321))
80+
- **types:** Account for `undefined` value for `$fetch` return type ([#2327](https://github.com/unjs/nitro/pull/2327))
81+
- **cloudflare-pages:** Use predefined wildcards in `routes.exclude` ([#2319](https://github.com/unjs/nitro/pull/2319))
82+
83+
### documentation
84+
85+
- Remove outdated nightly warning ([#2317](https://github.com/unjs/nitro/pull/2317))
86+
87+
## pkg-types
88+
89+
This month, we release 1 new release (0 major release, 1 minor release and 0 patch release):
90+
91+
- [v1.1.0](https://github.com/unjs/pkg-types/releases/tag/v1.1.0)
92+
93+
### enhancements
94+
95+
- Auto detect and preserve format ([#175](https://github.com/unjs/pkg-types/pull/175))
96+
- Try to parse `package.json` as jsonc (json with comments and traling slashes) ([#176](https://github.com/unjs/pkg-types/pull/176))
97+
98+
### fixes
99+
100+
- Add object syntax browser field type ([#145](https://github.com/unjs/pkg-types/pull/145))
101+
- **types:** Allow `extends` as array ([#151](https://github.com/unjs/pkg-types/pull/151))
102+
- Add `imports` field to the types ([#160](https://github.com/unjs/pkg-types/pull/160))
103+
104+
### refactors
105+
106+
- Migrate from `jsonc-parser` to `unjs/confbox` ([#174](https://github.com/unjs/pkg-types/pull/174))
107+
108+
### documentation
109+
110+
- Add missing jsdocs ([#171](https://github.com/unjs/pkg-types/pull/171))
111+
112+
## rc9
113+
114+
This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):
115+
116+
- [v2.1.2](https://github.com/unjs/rc9/releases/tag/v2.1.2)
117+
118+
### fixes
119+
120+
- Stringify strings to avoid being cast to numbers ([#123](https://github.com/unjs/rc9/pull/123))
121+
- **parse:** Handle empty values ([#86](https://github.com/unjs/rc9/pull/86))
122+
123+
## undocs
124+
125+
This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):
126+
127+
- [v0.2.21](https://github.com/unjs/undocs/releases/tag/v0.2.21)
128+
129+
### fixes
130+
131+
- Add hmr hotfix for nitro ([0868eaa](https://github.com/unjs/undocs/commit/0868eaa))
132+
- Auto-code group transformation ([#114](https://github.com/unjs/undocs/pull/114))
133+
134+
### documentation
135+
136+
- Refactor content transformation section ([#115](https://github.com/unjs/undocs/pull/115))
137+
138+
## unhead
139+
140+
This month, we release 4 new releases (0 major release, 0 minor release and 4 patch releases):
141+
142+
- [v1.9.7](https://github.com/unjs/unhead/releases/tag/v1.9.7)
143+
- [v1.9.6](https://github.com/unjs/unhead/releases/tag/v1.9.6)
144+
- [v1.9.5](https://github.com/unjs/unhead/releases/tag/v1.9.5)
145+
- [v1.9.4](https://github.com/unjs/unhead/releases/tag/v1.9.4)
146+
147+
### bug fixes
148+
149+
- **scripts**: Allow properties to be returned async - by @harlan-zw [<samp>(bfd7d)</samp>](https://github.com/unjs/unhead/commit/bfd7ddee)
150+
151+
### 🏎 performance
152+
153+
- **scripts**: Drop unsupported inline HTML usage - by @harlan-zw [<samp>(3bfe2)</samp>](https://github.com/unjs/unhead/commit/3bfe2d1)

0 commit comments

Comments
 (0)