docs(linter): set version to 1.79.0 for rules shipped in 1.79.0 - #25902
Merged
Conversation
Merging this PR will not alter performance
Comparing Footnotes
|
Member
Merge activity
|
…5902) The 22 React Compiler rules split out by #25500, plus `eslint/no-unreachable-loop`, all first shipped in oxlint 1.79.0 but were still marked `version = "next"`. I think the release PR must've failed to run this part of the release task? 🤖 Generated with [Claude Code](https://claude.com/claude-code)
graphite-app
Bot
force-pushed
the
docs/rule-versions-1-79-0
branch
from
August 19, 2026 02:52
0eb1e86 to
9b7e153
Compare
graphite-app Bot
pushed a commit
that referenced
this pull request
Aug 24, 2026
# Oxlint ### 🚀 Features - 70c3e35 linter/typescript/no-confusing-non-null-assertion: Implement suggestion (#26012) (Mikhail Baev) ### 🐛 Bug Fixes - 8a353a7 linter/eslint/no-control-regex: Refine help message text (#25996) (Rahul Mishra) - 8a9bdbd estree: Include decorators in `FormalParameterRest ` spans (#26021) (camc314) - 8d94cd1 linter/eslint/no-useless-rename: Preserve type modifiers (#26020) (Cameron) - 2cde1f6 rust: Address nightly deprecations (#25998) (Boshen) - 51d36d7 linter/vue: Resolve `vue` imports via shared import helpers (#25903) (Connor Shea) - 83a68d2 linter/react/no-react-children: Resolve `react` imports by symbol (#25901) (Connor Shea) - 124e196 linter: Resolve globals by reference, not by name (#25905) (Connor Shea) - a701bcc linter: Remove invalid React compiler doc links (#25900) (Boshen) ### 📚 Documentation - 9b7e153 linter: Set `version` to 1.79.0 for rules shipped in 1.79.0 (#25902) (connorshea) # Oxfmt ### 🐛 Bug Fixes - bf37dd5 formatter: Preserve class decorators before export when the statement is suppressed (#26034) (leaysgur)
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.
The 22 React Compiler rules split out by #25500, plus
eslint/no-unreachable-loop, all first shipped in oxlint 1.79.0 but were still markedversion = "next". I think the release PR must've failed to run this part of the release task?🤖 Generated with Claude Code