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

chore!: upgrade package dependencies #148

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

JeffreyTsang0928
Copy link

Issue # (if applicable)

Closes #.

Reason for this change

Upgrade dependencies such as jsii, projen, cdk

Description of changes

Upgraded packages for jsii, eslint, projen, cdk, ts-node. Added verbose license.

Description of how you validated changes

Project builds successfully indicating no issues with packages. test-sbt-aws.sh script runs successfully with no issues

Checklist

  • My code adheres to the CONTRIBUTING GUIDE
  • I have updated the relevant documentation (if applicable).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

@@ -255,17 +265,22 @@ export class CognitoAuth extends Construct implements IAuth {
customAttributes: {
userRole: new cognito.StringAttribute({ mutable: true, minLen: 1, maxLen: 256 }),
},
advancedSecurityMode:
props?.enableAdvancedSecurityMode == false
Copy link
Contributor

Choose a reason for hiding this comment

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

are we still taking the right action based on whether this value enableAdvancedSecurityMode is false?

@suhussai suhussai changed the title chore: upgrade package dependencies chore!: upgrade package dependencies Mar 11, 2025
@suhussai
Copy link
Contributor

Marking this as a breaking change because it updates peerDeps.

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