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

Update @reactioncommerce dependencies #6296

Merged
merged 2 commits into from
Oct 14, 2020

Conversation

loan-laux
Copy link
Collaborator

Signed-off-by: Loan Laux [email protected]

Impact: minor
Type: chore

Issue

@reactioncommerce/api-plugin-accounts and @reactioncommerce/api-plugin-authorization-simple are outdated.

Solution

Update the packages to their latest versions.

Breaking changes

None.

Copy link
Contributor

@mpaktiti mpaktiti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this @loan-laux! I left a couple of comments regarding the semver ranges.

package.json Outdated
@@ -21,47 +21,47 @@
},
"dependencies": {
"@reactioncommerce/api-core": "~1.4.0",
"@reactioncommerce/api-plugin-accounts": "~1.4.4",
"@reactioncommerce/api-plugin-address-validation-test": "~1.0.0",
"@reactioncommerce/api-plugin-accounts": "^1.5.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to use a tilde ~ range like the rest?

package.json Outdated
"@reactioncommerce/api-plugin-authentication": "~1.2.0",
"@reactioncommerce/api-plugin-authorization-simple": "~1.3.0",
"@reactioncommerce/api-plugin-authorization-simple": "^1.3.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above, we should use a tilde range like the rest of the dependencies.

Signed-off-by: Loan Laux <[email protected]>
@loan-laux
Copy link
Collaborator Author

loan-laux commented Oct 14, 2020

Thanks for catching that @mpaktiti. I'm used to using ^ on other projects so I didn't think of checking what you were using in the package.json. Should be all good now!

@mpaktiti mpaktiti merged commit d4638f5 into reactioncommerce:trunk Oct 14, 2020
@loan-laux
Copy link
Collaborator Author

Thanks @mpaktiti. Would be amazing if we could get a minor release for this one!

@mikemurray mikemurray mentioned this pull request Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants