Skip to content

chore: remove unused release tooling deps#93

Merged
chenjiahan merged 1 commit intomainfrom
chenjiahan/chore-remove-unused-release-deps
Apr 7, 2026
Merged

chore: remove unused release tooling deps#93
chenjiahan merged 1 commit intomainfrom
chenjiahan/chore-remove-unused-release-deps

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

This PR removes unused release-related development dependencies and deletes the unused patch-node-env helper. It also updates scripts/release.js to read package.json with the built-in node:fs API so the release script still works after dropping fs-extra.

Testing

  • pnpm lint
  • pnpm test

Related Links

  • None

@chenjiahan chenjiahan marked this pull request as ready for review April 7, 2026 13:52
Copilot AI review requested due to automatic review settings April 7, 2026 13:52
@chenjiahan chenjiahan merged commit 61fa40e into main Apr 7, 2026
5 checks passed
@chenjiahan chenjiahan deleted the chenjiahan/chore-remove-unused-release-deps branch April 7, 2026 13:52
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 184b934f94

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link
Copy Markdown
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 removes unused release-related development dependencies, deletes an unused Jest environment patch helper, and updates the release script to avoid relying on fs-extra.

Changes:

  • Replace fs-extra usage in scripts/release.js with node:fs + JSON.parse.
  • Delete the unused scripts/patch-node-env.cjs helper.
  • Remove several release/tooling dev dependencies and update pnpm-lock.yaml accordingly.

Reviewed changes

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

File Description
scripts/release.js Switches package.json reading from fs-extra to built-in node:fs.
scripts/patch-node-env.cjs Removes an unused Jest environment patch file.
package.json Drops unused devDependencies related to release tooling.
pnpm-lock.yaml Removes lock entries corresponding to the dropped dependencies.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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

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.

2 participants