-
-
Notifications
You must be signed in to change notification settings - Fork 717
release(oxlint): v1.18.0 #14082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release(oxlint): v1.18.0 #14082
Conversation
Oxlint Ecosystem CI |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
A version release update for oxlint from v1.17.0 to v1.18.0, updating version numbers across multiple packages and adding changelog entries for the new release.
- Version bumps across all package.json and Cargo.toml files from 1.17.0 to 1.18.0
- Updates to native binding version checks in the JavaScript bindings file
- Addition of changelog entries documenting bug fixes, performance improvements, refactoring, and testing changes
Reviewed Changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Updates npm package version to 1.18.0 |
| npm/oxlint/CHANGELOG.md | Adds blank line formatting |
| editors/vscode/package.json | Updates VS Code extension version to 1.18.0 |
| editors/vscode/CHANGELOG.md | Adds blank line formatting |
| crates/oxc_linter/Cargo.toml | Updates Rust crate version to 1.18.0 |
| crates/oxc_linter/CHANGELOG.md | Adds comprehensive changelog for v1.18.0 |
| crates/oxc_language_server/Cargo.toml | Updates language server crate version to 1.18.0 |
| crates/oxc_language_server/CHANGELOG.md | Adds blank line formatting |
| apps/oxlint/src-js/bindings.js | Updates all native binding version checks to 1.18.0 |
| apps/oxlint/package.json | Updates main oxlint package version to 1.18.0 |
| apps/oxlint/Cargo.toml | Updates oxlint app crate version to 1.18.0 |
| apps/oxlint/CHANGELOG.md | Adds changelog entries for v1.18.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #14082 will not alter performanceComparing Summary
Footnotes |
[1.18.0] - 2025-09-24
🐛 Bug Fixes
vue/no-required-prop-with-default(fix(linter): Fix false positive invue/no-required-prop-with-default#14066) (yefan)definePluginapplydefineRuleto rules (fix(linter/plugins):definePluginapplydefineRuleto rules #14065) (overlookmotel)defineRulecallcreateOncelazily (fix(linter/plugins):defineRulecallcreateOncelazily #14062) (overlookmotel)defineRuleaccept visitor with nobefore/afterhooks (fix(linter/plugins):defineRuleaccept visitor with nobefore/afterhooks #14060) (overlookmotel)🚜 Refactor
LintRunnertoCliRunner(refactor(linter): renameLintRunnertoCliRunner#14050) (camc314)⚡ Performance
🧪 Testing
falsefrombeforehook skips visitation in ESLint (test(linter/plugins): test returningfalsefrombeforehook skips visitation in ESLint #14061) (overlookmotel)