-
-
Notifications
You must be signed in to change notification settings - Fork 764
release(apps): oxlint v1.36.0 && oxfmt v0.21.0 #17448
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
Conversation
Oxlint Ecosystem CI |
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 oxlint v1.36.0 and oxfmt v0.21.0, bumping versions across all relevant package manifests, changelog files, and native binding version checks.
Key changes:
- Version bumps from 1.35.0 to 1.36.0 for oxlint packages
- Version bumps from 0.20.0 to 0.21.0 for oxfmt packages
- Corresponding CHANGELOG.md updates documenting features and bug fixes
Reviewed changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Updated version to 1.36.0 |
| npm/oxfmt/package.json | Updated version to 0.21.0 |
| npm/oxfmt/CHANGELOG.md | Added changelog entry for 0.21.0 release |
| editors/vscode/package.json | Updated VSCode extension version to 1.36.0 |
| editors/vscode/CHANGELOG.md | Added changelog entry for 1.36.0 release |
| crates/oxc_linter/Cargo.toml | Updated crate version to 1.36.0 |
| crates/oxc_linter/CHANGELOG.md | Added changelog entry for 1.36.0 with features, bug fixes, performance improvements, and documentation updates |
| crates/oxc_language_server/Cargo.toml | Updated crate version to 1.36.0 |
| crates/oxc_language_server/CHANGELOG.md | Added changelog entry for 1.36.0 with features and bug fixes |
| crates/oxc_formatter/Cargo.toml | Updated crate version to 0.21.0 |
| crates/oxc_formatter/CHANGELOG.md | Added changelog entry for 0.21.0 with features and bug fixes |
| apps/oxlint/src-js/bindings.js | Updated all native binding version checks from 1.35.0 to 1.36.0 |
| apps/oxlint/package.json | Updated internal package version to 1.36.0 |
| apps/oxlint/Cargo.toml | Updated crate version to 1.36.0 |
| apps/oxlint/CHANGELOG.md | Added changelog entry for 1.36.0 release |
| apps/oxfmt/src-js/bindings.js | Updated all native binding version checks from 0.20.0 to 0.21.0 |
| apps/oxfmt/package.json | Updated internal package version to 0.21.0 |
| apps/oxfmt/Cargo.toml | Updated crate version to 0.21.0 |
| apps/oxfmt/CHANGELOG.md | Added changelog entry for 0.21.0 release |
| Cargo.lock | Updated dependency versions to reflect crate version bumps |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CodSpeed Performance ReportMerging #17448 will not alter performanceComparing Summary
Footnotes
|
All are non-js diffs It's expected, as was changed by #17340. |
Oxlint
🚀 Features
textDocument/diagnostic(feat(oxlint/lsp): supporttextDocument/diagnostic#17209) (Sysix)react/jsx-max-depth#17279) (Kenzo Wada)n/global-requirerule #17283) (Mikhail Baev)envfrom Rust to JS (feat(linter/plugins): passenvfrom Rust to JS #17291) (overlookmotel)sourcemapfeature flag (feat(codegen): addsourcemapfeature flag #17305) (Boshen)🐛 Bug Fixes
.gitignoreregardless of if a git repo is initialized (fix(linter): respect.gitignoreregardless of if a git repo is initialized #17375) (copilot-swe-agent)⚡ Performance
skip_to_next_charslicing (perf(linter/only-used-in-recursion): improveskip_to_next_charslicing #17374) (camchenry)is_function_nodeinto run functions (perf(linter): inlineis_function_nodeinto run functions #17373) (camchenry)📚 Documentation
Oxfmt
🚀 Features
.gitignorein sub directries (feat(oxfmt): Respect.gitignorein sub directries #17352) (leaysgur)🐛 Bug Fixes
is_complex_type_arguments()(take2) (fix(formatter): Completeis_complex_type_arguments()(take2) #17362) (leaysgur)Deno()to not detect as test functions (fix(formatter): FixDeno()to not detect as test functions #17339) (leaysgur)TaggedTemplateExpressionas a simple argument in the member chain (fix(formatter): shouldn't treatTaggedTemplateExpressionas a simple argument in the member chain #17256) (Dunqing)