-
-
Notifications
You must be signed in to change notification settings - Fork 715
release(oxlint): v1.17.0 #13856
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.17.0 #13856
Conversation
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. |
|
Triggering Ecosystem CI https://github.com/oxc-project/oxlint-ecosystem-ci/actions/workflows/ci.yml |
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
This PR releases version 1.17.0 of oxlint, updating version numbers across multiple packages and adding changelog entries to document the new features, refactors, and testing improvements.
- Updates version numbers from 1.16.0 to 1.17.0 across all relevant packages
- Adds changelog entries documenting new features including NAPI app conversion and Context options
- Updates documentation for refactoring and testing improvements
Reviewed Changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Updates npm package version to 1.17.0 |
| npm/oxlint/CHANGELOG.md | Adds changelog entry for the NAPI app conversion feature |
| editors/vscode/package.json | Updates VS Code extension version to 1.17.0 |
| editors/vscode/CHANGELOG.md | Adds blank line to changelog structure |
| crates/oxc_linter/Cargo.toml | Updates Rust crate version to 1.17.0 |
| crates/oxc_linter/CHANGELOG.md | Adds blank line to changelog structure |
| crates/oxc_language_server/Cargo.toml | Updates language server crate version to 1.17.0 |
| crates/oxc_language_server/CHANGELOG.md | Adds blank line to changelog structure |
| apps/oxlint/Cargo.toml | Updates main application crate version to 1.17.0 |
| apps/oxlint/CHANGELOG.md | Adds comprehensive changelog entry with all features, refactors, and tests |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #13856 will not alter performanceComparing Summary
Footnotes |
|
If we merge #13895, we should close this and create a new release PR. Hopefully the pre-release workflow will now bump package version in NAPI bindings file. |
|
lets close this anyway so the change log is up to date when we actually do the release |
[1.17.0] - 2025-09-17
🚀 Features
Context(feat(linter/plugins): add options toContext#13810) (overlookmotel)oxlintto NAPI app (feat(linter): convertoxlintto NAPI app #13723) (overlookmotel)🚜 Refactor
Contextproperties getters (refactor(linter/plugins): makeContextproperties getters #13809) (overlookmotel)🧪 Testing
thisis undefined in visit functions (test(linter/plugins): checkthisis undefined in visit functions #13811) (overlookmotel)