-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump typescript version to 5.2.2, remove CommonJS and update s… (
#1059) …cripts and configs ## 作業内容 - TypeScript のバージョンを v5.2.2 に更新 - これに伴い Markdown を React で読み込んでいる箇所でエラーが出るようになってしまったため、 `@mdx-js/rollup` を使うように変更 - ESModule 化 - 上記変更により依存スクリプトを ESModule 形式に統一する必要が生じたため、これを機に mono repo 全体で CommonJS 形式のスクリプトをすべて ESModule に刷新する作業を行った。 - eslint config を ESModule 形式にするためには Flat Config の導入が必要だったためこれを行った。 - eslint-utils local package を作成し、 TypeScript で config を記述するように変更した。 - package.json, eslint.config.js, vite.config.ts, tsconfig.json 等を自動生成するスクリプトを作成 - strict-ts-lib の作成 - typescript のカスタム lib 定義を `/// <reference />` 無しで読み込めるようにした。 -
- Loading branch information
1 parent
2f00da4
commit 2377f25
Showing
3,457 changed files
with
329,315 additions
and
180,965 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ | |
{ | ||
"mode": "auto" | ||
} | ||
] | ||
], | ||
"eslint.experimental.useFlatConfig": true | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.