Skip to content

feat: publish portable oxlint safety rules - #23

Merged
jan-kubica merged 3 commits into
mainfrom
feat/portable-oxlint-safety
Aug 11, 2026
Merged

feat: publish portable oxlint safety rules#23
jan-kubica merged 3 commits into
mainfrom
feat/portable-oxlint-safety

Conversation

@jan-kubica

Copy link
Copy Markdown
Contributor

Summary

  • publish a reusable @stll/oxlint-plugin package with four portable static-safety rules
  • exercise every rule through passive fixtures and Node/Bun-compatible package exports
  • refresh shared release automation and keep serialized Changesets mutations
  • patch the transitive js-yaml advisory through the workspace override

Validation

  • bun test
  • bun audit
  • bun run check:lockfile-versions
  • workflow YAML parse
  • git diff --check

Lint, typecheck, package build, publint, and pack validation are delegated to CI.

CC on behalf of @jan-kubica

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jan-kubica, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 28 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 0fcc93b7-4f95-4ec8-a3b5-1b1af46643cf

📥 Commits

Reviewing files that changed from the base of the PR and between 4190c25 and 5ca3847.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (20)
  • .changeset/portable-oxlint-safety.md
  • .github/workflows/ci.yml
  • .github/workflows/publish.yml
  • .github/workflows/release-pr.yml
  • README.md
  • oxlint.config.ts
  • package.json
  • packages/oxlint-plugin/fixtures/no-any-casts.fixture.ts
  • packages/oxlint-plugin/fixtures/no-dangerous-type-assertions.fixture.ts
  • packages/oxlint-plugin/fixtures/no-partial-record-satisfies.fixture.ts
  • packages/oxlint-plugin/fixtures/no-unsafe-inner-html.fixture.tsx
  • packages/oxlint-plugin/package.json
  • packages/oxlint-plugin/src/index.ts
  • packages/oxlint-plugin/src/no-any-casts.ts
  • packages/oxlint-plugin/src/no-dangerous-type-assertions.ts
  • packages/oxlint-plugin/src/no-partial-record-satisfies.ts
  • packages/oxlint-plugin/src/no-unsafe-inner-html.ts
  • packages/oxlint-plugin/src/utils.ts
  • packages/oxlint-plugin/tsconfig.json
  • packages/oxlint-plugin/tsdown.config.ts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jan-kubica
jan-kubica marked this pull request as ready for review August 11, 2026 11:38
@jan-kubica

Copy link
Copy Markdown
Contributor Author

Implementation review complete: package exports are consumable from ESM and CJS, rule fixtures cover positive and negative paths, release mutation is serialized, and the dependency audit is clean. CI owns lint/typecheck/build/package validation and those checks are green.

CC on behalf of @jan-kubica

@jan-kubica
jan-kubica merged commit 1598cb2 into main Aug 11, 2026
7 checks passed
@jan-kubica
jan-kubica deleted the feat/portable-oxlint-safety branch August 11, 2026 11:39
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant