Files
actual/upcoming-release-notes
Matiss Janis Aboltins 541df52441 Enable restrict-template-expressions linting rule (#7181)
* [AI] Promote typescript/restrict-template-expressions to error and fix violations

Convert the oxlint rule from "warn" to "error" and fix all 42 violations
by wrapping non-string template expressions with String(). This ensures
type safety in template literals across the codebase.

https://claude.ai/code/session_01Uk8SwFbD6HuUuo3SSMwU9z

* Add release notes for PR #7181

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-13 18:36:58 +00:00
..
2026-03-09 20:26:48 +00:00
2026-03-13 01:53:32 +00:00
2026-03-04 18:46:20 +00:00
2026-03-04 23:27:15 +00:00
2026-03-06 22:55:21 +00:00
2026-03-13 16:36:52 +00:00

See the Writing Good Release Notes section of the README for the documentation repo for more information on how to create a release notes file here.