|
| 1 | +--- |
| 2 | +title: Monthly updates (May 2025) |
| 3 | +description: 23 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 | + - c12 |
| 12 | + - fetchdts |
| 13 | + - obuild |
| 14 | + - unenv |
| 15 | + - unhead |
| 16 | + - unifont |
| 17 | + - unpdf |
| 18 | + - unplugin |
| 19 | +publishedAt: 2025-05-28T01:29:57.139Z |
| 20 | +modifiedAt: 2025-05-28T01:29:57.139Z |
| 21 | +--- |
| 22 | + |
| 23 | +## c12 |
| 24 | + |
| 25 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 26 | + |
| 27 | +- [v3.0.4](https://github.com/unjs/c12/releases/tag/v3.0.4) |
| 28 | + |
| 29 | +### fixes |
| 30 | + |
| 31 | +- Handle watcher reload errors ([#247](https://github.com/unjs/c12/pull/247)) |
| 32 | + |
| 33 | +## fetchdts |
| 34 | + |
| 35 | +This month, we release 2 new releases (0 major release, 0 minor release and 2 patch releases): |
| 36 | + |
| 37 | +- [v0.0.3](https://github.com/unjs/fetchdts/releases/tag/v0.0.3) |
| 38 | +- [v0.0.2](https://github.com/unjs/fetchdts/releases/tag/v0.0.2) |
| 39 | + |
| 40 | +### features |
| 41 | + |
| 42 | +- Add http header + mime types - by @danielroe [<samp>(509fd)</samp>](https://github.com/unjs/fetchdts/commit/509fd3a) |
| 43 | + |
| 44 | +### bug fixes |
| 45 | + |
| 46 | +- **fetch**: Extend `TypedResponse` from `Response` - by @danielroe [<samp>(ebc2f)</samp>](https://github.com/unjs/fetchdts/commit/ebc2f17) |
| 47 | + |
| 48 | +## obuild |
| 49 | + |
| 50 | +This month, we release 8 new releases (0 major release, 2 minor releases and 6 patch releases): |
| 51 | + |
| 52 | +- [v0.2.1](https://github.com/unjs/obuild/releases/tag/v0.2.1) |
| 53 | +- [v0.2.0](https://github.com/unjs/obuild/releases/tag/v0.2.0) |
| 54 | +- [v0.1.1](https://github.com/unjs/obuild/releases/tag/v0.1.1) |
| 55 | +- [v0.1.0](https://github.com/unjs/obuild/releases/tag/v0.1.0) |
| 56 | +- [v0.0.8](https://github.com/unjs/obuild/releases/tag/v0.0.8) |
| 57 | +- [v0.0.7](https://github.com/unjs/obuild/releases/tag/v0.0.7) |
| 58 | +- [v0.0.6](https://github.com/unjs/obuild/releases/tag/v0.0.6) |
| 59 | +- [v0.0.5](https://github.com/unjs/obuild/releases/tag/v0.0.5) |
| 60 | + |
| 61 | +### fixes |
| 62 | + |
| 63 | +- Programmatic build with string entries ([#30](https://github.com/unjs/obuild/pull/30)) |
| 64 | + |
| 65 | +### refactors |
| 66 | + |
| 67 | +- Fix stub cli messages ([5c02fed](https://github.com/unjs/obuild/commit/5c02fed)) |
| 68 | + |
| 69 | +### enhancements |
| 70 | + |
| 71 | +- Passthrough stub mode ([#28](https://github.com/unjs/obuild/pull/28)) |
| 72 | +- Add `+x` permission to CLI entries ([#26](https://github.com/unjs/obuild/pull/26)) |
| 73 | +- Allow passing all rolldown config to build entries ([edd39af](https://github.com/unjs/obuild/commit/edd39af)) |
| 74 | +- ⚠️ Allow passing all `dts` options for bundle ([2bab1e8](https://github.com/unjs/obuild/commit/2bab1e8)) |
| 75 | +- ⚠️ Allow passing all `oxc-transform` options ([5729956](https://github.com/unjs/obuild/commit/5729956)) |
| 76 | +- ⚠️ Unified config for programmatic api ([33a5869](https://github.com/unjs/obuild/commit/33a5869)) |
| 77 | + |
| 78 | +## unenv |
| 79 | + |
| 80 | +This month, we release 2 new releases (0 major release, 0 minor release and 2 patch releases): |
| 81 | + |
| 82 | +- [v2.0.0-rc.17](https://github.com/unjs/unenv/releases/tag/v2.0.0-rc.17) |
| 83 | +- [v2.0.0-rc.16](https://github.com/unjs/unenv/releases/tag/v2.0.0-rc.16) |
| 84 | + |
| 85 | +### enhancements |
| 86 | + |
| 87 | +- **node:** Add `process.version` and `process.versions.node` ([#493](https://github.com/unjs/unenv/pull/493)) |
| 88 | +- **node:** Add `node:sqlite` mock ([#503](https://github.com/unjs/unenv/pull/503)) |
| 89 | + |
| 90 | +### fixes |
| 91 | + |
| 92 | +- **node:timers:** Add missing methods to `Timeout` polyfill ([b6934a5](https://github.com/unjs/unenv/commit/b6934a5)) |
| 93 | +- **node:http:** Add `Agent.options` property ([#502](https://github.com/unjs/unenv/pull/502)) |
| 94 | +- **npm:debug:** Add missing named exports ([#501](https://github.com/unjs/unenv/pull/501)) |
| 95 | + |
| 96 | +## unhead |
| 97 | + |
| 98 | +This month, we release 2 new releases (0 major release, 0 minor release and 2 patch releases): |
| 99 | + |
| 100 | +- [v2.0.10](https://github.com/unjs/unhead/releases/tag/v2.0.10) |
| 101 | +- [v2.0.9](https://github.com/unjs/unhead/releases/tag/v2.0.9) |
| 102 | + |
| 103 | +### bug fixes |
| 104 | + |
| 105 | +- Safer meta array deduping - by @harlan-zw [<samp>(32486)</samp>](https://github.com/unjs/unhead/commit/32486259) |
| 106 | + |
| 107 | +### 🏎 performance |
| 108 | + |
| 109 | +- **unhead**: Normalize canonicalHost only once in canonical plugin - by @negezor in https://github.com/unjs/unhead/issues/550 [<samp>(92713)</samp>](https://github.com/unjs/unhead/commit/92713be7) |
| 110 | + |
| 111 | +## unifont |
| 112 | + |
| 113 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 114 | + |
| 115 | +- [v0.5.0](https://github.com/unjs/unifont/releases/tag/v0.5.0) |
| 116 | + |
| 117 | +### features |
| 118 | + |
| 119 | +- **google**: Support subsets - by @florian-lefebvre in https://github.com/unjs/unifont/issues/172 [<samp>(9e4fd)</samp>](https://github.com/unjs/unifont/commit/9e4fd72) |
| 120 | + |
| 121 | +## unpdf |
| 122 | + |
| 123 | +This month, we release 4 new releases (0 major release, 0 minor release and 4 patch releases): |
| 124 | + |
| 125 | +- [v1.0.5](https://github.com/unjs/unpdf/releases/tag/v1.0.5) |
| 126 | +- [v1.0.4](https://github.com/unjs/unpdf/releases/tag/v1.0.4) |
| 127 | +- [v1.0.3](https://github.com/unjs/unpdf/releases/tag/v1.0.3) |
| 128 | +- [v1.0.2](https://github.com/unjs/unpdf/releases/tag/v1.0.2) |
| 129 | + |
| 130 | +### bug fixes |
| 131 | + |
| 132 | +- Resolve global image objects - by @jirihybek in https://github.com/unjs/unpdf/issues/27 [<samp>(0903f)</samp>](https://github.com/unjs/unpdf/commit/0903f50) |
| 133 | + |
| 134 | +### 🏎 performance |
| 135 | + |
| 136 | +- Remove now unneeded unenv polyfills - by @johannschopplich [<samp>(5ed02)</samp>](https://github.com/unjs/unpdf/commit/5ed0288) |
| 137 | + |
| 138 | +## unplugin |
| 139 | + |
| 140 | +This month, we release 3 new releases (0 major release, 0 minor release and 3 patch releases): |
| 141 | + |
| 142 | +- [v2.3.5](https://github.com/unjs/unplugin/releases/tag/v2.3.5) |
| 143 | +- [v2.3.4](https://github.com/unjs/unplugin/releases/tag/v2.3.4) |
| 144 | +- [v2.3.3](https://github.com/unjs/unplugin/releases/tag/v2.3.3) |
| 145 | + |
| 146 | +### bug fixes |
| 147 | + |
| 148 | +- **rspack**: Prevent vfs concurrency issues for parallel builds - by @elbywan in https://github.com/unjs/unplugin/issues/510 [<samp>(43e58)</samp>](https://github.com/unjs/unplugin/commit/43e5893) |
0 commit comments