Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-07-29のJS: TypeScript 5.6 Beta、Node.jsの実験的なTypeScriptサポート、State of React 2023 #1210

Merged
merged 19 commits into from
Jul 29, 2024
Merged
Prev Previous commit
Next Next commit
Update 701 draft
azu committed Jul 28, 2024
commit 5071d86b377546cf6fd6d512ae66ac6eb13de3d5
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "2024-07-27のJS: "
title: "2024-07-28のJS: "
author: "azu"
layout: post
date : 2024-07-27T11:21:27.896Z
date : 2024-07-28T04:44:48.780Z
category: JSer
tags:
- nodejs
@@ -79,6 +79,17 @@ Chromeの3rd Party Cookie廃止計画は撤回することになった。
<p class="jser-tags jser-tag-icon"><span class="jser-tag">nodejs</span> <span class="jser-tag">Sass</span> <span class="jser-tag">news</span></p>

LibSassのNode.jsラッパーであるNode Sassのサポートが終了された。
DartSassがアクティブメンテナンスされているため、そちらへの移行を推奨している


----

## Bun v1.1.21 | Bun Blog
[bun.sh/blog/bun-v1.1.21](https://bun.sh/blog/bun-v1.1.21 "Bun v1.1.21 | Bun Blog")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">Bun</span> <span class="jser-tag">ReleaseNote</span></p>

Bun v1.1.21リリース。
`--fetch-preconnect=<url>`フラグの追加、Remixの対応改善、`bun build --packages=external`の追加など


----