Update dependency core-js to v3.17.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
core-js | dependencies | minor | 3.16.4 -> 3.17.1 |
Release Notes
zloirock/core-js
v3.17.1
- Fixed missed
modules-by-versions
data
v3.17.0
-
Accessible
Object.prototype.hasOwnProperty
(Object.hasOwn
) proposal moved to the stable ES, per August 2021 TC39 meeting -
Relative indexing method (
.at
) proposal moved to the stable ES, per August 2021 TC39 meeting - Exposed by default the stable version of
String.prototype.at
. It was not exposed because of the conflict with the alternative obsolete proposal (that will be completely removed in the next major version). For the backward compatibility, in the case of loading this proposal, it will be overwritten. - Some more iteration closing fixes
- Fixed an ES3 reserved words usage, #980
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.