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-10-22のJS: Node.js v23.0.0、Next.js 15、Express v5(pre) #1234

Merged
merged 20 commits into from
Oct 21, 2024

Conversation

azu
Copy link
Member

@azu azu commented Oct 21, 2024

Node.js v23.0.0 (Current)がリリースされました。

require(esm)をデフォルトで有効化、32 bit Windowsのサポートを削除、node --runをStableに変更されています。
また、非推奨な--huge-max-old-generation-sizeを削除、node:utilパッケージから非推奨な_extend()isBoolean()などを削除なども行われています。


Next.js v15がリリースされました。

破壊的な変更として、fetchはデフォルトでno-storeに変更、GETルートハンドラーはデフォルトでキャッシュしないように、クライアントルーターキャッシュもデフォルトではキャッシュしないように変更されています。
また、header/cookies/params/searchParamsへのアクセスが非同期APIへと変更、Server Actionで使用してないActionは公開されないように変更されています。

React 19 RCへ対応、実験的なReactコンパイラのサポート、Hydration Errorの改善、Static Route Indicatorの追加されています。
また実験的なAPIとしてunstable_afterの追加、Turbopackとinstrumentation.jsがStableに、<Form>コンポーネントの追加、next.config.tsのサポート、ESLint 9のサポートなども行われています。

マイグレーションガイドやcodemodでのアップグレード方法も提供されています。


Express v5がpre-releaseされました。

また、npm上ではstable(latestのタグ)にはなっていませんが、npm install express@nextでインストール可能です。
Node.js 18未満のサポート終了、パスマッチングの挙動の変更、Promiseのサポート、body parserの挙動変更、非推奨のメソッドを削除などが行われています。

@azu azu merged commit 62e7581 into develop Oct 21, 2024
@azu azu deleted the jser-week-712 branch October 21, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant