Skip to content

chore(deps): update oxlint monorepo to v1.58.0#908

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/oxlint-monorepo
Open

chore(deps): update oxlint monorepo to v1.58.0#908
renovate[bot] wants to merge 2 commits intomainfrom
renovate/oxlint-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 3, 2026

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-oxlint 1.57.01.58.0 age confidence
oxlint (source) 1.57.01.58.0 age confidence

Release Notes

oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)

v1.58.0

Compare Source

No significant changes

    View changes on GitHub
oxc-project/oxc (oxlint)

v1.58.0

Compare Source

🚀 Features
📚 Documentation
  • be3dcc1 linter: Add note about node version + custom TS plugin (#​19381) (camc314)

Configuration

📅 Schedule: Branch creation - Between 09:00 AM and 06:59 PM, Monday through Friday ( * 9-18 * * 1-5 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from remiposo and toiroakr as code owners April 3, 2026 09:40
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 3, 2026

🦋 Changeset detected

Latest commit: 489edb3

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@tailor-platform/sdk Patch
@tailor-platform/create-sdk Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 3, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@tailor-platform/create-sdk@908

commit: 489edb3

devin-ai-integration[bot]

This comment was marked as resolved.

@claude
Copy link
Copy Markdown

claude bot commented Apr 3, 2026

🤖 Claude Dependency Review

📦 Update Summary

  • Library: oxlint
  • Version: 1.57.0 → 1.58.0
  • Change Type: Minor

📝 Release Notes

oxlint v1.58.0 - 2026-03-30

✨ Main Changes

🚀 Features

  • Enhance types for DummyRule (#20751)
    • Improved TypeScript type definitions for internal DummyRule type
    • This is an internal enhancement to the linter's type system

📚 Documentation

  • Add note about node version + custom TS plugin (#19381)
    • Added documentation regarding Node.js version compatibility when using custom TypeScript plugins

No breaking changes were introduced in this release.

🔍 Impact Analysis

📁 Usage Locations

oxlint is used in 12 locations across the codebase:

  1. example/package.json

    "oxlint": "1.58.0"
    • Feature used: CLI tool in npm scripts
    • Impact: None - CLI remains backward compatible
  2. example/eslint.config.js

    import oxlint from "eslint-plugin-oxlint";
    • Feature used: ESLint plugin integration
    • Impact: None - plugin API unchanged
  3. packages/sdk/package.json

    "oxlint": "1.58.0"
    • Feature used: CLI tool with --type-aware flag in scripts
    • Impact: None - CLI flags unchanged
  4. packages/sdk/eslint.config.js

    import oxlint from "eslint-plugin-oxlint";
    • Feature used: ESLint plugin with .buildFromOxlintConfigFile()
    • Impact: None - plugin API unchanged
  5. packages/create-sdk/package.json

    "oxlint": "1.58.0"
    • Feature used: CLI tool in npm scripts
    • Impact: None
  6. packages/create-sdk/eslint.config.js

    import oxlint from "eslint-plugin-oxlint";
    • Feature used: ESLint plugin integration
    • Impact: None

7-12. Template packages (executor, generators, hello-world, inventory-management, multi-application, resolver, static-web-site, tailordb, workflow)

  • All templates use identical pattern:
    • package.json: dependency declaration
    • eslint.config.js: plugin import
    • .oxlintrc.json: configuration file
    • Scripts: "lint": "oxlint --type-aware . && eslint --cache ."
  • Impact: None - all usage patterns remain compatible

Configuration Files

Multiple .oxlintrc.json files configure oxlint behavior:

  • packages/sdk/.oxlintrc.json
  • Template configurations in packages/create-sdk/templates/*/.oxlintrc.json

Impact: No configuration changes required - existing rules and options remain valid.

Build Process

Oxlint is integrated into the build/check pipeline:

  • Invoked via pnpm exec turbo run lint (defined in turbo.json)
  • Runs before ESLint in lint scripts: oxlint [flags] . && eslint --cache .
  • Used in both CI and local development workflows

Impact: No changes to build pipeline required.

✅ Recommended Actions

None - This is a safe, backward-compatible minor update.

The changes in v1.58.0 are limited to:

  • Internal type improvements for linter rule development
  • Documentation enhancements

No API changes, breaking changes, or configuration updates are required. All existing usage patterns (CLI invocation, ESLint plugin integration, configuration files) remain fully compatible.


@renovate renovate bot force-pushed the renovate/oxlint-monorepo branch from 6185eac to b6499df Compare April 3, 2026 12:55
@renovate renovate bot changed the title chore(deps): update dependency oxlint to v1.58.0 chore(deps): update oxlint monorepo to v1.58.0 Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants