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-25のJS: WebdriverIO v9、Node v22.7.0(TS enumnamespaceの対応)、Deno 1.46(Last 1.x) #1216

Merged
merged 21 commits into from
Aug 25, 2024

Conversation

azu
Copy link
Member

@azu azu commented Aug 25, 2024

WebdriverIO v9がリリースされました。

新しい機能として、WebDriver BiDiのサポート、urlコマンドの追加、addInitScriptコマンドの追加、setViewportコマンドの追加、ShadowRootのサポートなどがあります。

また、emulateコマンドでClockのエミュレーションサポートや、要素がinteractiveになるまで自動的に待機する変更も含まれています。


Node.js v22.7.0がリリースされました。

新しい機能として、--experimental-transform-typesフラグによるTypeScriptのenumnamespaceの変換をサポートしました。
また、あいまいなJSをCommonJSかES Modulesかを判定して実行する--experimental-detect-moduleフラグをデフォルトで有効化、Bufferのパフォーマンス改善なども含まれています。


Deno v1.46がリリースされました。

Deno 1.xの最終リリースとなる予定です。

deno run main.tsrunを省略できるように、deno taskdeno runでも呼べるように、--allow-*/--deny-*の省略形を追加、--env--env-fileに名前を変更、deno fmtがHTML/CSS/YAMLなどをサポート、deno remove/deno cleanコマンドの追加、deno compileがCode Signに対応しています。

その他にもstdパッケージの大部分がStableとなりました。

@azu azu merged commit 07fd6eb into develop Aug 25, 2024
@azu azu deleted the jser-week-704 branch August 25, 2024 01:34
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