-
-
Notifications
You must be signed in to change notification settings - Fork 71
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-07-18のJS: #700 - Vitest 2.0.0、Node.js 22.5.0(sqlite)、Private Browsing Mode #1208
Merged
Conversation
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
…0sqlite-private-browsing-mode.md
…0sqlite-private-browsing-mode.md
…0sqlite-private-browsing-mode.md
…0sqlite-private-browsing-mode.md
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.
Vitest 2.0.0がリリースされました
非推奨のオプションを削除、一部オプションのデフォルト値の変更などの破壊的な変更が含まれています。
マイグレーションガイドも合わせて公開されています。
Browser Mode改善、
expect.poll
の追加、test.for
の追加などが行われています。Browser Modeについては、次のページに詳しい説明が公開されています。
Node.js v22.5.0がリリースされました
コアモジュールとしてSQLiteを扱える
node:sqlite
モジュールが追加されています。また、
--experimental-require-module
で__esModule
プロパティを考慮するように、matchesGlob
メソッドの追加、worker_threads
にpostMessageToThread
メソッドを追加などが行われています。Private Browsing 2.0 | WebKitという記事では、Safari 17以降のプライベートブラウジングの改善について紹介されています。
色々な種類のトラッキングへの対策などについて書かれています。
お知らせ
今回でJSer.info 700回目の記事になりました!
引き続き、JSer.infoをよろしくお願いいたします。
JSer.infoを支援する方法については、次のページにまとめています。