-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: replace statuses with statuses-es for better compact compatibility #53
Merged
Merged
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
Tip
Codebase Verification
Revert import change or update codebase consistently
The change to import
statuses-es
inpackages/core/src/adapters/download.ts
is inconsistent with the rest of the codebase and may cause issues. Here are the findings:statuses-es
package is not listed as a dependency in the package.json file.statuses-es(
in the codebase, but there are three usages ofstatuses(
:To resolve this inconsistency, you should either:
packages/core/src/adapters/download.ts
back toimport statuses from "statuses";
statuses-es
consistently:statuses-es
to the project dependenciesstatuses-es
statuses-es
is compatible with the existingstatuses
usagePlease choose the appropriate action based on the project's goals and requirements.
Analysis chain
Verify compatibility of the new
statuses-es
module.The import statement change from
"statuses"
to"statuses-es"
is part of a larger effort to update the project's dependencies and documentation. This change is limited to the import statement and does not alter the overall logic or control flow of the code.To ensure that the new
statuses-es
module is a suitable replacement for the originalstatuses
module, please verify the following:statuses-es
module provides the same or equivalent functionality as the originalstatuses
module.statuses-es
module is compatible with the project's supported Node.js versions and other dependencies.You can use the following script to search for usages of the
statuses
function and ensure that they are compatible with the newstatuses-es
module:Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 75
Script:
Length of output: 3006