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

Dependency Updates Week of Sept 18 2023 #3995

Merged
merged 23 commits into from
Sep 26, 2023

Conversation

Absolutestunna
Copy link
Contributor

@Absolutestunna Absolutestunna commented Sep 22, 2023

Dependency Updates: Week of 08-18-23

Publishing a new ECR image: 3.0.15. This will require manually running docker-to-ecr.sh on the court prod account

Notes

  • Updated AWS provider to 5.17.0

@Absolutestunna Absolutestunna marked this pull request as ready for review September 22, 2023 21:31
@Absolutestunna Absolutestunna changed the title Dep updates 08 18 23 Dependency Updates Week of Sept 18 2023 Sep 22, 2023
Comment on lines 4 to 5
define:
efcms-docker-image: &efcms-docker-image $AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/ef-cms-us-east-1:3.0.15
Copy link
Collaborator

Choose a reason for hiding this comment

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

this should be all on one line, without the define:

efcms-docker-image: &efcms-docker-image $AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/ef-cms-us-east-1:3.0.15

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you. Here's the fix

package.json Outdated
Comment on lines 14 to 23
"@aws-sdk/client-cloudwatch": "^3.409.0",
"@aws-sdk/client-cognito-identity-provider": "^3.409.0",
"@aws-sdk/client-dynamodb": "^3.409.0",
"@aws-sdk/client-glue": "^3.414.0",
"@aws-sdk/client-lambda": "^3.409.0",
"@aws-sdk/client-opensearch": "^3.409.0",
"@aws-sdk/client-route-53": "^3.409.0",
"@aws-sdk/client-s3": "^3.414.0",
"@aws-sdk/client-sqs": "^3.409.0",
"@aws-sdk/client-ssm": "^3.409.0",
"@aws-sdk/credential-provider-node": "^3.409.0",
"@aws-sdk/lib-dynamodb": "^3.409.0",
"@aws-sdk/client-cloudwatch": "^3.414.0",
"@aws-sdk/client-cognito-identity-provider": "^3.414.0",
"@aws-sdk/client-dynamodb": "^3.417.0",
"@aws-sdk/client-lambda": "^3.414.0",
"@aws-sdk/client-opensearch": "^3.414.0",
"@aws-sdk/client-route-53": "^3.414.0",
"@aws-sdk/client-sqs": "^3.414.0",
"@aws-sdk/client-ssm": "^3.414.0",
"@aws-sdk/credential-provider-node": "^3.414.0",
"@aws-sdk/lib-dynamodb": "^3.417.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Two packages got removed:

@aws-sdk/client-glue
@aws-sdk/client-s3

@@ -366,6 +366,7 @@ export const baseState = {
qcSectionInProgressCount: number;
qcIndividualInboxCount: number;
qcIndividualInProgressCount: number;
unreadMessageCount?: number;
Copy link
Contributor

Choose a reason for hiding this comment

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

Just curious about this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

unreadMessageCount is set sometimes on notifications state property. Its typed as an optional field here.

@jimlerza jimlerza merged commit e9b3300 into ustaxcourt:staging Sep 26, 2023
35 checks passed
@jimlerza jimlerza mentioned this pull request Oct 1, 2023
1 task
@rachelschneiderman rachelschneiderman deleted the dep-updates-08-18-23 branch October 4, 2023 15:13
@rachelschneiderman rachelschneiderman restored the dep-updates-08-18-23 branch October 4, 2023 15:13
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.

3 participants