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

Implement autofixing #177

Merged
merged 1 commit into from
Sep 4, 2021
Merged

Implement autofixing #177

merged 1 commit into from
Sep 4, 2021

Conversation

bmish
Copy link
Owner

@bmish bmish commented Sep 4, 2021

Running with --fix will fix inconsistencies in package versions across a workspace. It will use the highest version range detected for each dependency.

Example:

package1/package.json: fooDependency@^2.0.0
package2/package.json: fooDependency@^3.0.0

The fixer will update the files to:

package1/package.json: fooDependency@^3.0.0
package2/package.json: fooDependency@^3.0.0

@bmish bmish added the enhancement New feature or request label Sep 4, 2021
@bmish bmish force-pushed the autofix branch 7 times, most recently from a934038 to 8c0c7c4 Compare September 4, 2021 22:50
@bmish bmish merged commit f9983f4 into master Sep 4, 2021
@bmish bmish deleted the autofix branch September 4, 2021 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant