2024-06-03のJS: vitest v2.0.0-beta.5(browser mode)、Rspack v0.7、ESLint Migrator #1198
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Vitest v2.0.0-beta.5がリリースされました。
--merge-reports
がカバレッジをサポート、Promiseベースのmockに対するAssertionの追加、ブラウザモードの改善などが含まれています。VitestのBrowser Modeは、
jsdom
やhappy-dom
を置き換える形で、コンポーネントテストのための仕組みとして作られています。開発中のVitest 2.0ではCommands APIとmodule mockingが追加されています。
次のIssueに、VitestのBrowser Modeの目的や方向性についての解説が書かれています。
RsPack v0.7がリリースされました。
Lazy Compilationのサポート、CSSビルドのパフォーマンス改善が行われています。
UnstableなJavaScript APIを非推奨化、
@import
は他のルールよりもあることをチェックするようになる変更も含まれています。また、Rspack v1.0のロードマップも公開されていて、2024年7月にv1.0がリリースされる予定です。
ESLint 9のFlat ConfigへマイグレーションするためのESLint Configuration Migratorが公開されています。
.eslintrc.json
などから、eslint.config.js
に移行を補助するツールとなっています。