Conversation
asdf用の.tool-versionsファイルを追加し、package-lock.jsonを再生成
TypeScript 6.0, Mocha 11, Prettier 3, Sinon 21等のメジャーアップデートを含む。 espower-typescriptからtsxへのテストランナー移行、TS 6.0対応のtsconfig修正、 ESMインポート構文の修正を実施。
actions/checkout@v2→v4, actions/setup-node@v1→v4に更新。 actions/cacheをsetup-nodeのビルトインキャッシュに置き換え。 CIのNode.jsを16.x→24.xに更新。
babel, babel-preset-es2015, babel-register, espower-typescript, postcss-map, minimistを削除。未使用の.babelrcも削除。
未使用パッケージ削除によりbabel系の19 critical等を解消。 残り5件はmocha/ajv-cliの間接依存でアップストリーム対応待ち。
非推奨のmoduleResolution node10とignoreDeprecationsを削除し、 TS 6.0推奨のnode16に移行。
This was referenced Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
enginesfield@importto@usein preparation for Dart Sass 3.0 removalespower-typescripttotsxmodule/moduleResolution: node16Breaking Changes
@import→@usemigration: Users consuming SCSS files directly will need to update their imports from@importto@useenginesfield in package.jsonTest plan
npm run buildsucceedsnpm testpasses all 32 testsemma.css) is identical — no functional changes