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-11のJS: esbuild v0.22/0.23、Node.js 22.4.0、pnpm 9.5 Catalogs #1206

Merged
merged 20 commits into from
Jul 11, 2024

Conversation

azu
Copy link
Member

@azu azu commented Jul 11, 2024

esbuild v0.22.0 がリリースされました。

v0.22 では--platform=nodeを指定した時に--package=externalをデフォルトにする変更を行いましたが、AWS CDK などが0.xの最新をインストールする仕組みなっていて問題が起きたため 0.23.0 では元の挙動へと revert されています。(AWS CDK 側も修正されています)
また、Windows7,8 など古い OS のサポート終了、es2024のサポート、@esbuild/wasi-preview1パッケージの公開など


Node.js v22.4.0 がリリースされました。

実験的に Web Storage API(localStorage/sessionStorage)のサポート、WebSocket API を Stable に変更などの変更が含まれています。


pnpm v9.5.0 がリリースされました。

pnpm 9.5 では Catalogs という機能が追加されました。
これは複数のパッケージのバージョン指定に対して名前をつけてカタログ的に管理できる仕組みで、monorepo内のパッケージのバージョンを統一する際などに使う目的で導入されています。
定義したカタログのバージョンを参照するためのcatalog:も追加されています。

詳しい仕組みや使い方は、次のページに公開されています。

@azu azu changed the title 2024-07-11のJS: esbuild v0.22/0.23、Node.js 22.4.0、pnpm 9.5 Catalogs、 2024-07-11のJS: esbuild v0.22/0.23、Node.js 22.4.0、pnpm 9.5 Catalogs Jul 11, 2024
@azu azu merged commit 359ea29 into develop Jul 11, 2024
@azu azu deleted the jser-week-699 branch July 11, 2024 01:04
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