chore: package maintenance - #3
Merged
Merged
Conversation
The interface-core bump is superseded by main's peerDependencies range; the lockfile is main's (no dependency change remains).
Member
Author
|
Resolved the conflicts by merging main and keeping only the part of this PR that is still relevant:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
./*andtypesVersionswildcard) to hide internal dist paths from consumers@antelopejs/interface-coredependency to^0.0.3Test plan
pnpm run buildpnpm run lintGreptile Summary
This PR performs two maintenance tasks: it removes the wildcard subpath exports (
./*andtypesVersions) frompackage.jsonto prevent consumers from importing internaldist/paths directly, and it bumps the@antelopejs/interface-corepeer dependency from^0.0.2to^0.0.3. The lock file is updated accordingly, including a transitivedefuupgrade from6.1.4→6.1.7.Confidence Score: 5/5
Safe to merge — changes are intentional and self-contained with no logic or correctness concerns.
Both changes are well-scoped: removing wildcard exports is an intentional encapsulation improvement, and the dependency bump is reflected correctly in the lock file. No P0 or P1 issues found.
No files require special attention.
Important Files Changed
./*andtypesVersions) to encapsulate internal dist paths, and bumps@antelopejs/interface-corefrom^0.0.2to^0.0.3.@antelopejs/interface-core@0.0.3resolution and a transitivedefubump from6.1.4to6.1.7.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Consumer] -->|import '@antelopejs/interface-redis'| B["Public export: '.'<br/>(dist/index.js)"] A -->|import '@antelopejs/interface-redis/package.json'| C["package.json export"] A -. "removed: import './*'" .-> D["❌ dist/*.js<br/>(internal paths, now hidden)"] B --> E["@antelopejs/interface-core@0.0.3"] B --> F["ioredis@^5.10.1"]Reviews (1): Last reviewed commit: "chore: bump @antelopejs/interface-core t..." | Re-trigger Greptile