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

2022-05-24のJS: Deno 1.22、Storybook 6.5(webpack Lazy Compilation)、Next.js Layouts RFC #988

Merged
merged 22 commits into from
May 24, 2022

Conversation

azu
Copy link
Member

@azu azu commented May 24, 2022

Deno 1.22がリリースされました。

Denoには、3つの型チェックモードがあります。

  • Full: ローカルとリモートの依存関係を含めた全ての型をチェックする
  • Local: ローカルの型のみをチェックする
  • None: 型をチェックしない

1.21まではコマンドによっては"Full"モードで型チェックをしていましたが、1.22からは"Local"モードで型チェックをするのがデフォルトとなりました。
また、次のリリース予定である1.23では、deno rundeno cacheはデフォルトで"None"モードとなり型チェックをしなくなる予定となっています。

そのほかの変更として、Deno.emit()を削除、Worker内でもDeno名前空間がデフォルトで有効化、--no-configフラグの追加などが行われています。
また、Navigator.userAgentのサポート、Response.json()静的メソッドの追加なども含まれます。


Storybook 6.5.0がリリースされました。

webpack 5のlazy compilationをサポートが追加され、開発モードでの起動速度や再ビルドのパフォーマンスが改善されています。

その他には、React 18のcreateRootのサポート、MDX2のサポートが行われています。
また、Viteの設定ファイル(vite.config.js)がある場合は、自動的にViteを使うように変更されています。

@azu azu merged commit f4c59f1 into develop May 24, 2022
@azu azu deleted the jser-week-593 branch May 24, 2022 03:48
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