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-08-06のJS: typescript-eslint v8、jQuery UI 1.14.0(IEサポートの終了)、Porffor #1212

Merged
merged 16 commits into from
Aug 6, 2024

Conversation

azu
Copy link
Member

@azu azu commented Aug 6, 2024

typescript-eslint v8がリリースされました。

ESLint 9のサポート、projectServiceをStableに変更、プリセットのルール変更などが行われています。


jQuery UI 1.14.0がリリースされました。

jQuery UIはすでにメンテナンスモードとなっていますが、このリリースでは今後のメンテナンスのしやすさに向けた変更が行われています。

jQuery UI 1.14.0では、IEのサポートが削除され、Chrome/Firefox/Safari/Edgeの最新バージョンのみがサポートされるようになりました。
また、jQuery.uiBackCompatというjQuery UI 1.13との互換性を保つためのオプションが追加され、デフォルトはfalseとなっています。

また、jQuery UI 1.14.0へのアップグレードガイドも公開されています。


Porfforは、JavaScript/TypeScriptのコードをWebAssemblyにコンパイルするためのJavaScriptエンジン/コンパイラー/ランタイムです。
porffor自体もJavaScriptで書かれており、AOT(Ahead-Of-Time)でJS/TSをWebAssemblyにコンパイルしています。
これによって、Javyのように既存のJavaScriptエンジン(QuickJS)をWasmに組み込んで実行するよりも、ファイルサイズやメモリ使用量を削減することを目標にしています。

@azu azu merged commit 10c6fb7 into develop Aug 6, 2024
@azu azu deleted the jser-week-702 branch August 6, 2024 00:31
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