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-09-16のJS: Biome v1.9、ESLint 8.xのEOL、TypeScript 5.6、ES5の現状 #1223

Merged
merged 14 commits into from
Sep 16, 2024

Conversation

azu
Copy link
Member

@azu azu commented Sep 16, 2024

Biome v1.9リリースされました

CSSのFormatter/LinterがStableに、GraphQLのFormatter/Linterを追加されています。
GritQLを使ったbiome searchコマンドを追加、.editorconfigをサポートなども追加されています。


ESLint v8.xのサポートが2024年10月5日に終了することが発表されました。

ESLintの現在の最新バージョンはv9.xです。
マイグレーションガイドは次のページに公開されています。


TypeScript 5.6がリリースされました。

ESLintのno-constant-binary-expressionと似た常にtrue/nullishとなる間違った書き方をエラーにする変更、Iterator Helperのサポートが追加されています。
ES2022のArbitrary module namespace identifier namesをサポート、--noUncheckedSideEffectImportsフラグが追加されています。
また、型チェックせずにファイルを出力できる--noCheckフラグの追加、--stopOnBuildErrorsフラグの追加なども追加されています。


The State of ES5 on the Web — Philip Waltonという記事では、ビルドツール/著名なライブラリ/ウェブサイトのES5対応の現状についてまとめられています。

  • ビルドツールでは、BabelとTypeScriptはデフォルトでES5として出力しているが、それ以外のビルドツールはES2015+を出力している
  • ライブラリでは、多くのライブラリはES2015+以降のコードを含んでいる
  • Top 10,000のうち89%のサイトはES2015+の構文を含むコードを配信している

このことから、現状ではES5のコードを配信する意味はあまりないと考えられることについて書かれています。

@azu azu merged commit b069278 into develop Sep 16, 2024
@azu azu deleted the jser-week-707 branch September 16, 2024 03:05
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