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

2021-10-27のJS: Yarn 3.1、Node.js 16.13.0(LTS)、Next.js 12 #924

Merged
merged 19 commits into from
Oct 27, 2021

Conversation

azu
Copy link
Member

@azu azu commented Oct 27, 2021

Yarn 3.1がリリースされました。

yarn init -2Node v16.9.0からサポートされたCorepackpackageManagerフィールドに対応しています。

また、PnPでのEMSサポート、新しいインストールモードとしてnodeLinker: pnpmのサポートしています。
また、optionalDependenciesで指定したアーキテクチャだけをダウンロードするsupportedArchitecturesの設定を追加しています。いままでのYarnはoptionalDependenciesで指定された依存をすべてダウンロードしていたため、esbuildなどのアーキテクチャごとのバイナリをoptionalDependenciesでしているパッケージではダウンロードに時間がかかっていました。


Node.js 16.13.0がリリースされました。このバージョンからNode.js 16.xのLTSが開始されます。

Node.js 16.xのLTSは2024-04-30までメンテナンスがサポートされる予定です。


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

WCベースのビルドに対応、pages/_middleware.jsを使ったMiddlwareの対応、React 18(Server-Side StreamingとReact Server Components)に対応しています。
また、webpackのbuildHttpを使ったURL Importsに対応し、URLを直接ES Modulesとしてインポートしnext.lockのロックファイルで管理できるようになります。
また、クローラーbotに対するISRの最適化、AVIFの対応なども含まれています。

@azu azu merged commit 74c9af0 into develop Oct 27, 2021
@azu azu deleted the jser-week-563 branch October 27, 2021 04:16
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