Skip to content

docs(linter/plugins): promote JS plugins to alpha status#20281

Merged
graphite-app[bot] merged 1 commit intomainfrom
om/03-11-docs_linter_plugins_promote_js_plugins_to_alpha_status
Mar 12, 2026
Merged

docs(linter/plugins): promote JS plugins to alpha status#20281
graphite-app[bot] merged 1 commit intomainfrom
om/03-11-docs_linter_plugins_promote_js_plugins_to_alpha_status

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Mar 12, 2026

Update "JS plugins are experimental" to "JS plugins are in alpha" in doc comments. This will translate over to website on next release.

Copy link
Member Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent changes, fast-track this PR to the front of 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.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added A-linter Area - Linter A-cli Area - CLI A-linter-plugins Area - Linter JS plugins C-docs Category - Documentation. Related to user-facing or internal documentation labels Mar 12, 2026
@codspeed-hq
Copy link

codspeed-hq bot commented Mar 12, 2026

Merging this PR will not alter performance

✅ 4 untouched benchmarks
⏩ 52 skipped benchmarks1


Comparing om/03-11-docs_linter_plugins_promote_js_plugins_to_alpha_status (a73ace1) with main (eccd336)

Open in CodSpeed

Footnotes

  1. 52 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@overlookmotel overlookmotel marked this pull request as ready for review March 12, 2026 11:44
@overlookmotel overlookmotel requested a review from camc314 as a code owner March 12, 2026 11:44
Copilot AI review requested due to automatic review settings March 12, 2026 11:44
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Oxlint’s configuration documentation strings to reflect that JS plugins have moved from “experimental” to “alpha”, ensuring the JSON schema and generated TypeScript types (used by editor tooling and the website docs generation pipeline) show the updated status.

Changes:

  • Replace “JS plugins are experimental” with “JS plugins are in alpha” in the linter JSON schema descriptions.
  • Update Rust config struct doc comments for jsPlugins in both the base config and overrides.
  • Regenerate/update the TypeScript config types so they match the schema text.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
npm/oxlint/configuration_schema.json Updates jsPlugins and override jsPlugins descriptions/markdownDescriptions to say “in alpha”.
crates/oxc_linter/src/config/oxlintrc.rs Updates Oxlintrc doc comment for jsPlugins note to “in alpha”.
crates/oxc_linter/src/config/overrides.rs Updates override jsPlugins doc comment note to “in alpha”.
apps/oxlint/src-js/package/config.generated.ts Updates generated TS doc comments to match the schema (“in alpha”).

@overlookmotel overlookmotel force-pushed the om/03-11-docs_linter_plugins_promote_js_plugins_to_alpha_status branch from 3ce9a39 to a73ace1 Compare March 12, 2026 11:53
@overlookmotel overlookmotel self-assigned this Mar 12, 2026
@overlookmotel overlookmotel added the 0-merge Merge with Graphite Merge Queue label Mar 12, 2026
Copy link
Member Author

overlookmotel commented Mar 12, 2026

Merge activity

Update "JS plugins are experimental" to "JS plugins are in alpha" in doc comments. This will translate over to website on next release.
@graphite-app graphite-app bot force-pushed the om/03-11-docs_linter_plugins_promote_js_plugins_to_alpha_status branch from a73ace1 to f339f10 Compare March 12, 2026 12:07
@graphite-app graphite-app bot merged commit f339f10 into main Mar 12, 2026
21 checks passed
@graphite-app graphite-app bot deleted the om/03-11-docs_linter_plugins_promote_js_plugins_to_alpha_status branch March 12, 2026 12:18
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Mar 12, 2026
graphite-app bot pushed a commit that referenced this pull request Mar 12, 2026
# Oxlint
### 🐛 Bug Fixes

- 6b46ce8 oxlint: Ignore inherited root-only options in nested configs (#20291) (camc314)
- bc20217 oxlint,oxfmt: Omit useless `| null` for `Option<T>` field from schema (#20273) (leaysgur)
- f26e6ab linter: Make `generate-plugin-eslint` script work on windows (#20246) (camc314)

### 📚 Documentation

- e4aa5b5 parser/napi, linter/plugins: Add JSDoc comments to raw transfer constants (#20286) (overlookmotel)
- f339f10 linter/plugins: Promote JS plugins to alpha status (#20281) (overlookmotel)
# Oxfmt
### 🐛 Bug Fixes

- 96f761f oxfmt: Ensure stdin blocking mode is set for non-TTY environments (#20289) (camc314)
- bc20217 oxlint,oxfmt: Omit useless `| null` for `Option<T>` field from schema (#20273) (leaysgur)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI A-linter Area - Linter A-linter-plugins Area - Linter JS plugins C-docs Category - Documentation. Related to user-facing or internal documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants