|
| 1 | +--- |
| 2 | +title: Monthly updates (July 2025) |
| 3 | +description: 15 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 | + - changelogen |
| 13 | + - get-port-please |
| 14 | + - ipx |
| 15 | + - jiti |
| 16 | + - openapi-renderer |
| 17 | + - unbuild |
| 18 | + - unenv |
| 19 | + - unhead |
| 20 | + - unpdf |
| 21 | + - unstorage |
| 22 | +publishedAt: 2025-07-28T01:50:22.130Z |
| 23 | +modifiedAt: 2025-07-28T01:50:22.130Z |
| 24 | +--- |
| 25 | + |
| 26 | +## c12 |
| 27 | + |
| 28 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 29 | + |
| 30 | +- [v3.1.0](https://github.com/unjs/c12/releases/tag/v3.1.0) |
| 31 | + |
| 32 | +### enhancements |
| 33 | + |
| 34 | +- Pass raw configs to function sources ([#253](https://github.com/unjs/c12/pull/253)) |
| 35 | + |
| 36 | +## changelogen |
| 37 | + |
| 38 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 39 | + |
| 40 | +- [v0.6.2](https://github.com/unjs/changelogen/releases/tag/v0.6.2) |
| 41 | + |
| 42 | +### fixes |
| 43 | + |
| 44 | +- **cli:** Accept `hideAuthorEmail` arg ([#275](https://github.com/unjs/changelogen/pull/275)) |
| 45 | + |
| 46 | +### types |
| 47 | + |
| 48 | +- `config.types` accepts `boolean` value ([#278](https://github.com/unjs/changelogen/pull/278)) |
| 49 | + |
| 50 | +### documentation |
| 51 | + |
| 52 | +- Add note about version number interpretation ([#272](https://github.com/unjs/changelogen/pull/272)) |
| 53 | +- **readme:** Fix typo ([#270](https://github.com/unjs/changelogen/pull/270)) |
| 54 | + |
| 55 | +## get-port-please |
| 56 | + |
| 57 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 58 | + |
| 59 | +- [v3.2.0](https://github.com/unjs/get-port-please/releases/tag/v3.2.0) |
| 60 | + |
| 61 | +### enhancements |
| 62 | + |
| 63 | +- Add unix domain socket utils ([#110](https://github.com/unjs/get-port-please/pull/110)) |
| 64 | + |
| 65 | +### fixes |
| 66 | + |
| 67 | +- **validateHostname:** Add `169.254.0.0/16` range to not allowed hostnames ([#101](https://github.com/unjs/get-port-please/pull/101)) |
| 68 | + |
| 69 | +## ipx |
| 70 | + |
| 71 | +This month, we release 4 new releases (0 major release, 1 minor release and 3 patch releases): |
| 72 | + |
| 73 | +- [v3.1.1](https://github.com/unjs/ipx/releases/tag/v3.1.1) |
| 74 | +- [v2.1.1](https://github.com/unjs/ipx/releases/tag/v2.1.1) |
| 75 | +- [v1.3.2](https://github.com/unjs/ipx/releases/tag/v1.3.2) |
| 76 | +- [v3.1.0](https://github.com/unjs/ipx/releases/tag/v3.1.0) |
| 77 | + |
| 78 | +### fixes |
| 79 | + |
| 80 | +- **fs:** Ensure path stays within the exact directory ([#271](https://github.com/unjs/ipx/pull/271)) |
| 81 | + |
| 82 | +## jiti |
| 83 | + |
| 84 | +This month, we release 2 new releases (0 major release, 1 minor release and 1 patch release): |
| 85 | + |
| 86 | +- [v2.5.1](https://github.com/unjs/jiti/releases/tag/v2.5.1) |
| 87 | +- [v2.5.0](https://github.com/unjs/jiti/releases/tag/v2.5.0) |
| 88 | + |
| 89 | +### fixes |
| 90 | + |
| 91 | +- **interop:** Passthrough module if it is a promise ([#389](https://github.com/unjs/jiti/pull/389)) |
| 92 | + |
| 93 | +### enhancements |
| 94 | + |
| 95 | +- Use `sha256` for cache entries in FIPS mode ([#375](https://github.com/unjs/jiti/pull/375)) |
| 96 | +- Support `rebuildFsCache` ( `JITI_REBUILD_FS_CACHE`) ([#379](https://github.com/unjs/jiti/pull/379)) |
| 97 | +### fixes |
| 98 | +- Interop modules with null/undefined default export ([#377](https://github.com/unjs/jiti/pull/377)) |
| 99 | +- Handle `require(<json>)` in register mode ([#374](https://github.com/unjs/jiti/pull/374)) |
| 100 | + |
| 101 | +### docs |
| 102 | + |
| 103 | +- Add defaults in JSDocs ([#365](https://github.com/unjs/jiti/pull/365)) |
| 104 | + |
| 105 | +## openapi-renderer |
| 106 | + |
| 107 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 108 | + |
| 109 | +- [v0.1.1](https://github.com/unjs/openapi-renderer/releases/tag/v0.1.1) |
| 110 | + |
| 111 | +### refactors |
| 112 | + |
| 113 | +- **scalar:** Use new API ([#8](https://github.com/unjs/openapi-renderer/pull/8)) |
| 114 | + |
| 115 | +## unbuild |
| 116 | + |
| 117 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 118 | + |
| 119 | +- [v3.6.0](https://github.com/unjs/unbuild/releases/tag/v3.6.0) |
| 120 | + |
| 121 | +### enhancements |
| 122 | + |
| 123 | +- Support `absoluteJitiPath` for stub mode ([#542](https://github.com/unjs/unbuild/pull/542)) |
| 124 | + |
| 125 | +### fixes |
| 126 | + |
| 127 | +- **types:** Improve type safety ([#516](https://github.com/unjs/unbuild/pull/516)) |
| 128 | + |
| 129 | +### documentation |
| 130 | + |
| 131 | +- Remove wrong jsdoc for `dts` type ([#540](https://github.com/unjs/unbuild/pull/540)) |
| 132 | + |
| 133 | +## unenv |
| 134 | + |
| 135 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 136 | + |
| 137 | +- [v2.0.0-rc.19](https://github.com/unjs/unenv/releases/tag/v2.0.0-rc.19) |
| 138 | + |
| 139 | +### enhancements |
| 140 | + |
| 141 | +- Polyfill to enable node sourcemaps ([#511](https://github.com/unjs/unenv/pull/511), [4d8a6b7](https://github.com/unjs/unenv/commit/4d8a6b7)) |
| 142 | + |
| 143 | +## unhead |
| 144 | + |
| 145 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 146 | + |
| 147 | +- [v2.0.12](https://github.com/unjs/unhead/releases/tag/v2.0.12) |
| 148 | + |
| 149 | +### bug fixes |
| 150 | + |
| 151 | +- **react**: Force invalidation on entry disposal - by @harlan-zw in https://github.com/unjs/unhead/issues/559 [<samp>(4ee5e)</samp>](https://github.com/unjs/unhead/commit/4ee5eac7) |
| 152 | + |
| 153 | +## unpdf |
| 154 | + |
| 155 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 156 | + |
| 157 | +- [v1.1.0](https://github.com/unjs/unpdf/releases/tag/v1.1.0) |
| 158 | + |
| 159 | +### features |
| 160 | + |
| 161 | +- `extractLinks` to get annotations from PDF files - by @ldenoue in https://github.com/unjs/unpdf/issues/35 [<samp>(99bbb)</samp>](https://github.com/unjs/unpdf/commit/99bbb1b) |
| 162 | + |
| 163 | +## unstorage |
| 164 | + |
| 165 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 166 | + |
| 167 | +- [v1.16.1](https://github.com/unjs/unstorage/releases/tag/v1.16.1) |
| 168 | + |
| 169 | +### 🔥 performance |
| 170 | + |
| 171 | +- **mongoDB:** Use bulk operations for `getItems` and `setItems` ([#641](https://github.com/unjs/unstorage/pull/641)) |
| 172 | +- **redis, upstash:** Use bulk operations for `getItems` ([#642](https://github.com/unjs/unstorage/pull/642)) |
| 173 | + |
| 174 | +### fixes |
| 175 | + |
| 176 | +- **types:** fix `prefixStorage` type compatibility ([#630](https://github.com/unjs/unstorage/pull/630)) |
| 177 | +- **s3:** Accept `200` for delete response for better compatibility ([#636](https://github.com/unjs/unstorage/pull/636)) |
| 178 | +- **github:** Add `user-agent` header ([#644](https://github.com/unjs/unstorage/pull/644)) |
| 179 | + |
| 180 | +### refactors |
| 181 | + |
| 182 | +- Allow `@netlify/blobs` v9 and v10 as peer dependency ([#640](https://github.com/unjs/unstorage/pull/640)) |
| 183 | + |
| 184 | +### documentation |
| 185 | + |
| 186 | +- **github:** Update `GitHub` casing ([#632](https://github.com/unjs/unstorage/pull/632)) |
0 commit comments