+
+Storybook 6.4.0リリース。
+Interactions stories、ESLintプラグインの追加など
+
+- [storybook/addons/interactions at next · storybookjs/storybook](https://github.com/storybookjs/storybook/tree/next/addons/interactions "storybook/addons/interactions at next · storybookjs/storybook")
+- [storybookjs/eslint-plugin-storybook: Official ESLint plugin for Storybook](https://github.com/storybookjs/eslint-plugin-storybook "storybookjs/eslint-plugin-storybook: Official ESLint plugin for Storybook")
+
+----
+
+## Release v5.0.0 · chalk/chalk
+[github.com/chalk/chalk/releases/tag/v5.0.0](https://github.com/chalk/chalk/releases/tag/v5.0.0 "Release v5.0.0 · chalk/chalk")
+
node.jslibraryReleaseNote
+
+Chalk 5.0.0リリース。
+pure ESMに変更、default exportからnamed exportへ変更。
+また、`keyword()`/`hsl()`/`hsv()`/`hwb()`/`ansi()`を削除、Template Literalを`chalk-template`パッケージに移行など
+
+
+----
+
+## berstend/node-safe: 🤠 Make using Node.js safe again with Deno-like permissions
+[github.com/berstend/node-safe](https://github.com/berstend/node-safe "berstend/node-safe: 🤠 Make using Node.js safe again with Deno-like permissions")
+
+
+----
+
+## CI 環境でのユニットテストの実行時間を2倍速くした話 (Jest + Mongo DB + Circle CI) - ミツモア Tech blog
+[engineering.meetsmore.com/entry/2021/01/21/134930](https://engineering.meetsmore.com/entry/2021/01/21/134930 "CI 環境でのユニットテストの実行時間を2倍速くした話 (Jest + Mongo DB + Circle CI) - ミツモア Tech blog")
+
node.jsjesttestingarticle
+
+Jestでのユニットテストの実行時間の削減についての記事。
+テストの並列化、変更したファイルのみをテスト、Worker単位でのDBの初期化、CIでキャッシュについて
+
+
+----
+
+## Publish ESM and CJS in a single package
+[antfu.me/posts/publish-esm-and-cjs](https://antfu.me/posts/publish-esm-and-cjs "Publish ESM and CJS in a single package")
+
node.jsCommonJSECMAScriptmodulearticle
+
+CommonJSとESMのデュアルフォーマットでのパッケージ公開について。
+`package.json`の`exports`フィールドでの使い分け、tsupとunbuildのビルドについて。
+ESMでは利用できないCommonJSの`__dirname`などの補完方法について
+
+
+----
+
+## New – Real-User Monitoring for Amazon CloudWatch | AWS News Blog
+[aws.amazon.com/jp/blogs/aws/cloudwatch-rum/](https://aws.amazon.com/jp/blogs/aws/cloudwatch-rum/ "New – Real-User Monitoring for Amazon CloudWatch | AWS News Blog")
+
awswebserviceperformancearticle
+
+CloudWatchでRUMを取得できるサービスがリリースされた。
+JavaScriptのタグを埋め込むことで、Web Vitalsなどのメトリクスデータなどを取得できる。
+
+- [aws-observability/aws-rum-web: Amazon CloudWatch RUM Web Client](https://github.com/aws-observability/aws-rum-web "aws-observability/aws-rum-web: Amazon CloudWatch RUM Web Client")
+
+----
+
+
+----
+
+## postcss-rs/postcss-rs: 🚀 Fast and 100% API compatible postcss replacer, built in Rust
+[github.com/postcss-rs/postcss-rs](https://github.com/postcss-rs/postcss-rs "postcss-rs/postcss-rs: 🚀 Fast and 100% API compatible postcss replacer, built in Rust")
+