Fix IE11 polyfill and some clean ups #4188
Merged
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.
Changelog Entry
abort-controller-es5@2.0.1markdown-it-attrs-es5@2.0.2p-defer-es5@2.0.1Description
Polyfills for IE11
We introduced
Mapin #4108. However, we should also add the polyfill fromcore-js/features/map.Test file name length
Some snapshots generated by Jest has too long filename that made the repository not cloneable on Windows.
We renamed some tests to make the snapshot filenames shorter.
Bumping dependencies
There was a bug in
esbuild@<0.13.4which caused it to fail onnpm@7.The newer version of these dependencies are using newer version of
esbuild@0.14.23:abort-controller-es5@2.0.0..2.0.1markdown-it-attrs-es5@2.0.1..2.0.2p-defer-es5@2.0.0..2.0.1Design
Specific Changes
abort-controller-es5@2.0.1markdown-it-attrs-es5@2.0.2p-defer-es5@2.0.1lerna.jsonandpackage.jsonunder/samples/as we no longer uselernafor samples for quite some timenpm audit fixunder/samples/01.getting-started/g.hybrid-react-npm/CHANGELOG.mdReview 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.jsonandpackage-lock.jsonreviewedSecurity reviewed (no data URIs, check for nonce leak)Tests reviewed (coverage, legitimacy)