build(deps-dev): bump core-js from 2.6.10 to 2.6.11 in /webapp
Created by: Tirokk
Authored by dependabot-preview[bot] Closed
Bumps core-js from 2.6.10 to 2.6.11.
Changelog
Sourced from core-js's changelog.
2.6.11 [LEGACY] - 2019.12.09
- Returned usage of
node -e
in thepostinstall
scripts for better cross-platform compatibility, #582- Improved CI detection in the
postinstall
script, #7073.4.7 - 2019.12.03
- Fixed an NPM publishing issue
3.4.6 - 2019.12.03
- Improved iOS compat data - added missed mapping iOS 12.2 -> Safari 12.1, added bug fixes from patch releases
- Added Safari 13.1 compat data
- Added missed in
core-js-compat
helpersie_mob
normalization- Normalize the result of
getModulesListForTargetVersion
core-js-compat
helper- Improved CI detection in the
postinstall
script, #7073.4.5 - 2019.11.28
- Detect incorrect order of operations in
Object.assign
, MS Edge bug- Detect usage of
ToLength
inArray#{ filter, map }
, FF48-49 and MS Edge 14- issues- Detect incorrect MS Edge 17-18
Reflect.set
which allows setting the property to object with non-writable property on the prototype- Fixed
inspectSource
helper with multiplecore-js
copies and some related features like some edge cases ofPromise
feature detection3.4.4 - 2019.11.27
- Added feature detection for Safari non-generic
Promise#finally
bug (critical forcore-js-pure
)- Fixed missed
esnext.string.code-points
incore-js/features/string
entry point- Updated
Iterator
proposal feature detection for the case of non-standardIterator
in FF44-3.4.3 - 2019.11.26
- Fixed missed
es.json.stringify
and some modules from iteration helpers proposal in some entry points (includes the root entry point)- Added a workaround of
String#{ endsWith, startsWith }
MDN polyfills bugs, #702- Fixed
.size
property descriptor ofMap
/Set
in the pure version- Refactoring, some internal improvements
3.4.2 - 2019.11.22
- Don't use polyfilled symbols as internal uids, a workaround for some incorrect use cases
String#replaceAll
is available only in nightly FF builds- Improved
Promise
feature detection for the case of V8 6.6 with multiplecore-js
copies- Some internals optimizations
- Added Node 13.2 -> V8 7.9 compat data mapping
- Returned usage of
node -e
inpostinstall
scripts3.4.1 - 2019.11.12
- Throw when
(Async)Iterator#flatMap
mapper returns a non-iterable, per tc39/proposal-iterator-helpers/55 and tc39/proposal-iterator-helpers/59- Removed own
AggregateError#toString
, per tc39/proposal-promise-any/49- Global
core-js
Promise
polyfill passes feature detection in the pure versions- Fixed indexes in
String#replaceAll
callbacksString#replaceAll
marked as supported by FF723.4.0 - 2019.11.07
... (truncated)
- Added well-formed
JSON.stringify
, ES2019 feature, thanks @ExE-Boss and @WebReflection for the idea- Fixed
Math.signbit
, #687, thanks @chicoxyzzy
Commits
-
4cfb0ec
2.6.11 -
758181c
improve thepostinstall
script - See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)