Skip to content

Conversation

@leaysgur
Copy link
Member

@leaysgur leaysgur commented Nov 4, 2025

  • apps/oxfmt: Fix pkg version to align with npm/oxfmt/package.json
  • apps/oxfmt: Make it private
  • apps/oxfmt|oxlint: Use tsdown from catalog:

@leaysgur leaysgur requested a review from camc314 as a code owner November 4, 2025 04:06
Copilot AI review requested due to automatic review settings November 4, 2025 04:06
@github-actions github-actions bot added A-linter Area - Linter A-cli Area - CLI A-formatter Area - Formatter C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Nov 4, 2025
Copy link
Member Author

leaysgur commented Nov 4, 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
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

This PR standardizes dependency management by migrating tsdown and @types/node to the pnpm workspace catalog, downgrades tsdown from version 0.15.10 to 0.15.5, and updates the oxfmt package configuration.

  • Adds tsdown version 0.15.5 to the pnpm workspace catalog for centralized dependency management
  • Downgrades tsdown from 0.15.10 to 0.15.5 and rolldown-plugin-dts from 0.17.1 to 0.16.12
  • Migrates tsdown and @types/node references to use catalog versions in package.json files
  • Updates oxfmt package metadata (version bump to 0.9.0 and marks as private)

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
pnpm-workspace.yaml Adds tsdown 0.15.5 to the catalog for centralized dependency version management
pnpm-lock.yaml Updates lockfile to reflect tsdown downgrade to 0.15.5, rolldown-plugin-dts downgrade to 0.16.12, and removal of unused dependencies
apps/oxlint/package.json Migrates tsdown dependency from direct version to catalog reference
apps/oxfmt/package.json Migrates tsdown and @types/node to catalog references, updates version to 0.9.0, and adds private field
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@leaysgur leaysgur force-pushed the 11-04-chore_deps_misc_fixes_for_oxlint_and_oxfmt branch from 8704950 to e38bede Compare November 4, 2025 04:25
@leaysgur leaysgur changed the title chore(deps): Misc fixes for oxlint and oxfmt chore(deps): Misc fixes for apps/{oxlint,oxfmt}/package.json Nov 4, 2025
@leaysgur leaysgur requested a review from Dunqing November 4, 2025 06:28
@graphite-app graphite-app bot added the 0-merge Merge with Graphite Merge Queue label Nov 4, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 4, 2025

Merge activity

- apps/oxfmt: Fix pkg version to align with `npm/oxfmt/package.json`
- apps/oxfmt: Make it `private`
- apps/oxfmt|oxlint: Use `tsdown` from `catalog:`
@graphite-app graphite-app bot force-pushed the 11-04-chore_deps_misc_fixes_for_oxlint_and_oxfmt branch from e38bede to ecafe4d Compare November 4, 2025 06:52
@graphite-app graphite-app bot merged commit ecafe4d into main Nov 4, 2025
19 checks passed
@graphite-app graphite-app bot deleted the 11-04-chore_deps_misc_fixes_for_oxlint_and_oxfmt branch November 4, 2025 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0-merge Merge with Graphite Merge Queue A-cli Area - CLI A-formatter Area - Formatter A-linter Area - Linter 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.

3 participants