oxc-project
oxc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): update napi to v3.8.3 (#19382) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [napi](https://redirect.github.com/napi-rs/napi-rs) | workspace.dependencies | patch | `3.8.2` → `3.8.3` | | [napi-derive](https://redirect.github.com/napi-rs/napi-rs) | workspace.dependencies | patch | `3.5.1` → `3.5.2` | --- ### Release Notes <details> <summary>napi-rs/napi-rs (napi)</summary> ### [`v3.8.3`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/napi-v3.8.3) [Compare Source](https://redirect.github.com/napi-rs/napi-rs/compare/napi-v3.8.2...napi-v3.8.3) ##### Fixed - *(napi)* prevent async iterator use-after-free during GC ([#​3120](https://redirect.github.com/napi-rs/napi-rs/pull/3120)) ##### Other - replace `BufferRef` mention with `BufferSlice` ([#​3112](https://redirect.github.com/napi-rs/napi-rs/pull/3112)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. â™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
main
12 minutes ago
chore(deps): update napi to v3.8.3
renovate/napi
42 minutes ago
fix(formatter): arrow function body incorrectly broken when return type has comment (#19368) Fixes #19335 Format the arrow signature before checking `has_leading_own_line_comment` on the body, so that comments inside the return type annotation are already consumed and not mistakenly detected as body-leading comments.
main
44 minutes ago
docs(linter): add note about node version + custom TS plugin
c/02-14-docs_linter_add_note_about_node_version_custom_ts_plugin
2 hours ago
docs(linter): add note about node version + custom TS plugin
c/02-14-docs_linter_add_note_about_node_version_custom_ts_plugin
2 hours ago
Phase 1.0: JSPlugins and Oxlint scope cover - All JSPlugins errors are being recorded in the file. Left Typescript as it required more changes. - Add JSPlugin test - Manual tested the binary in Posthog and oxlint-react-compiler-rules - Improved errors messages, and added a label to suggest the user what command run to update the file. - Some basic message in the cli output if the file is created or updated.
Afsoon:feat(oxlint)-bulk-suppression
6 hours ago
fix(linter): Fix the behavior of `import/extensions` rule for a file that has multiple extensions. (#18919) See #18918 for details and a test repo. This fixes the problematic behavior of the Oxlint implementation so we match the implementation from the original import plugin. Basically, we want to have `tsx: never` in the rule config, and in that case it should disallow this: ```tsx import Foo from "./Foo.stories.tsx"; ``` It correctly did that, but if you _removed_ the `tsx` extension, you would end up with an error about not allowing the `stories` extension, which was nonsensical. Now we correctly handle this behavior, so `import Foo from "./Foo.stories";` is allowed for this config setting. Built with Claude Code, reviewed and tested by me. [Another user also confirmed that this fixes the problem for them](https://github.com/oxc-project/oxc/issues/18681#issuecomment-3848174383). Fixes #18918 and #18681.
main
13 hours ago
feat(parser): report error for initializer in ambient context
c/02-09-feat_parser_report_error_for_initializer_in_ambient_context
15 hours ago
Active Branches
docs(linter): add note about node version + custom TS plugin
last run
2 hours ago
#19381
CodSpeed Performance Gauge
0%
feat(linter): bulk suppression
last run
6 hours ago
#19328
CodSpeed Performance Gauge
-4%
feat(parser): report error for initializer in ambient context
last run
15 hours ago
#19187
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs