
JSer.info
@jser_info
Followers
4K
Following
1
Media
32
Statuses
8K
世界のJavaScript情報を紹介しています。 Maintained by @azu_re Mastodon: https://t.co/udoamxUsFy
Joined January 2011
":panda_face: Panda v1 :confetti_ball: · chakra-ui/panda · Discussion #3321" → Panda CSS 1.0.0リリース。.TypeScriptでスタイルを書くCSS in JSフレームワーク。ビルド時にスタイルを生成するため、Runtimeなしに動作する.
github.com
To upgrade to v1.0.0: pnpm up "@pandacss/*" #or yarn up '@pandacss/*' What's Changed Fixed Fix issue where rtl and ltr variants does not work with [dir=auto] Fix issue where @...
0
1
2
"npm trusted publishing with OIDC is generally available - GitHub Changelog" → GitHub ActionsやGitLab CI/CDからOIDCでnpm pub.
github.blog
As of today, npm trusted publishing with OpenID Connect (OIDC) is now generally available. This feature enables you to securely publish npm packages directly from CI/CD workflows using OpenID Connect…
0
0
0
"Announcing TypeScript 5.9 - TypeScript" → TypeScript 5.9リリース。.tsc --initで生成する設定を変更、import deferのサポート、--module no.
devblogs.microsoft.com
Today we are excited to announce the release of TypeScript 5.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding syntax for types. With types, TypeScript...
0
0
1
"Release 0.15.0 | StyleX" → StyleX v0.15.0リリース。.enableMediaQueryOrderでMedia Queryのソート順を自動的に行う、Dynamic stylesの改善など.
stylexjs.com
StyleX v0.15.0 introduces significant improvements to media query handling, dynamic styles optimization, and improvements to the linter, types, and documentation.
0
0
3
"Release pnpm 10.14 · pnpm/pnpm" → pnpm v10.14.0リリース。.devEngines.runtimeのサポートなど.
github.com
Minor Changes Added support for JavaScript runtime installation Declare Node.js, Deno, or Bun in devEngines.runtime (inside package.json) and let pnpm download and pin it automatically. Usage exa...
0
2
4
"Centralized Dependency Management Made Simple" → vltがcatalogをサポート。.pnpm catalogのようにvlt.jsonファイルで依存関係を一箇所で管理できる。.
blog.vlt.sh
We are excited to share catalog support - a powerful new feature for centralized dependency management that reduces duplication and simplifies version orchestration across your projects.
0
0
2
"Release v10.0.0 · kentcdodds/cross-env" → cross-env 10.0.0リリース。.Node.js 18のサポート終了、ESMで書き直しなどのメンテナンスリリース.
github.com
10.0.0 (2025-07-25) TL;DR: You should probably not have to change anything if: You're using a modern maintained version of Node.js (v20+ is tested) You're only using the CLI (most of you a...
0
2
0
"Node.js — Node.js v24.5.0 (Current)" → Node.js v24.5.0リリース。.OpenSSL 3.5 にアップグレード、--experimental-wasm-modulesのフラグを外してWasmモジュールをデフォルトでサポー.
nodejs.org
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
0
1
0
"Node.js — Node.js v22.18.0 (LTS)" → Node.js v22.18.0リリース。.--experimental-strip-typesのフラグなしに、TypeScriptの型を取り除いて実行できるように。.フラグで無効化したい場.
nodejs.org
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
0
1
0
"Node.js — Node.js v22.18.0 (LTS)" → Node.js v22.18.0リリース。.--experimental-strip-typesのフラグなしに、TypeScriptの型を取り除いて実行できるように。.フラグで無効化したい場.
nodejs.org
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
0
2
7
"Bun v1.2.19 | Bun Blog" → Bun v1.2.19リリース。.bun install --linker=isolatedのサポート、bun update --interactiveでインタラクティブに依存関係の更新の対応、bun pm pkg.
bun.sh
Fixes 163 issues (addressing 1,043 👍). Introduces `bun install --linker=isolated` for pnpm-style isolated node_modules, `bun why` for dependency tree understanding, `bun pm pkg` commands for...
0
0
2
"Stop Re-Rendering — TanStack DB, the Embedded Client Database for TanStack Query | TanStack Blog" → TanStack DBというクライアント側のDBとバックエンドのDBを同期するクエリエンジンについ.
tanstack.com
Your React dashboard shouldn't grind to a halt just because one TODO turns from ☐ to ☑. Yet every optimistic update still kicks off a cascade of re-renders, filters, useMemos and spinner flashes. If...
0
0
5
"Nuxt 3.18 · Nuxt Blog" → Nuxt v3.18リリース。.遅延ハイドレーション用のLazy Hydration Macros、<NuxtRouteAnnouncer>によるアクセシビリティ改善、Chrome DevToolsワークスペー.
nuxt.com
Nuxt 3.18 is out - bringing v4 features to v3, improved accessibility, better browser dev tooling integration, and performance enhancements!
0
1
1
"How Parcel bundles React Server Components" → ParcelでReact Server Components(RSC)をバンドルする仕組みについて。.Code Spilttingによるbundleの分割とDynamic Importによる.
devongovett.me
Parcel v2.14.0 added support for React Server Components. This post is a deep dive into the internals: how RSCs integrate with a bundler, what directives like "use client" actually do, how code...
0
0
1
"最近のHTMLを改めてちゃんと学んでみた" → 最近のHTMLの機能について。.Popover API.dialog要素.details要素.inert属性.search要素.loading属性.fetchpriority属性.bl.
zenn.dev
0
3
22
"Announcing TypeScript 5.9 RC - TypeScript" → TypeScript 5.9 RCリリース。.tsc --initで生成する設定を変更、import deferのサポート、--mod.
devblogs.microsoft.com
Today we are excited to announce the Release Candidate (RC) of TypeScript 5.9! To get started using the Release Candidate, you can get it through npm with the following command: npm install -D...
0
5
10
"Vanilla JavaScript support for Tailwind Plus - Tailwind CSS" → @tailwindplus/elementsが公開された。.Tailwind UI Componentsの動作を特定のフレームワークに依存しないで.
tailwindcss.com
Every UI block in Tailwind Plus is now fully functional, accessible, and interactive, even if you don't use a framework like React or Vue.
0
1
3