Skip to content

Commit 9369f44

Browse files
authored
deps(amazonq): upgrade to mynah-ui @4.25.1 (aws#6790)
## Problem Various UX improvements from mynah-ui library: - Animations are too long and cause lag - Progress indicator height looked stretched in /doc, /test - @Folders and @Files had `@` removed in chat history - Long descriptions in the context list (when typing `@`) are cut off Mynah-ui changelog: aws/mynah-ui@v4.23.1...v4.25.1 ## Solution Upgrade to latest mynah-ui --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 8b02b85 commit 9369f44

6 files changed

+26
-9
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q chat: @Folders and @Files are missing `@` prefix in chat history"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q chat: Progress indicator height is stretched"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q chat: Long descriptions in context list are cut off"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q chat: Animation timings are too long"
4+
}

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -496,30 +496,30 @@
496496
"dependencies": {
497497
"@amzn/amazon-q-developer-streaming-client": "file:../../src.gen/@amzn/amazon-q-developer-streaming-client",
498498
"@amzn/codewhisperer-streaming": "file:../../src.gen/@amzn/codewhisperer-streaming",
499+
"@aws-sdk/client-api-gateway": "<3.696.0",
499500
"@aws-sdk/client-cloudformation": "<3.696.0",
500501
"@aws-sdk/client-cloudwatch-logs": "<3.696.0",
502+
"@aws-sdk/client-codecatalyst": "<3.696.0",
501503
"@aws-sdk/client-cognito-identity": "<3.696.0",
502504
"@aws-sdk/client-docdb": "<3.696.0",
503505
"@aws-sdk/client-docdb-elastic": "<3.696.0",
504506
"@aws-sdk/client-ec2": "<3.696.0",
505507
"@aws-sdk/client-iam": "<3.696.0",
506-
"@aws-sdk/client-s3": "<3.696.0",
507-
"@aws-sdk/client-api-gateway": "<3.696.0",
508-
"@aws-sdk/lib-storage": "<3.696.0",
509508
"@aws-sdk/client-lambda": "<3.696.0",
509+
"@aws-sdk/client-s3": "<3.696.0",
510510
"@aws-sdk/client-ssm": "<3.696.0",
511511
"@aws-sdk/client-sso": "<3.696.0",
512512
"@aws-sdk/client-sso-oidc": "<3.696.0",
513513
"@aws-sdk/credential-provider-env": "<3.696.0",
514514
"@aws-sdk/credential-provider-process": "<3.696.0",
515515
"@aws-sdk/credential-provider-sso": "<3.696.0",
516+
"@aws-sdk/lib-storage": "<3.696.0",
516517
"@aws-sdk/property-provider": "<3.696.0",
517518
"@aws-sdk/protocol-http": "<3.696.0",
519+
"@aws-sdk/s3-request-presigner": "<3.696.0",
518520
"@aws-sdk/smithy-client": "<3.696.0",
519521
"@aws-sdk/util-arn-parser": "<3.696.0",
520-
"@aws-sdk/client-codecatalyst": "<3.696.0",
521-
"@aws-sdk/s3-request-presigner": "<3.696.0",
522-
"@aws/mynah-ui": "^4.23.1",
522+
"@aws/mynah-ui": "^4.25.1",
523523
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
524524
"@iarna/toml": "^2.2.5",
525525
"@smithy/fetch-http-handler": "^3.0.0",

0 commit comments

Comments
 (0)