Skip to content

Commit fe23bb4

Browse files
authored
Bump dependencies after release of 4.15.7 (#4647)
* Update bump script * Update bump scripts * Prettify * Update --legacy-peer-deps * Add comment * Temporarily not bumping ESLint * Bump test-harness * Bump dev-server and page-object * Bump cldr-data* * Bump core * Bump api * Clean up * Bump api non-Babel * Clean up * Revert "Bump core" This reverts commit 0f0d0e9. * Clean up * Bump core * Revert "Temporarily not bumping ESLint" This reverts commit 169e5c0. * Bump root * Bump component * Bump directlinespeech * Bump isomorphic-react* * Bump bundle * Fix typing * Clean up package-lock.json * Revert test-harness * Bump test-harness * Revert test-page-object * Bump test-page-object * Bump embed * Revert directlinespeech * Bump directlinespeech * Debump @babel/cli * [core] debump @babel/runtime * [embed] debump @babel/cli * Update comment * [root] debump @types/react-dom@~16.8.5 * [root] move react/react-dom to prod deps * Remove @babel/plugin-proposal-* * Bump @types/react * Bump ESLint * Bump compute-scroll-into-view@3 * Add entry * Revert "Bump compute-scroll-into-view@3" This reverts commit f2d2fb7. * Debump compute-scroll-into-view@1 * Remove compute-scroll-into-view
1 parent b8435f4 commit fe23bb4

File tree

80 files changed

+13517
-14977
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+13517
-14977
lines changed

.eslintrc.react.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ rules:
5858
- element
5959
react/jsx-pascal-case: error
6060
react/jsx-props-no-multi-spaces: error
61-
react/jsx-sort-default-props: error
6261
react/jsx-sort-props: error
6362
react/jsx-tag-spacing:
6463
- error
@@ -84,6 +83,7 @@ rules:
8483
react/prefer-read-only-props: error
8584
react/require-default-props: error
8685
react/self-closing-comp: error
86+
react/sort-default-props: error
8787
react/sort-prop-types: error
8888
react/state-in-constructor: error
8989
react/static-property-placement:

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,57 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3030

3131
- Fixes [#4557](https://github.com/microsoft/BotFramework-WebChat/issues/4557). Flipper buttons in carousels and suggested actions is now renamed to "next/previous" from "left/right", by [@compulim](https://github.com/compulim), in PR [#4646](https://github.com/microsoft/BotFramework-WebChat/pull/4646)
3232

33+
### Changed
34+
35+
- Bumped all dependencies to the latest versions, by [@compulim](https://github.com/compulim) in PR [#4647](https://github.com/microsoft/BotFramework-WebChat/pull/4647)
36+
- Production dependencies
37+
- [`@emotion/[email protected]`](https://npmjs.com/package/@emotion/css)
38+
- [`[email protected]`](https://npmjs.com/package/core-js)
39+
- [`[email protected]`](https://npmjs.com/package/markdown-it-attrs)
40+
- [`[email protected]`](https://npmjs.com/package/react-redux)
41+
- [`[email protected]`](https://npmjs.com/package/redux-saga)
42+
- [`[email protected]`](https://npmjs.com/package/redux)
43+
- [`[email protected]`](https://npmjs.com/package/sanitize-html)
44+
- Development dependencies
45+
- [`@types/[email protected]`](https://npmjs.com/package/@types/node)
46+
- [`@types/[email protected]`](https://npmjs.com/package/@types/react)
47+
- [`@typescript-eslint/[email protected]`](https://npmjs.com/package/@typescript-eslint/eslint-plugin)
48+
- [`@typescript-eslint/[email protected]`](https://npmjs.com/package/@typescript-eslint/parser)
49+
- [`[email protected]`](https://npmjs.com/package/adm-zip)
50+
- [`[email protected]`](https://npmjs.com/package/babel-jest)
51+
- [`[email protected]`](https://npmjs.com/package/babel-loader)
52+
- [`[email protected]`](https://npmjs.com/package/chalk)
53+
- [`[email protected]`](https://npmjs.com/package/concurrently)
54+
- [`[email protected]`](https://npmjs.com/package/core-js)
55+
- [`[email protected]`](https://npmjs.com/package/dotenv)
56+
- [`[email protected]`](https://npmjs.com/package/esbuild)
57+
- [`[email protected]`](https://npmjs.com/package/eslint-config-prettier)
58+
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-react)
59+
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-security)
60+
- [`[email protected]`](https://npmjs.com/package/eslint)
61+
- [`[email protected]`](https://npmjs.com/package/express)
62+
- [`[email protected]`](https://npmjs.com/package/glob)
63+
- [`[email protected]`](https://npmjs.com/package/http-proxy-middleware)
64+
- [`[email protected]`](https://npmjs.com/package/husky)
65+
- [`[email protected]`](https://npmjs.com/package/jest-image-snapshot)
66+
- [`[email protected]`](https://npmjs.com/package/jest-junit)
67+
- [`[email protected]`](https://npmjs.com/package/jest)
68+
- [`[email protected]`](https://npmjs.com/package/lerna)
69+
- [`[email protected]`](https://npmjs.com/package/lint-staged)
70+
- [`[email protected]`](https://npmjs.com/package/node-dev)
71+
- [`[email protected]`](https://npmjs.com/package/node-fetch)
72+
- [`[email protected]`](https://npmjs.com/package/nopt)
73+
- [`[email protected]`](https://npmjs.com/package/prettier)
74+
- [`[email protected]`](https://npmjs.com/package/restify)
75+
- [`[email protected]`](https://npmjs.com/package/selenium-webdriver)
76+
- [`[email protected]`](https://npmjs.com/package/serve-handler)
77+
- [`[email protected]`](https://npmjs.com/package/serve)
78+
- [`[email protected]`](https://npmjs.com/package/source-map-loader)
79+
- [`[email protected]`](https://npmjs.com/package/typescript)
80+
- [`[email protected]`](https://npmjs.com/package/webpack-cli)
81+
- [`[email protected]`](https://npmjs.com/package/webpack-stats-plugin)
82+
- [`[email protected]`](https://npmjs.com/package/webpack)
83+
3384
## [4.15.7] - 2023-02-15
3485

3586
### Added

babel.config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"plugins": [
3-
"@babel/plugin-proposal-object-rest-spread",
4-
"@babel/plugin-proposal-class-properties",
53
"@babel/plugin-transform-runtime"
64
],
75
"presets": [

0 commit comments

Comments
 (0)