Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,229 @@
---
title: "2025-08-21のJS: Next.js 15.5、rslint/Oxlint、jsprimer v7.0.0(ES2025)"
author: "azu"
layout: post
date: 2025-08-20T15:09:07.952Z
category: JSer
tags:
- TypeScript
- ESLint
- Bun
- jQuery
- chart

---

JSer.info #745 - Next.js 15.5がリリースされました。

- [Next.js 15.5 | Next.js](https://nextjs.org/blog/next-15-5)

Turbopackがベータとなり、Node.js MiddlewareとtypedRoutesがStableになりました。
型安全なルート生成のために`next typegen`が追加されています。
`next lint`の廃止、`next/link`の`legacyBehavior`の非推奨化、AMPの非推奨化なども行われています。

---

型情報を活用したLinterとして、rslintとOxlintのType-Awareプレビューが公開されました。

- [web-infra-dev/rslint: 🚀 Go Faster. Go Typed](https://github.com/web-infra-dev/rslint)
- [Oxlint Type-Aware Preview | The JavaScript Oxidation Compiler](https://oxc.rs/blog/2025-08-17-oxlint-type-aware)

どちらも[tsgolint](https://github.com/typescript-eslint/tsgolint)をforkした仕組みで、[typescript-go](https://github.com/microsoft/typescript-go)パッチを当てているため、TypeScriptのバージョンに合わせた導入が必要となる構成です。
TypeScript ESLintのルールとある程度互換性があるルールがそれぞれ実装されています。


また、TypeSccript ESLintのメンテナーによるLinterのアーキテクチャや抽象化の考え方を整理した解説記事も公開されています。

- [If I Wrote a Linter, Part 1: Architecture | Goldblog](https://www.joshuakgoldberg.com/blog/if-i-wrote-a-linter-part-1-architecture/)

この記事を元にしたアーキテクチャのLitnerも作成されているようです。
こちらもtypescript-goを使った型の解析を行えるようにする予定ですが、[IPC](https://github.com/JoshuaKGoldberg/flint/issues/44)など別のデザインを検討中となっています。

- [JoshuaKGoldberg/flint: [Experimental] A fast, friendly linter. ❤️‍🔥](https://github.com/JoshuaKGoldberg/flint)

---

JavaScript Primer v7.0.0がリリースされました。

- [JavaScript Primer v7.0.0リリース: ES2025対応とIterator Helpersの新章追加 | Web Scratch](https://efcl.info/2025/08/18/jsprimer-v7/)

ES2025への対応として、Iterator Helpersの新章が追加されています。`RegExp.escape`、Set Methods、Import Attributesなどの解説が加わり、最新仕様に追従した内容になっています。

----

{% include inline-support.html %}

----

<h1 class="site-genre">ヘッドライン</h1>

----

## Bun v1.2.20 | Bun Blog
[bun.sh/blog/bun-v1.2.20](https://bun.sh/blog/bun-v1.2.20 "Bun v1.2.20 | Bun Blog")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">Bun</span> <span class="jser-tag">ReleaseNote</span></p>

Bun v1.2.20リリース。
`yarn.lock`のマイグレーションに対応、`expectTypeOf`を追加、`bun update --interactive --recursive`のサポート。Windows long pathのサポート、`WebAssembly.compileStreaming`と`WebAssembly.instantiateStreaming`のサポートなど


----

## jQuery 4.0.0 Release Candidate 1 | Official jQuery Blog
[blog.jquery.com/2025/08/11/jquery-4-0-0-release-candidate-1/](https://blog.jquery.com/2025/08/11/jquery-4-0-0-release-candidate-1/ "jQuery 4.0.0 Release Candidate 1 | 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 Release Candidate 1リリース。
IE11未満のサポートを終了し、古いIE向けのハックを削除。
併せてPromiseサポートなどを前提にしたslim版をリリース。


----

## ECharts 6 Features - What&#039;s New - Basics - Handbook - Apache ECharts
[echarts.apache.org/handbook/en/basics/release-note/v6-feature/](https://echarts.apache.org/handbook/en/basics/release-note/v6-feature/ "ECharts 6 Features - What&#039;s New - Basics - Handbook - Apache ECharts")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">chart</span> <span class="jser-tag">JavaScript</span> <span class="jser-tag">library</span> <span class="jser-tag">ReleaseNote</span></p>

ECharts 6リリース。

- [Release 6.0.0 · apache/echarts](https://github.com/apache/echarts/releases/tag/6.0.0 "Release 6.0.0 · apache/echarts")

----

## Release Biome CLI v2.2.0 · biomejs/biome
[github.com/biomejs/biome/releases/tag/%40biomejs%2Fbiome%402.2.0](https://github.com/biomejs/biome/releases/tag/%40biomejs%2Fbiome%402.2.0 "Release Biome CLI v2.2.0 · biomejs/biome")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">biome</span> <span class="jser-tag">ReleaseNote</span></p>

Biome v2.2.0リリース。
多数のlintルールのStableに変更とリネーム。
Qwik domainのサポート、.graphqlsファイル対応など。


----

## Node.js — Node.js v24.6.0 (Current)
[nodejs.org/en/blog/release/v24.6.0](https://nodejs.org/en/blog/release/v24.6.0 "Node.js — Node.js v24.6.0 (Current)")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">nodejs</span> <span class="jser-tag">ReleaseNote</span></p>

Node.js v24.6.0リリース。
`NODE_USE_SYSTEM_CA=1`の追加、` server.keepAliveTimeoutBuffer`オプションの追加、zstdCompress/zstdDecompressの辞書対応。
Node.jsにpinoのような構造ログをサポートを入れるために、`Utf8Stream`の追加など。


----

## Firefox 142.0, See All New Features, Updates and Fixes
[www.firefox.com/en-US/firefox/142.0/releasenotes/](https://www.firefox.com/en-US/firefox/142.0/releasenotes/ "Firefox 142.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 142リリース。
`<object>`要素の非推奨な`codebase`属性を削除、Selection APIのshadow DOM境界を越えた範囲取得をサポート。
URL Pattern APIのサポートPrioritized Task Scheduling APIの実装など

- [Firefox 142 for developers](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/142 "Firefox 142 for developers")

----

## Next.js 15.5 | Next.js
[nextjs.org/blog/next-15-5](https://nextjs.org/blog/next-15-5 "Next.js 15.5 | Next.js")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">Next.js</span> <span class="jser-tag">ReleaseNote</span></p>

Next.js 15.5リリース。
Turbopackがベータに、Node.js MiddlewareとtypedRoutesがStableに変更。
`LayoutProps`で型安全にルートを扱えるように、`next typegen`コマンドの追加。
`next lint`コマンドを廃止、next/linkの`legacyBehavior`を非推奨に、AMPを非推奨にするなど


----

## Release pnpm 10.15 · pnpm/pnpm
[github.com/pnpm/pnpm/releases/tag/v10.15.0](https://github.com/pnpm/pnpm/releases/tag/v10.15.0 "Release pnpm 10.15 · pnpm/pnpm")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">pnpm</span> <span class="jser-tag">ReleaseNote</span></p>

pnpm v10.15.0リリース。
未使用のcatalogを削除する`cleanupUnusedCatalogs`オプションを追加、`pnpm config get`の改善など


----
<h1 class="site-genre">アーティクル</h1>

----

## Denoのフロントエンド開発の動向【2025年夏】
[zenn.dev/uki00a/articles/frontend-development-in-deno-2025-summer](https://zenn.dev/uki00a/articles/frontend-development-in-deno-2025-summer "Denoのフロントエンド開発の動向【2025年夏】")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">deno</span> <span class="jser-tag">article</span></p>

Denoのフロントエンド周りのアップデートについて


----

## If I Wrote a Linter, Part 1: Architecture | Goldblog
[www.joshuakgoldberg.com/blog/if-i-wrote-a-linter-part-1-architecture/](https://www.joshuakgoldberg.com/blog/if-i-wrote-a-linter-part-1-architecture/ "If I Wrote a Linter, Part 1: Architecture | Goldblog")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">TypeScript</span> <span class="jser-tag">ESLint</span> <span class="jser-tag">article</span></p>

Linterのアーキテクチャについて


----

## Oxlint Type-Aware Preview | The JavaScript Oxidation Compiler
[oxc.rs/blog/2025-08-17-oxlint-type-aware](https://oxc.rs/blog/2025-08-17-oxlint-type-aware "Oxlint Type-Aware Preview | The JavaScript Oxidation Compiler")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">TypeScript</span> <span class="jser-tag">ESLint</span> <span class="jser-tag">article</span></p>

`tsgolint`のforkをOxlintと統合して、Oxlintで型情報を使ったTypeScriptのLintをサポート。
`typescript-go`にパッチを当てたものを利用するため、TypeScriptのバージョンに合わせたバージョンをインストールする必要がある。

- [oxc-project/tsgolint: Type aware linting for oxlint](https://github.com/oxc-project/tsgolint "oxc-project/tsgolint: Type aware linting for oxlint")
- [web-infra-dev/rslint: 🚀 Go Faster. Go Typed](https://github.com/web-infra-dev/rslint "web-infra-dev/rslint: 🚀 Go Faster. Go Typed")

----
<h1 class="site-genre">スライド、動画関係</h1>

----

## State of CSS 2025
[2025.stateofcss.com/en-US](https://2025.stateofcss.com/en-US "State of CSS 2025")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">css</span> <span class="jser-tag">Survey</span></p>

State of CSS 2025についての開発者アンケートの結果が公開された。
CSSの機能、フレームワーク、CSS in JS、Pre/Post Processor、ツール、リソースなどについて


----
<h1 class="site-genre">ソフトウェア、ツール、ライブラリ関係</h1>

----

## web-infra-dev/rslint: 🚀 Go Faster. Go Typed
[github.com/web-infra-dev/rslint](https://github.com/web-infra-dev/rslint "web-infra-dev/rslint: 🚀 Go Faster. Go Typed")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">TypeScript</span> <span class="jser-tag">ESLint</span> <span class="jser-tag">golang</span></p>

tsgoベースのTypeScript ESLint互換ルールを実装するツール。
TypeScriptのコンパイル時にLint的なチェックを行う。tsgoのinternalの処理に乗ることで、TypeScriptのincremental buildのような複雑なキャッシュなどにも対応できる


----

## redwoodjs/sdk: A React Framework for Cloudflare.
[github.com/redwoodjs/sdk](https://github.com/redwoodjs/sdk "redwoodjs/sdk: A React Framework for Cloudflare.")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">cloudflare</span> <span class="jser-tag">React</span> <span class="jser-tag">library</span></p>

Cloudflare Workers向けのReactフレームワーク。
ルーディングやReact Server Componnentをサポートしていて、コード生成や命名規則などに依存しない作りになっている


----
<h1 class="site-genre">書籍関係</h1>

----

## JavaScript Primer v7.0.0リリース: ES2025対応とIterator Helpersの新章追加 | Web Scratch
[efcl.info/2025/08/18/jsprimer-v7/](https://efcl.info/2025/08/18/jsprimer-v7/ "JavaScript Primer v7.0.0リリース: ES2025対応とIterator Helpersの新章追加 | Web Scratch")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">JavaScript</span> <span class="jser-tag">book</span> <span class="jser-tag">ReleaseNote</span></p>

jsprimer v7リリース。
ES2025の対応として、イテレータとジェネレータ、`RegExp.escape`、Set Methods、Import Attributesなどの説明が追加されている。


----