-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2024-07-18のJS: #700 - Vitest 2.0.0、Node.js 22.5.0(sqlite)、Private Bro…
…wsing Mode (#1208) * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update 700 draft * Update _i18n/ja/_posts/2024/2024-07-18-700-vitest-2.0.0-node.js-22.5.0sqlite-private-browsing-mode.md * Delete _i18n/ja/_posts/2024/2024-07-18-700draft.md * Update _i18n/ja/_posts/2024/2024-07-18-700-vitest-2.0.0-node.js-22.5.0sqlite-private-browsing-mode.md * Update 2024-07-18-700-vitest-2.0.0-node.js-22.5.0sqlite-private-browsing-mode.md * Update _i18n/ja/_posts/2024/2024-07-18-700-vitest-2.0.0-node.js-22.5.0sqlite-private-browsing-mode.md * Update _i18n/ja/_posts/2024/2024-07-18-700-vitest-2.0.0-node.js-22.5.0sqlite-private-browsing-mode.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3e18420
commit dea43df
Showing
1 changed file
with
244 additions
and
0 deletions.
There are no files selected for viewing
244 changes: 244 additions & 0 deletions
244
.../2024/2024-07-18-700-vitest-2.0.0-node.js-22.5.0sqlite-private-browsing-mode.md
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 |
---|---|---|
@@ -0,0 +1,244 @@ | ||
--- | ||
title: "2024-07-18のJS: #700 - Vitest 2.0.0、Node.js 22.5.0(sqlite)、Private Browsing Mode" | ||
author: "azu" | ||
layout: post | ||
date: 2024-07-18T01:03:45.614Z | ||
category: JSer | ||
tags: | ||
- nodejs | ||
- deno | ||
- Tools | ||
- Bun | ||
- test | ||
|
||
--- | ||
|
||
JSer.info #700 - Vitest 2.0.0がリリースされました | ||
|
||
- [Release v2.0.0 · vitest-dev/vitest](https://github.com/vitest-dev/vitest/releases/tag/v2.0.0) | ||
|
||
非推奨のオプションを削除、一部オプションのデフォルト値の変更などの破壊的な変更が含まれています。 | ||
マイグレーションガイドも合わせて公開されています。 | ||
|
||
- [Migration Guide | Guide | Vitest](https://vitest.dev/guide/migration.html#migrating-to-vitest-2-0) | ||
|
||
Browser Mode改善、`expect.poll`の追加、`test.for`の追加などが行われています。 | ||
Browser Modeについては、次のページに詳しい説明が公開されています。 | ||
|
||
- [Vitest Browser Mode · vitest-dev/vitest · Discussion #5828](https://github.com/vitest-dev/vitest/discussions/5828) | ||
|
||
---- | ||
|
||
Node.js v22.5.0がリリースされました | ||
|
||
- [Node.js — Node v22.5.0 (Current)](https://nodejs.org/en/blog/release/v22.5.0) | ||
|
||
コアモジュールとしてSQLiteを扱える`node:sqlite`モジュールが追加されています。 | ||
|
||
- [SQLite | Node.js v22.5.0 Documentation](https://nodejs.org/docs/latest/api/sqlite.html) | ||
|
||
また、`--experimental-require-module`で`__esModule`プロパティを考慮するように、`matchesGlob`メソッドの追加、`worker_threads`に`postMessageToThread`メソッドを追加などが行われています。 | ||
|
||
--- | ||
|
||
[Private Browsing 2.0 | WebKit](https://webkit.org/blog/15697/private-browsing-2-0/)という記事では、Safari 17以降のプライベートブラウジングの改善について紹介されています。 | ||
色々な種類のトラッキングへの対策などについて書かれています。 | ||
|
||
--- | ||
|
||
## お知らせ | ||
|
||
今回でJSer.info 700回目の記事になりました! | ||
|
||
引き続き、JSer.infoをよろしくお願いいたします。 | ||
|
||
JSer.infoを支援する方法については、次のページにまとめています。 | ||
|
||
- [Support - JSer.info](https://jser.info/support/) | ||
|
||
---- | ||
|
||
{% include inline-support.html %} | ||
|
||
---- | ||
|
||
<h1 class="site-genre">ヘッドライン</h1> | ||
|
||
---- | ||
|
||
## Deno 1.45: Workspace and Monorepo Support | ||
[deno.com/blog/v1.45](https://deno.com/blog/v1.45 "Deno 1.45: Workspace and Monorepo Support") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">deno</span> <span class="jser-tag">ReleaseNote</span></p> | ||
|
||
Deno v1.45リリース。 | ||
npm workspacesのサポート、Node.jsのコアパッケージとの互換性の向上、`--frozen`フラグの追加。 | ||
`DENO_FUTURE=1`で`deno install <pkg>`ローカルにインストールするように変更、mpm life-cycle scriptのサポート。 | ||
`deno init --lib`でJSRに対応したプロジェクトのセットアップをサポート、`deno vendor`を非推奨化。 | ||
|
||
|
||
---- | ||
|
||
## Firefox 128.0, See All New Features, Updates and Fixes | ||
[www.mozilla.org/en-US/firefox/128.0/releasenotes/](https://www.mozilla.org/en-US/firefox/128.0/releasenotes/ "Firefox 128.0, See All New Features, Updates and Fixes") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">Firefox</span> <span class="jser-tag">ReleaseNote</span></p> | ||
|
||
Firefox 128リリース。 | ||
CSSのRelative color構文をサポート、`content`でのalt textをサポート。 | ||
`ArrayBuffer.prototype.resize()`のサポート、`CSS.registerProperty()`のサポート。 | ||
実験フラグ付きでCookies Having Independent Partitioned State (CHIPS)をサポートなど | ||
|
||
- [Firefox 128 for developers - Mozilla | MDN](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/128 "Firefox 128 for developers - Mozilla | MDN") | ||
|
||
---- | ||
|
||
## Bun v1.1.19 | Bun Blog | ||
[bun.sh/blog/bun-v1.1.19](https://bun.sh/blog/bun-v1.1.19 "Bun v1.1.19 | Bun Blog") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">Bun</span> <span class="jser-tag">ReleaseNote</span></p> | ||
|
||
Bun v1.1.19リリース。 | ||
WindowsでFTL JITが有効化、Raspberry Pi 4のサポート、`pacakge.json`のインデントを維持するように変更など | ||
|
||
|
||
---- | ||
|
||
## Release v2.0.0 · vitest-dev/vitest | ||
[github.com/vitest-dev/vitest/releases/tag/v2.0.0](https://github.com/vitest-dev/vitest/releases/tag/v2.0.0 "Release v2.0.0 · vitest-dev/vitest") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">vite</span> <span class="jser-tag">test</span> <span class="jser-tag">ReleaseNote</span></p> | ||
|
||
vitest v2.0.0リリース。 | ||
非推奨のオプションを削除、一部オプションのデフォルト値の変更。 | ||
brower modeの改善、`expect.poll `の追加、`test.for`の追加など | ||
|
||
- [Migration Guide | Guide | Vitest](https://vitest.dev/guide/migration.html#migrating-to-vitest-2-0 "Migration Guide | Guide | Vitest") | ||
|
||
---- | ||
|
||
## Node.js — Node v22.5.0 (Current) | ||
[nodejs.org/en/blog/release/v22.5.0](https://nodejs.org/en/blog/release/v22.5.0 "Node.js — Node v22.5.0 (Current)") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">nodejs</span> <span class="jser-tag">ReleaseNote</span></p> | ||
|
||
Node.js v22.5.0リリース。 | ||
`node:sqlite`モジュールの追加、`--experimental-require-module`で`__esModule`プロパティを考慮するように、`matchesGlob`メソッドの追加。 | ||
`worker_threads`に`postMessageToThread`メソッドを追加など | ||
|
||
|
||
---- | ||
|
||
## Second Beta of jQuery 4.0.0 | Official jQuery Blog | ||
[blog.jquery.com/2024/07/17/second-beta-of-jquery-4-0-0/](https://blog.jquery.com/2024/07/17/second-beta-of-jquery-4-0-0/ "Second Beta of jQuery 4.0.0 | Official jQuery Blog") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">jQuery</span> <span class="jser-tag">ReleaseNote</span></p> | ||
|
||
jQuery 4.0.0 beta 2リリース。 | ||
ESM Wrapperを使ったdual packagesのサポート、`hidden`属性などのbooleanと値を扱う属性のハンドリングのために`.attr`でboolean値の特別な処理を削除など | ||
|
||
|
||
---- | ||
<h1 class="site-genre">アーティクル</h1> | ||
|
||
---- | ||
|
||
## Moving from express to fastify, pt 1 | ||
[blog.val.town/blog/fastify/](https://blog.val.town/blog/fastify/ "Moving from express to fastify, pt 1") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">nodejs</span> <span class="jser-tag">article</span></p> | ||
|
||
expressからfastifyへの段階的な移行について。 | ||
`@fastify/express`を使うことでルーティングごとに移行していった話 | ||
|
||
|
||
---- | ||
|
||
## Private Browsing 2.0 | WebKit | ||
[webkit.org/blog/15697/private-browsing-2-0/](https://webkit.org/blog/15697/private-browsing-2-0/ "Private Browsing 2.0 | WebKit") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">safari</span> <span class="jser-tag">privacy</span> <span class="jser-tag">article</span></p> | ||
|
||
SafariのPrivate Browsingモードについて。 | ||
Safari 17では、Link Tracking Protection、CNAME-cloakingの対策、Fingerpritingの対策。 | ||
また、third-party IPアドレスを使ったcloakingの対策、Storageやblob URLsのparititionなども行われている。 | ||
|
||
|
||
---- | ||
|
||
## Reading and writing Node.js streams | ||
[blog.platformatic.dev/a-guide-to-reading-and-writing-nodejs-streams](https://blog.platformatic.dev/a-guide-to-reading-and-writing-nodejs-streams "Reading and writing Node.js streams") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">nodejs</span> <span class="jser-tag">stream</span> <span class="jser-tag">article</span></p> | ||
|
||
Node.js Streamについて。 | ||
Streamの用途、Backpressure、基本的な読み込み、Async Iteratorを使った処理方法についてなど | ||
|
||
|
||
---- | ||
|
||
## Misconceptions about view transitions | Blog | Chrome for Developers | ||
[developer.chrome.com/blog/view-transitions-misconceptions?hl=en](https://developer.chrome.com/blog/view-transitions-misconceptions?hl=en "Misconceptions about view transitions | Blog | Chrome for Developers") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">Chrome</span> <span class="jser-tag">article</span></p> | ||
|
||
View Transition APIの現状の動作について。 | ||
View Transition APIとスナップショットの動作、`blocking=render`との組み合わせについて | ||
|
||
|
||
---- | ||
<h1 class="site-genre">サイト、サービス、ドキュメント</h1> | ||
|
||
---- | ||
|
||
## Mako - Extremely fast, Production-grade web bundler | ||
[makojs.dev/](https://makojs.dev/ "Mako - Extremely fast, Production-grade web bundler") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">webpack</span> <span class="jser-tag">bundler</span> <span class="jser-tag">Rust</span> <span class="jser-tag">Tools</span> <span class="jser-tag">JavaScript</span></p> | ||
|
||
Rustで書かれたbundler | ||
|
||
- [Mako - Mako is Now Open Source](https://makojs.dev/blog/mako-open-sourced "Mako - Mako is Now Open Source") | ||
|
||
---- | ||
|
||
## toss/es-toolkit: A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash. | ||
[github.com/toss/es-toolkit?tab=readme-ov-file](https://github.com/toss/es-toolkit?tab=readme-ov-file "toss/es-toolkit: A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">JavaScript</span> <span class="jser-tag">library</span></p> | ||
|
||
lodash的なutilityライブラリ | ||
|
||
|
||
---- | ||
<h1 class="site-genre">ソフトウェア、ツール、ライブラリ関係</h1> | ||
|
||
---- | ||
|
||
## mjackson/fetch-super-headers: A drop-in replacement for JavaScript \`Headers\` with type-safe access | ||
[github.com/mjackson/fetch-super-headers](https://github.com/mjackson/fetch-super-headers "mjackson/fetch-super-headers: A drop-in replacement for JavaScript \`Headers\` with type-safe access") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">TypeScript</span> <span class="jser-tag">library</span></p> | ||
|
||
Type Safeな`Headers`互換のライブラリ | ||
|
||
|
||
---- | ||
|
||
## Poku - Making Testing Easy | ||
[poku.io/](https://poku.io/ "Poku - Making Testing Easy") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">JavaScript</span> <span class="jser-tag">nodejs</span> <span class="jser-tag">Bun</span> <span class="jser-tag">deno</span> <span class="jser-tag">test</span> <span class="jser-tag">library</span></p> | ||
|
||
Node.js/Bun/Denoで動作するテストフレームワーク。 | ||
外部依存を最小限にして下位互換性を意識して作られており、assertionやサーバプロセスとの連携などテストフレームワークとして必要な機能を揃えている。 | ||
|
||
---- | ||
|
||
## CSS Grid Generator | ||
[cssgridgenerator.io/](https://cssgridgenerator.io/ "CSS Grid Generator") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">CSS</span> <span class="jser-tag">Tools</span></p> | ||
|
||
CSS Gridジェネレータ | ||
|
||
|
||
---- | ||
<h1 class="site-genre">書籍関係</h1> | ||
|
||
---- | ||
|
||
## 動かして学ぶ!Next.js/React開発入門 | 三好アキ |本 | 通販 | Amazon | ||
[www.amazon.co.jp/dp/4798184675/](https://www.amazon.co.jp/dp/4798184675/ "動かして学ぶ!Next.js/React開発入門 | 三好アキ |本 | 通販 | Amazon") | ||
<p class="jser-tags jser-tag-icon"><span class="jser-tag">React</span> <span class="jser-tag">Next.js</span> <span class="jser-tag">book</span></p> | ||
|
||
2024年09月19日発売 | ||
Next.jsについての書籍 | ||
|
||
|
||
---- |