From ccd21b22c9c21801d352d61a1eb2ea2a668b1088 Mon Sep 17 00:00:00 2001 From: Avi Alpert <131792194+avi-alpert@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:31:18 -0500 Subject: [PATCH] feat(amazonq): upgrade mynah-ui to 4.23.0 (#6705) Upgrade mynah-ui library to latest version https://github.com/aws/mynah-ui/releases/tag/v4.23.0 --- - 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. --- package-lock.json | 7 ++++--- .../Feature-cf1e3d13-1b3d-4b23-bf6b-d6d46c75565c.json | 4 ++++ packages/core/package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 packages/amazonq/.changes/next-release/Feature-cf1e3d13-1b3d-4b23-bf6b-d6d46c75565c.json diff --git a/package-lock.json b/package-lock.json index 1fbf93ebc4c..5da7babfb3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4935,9 +4935,10 @@ } }, "node_modules/@aws/mynah-ui": { - "version": "4.22.1", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@aws/mynah-ui/-/mynah-ui-4.23.0.tgz", + "integrity": "sha512-mrtZTPvt7NNhHtHbHLuA59RyYwhqzio3ciaciOTnUwVUYtLYqVQAeiS9USEuIAJj1uPX+KULmo5Mhbgq1vaotw==", "hasInstallScript": true, - "license": "Apache License 2.0", "dependencies": { "escape-html": "^1.0.3", "highlight.js": "^11.11.0", @@ -18924,7 +18925,7 @@ "@aws-sdk/property-provider": "<3.696.0", "@aws-sdk/smithy-client": "<3.696.0", "@aws-sdk/util-arn-parser": "<3.696.0", - "@aws/mynah-ui": "^4.22.1", + "@aws/mynah-ui": "^4.23.0", "@gerhobbelt/gitignore-parser": "^0.2.0-9", "@iarna/toml": "^2.2.5", "@smithy/middleware-retry": "^3.0.0", diff --git a/packages/amazonq/.changes/next-release/Feature-cf1e3d13-1b3d-4b23-bf6b-d6d46c75565c.json b/packages/amazonq/.changes/next-release/Feature-cf1e3d13-1b3d-4b23-bf6b-d6d46c75565c.json new file mode 100644 index 00000000000..c2ff1847031 --- /dev/null +++ b/packages/amazonq/.changes/next-release/Feature-cf1e3d13-1b3d-4b23-bf6b-d6d46c75565c.json @@ -0,0 +1,4 @@ +{ + "type": "Feature", + "description": "Amazon Q chat: increase chat input height to 3 lines" +} diff --git a/packages/core/package.json b/packages/core/package.json index 302ca297604..2ac7065e546 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -510,7 +510,7 @@ "@aws-sdk/property-provider": "<3.696.0", "@aws-sdk/smithy-client": "<3.696.0", "@aws-sdk/util-arn-parser": "<3.696.0", - "@aws/mynah-ui": "^4.22.1", + "@aws/mynah-ui": "^4.23.0", "@gerhobbelt/gitignore-parser": "^0.2.0-9", "@iarna/toml": "^2.2.5", "@smithy/middleware-retry": "^3.0.0",