|
| 1 | +--- |
| 2 | +title: Monthly updates (November 2024) |
| 3 | +description: 11 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 | + - jiti |
| 12 | + - mdbox |
| 13 | + - mlly |
| 14 | + - nypm |
| 15 | + - std-env |
| 16 | + - unhead |
| 17 | + - unifont |
| 18 | + - unstorage |
| 19 | + - webpackbar |
| 20 | +publishedAt: 2024-11-28T01:20:34.328Z |
| 21 | +modifiedAt: 2024-11-28T01:20:34.328Z |
| 22 | +--- |
| 23 | + |
| 24 | +## jiti |
| 25 | + |
| 26 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 27 | + |
| 28 | +- [v2.4.0](https://github.com/unjs/jiti/releases/tag/v2.4.0) |
| 29 | + |
| 30 | +### enhancements |
| 31 | + |
| 32 | +- Support generic type for `jiti.import<T>` ([#331](https://github.com/unjs/jiti/pull/331)) |
| 33 | + |
| 34 | +### fixes |
| 35 | + |
| 36 | +- Try to resolve `.ts` files with `.js` extension from js files ([#337](https://github.com/unjs/jiti/pull/337)) |
| 37 | + |
| 38 | +## mdbox |
| 39 | + |
| 40 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 41 | + |
| 42 | +- [v0.1.1](https://github.com/unjs/mdbox/releases/tag/v0.1.1) |
| 43 | + |
| 44 | +### enhancements |
| 45 | + |
| 46 | +- Support `URL` input for `link` renderer ([#12](https://github.com/unjs/mdbox/pull/12)) |
| 47 | + |
| 48 | +### fixes |
| 49 | + |
| 50 | +- Start at index `1` for rendering ordered lists ([#4](https://github.com/unjs/mdbox/pull/4)) |
| 51 | +- **link:** `opts.title` maybe `undefined` ([#29](https://github.com/unjs/mdbox/pull/29)) |
| 52 | + |
| 53 | +### refactors |
| 54 | + |
| 55 | +- **heading:** Validate `level` ([#28](https://github.com/unjs/mdbox/pull/28)) |
| 56 | + |
| 57 | +### documentation |
| 58 | + |
| 59 | +- Fix jdocs example ([#3](https://github.com/unjs/mdbox/pull/3)) |
| 60 | +- Update commonmark link to point to its website ([#11](https://github.com/unjs/mdbox/pull/11)) |
| 61 | + |
| 62 | +## mlly |
| 63 | + |
| 64 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 65 | + |
| 66 | +- [v1.7.3](https://github.com/unjs/mlly/releases/tag/v1.7.3) |
| 67 | + |
| 68 | +### fixes |
| 69 | + |
| 70 | +- **findExportNames:** Do not require space before named exports ([#285](https://github.com/unjs/mlly/pull/285)) |
| 71 | + |
| 72 | +## nypm |
| 73 | + |
| 74 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 75 | + |
| 76 | +- [v0.4.0](https://github.com/unjs/nypm/releases/tag/v0.4.0) |
| 77 | + |
| 78 | +### enhancements |
| 79 | + |
| 80 | +- Experimental support for deno v2 ([#158](https://github.com/unjs/nypm/pull/158)) |
| 81 | + |
| 82 | +### 🔥 performance |
| 83 | + |
| 84 | +- ⚠️ Replace `execa` with `tinyexec` ([#151](https://github.com/unjs/nypm/pull/151)) |
| 85 | + |
| 86 | +## std-env |
| 87 | + |
| 88 | +This month, we release 1 new release (0 major release, 1 minor release and 0 patch release): |
| 89 | + |
| 90 | +- [v3.8.0](https://github.com/unjs/std-env/releases/tag/v3.8.0) |
| 91 | + |
| 92 | +### enhancements |
| 93 | + |
| 94 | +- **providers:** Detect deno-deploy ([#117](https://github.com/unjs/std-env/pull/117)) |
| 95 | +- **providers:** Detect firebase app hosting ([#146](https://github.com/unjs/std-env/pull/146)) |
| 96 | + |
| 97 | +## unhead |
| 98 | + |
| 99 | +This month, we release 3 new releases (0 major release, 0 minor release and 3 patch releases): |
| 100 | + |
| 101 | +- [v1.11.13](https://github.com/unjs/unhead/releases/tag/v1.11.13) |
| 102 | +- [v1.11.12](https://github.com/unjs/unhead/releases/tag/v1.11.12) |
| 103 | +- [v1.11.11](https://github.com/unjs/unhead/releases/tag/v1.11.11) |
| 104 | + |
| 105 | +### bug fixes |
| 106 | + |
| 107 | +- **schema**: |
| 108 | +- Prefer ReturnType instead of infer - by @huang-julien and **Julien Huang** in https://github.com/unjs/unhead/issues/415 [<samp>(0460f)</samp>](https://github.com/unjs/unhead/commit/0460f9eb) |
| 109 | +- **schema-org**: |
| 110 | +- Mark `unhead` as peer dependency - by @harlan-zw in https://github.com/unjs/unhead/issues/419 [<samp>(e0171)</samp>](https://github.com/unjs/unhead/commit/e0171fa4) |
| 111 | +- Duplicate tag generated in some instances - by @harlan-zw [<samp>(0cf62)</samp>](https://github.com/unjs/unhead/commit/0cf62141) |
| 112 | + |
| 113 | +## unifont |
| 114 | + |
| 115 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 116 | + |
| 117 | +- [v0.1.6](https://github.com/unjs/unifont/releases/tag/v0.1.6) |
| 118 | + |
| 119 | +### features |
| 120 | + |
| 121 | +- Retry fetching font metadata on network error - by @qwerzl in https://github.com/unjs/unifont/issues/41 [<samp>(960ab)</samp>](https://github.com/unjs/unifont/commit/960ab41) |
| 122 | + |
| 123 | +## unstorage |
| 124 | + |
| 125 | +This month, we release 1 new release (0 major release, 0 minor release and 1 patch release): |
| 126 | + |
| 127 | +- [v1.13.1](https://github.com/unjs/unstorage/releases/tag/v1.13.1) |
| 128 | + |
| 129 | +### fixes |
| 130 | + |
| 131 | +- Revert chokidar to v3 ([#502](https://github.com/unjs/unstorage/pull/502)) |
| 132 | + |
| 133 | +## webpackbar |
| 134 | + |
| 135 | +This month, we release 1 new release (1 major release, 0 minor release and 0 patch release): |
| 136 | + |
| 137 | +- [v7.0.0](https://github.com/unjs/webpackbar/releases/tag/v7.0.0) |
| 138 | + |
| 139 | +### enhancements |
| 140 | + |
| 141 | +- Support rspack ([#149](https://github.com/unjs/webpackbar/pull/149)) |
| 142 | + |
| 143 | +### fixes |
| 144 | + |
| 145 | +- Missing compilation completion information in concurrent mode. #81 ([#141](https://github.com/unjs/webpackbar/pull/141), [#81](https://github.com/unjs/webpackbar/issues/81)) |
| 146 | + |
| 147 | +### refactors |
| 148 | + |
| 149 | +- Update repo ([379d628](https://github.com/unjs/webpackbar/commit/379d628)) |
| 150 | +- Uses `ansis` for color support ([#145](https://github.com/unjs/webpackbar/pull/145)) |
| 151 | +- Use named export of `markdown-table` ([c0be4d7](https://github.com/unjs/webpackbar/commit/c0be4d7)) |
0 commit comments