-
-
Notifications
You must be signed in to change notification settings - Fork 721
chore(deps): Misc fixes for apps/{oxlint,oxfmt}/package.json
#15252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Misc fixes for apps/{oxlint,oxfmt}/package.json
#15252
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via 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. |
There was a problem hiding this 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
tsdownversion 0.15.5 to the pnpm workspace catalog for centralized dependency management - Downgrades
tsdownfrom 0.15.10 to 0.15.5 androlldown-plugin-dtsfrom 0.17.1 to 0.16.12 - Migrates
tsdownand@types/nodereferences to use catalog versions in package.json files - Updates
oxfmtpackage 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.
8704950 to
e38bede
Compare
apps/{oxlint,oxfmt}/package.json
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:`
e38bede to
ecafe4d
Compare

npm/oxfmt/package.jsonprivatetsdownfromcatalog: