Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(Related to #4044)
(Changelog includes everything to be released for 4.14.1)
Changelog Entry
Fixed
usePerformCardAction
hook, by @compulim, in PR #3969Changed
react-scripts
todevDependencies
, in PR #4023cldr-data
andcldr-data-downloader
, in PR #3998./src
folderfs.readFileSync()
fromrequire()
when reading JSON filesnode:fs.mkdir()
and removedmkdirp
node:assert
to Jest/dist/
folder from project rooteslint
read-pkg-up
to determines parentpackage.json
lerna
to run theinstall
script, we need to relax howcldr-data
read from parentpackage.json
react
to>= 16.8.6
, in PR #3996@babel/runtime@7.14.6
abort-controller-es5@2.0.0
botframework-directlinejs@0.15.0
core-js@3.15.2
event-target-shim@6.0.2
markdown-it-attrs-es5@2.0.0
markdown-it@12.1.0
memoize-one@5.2.1
p-defer-es5@2.0.0
p-defer@4.0.0
react-redux@7.2.4
web-speech-cognitive-services@7.1.1
@babel/cli@7.14.5
@babel/core@7.14.6
@babel/plugin-proposal-class-properties@7.14.5
@babel/plugin-proposal-object-rest-spread@7.14.7
@babel/plugin-transform-runtime@7.14.5
@babel/preset-env@7.14.7
@babel/preset-react@7.14.5
@babel/preset-typescript@7.14.5
@babel/runtime@7.14.6
@emotion/react@11.4.0
@fluentui/react@8.22.3
@types/node@16.3.1
@types/react-dom@17.0.9
@types/react@17.0.14
@typescript-eslint/eslint-plugin@4.28.3
@typescript-eslint/parser@4.28.3
babel-jest@27.0.6
concurrently@6.2.0
core-js@3.15.2
dotenv@10.0.0
esbuild@0.12.15
eslint-plugin-prettier@3.4.0
eslint-plugin-react@7.24.0
eslint@7.30.0
http-proxy-middleware@2.0.1
husky@7.0.1
jest-environment-node@27.0.6
jest-image-snapshot@4.5.1
jest-junit@12.2.0
jest@27.0.6
lint-staged@11.0.0
node-dev@7.0.0
nodemon@2.0.12
p-defer@4.0.0
prettier@2.3.2
sanitize-html@2.4.0
selenium-webdriver@4.0.0-beta.4
serve@12.0.0
strip-ansi@6.0.0
typescript@4.3.5
webpack@5.45.1
@azure/storage-blob@12.7.0
base64-arraybuffer@1.0.1
http-proxy-middleware@1.3.1
restify@8.5.1
Description
Bumping to
4.14.1
and prepare for release.Design
Bumping dependencies for security fixes.
Specific Changes
(Please refer to associated PRs)
I have added tests and executed them locallyCHANGELOG.md
I have updated documentationReview Checklist
Accessibility reviewed (tab order, content readability, alt text, color contrast)CSS styles reviewed (minimal rules, noz-index
)Documents reviewed (docs, samples, live demo)Internationalization reviewed (strings, unit formatting)package.json
andpackage-lock.json
reviewedSecurity reviewed (no data URIs, check for nonce leak)Tests reviewed (coverage, legitimacy)