You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR removes proxyquire (v2.1.3) from @cedarjs/structure's production dependencies, as it was not actually used anywhere in the package source. The lock files are regenerated accordingly, with some incidental version bumps to @ast-grep/napi-* packages (0.41.0 → 0.41.1) picked up during the lock file refresh.
proxyquire is confirmed absent from all source files in packages/structure — the removal is safe and correct.
Lock file changes are expected artifacts of running yarn install after updating package.json.
The @ast-grep/napi-* patch-version bumps in test-project/yarn.lock are unrelated but harmless minor updates.
Confidence Score: 5/5
This PR is safe to merge — it removes a confirmed unused dependency with no functional impact.
The only substantive change is deleting a single unused entry from package.json. Grep confirms proxyquire is not imported anywhere in the package. The lock file updates are purely mechanical regeneration artifacts.
No files require special attention.
Important Files Changed
Filename
Overview
packages/structure/package.json
Removes unused proxyquire dependency from the production dependencies list. Confirmed via grep that proxyquire is not imported anywhere in the package source.
test-project/yarn.lock
Lock file regenerated after removing proxyquire; also includes incidental version bumps for @ast-grep/napi-* packages from 0.41.0 to 0.41.1.
yarn.lock
Root-level lock file updated to reflect removal of proxyquire and associated transitive dependencies.
Ensure the fix-ci command is configured to always run in your CI pipeline to get automatic fixes in future runs. For more information, please see https://nx.dev/ci/features/self-healing-ci
Try them out by running yarn cedar upgrade -t 3.0.0-canary.13596
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
proxyquire was listed as a
@cedarjs/structuredependency, but it wasn't actually used