Skip to content
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 Recent Upgrades #125

Merged
merged 8 commits into from
Oct 1, 2024
Merged

Fix Recent Upgrades #125

merged 8 commits into from
Oct 1, 2024

Conversation

bh2smith
Copy link
Collaborator

@bh2smith bh2smith commented Oct 1, 2024

User description

Something is wrong with the coverage reports. Trying to revert to last working checkpoint.


PR Type

dependencies, other


Description

  • Reverted the glob package version from ^11.0.0 to ^9.0.0 in package.json.
  • This PR aims to revert recent upgrades to address issues with coverage reports.

Changes walkthrough 📝

Relevant files
Dependencies
package.json
Revert `glob` package version to previous state                   

package.json

  • Reverted glob package version from ^11.0.0 to ^9.0.0.
+1/-1     

💡 PR-Agent usage:
Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

@mintbase-codium-pr-agent
Copy link

PR Reviewer Guide 🔍

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No key issues to review

@mintbase-codium-pr-agent
Copy link

PR Code Suggestions ✨

CategorySuggestion                                                                                                                                    Score
Possible issue
Consider keeping the glob package at its current higher version unless there is a specific reason to downgrade

Reverting the version of glob from ^11.0.0 to ^9.0.0 might reintroduce previously
fixed bugs or remove features that were added in versions 10 and 11. It's important
to ensure that this downgrade does not affect the functionality or security of the
application. Consider keeping glob at ^11.0.0 or providing a specific reason for the
downgrade.

package.json [61]

-"glob": "^9.0.0",
+"glob": "^11.0.0",
 
Suggestion importance[1-10]: 9

Why: Downgrading a package version can reintroduce bugs or remove features, which might affect the application's functionality or security. This suggestion is crucial for maintaining stability.

9

@bh2smith bh2smith changed the title Revert Upgrades Fix Recent Upgrades Oct 1, 2024
@bh2smith bh2smith merged commit 1bd44e0 into main Oct 1, 2024
1 check passed
@bh2smith bh2smith deleted the revert-upgrades branch October 1, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant