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-01-11のJS: Biome v1.5、Node.js v20.11.0、Rspack 0.5 #1152

Merged
merged 20 commits into from
Jan 11, 2024
Merged

Conversation

azu
Copy link
Member

@azu azu commented Jan 11, 2024

Biome v1.5がリリースされました。

GitなどのVCSでの変更されたファイルだけを扱う--changedフラグの追加、biome ciでGitHubのProblem Matcherに合わせた出力をすることでPRコメントの対応が行われています。また、biome explainの追加、Lintルールの追加なども行われています。

リリースにあわせて、Biomeの2024年のロードマップも公開されています。

現在CSSの対応を進めていて、今後はHTMLやMarkdownなどの対応も行われる予定です。
また、プラグインの仕組みも検討していくようです。


Node.js v20.11.0がリリースされました。

import.meta.dirname/import.meta.filenameを追加、--disable-warningフラグを追加、Streamのパフォーマンス改善などが行われています。


Rspack v0.5がリリースされました。

Module Federationのサポートが追加されています。

破壊的な変更として、ビルトインで定義されていたデフォルトの変換(jsやts)を削除しユーザーが定義するように変更、
resolve.exntesionsのデフォルト値から.ts.tsxなどを削除、Deprecatedだったbuiltins.*オプションやloaderを削除などが行われています。
多くのデフォルトの動作をwebpackと合わせるような変更が行われています。

@azu azu merged commit ca1ee3b into develop Jan 11, 2024
@azu azu deleted the jser-week-676 branch January 11, 2024 03:43
@azu
Copy link
Member Author

azu commented Jan 11, 2024

  • 🌳 Biome v1.5: ロードマップの公開
  • 💚 Node.js v20.11.0: ESM版 __dirnameと__filename
  • 🦀 Rspack v0.5: webpackとの互換性向上、Module Federationのサポート

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.

None yet

1 participant