+
+TypeScript 5.5 RC 출시.
+함수에서 type predicates 추론할 수 있게되었으며, `Array.prototype.filter` 같은 것으로 필터링을 간결하게 작성 가능.
+Stage 3의 Set Methods 지원.
+JSDoc에서 `@import {foo} from "foo"` 지원, 기본적으로 정규표현 구문 체크 지원, `isolatedDeclarations` 지원.
+특정 파일 내에 `${configDir}` 템플릿 값 지원.
+`typescript` 패키지 크기 절감, Named Import 지원, `transpileDeclaration` API 추가.
+`transpileModule`와 `transpileDeclaration` 빌드 시간 개선.
+`out`나 `target: ES3` 같은 비권장 옵션 무효화, `ignoreDeprecations` 옵션을 특정하지 않으면 이용할 수 없도록 변경
+
+
+----
+
+## Release CLI v1.8.0 · biomejs/biome
+[github.com/biomejs/biome/releases/tag/cli%2Fv1.8.0](https://github.com/biomejs/biome/releases/tag/cli%2Fv1.8.0 "Release CLI v1.8.0 · biomejs/biome")
+
JavaScriptToolsReleaseNote
+
+Biome v1.8.0 출시.
+`biome clean` 명령어 추가, `biome lint`에 `--only`와 `--skip` 플래그 추가, CSS의 format과 lint 지원
+
+
+----
+
+## power-assert-monorepo/packages/node at main · twada/power-assert-monorepo
+[github.com/twada/power-assert-monorepo/tree/main/packages/node](https://github.com/twada/power-assert-monorepo/tree/main/packages/node "power-assert-monorepo/packages/node at main · twada/power-assert-monorepo")
+
+
+Turborepo 2.0 출시.
+터미널 UI 쇄신, `persistent` 옵션 추가, `turbo watch` 추가, 문서 쇄신.
+
+
+----
+
+## Firefox 127.0, See All New Features, Updates and Fixes
+[www.mozilla.org/en-US/firefox/127.0/releasenotes/](https://www.mozilla.org/en-US/firefox/127.0/releasenotes/ "Firefox 127.0, See All New Features, Updates and Fixes")
+
FirefoxReleaseNote
+
+Firefox 127 출시.
+`` 요소에 `data:`와 `javascript:`가 특정하지 못하도록 변경, Stage 3의 Set Methods 지원, async Clipboard API 지원
+
+- [Firefox 127 for developers - Mozilla | MDN](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/127 "Firefox 127 for developers - Mozilla | MDN")
+
+----
+
+## Node.js — Node v22.3.0 (Current)
+[nodejs.org/en/blog/release/v22.3.0](https://nodejs.org/en/blog/release/v22.3.0 "Node.js — Node v22.3.0 (Current)")
+
nodejsReleaseNote
+
+Node.js v22.3.0 출시.
+`Buffer`에 `bytes()` 구현, experimental 플래그로 Test Runner에서 Snapshot Testing 구현, `NODE_RUN_SCRIPT_NAME` 추가
+
+
+----
+
+## News from WWDC24: WebKit in Safari 18 beta | WebKit
+[webkit.org/blog/15443/news-from-wwdc24-webkit-in-safari-18-beta/](https://webkit.org/blog/15443/news-from-wwdc24-webkit-in-safari-18-beta/ "News from WWDC24: WebKit in Safari 18 beta | WebKit")
+
+
+유저 기기 영향을 받는 wall clock과 성능 계측에 적절한 monotonic clock에 관하여.
+Node.js의 `perf_hooks` 모듈 이용 가능한 `PerformanceObserver`에는 monotonic clock 시간을 얻기, 기본적 사용 방법에 대해
+
+
+----
+
+## WebAssembly JSPI has a new API · V8
+[v8.dev/blog/jspi-newapi](https://v8.dev/blog/jspi-newapi "WebAssembly JSPI has a new API · V8")
+
+
+TypeScript는 기본적으로 JavaScript으로 자료형 정보를 부여할 뿐이므로, Runtime 동작에서는 JavaScript와 다르지 않다는 이야기.
+검증과 자료형에 대해
+
+- [TypeScript Design Goals · microsoft/TypeScript Wiki](https://github.com/microsoft/TypeScript/wiki/TypeScript-Design-Goals "TypeScript Design Goals · microsoft/TypeScript Wiki")
+
+----
+
소프트웨어, 도구, 라이브러리
+
+----
+
+## slevithan/regex: Context-aware regex template tag with best practices built-in and advanced features
+[github.com/slevithan/regex](https://github.com/slevithan/regex "slevithan/regex: Context-aware regex template tag with best practices built-in and advanced features")
+