リリースノート2026-05-15を作成しました。#1122
Merged
Merged
Conversation
## 対象者 - [x] 📖 読者 ## Problem 前回のリリース(2026-04-17)以降にいくつかのコンテンツ更新がありましたが、変更内容をまとめたリリースノートがまだ公開されていませんでした。読者は何が新しく追加・改善されたかを把握しづらく、新規ページや更新内容にたどり着く導線がない状態でした。 ## Solution `docs/releasenotes/2026-05-15.md` を新規追加しました。 - ✨ ハイライト - 「using宣言」の解説ページを新規追加([#1057]) - チュートリアルをNode.js v26に対応([#1116]) - 修正・改善 - `setup.md` の `tsc -v` 出力例をTypeScript 6.0.3に更新([#1112]) - ESLintチュートリアルの出力例タイポ修正([#1116]) - Vitestチュートリアルの `vitest run` 出力例を最新挙動に合わせて更新([#1116]) - Vitestコンポーネントテストの「ファイルこに」タイポ修正([#1116]) - 👥 コントリビューター: [@yo-goto]、[@suin] ## Value 読者が前回リリース以降の更新を一覧で把握でき、興味のあるトピック(特に新規追加の「using宣言」ページ)へスムーズに到達できるようになります。 --- Close #1121 [#1057]: #1057 [#1112]: #1112 [#1116]: #1116 [@suin]: https://github.com/suin [@yo-goto]: https://github.com/yo-goto
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
対象者
Problem
前回のリリース(2026-04-17)以降にいくつかのコンテンツ更新がありましたが、変更内容をまとめたリリースノートがまだ公開されていませんでした。読者は何が新しく追加・改善されたかを把握しづらく、新規ページや更新内容にたどり着く導線がない状態でした。
Solution
docs/releasenotes/2026-05-15.mdを新規追加しました。setup.mdのtsc -v出力例をTypeScript 6.0.3に更新(#1112)vitest run出力例を最新挙動に合わせて更新(#1116)Value
読者が前回リリース以降の更新を一覧で把握でき、興味のあるトピック(特に新規追加の「using宣言」ページ)へスムーズに到達できるようになります。
Close #1121