From 5bf52643307feebf2856b25e49830d0d7c6749f8 Mon Sep 17 00:00:00 2001 From: Eugene Date: Wed, 22 Oct 2025 02:01:22 +0000 Subject: [PATCH 1/3] chore: update reqct-chain-of-responsibility --- package-lock.json | 14 ++++++++------ packages/api-middleware/package.json | 2 +- packages/api/package.json | 2 +- packages/bundle/package.json | 2 +- packages/component/package.json | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbbab52530..fccf76d2eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14655,11 +14655,13 @@ } }, "node_modules/react-chain-of-responsibility": { - "version": "0.4.0-main.c2f17da", + "version": "0.4.1-main.275c1f4", + "resolved": "https://registry.npmjs.org/react-chain-of-responsibility/-/react-chain-of-responsibility-0.4.1-main.275c1f4.tgz", + "integrity": "sha512-QxFxAt0A9iKhjnYrQAS6S9GWBGSGVYqVnN8hNFVgx35WU7cEs3s0j9CZvEMxkiC7oBg5oSWC5k1mYHWjGhmhaA==", "license": "MIT", "dependencies": { "handler-chain": "^0.1.0", - "react-chain-of-responsibility": "^0.4.0-main.c2f17da", + "react-chain-of-responsibility": "^0.4.1-main.275c1f4", "valibot": "^1.1.0" }, "peerDependencies": { @@ -18598,7 +18600,7 @@ "iter-fest": "0.3.0", "math-random": "2.0.1", "prop-types": "15.8.1", - "react-chain-of-responsibility": "0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.1-main.275c1f4", "react-redux": "7.2.9", "redux": "5.0.1", "simple-update-in": "2.2.0", @@ -18657,7 +18659,7 @@ }, "peerDependencies": { "react": ">= 16.8.6", - "react-chain-of-responsibility": "0.4.0-main.c2f17da" + "react-chain-of-responsibility": "0.4.1-main.275c1f4" } }, "packages/api-middleware/node_modules/@types/node": { @@ -19094,7 +19096,7 @@ "peerDependencies": { "@types/react": "^16.14.65", "react": ">= 16.8.6", - "react-chain-of-responsibility": "0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.1-main.275c1f4", "react-dom": ">= 16.8.6" } }, @@ -19214,7 +19216,7 @@ "merge-refs": "2.0.0", "prop-types": "15.8.1", "punycode": "2.3.1", - "react-chain-of-responsibility": "0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.1-main.275c1f4", "react-dictate-button": "4.0.0", "react-film": "4.0.0", "react-redux": "7.2.9", diff --git a/packages/api-middleware/package.json b/packages/api-middleware/package.json index eb14dcf2a3..5ce6b430aa 100644 --- a/packages/api-middleware/package.json +++ b/packages/api-middleware/package.json @@ -85,7 +85,7 @@ "typescript": "^5.7.3" }, "peerDependencies": { - "react-chain-of-responsibility": "0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.1-main.275c1f4", "react": ">= 16.8.6" }, "dependencies": { diff --git a/packages/api/package.json b/packages/api/package.json index 3cef62ebcd..f8a05df14e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -147,7 +147,7 @@ "iter-fest": "0.3.0", "math-random": "2.0.1", "prop-types": "15.8.1", - "react-chain-of-responsibility": "0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.1-main.275c1f4", "react-redux": "7.2.9", "redux": "5.0.1", "simple-update-in": "2.2.0", diff --git a/packages/bundle/package.json b/packages/bundle/package.json index 908e36f258..3369589dcf 100644 --- a/packages/bundle/package.json +++ b/packages/bundle/package.json @@ -243,7 +243,7 @@ "peerDependencies": { "@types/react": "^16.14.65", "react": ">= 16.8.6", - "react-chain-of-responsibility": "0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.1-main.275c1f4", "react-dom": ">= 16.8.6" } } diff --git a/packages/component/package.json b/packages/component/package.json index ca1f90a291..10544fb71f 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -161,7 +161,7 @@ "merge-refs": "2.0.0", "prop-types": "15.8.1", "punycode": "2.3.1", - "react-chain-of-responsibility": "0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.1-main.275c1f4", "react-dictate-button": "4.0.0", "react-film": "4.0.0", "react-redux": "7.2.9", From 447cdfcef39848452e790dbbfdf2957199cb21d0 Mon Sep 17 00:00:00 2001 From: Eugene Date: Wed, 22 Oct 2025 02:03:45 +0000 Subject: [PATCH 2/3] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc657f2fef..bde5cd301c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -278,6 +278,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/ - Removed `abort-controller-es5` package in `botframework-directlinespeech-sdk` package, in PR [#5530](https://github.com/microsoft/BotFramework-WebChat/pull/5530), by [@compulim](https://github.com/compulim) - Removed `request` and `request-progress` package in `cldr-data-downloader` package, in PR [#5530](https://github.com/microsoft/BotFramework-WebChat/pull/5530), by [@copilot](https://github.com/copilot) and [@compulim](https://github.com/compulim) - Added internal package `@msinternal/botframework-webchat-tsconfig` to centralize TypeScript configuration files, in PR [#5539](https://github.com/microsoft/BotFramework-WebChat/pull/5539), by [@compulim](https://github.com/compulim) +- Bumped `react-chain-of-responsibility` to the latest version, by [@OEvgeny](https://github.com/OEvgeny) in PR [#5620](https://github.com/microsoft/BotFramework-WebChat/pull/5620) ### Fixed From c8e5ebcdb1948ad61d759d488bb64f23980426c1 Mon Sep 17 00:00:00 2001 From: Eugene Date: Wed, 22 Oct 2025 02:06:39 +0000 Subject: [PATCH 3/3] new version --- CHANGELOG.md | 2 +- package-lock.json | 16 ++++++++-------- packages/api-middleware/package.json | 2 +- packages/api/package.json | 2 +- packages/bundle/package.json | 2 +- packages/component/package.json | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bde5cd301c..bd6ad7f070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -278,7 +278,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/ - Removed `abort-controller-es5` package in `botframework-directlinespeech-sdk` package, in PR [#5530](https://github.com/microsoft/BotFramework-WebChat/pull/5530), by [@compulim](https://github.com/compulim) - Removed `request` and `request-progress` package in `cldr-data-downloader` package, in PR [#5530](https://github.com/microsoft/BotFramework-WebChat/pull/5530), by [@copilot](https://github.com/copilot) and [@compulim](https://github.com/compulim) - Added internal package `@msinternal/botframework-webchat-tsconfig` to centralize TypeScript configuration files, in PR [#5539](https://github.com/microsoft/BotFramework-WebChat/pull/5539), by [@compulim](https://github.com/compulim) -- Bumped `react-chain-of-responsibility` to the latest version, by [@OEvgeny](https://github.com/OEvgeny) in PR [#5620](https://github.com/microsoft/BotFramework-WebChat/pull/5620) +- Bumped `react-chain-of-responsibility` to `0.4.1` version, by [@OEvgeny](https://github.com/OEvgeny) in PR [#5620](https://github.com/microsoft/BotFramework-WebChat/pull/5620) ### Fixed diff --git a/package-lock.json b/package-lock.json index fccf76d2eb..a26a2ee409 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14655,13 +14655,13 @@ } }, "node_modules/react-chain-of-responsibility": { - "version": "0.4.1-main.275c1f4", - "resolved": "https://registry.npmjs.org/react-chain-of-responsibility/-/react-chain-of-responsibility-0.4.1-main.275c1f4.tgz", - "integrity": "sha512-QxFxAt0A9iKhjnYrQAS6S9GWBGSGVYqVnN8hNFVgx35WU7cEs3s0j9CZvEMxkiC7oBg5oSWC5k1mYHWjGhmhaA==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/react-chain-of-responsibility/-/react-chain-of-responsibility-0.4.1.tgz", + "integrity": "sha512-tiUhqX22M4DTmCAyZcivm6ZVb1B9MfrPKtDTdmJYUqrdV7QxetS9IDE0VNXonjDWE7/atTYqt11nSsKgmbTh0Q==", "license": "MIT", "dependencies": { "handler-chain": "^0.1.0", - "react-chain-of-responsibility": "^0.4.1-main.275c1f4", + "react-chain-of-responsibility": "^0.4.1", "valibot": "^1.1.0" }, "peerDependencies": { @@ -18600,7 +18600,7 @@ "iter-fest": "0.3.0", "math-random": "2.0.1", "prop-types": "15.8.1", - "react-chain-of-responsibility": "0.4.1-main.275c1f4", + "react-chain-of-responsibility": "0.4.1", "react-redux": "7.2.9", "redux": "5.0.1", "simple-update-in": "2.2.0", @@ -18659,7 +18659,7 @@ }, "peerDependencies": { "react": ">= 16.8.6", - "react-chain-of-responsibility": "0.4.1-main.275c1f4" + "react-chain-of-responsibility": "0.4.1" } }, "packages/api-middleware/node_modules/@types/node": { @@ -19096,7 +19096,7 @@ "peerDependencies": { "@types/react": "^16.14.65", "react": ">= 16.8.6", - "react-chain-of-responsibility": "0.4.1-main.275c1f4", + "react-chain-of-responsibility": "0.4.1", "react-dom": ">= 16.8.6" } }, @@ -19216,7 +19216,7 @@ "merge-refs": "2.0.0", "prop-types": "15.8.1", "punycode": "2.3.1", - "react-chain-of-responsibility": "0.4.1-main.275c1f4", + "react-chain-of-responsibility": "0.4.1", "react-dictate-button": "4.0.0", "react-film": "4.0.0", "react-redux": "7.2.9", diff --git a/packages/api-middleware/package.json b/packages/api-middleware/package.json index 5ce6b430aa..9656116e96 100644 --- a/packages/api-middleware/package.json +++ b/packages/api-middleware/package.json @@ -85,7 +85,7 @@ "typescript": "^5.7.3" }, "peerDependencies": { - "react-chain-of-responsibility": "0.4.1-main.275c1f4", + "react-chain-of-responsibility": "0.4.1", "react": ">= 16.8.6" }, "dependencies": { diff --git a/packages/api/package.json b/packages/api/package.json index f8a05df14e..674c35fe56 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -147,7 +147,7 @@ "iter-fest": "0.3.0", "math-random": "2.0.1", "prop-types": "15.8.1", - "react-chain-of-responsibility": "0.4.1-main.275c1f4", + "react-chain-of-responsibility": "0.4.1", "react-redux": "7.2.9", "redux": "5.0.1", "simple-update-in": "2.2.0", diff --git a/packages/bundle/package.json b/packages/bundle/package.json index 3369589dcf..32e47b9ce2 100644 --- a/packages/bundle/package.json +++ b/packages/bundle/package.json @@ -243,7 +243,7 @@ "peerDependencies": { "@types/react": "^16.14.65", "react": ">= 16.8.6", - "react-chain-of-responsibility": "0.4.1-main.275c1f4", + "react-chain-of-responsibility": "0.4.1", "react-dom": ">= 16.8.6" } } diff --git a/packages/component/package.json b/packages/component/package.json index 10544fb71f..5df4172796 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -161,7 +161,7 @@ "merge-refs": "2.0.0", "prop-types": "15.8.1", "punycode": "2.3.1", - "react-chain-of-responsibility": "0.4.1-main.275c1f4", + "react-chain-of-responsibility": "0.4.1", "react-dictate-button": "4.0.0", "react-film": "4.0.0", "react-redux": "7.2.9",