Skip to content

Commit d701eed

Browse files
committed
content: create monthly updates
1 parent 1733985 commit d701eed

File tree

1 file changed

+142
-0
lines changed

1 file changed

+142
-0
lines changed
Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
---
2+
title: Monthly updates (December 2023)
3+
description: 12 releases this month! What's new in the UnJS ecosystem?
4+
image:
5+
src:
6+
alt:
7+
authors:
8+
- name:
9+
picture:
10+
twitter:
11+
category:
12+
- releases
13+
packages:
14+
- giget
15+
- node-fetch-native
16+
- std-env
17+
- unhead
18+
- unpdf
19+
- untun
20+
- webpackbar
21+
publishedAt: 2023-12-28T00:58:03.684Z
22+
modifiedAt: 2023-12-28T00:58:03.684Z
23+
layout: blog-post
24+
---
25+
26+
## giget
27+
28+
This month, we release 2 new releases (0 major release, 1 minor release and 1 patch release):
29+
30+
- [v1.2.1](https://github.com/unjs/giget/releases/tag/v1.2.1)
31+
- [v1.2.0](https://github.com/unjs/giget/releases/tag/v1.2.0)
32+
33+
### fixes
34+
35+
- **cli:** Add missing shebang ([#135](https://github.com/unjs/giget/pull/135))
36+
37+
### enhancements
38+
39+
- Support cloning from http(s) sources ([#129](https://github.com/unjs/giget/pull/129))
40+
- Support proxy for Node.js with native fetch ([#133](https://github.com/unjs/giget/pull/133))
41+
- Support installing dependencies ([#134](https://github.com/unjs/giget/pull/134))
42+
### fixes
43+
- **gitlab:** Workaround hotlinking protection (406 Not Acceptable) ([#123](https://github.com/unjs/giget/pull/123))
44+
- **cli:** Display the current directory when cloning into current dir ([#132](https://github.com/unjs/giget/pull/132))
45+
- Add URL to undici's `fetch failed` error ([6e2455a](https://github.com/unjs/giget/commit/6e2455a))
46+
- Create dst dir only after the source is successfully downloaded ([#119](https://github.com/unjs/giget/pull/119))
47+
48+
### 💅 refactors
49+
50+
- Use citty for cli ([#113](https://github.com/unjs/giget/pull/113))
51+
52+
### documentation
53+
54+
- Add more info about auth ([ab28a9f](https://github.com/unjs/giget/commit/ab28a9f))
55+
56+
## node-fetch-native
57+
58+
This month, we release 4 new releases (0 major release, 2 minor releases and 2 patch releases):
59+
60+
- [v1.6.1](https://github.com/unjs/node-fetch-native/releases/tag/v1.6.1)
61+
- [v1.6.0](https://github.com/unjs/node-fetch-native/releases/tag/v1.6.0)
62+
- [v1.5.1](https://github.com/unjs/node-fetch-native/releases/tag/v1.5.1)
63+
- [v1.5.0](https://github.com/unjs/node-fetch-native/releases/tag/v1.5.0)
64+
65+
### enhancements
66+
67+
- **proxy:** Export `fetch` and `createFetch` ([#108](https://github.com/unjs/node-fetch-native/pull/108))
68+
- **proxy:** Support no_proxy ([#109](https://github.com/unjs/node-fetch-native/pull/109))
69+
70+
### fixes
71+
72+
- **proxy:** Update environment variable check order ([742d27e](https://github.com/unjs/node-fetch-native/commit/742d27e))
73+
74+
## std-env
75+
76+
This month, we release 2 new releases (0 major release, 2 minor releases and 0 patch release):
77+
78+
- [v3.7.0](https://github.com/unjs/std-env/releases/tag/v3.7.0)
79+
- [v3.6.0](https://github.com/unjs/std-env/releases/tag/v3.6.0)
80+
81+
### enhancements
82+
83+
- Support `railway` provider detection ([#106](https://github.com/unjs/std-env/pull/106))
84+
85+
### fixes
86+
87+
- Check `bun` runtime before `node` ([#107](https://github.com/unjs/std-env/pull/107))
88+
89+
### 💅 refactors
90+
91+
- Clarify runtimes and `isNode` behavior ([#108](https://github.com/unjs/std-env/pull/108))
92+
93+
### 🌊 types
94+
95+
- Type `runtime` export ([#92](https://github.com/unjs/std-env/pull/92))
96+
97+
## unhead
98+
99+
This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):
100+
101+
- [v1.8.9](https://github.com/unjs/unhead/releases/tag/v1.8.9)
102+
103+
### what's changed
104+
105+
- fix(unhead): falsey `class` / `style` breaks merging by @daniluk4000 in https://github.com/unjs/unhead/pull/290
106+
107+
## unpdf
108+
109+
This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):
110+
111+
- [v0.10.1](https://github.com/unjs/unpdf/releases/tag/v0.10.1)
112+
113+
### bug fixes
114+
115+
- Return if PDFJS has been resolved - by @johannschopplich [<samp>(77c8c)</samp>](https://github.com/unjs/unpdf/commit/77c8c74)
116+
- Pass canvas factory to doc proxy - by @johannschopplich in https://github.com/unjs/unpdf/issues/4 [<samp>(d7c3c)</samp>](https://github.com/unjs/unpdf/commit/d7c3ca4)
117+
118+
## untun
119+
120+
This month, we release 1 new release (0 major release, 0 minor release and 1 patch release):
121+
122+
- [v0.1.3](https://github.com/unjs/untun/releases/tag/v0.1.3)
123+
124+
### enhancements
125+
126+
- Allow to accept cloudflare notice ([#13](https://github.com/unjs/untun/pull/13)) (docs [fdbcf50](https://github.com/unjs/untun/commit/fdbcf50))
127+
- Update Cloudflared to [`v2023.10.0`](https://github.com/cloudflare/cloudflared/releases/tag/2023.10.0) ([90008ca](https://github.com/unjs/untun/commit/90008ca))
128+
129+
## webpackbar
130+
131+
This month, we release 1 new release (1 major release, 0 minor release and 0 patch release):
132+
133+
- [v6.0.0](https://github.com/unjs/webpackbar/releases/tag/v6.0.0)
134+
135+
### fixes
136+
137+
- Automatically add `profile` reporter when `profile` option enabled ([#94](https://github.com/unjs/webpackbar/pull/94))
138+
139+
### 💅 refactors
140+
141+
- Repository updated ([e7d217c](https://github.com/unjs/webpackbar/commit/e7d217c))
142+
- **deps:** ⚠️ Upgrade consola to v3 and minimum node version ([#128])

0 commit comments

Comments
 (0)