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: allow a wider range of @lifeomic/alpha versions #346

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

mdlavin
Copy link
Member

@mdlavin mdlavin commented Sep 20, 2023

No description provided.

@@ -67,7 +67,7 @@
"typescript": "*"
},
"devDependencies": {
"@lifeomic/alpha": "^5.0.1",
"@lifeomic/alpha": "^4.1.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

Alpha 5.0 requires the AWS SDK 3.0 and this project is built around the 2.0 SDK. Don't pull the 3.0 SDK for development

@@ -123,7 +123,7 @@
"@elastic/elasticsearch": "^7.3.0",
"archiver": "^3.0.0",
"ava": "^3.13.0",
"aws-sdk": "^2.290.0",
"aws-sdk": "^2.1001.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

Match the requirement in alpha ^4.1.0. The version deployed to AWS lambdas is currently 2.1374.0 so this version is safe.

@@ -153,7 +153,7 @@
"access": "public"
},
"peerDependencies": {
"@lifeomic/alpha": "^5.0.1",
"@lifeomic/alpha": "^4.1.0 || ^5.0.1",
Copy link
Member Author

Choose a reason for hiding this comment

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

If somebody wants an AWS SDK v3 version, that's fine, they both work

swain
swain previously approved these changes Sep 21, 2023
@mdlavin mdlavin dismissed swain’s stale review September 21, 2023 14:14

The merge-base changed after approval.

swain
swain previously approved these changes Sep 21, 2023
@mdlavin mdlavin requested a review from hemp September 21, 2023 14:20
@mdlavin mdlavin dismissed swain’s stale review September 21, 2023 14:20

The merge-base changed after approval.

hemp
hemp previously approved these changes Sep 21, 2023
@mdlavin mdlavin dismissed hemp’s stale review September 21, 2023 14:25

The merge-base changed after approval.

@mdlavin mdlavin requested review from hemp and swain September 21, 2023 14:28
hemp
hemp previously approved these changes Sep 21, 2023
@mdlavin mdlavin dismissed hemp’s stale review September 21, 2023 14:37

The merge-base changed after approval.

hemp
hemp previously approved these changes Sep 21, 2023
@mdlavin mdlavin dismissed hemp’s stale review September 21, 2023 14:40

The merge-base changed after approval.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6263267098

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 6261671777: 0.0%
Covered Lines: 968
Relevant Lines: 968

💛 - Coveralls

@mdlavin mdlavin merged commit 71f2e1f into master Sep 21, 2023
7 checks passed
@mdlavin mdlavin deleted the allow-wider-range-of-alpha branch September 21, 2023 15:08
@github-actions
Copy link

🎉 This PR is included in version 16.0.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants