Skip to content

chore(oxlint): bump min tsgolint pkg version to 0.9.0#16829

Merged
graphite-app[bot] merged 1 commit intomainfrom
c/12-14-chore_oxlint_bump_min_tsgolint_pkg_version_to_0.9.0
Dec 14, 2025
Merged

chore(oxlint): bump min tsgolint pkg version to 0.9.0#16829
graphite-app[bot] merged 1 commit intomainfrom
c/12-14-chore_oxlint_bump_min_tsgolint_pkg_version_to_0.9.0

Conversation

@camc314
Copy link
Copy Markdown
Contributor

@camc314 camc314 commented Dec 14, 2025

No description provided.

@camc314 camc314 marked this pull request as ready for review December 14, 2025 13:49
@github-actions github-actions bot added the C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior label Dec 14, 2025
Copy link
Copy Markdown
Contributor Author

camc314 commented Dec 14, 2025


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 hot fixes, skip the queue and merge this PR next

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.

Copy link
Copy Markdown

@charliecreates charliecreates bot left a comment

Choose a reason for hiding this comment

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

The dependency bump itself is straightforward and low-risk. The only notable improvement is making the generated manifest output formatted/stable to keep future diffs smaller and reviews clearer.

Additional notes (1)
  • Maintainability | npm/oxlint/scripts/generate-packages.js:108-108
    This change updates the generated manifest to require oxlint-tsgolint >=0.9.0, but this script writes out the manifest without whitespace (JSON.stringify(manifestData)), which makes diffs noisy and can obscure the single dependency-range change you’re intending to make. Since this script is already doing a targeted dependency bump, it’s worth ensuring the output is stable/readable to reduce review and merge friction.
Summary of changes

Summary

  • Bumped the minimum required peer dependency for oxlint-tsgolint from >=0.8.1 to >=0.9.0 in npm/oxlint/scripts/generate-packages.js.
  • Keeps oxlint-tsgolint marked as an optional peer dependency via peerDependenciesMeta.

Files changed

  • npm/oxlint/scripts/generate-packages.js (peerDependencies.oxlint-tsgolint version range updated)

@charliecreates charliecreates bot removed the request for review from CharlieHelps December 14, 2025 13:50
@graphite-app
Copy link
Copy Markdown
Contributor

graphite-app bot commented Dec 14, 2025

Merge activity

@graphite-app graphite-app bot force-pushed the c/12-12-feat_linter_prefer-nullish-coalescing_add_rule branch from 10aef3b to 1bdaab1 Compare December 14, 2025 14:01
@graphite-app graphite-app bot force-pushed the c/12-14-chore_oxlint_bump_min_tsgolint_pkg_version_to_0.9.0 branch from 6f83947 to b1d6bac Compare December 14, 2025 14:02
Base automatically changed from c/12-12-feat_linter_prefer-nullish-coalescing_add_rule to main December 14, 2025 14:07
@graphite-app graphite-app bot merged commit b1d6bac into main Dec 14, 2025
19 checks passed
@graphite-app graphite-app bot deleted the c/12-14-chore_oxlint_bump_min_tsgolint_pkg_version_to_0.9.0 branch December 14, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant