JSer.info #725 - Node.js v22.14.0がリリースされました
globにexclude
オプションを追加、node --eval
フラグがTypeScriptをサポート、util
モジュールにfindPackageJSON
を追加されています。
TestContext.prototype.waitFor()
の追加、assert.fileSnapshot()
、assert.register()
の追加が行われています。
Prettier v3.5.0がリリースされました
--experimental-operator-position
フラグの追加、objectWrap
オプションの追加、設定ファイルのTypeScript形式をサポートなどが行われています。
Chrome 133がリリースされました
popover=hint
がサポートされています。
CSSのattr()
でのtype()
のサポート、@container scroll-state
のサポート、text-box
/text-box-trim
/text-box-edge
のサポートが行われています。
また、DOM要素の移動を行うNode.prototype.moveBefore
のサポート、WebAssembly Memory64のサポートなどが行われています。
JSer.infoをサポートするには
- 😘 知り合いにJSer.infoをおすすめする
- ❤️ GitHub Sponsorsで@azuのスポンサーになる
- 🐦 X(Twitter)で@jser_infoをフォローする
JSer.info Sponsors
JSer.info SponsorsはGitHub SponsorsとしてJSer.infoを支援してくれている方々です。
ヘッドライン
Release v3.0.0 · plotly/plotly.js
github.com/plotly/plotly.js/releases/tag/v3.0.0
plotly.js 3.0.0リリース。
非推奨なAPIやオプションを削除、IEサポートのためのコードを削除、AMDサポートの削除など
Dependabot now supports pnpm workspace catalogs (GA) - GitHub Changelog
github.blog/changelog/2025-02-04-dependabot-now-supports-pnpm-workspace-catalogs-ga/
Dependabotがpnpm catalogをサポート
Prettier 3.5: New objectWrap option, experimentalOperatorPosition option and TS config file support! · Prettier
prettier.io/blog/2025/02/09/3.5.0.html
Prettier 3.5リリース。
--experimental-operator-position
フラグの追加、objectWrap
オプションの追加、設定ファイルのTypeScript形式をサポートなど
Chrome 133 | Release notes | Chrome for Developers
developer.chrome.com/release-notes/133
Chrome 133リリース。
popover=hint
のサポート。
CSSのattr()
でのtype()
のサポート、@container scroll-state
のサポート、text-box
/text-box-trim
/text-box-edge
のサポート。
DOMの移動を行うNode.prototype.moveBefore
のサポート、WebAssembly Memory64のサポートなど
Firefox 135.0, See All New Features, Updates and Fixes
www.mozilla.org/en-US/firefox/135.0/releasenotes/
Firefox 135リリース。
Stage 3のJSON.parse with sourceをサポート、PublicKeyCredential.getClientCapabilities()
のサポート。
実験的な機能としてTemporal API、Task Scheduling APIのサポートなど
Release v0.25.0 · evanw/esbuild
github.com/evanw/esbuild/releases/tag/v0.25.0
esbuild v0.25.0リリース。
開発サーバのCORSの問題を修正、CSS nestingのバグ修正、Source Mapのバグ修正など
Release v4.7.0 · honojs/hono
github.com/honojs/hono/releases/tag/v4.7.0
Hono v4.7.0リリース。
hono/proxy
モジュールの追加、hono/language
モジュールの追加、hono/jwk
モジュールの追加。
Standard Schema validatorのサポートなど
Release v1.1.0 - Gear 5 · solidjs/solid-start
github.com/solidjs/solid-start/releases/tag/%40solidjs%2Fstart%401.1.0
Splid v1.1.0リリース。
Vite 6のサポートなど
Node.js — Node v20.18.3 (LTS)
nodejs.org/en/blog/release/v20.18.3
Node.js v20.18.3リリース。
Import Attribute with JSONをstableに変更
Node.js — Node v22.14.0 (LTS)
nodejs.org/en/blog/release/v22.14.0
Node.js v22.14.0リリース。
globにexclude
オプションを追加、node --eval
フラグがTypeScriptをサポート、util
モジュールにfindPackageJSON
を追加。
TestContext.prototype.waitFor()
の追加、assert.fileSnapshot()
、assert.register()
の追加など
Release v5.98.0 · webpack/webpack
github.com/webpack/webpack/releases/tag/v5.98.0
webpack v5.98.0リリース。
パフォーマンスの改善、require.resolve(/* webpackIgnore: true */ 'x');
のサポートなど
Node.js — Node v23.8.0 (Current)
nodejs.org/en/blog/release/v23.8.0
Node.js v23.8.0リリース。
--use-system-ca
フラグの追加、URLPattern
APIのサポート、node:zlib
がzstdをサポートなど
Release v3.13.0 · apollographql/apollo-client
github.com/apollographql/apollo-client/releases/tag/v3.13.0
Apollo Client 3.13.0リリース。
useFragment
のSuspense版であるuseSuspenseFragment
の追加、useMutation
のコールバックのバグの修正。
useQuery
/useLazyQury
のonCompleted
/onError
コールバックを非推奨に変更し、4.0で削除する予定
Valibot v1 RC is now available | Valibot
valibot.dev/blog/valibot-v1-rc-is-available/
Valibot v1 RCリリース。
Standard Schemaの対応、@valibot/to-json-schema
でのJSONスキーマ出力、TSのexactOptionalPropertyTypes
の対応など
アーティクル
Considerations for making a tree view component accessible - The GitHub Blog
github.blog/engineering/user-experience/considerations-for-making-a-tree-view-component-accessible/
GitHubのツリービューティーコンポーネントのアクセシビリティ実装について
TypeScript: the `satisfies` operator
2ality.com/2025/02/satisfies-operator.html
TypeScriptのsatisfies
operatorについて
スライド、動画関係
Angular: The Documentary | An origin story - YouTube
www.youtube.com/watch?v=cRC9DlH45lA
Angularのドキュメンタリー動画。
HTMLの拡張から始まったAngularJS、AtScriptとTypeScript、1から2への移行、Angular Dart、Ivyの導入。
RxJSとSignals、Googleの社内フレームワークのWizとAngularについてなど
サイト、サービス、ドキュメント
antfu/node-modules-inspector: Interactive UI for local node modules inspection
github.com/antfu/node-modules-inspector?tab=readme-ov-file
node_modulesの依存関係、ESM/CJS/DUALパッケージの可視化ツール