Skip to content

Bump core-js from 3.7.0 to 3.8.1 - #1276

Merged
juliusknorr merged 1 commit into
stable19from
dependabot/npm_and_yarn/stable19/core-js-3.8.1
Dec 22, 2020
Merged

Bump core-js from 3.7.0 to 3.8.1#1276
juliusknorr merged 1 commit into
stable19from
dependabot/npm_and_yarn/stable19/core-js-3.8.1

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubDec 21, 2020

Copy link
Copy Markdown
Contributor

Bumps core-js from 3.7.0 to 3.8.1.

Changelog

Sourced from core-js's changelog.

3.8.1 - 2020.12.06
  • Fixed work of new %TypedArray% methods on BigInt arrays
  • Added ESNext methods to ES3 workaround for Number constructor wrapper
3.8.0 - 2020.11.26
  • Added relative indexing method stage 3 proposal
    • Array#at
    • %TypedArray%#at
  • Added Number.range stage 1 proposal
    • Number.range
    • BigInt.range
  • Added array filtering stage 1 proposal
    • Array#filterOut
    • %TypedArray%#filterOut
  • Added array deduplication stage 1 proposal
    • Array#uniqueBy
  • Added code points / code units explicit feature detection in String#at for preventing breakage code which use obsolete String#at proposal polyfill
  • Added the missed (es|stable)/instance/replace-all entries
  • Updated compat data mapping for Opera - from Opera 69, the difference with Chrome versions increased to 14
  • Compat data mapping for modern Android WebView to Chrome moved from targets parser directly to compat data
  • Depracate core-js-builderblacklist option in favor of exclude
2.6.12 [LEGACY] - 2020.11.26
  • Added code points / code units explicit feature detection in String#at for preventing breakage code which use obsolete String#at proposal polyfill
  • Added OPEN_SOURCE_CONTRIBUTOR detection in postinstall
  • Added Drone CI detection in postinstall
Commits

Dependabot compatibility score

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)

Bumps [core-js](https://github.com/zloirock/core-js) from 3.7.0 to 3.8.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.7.0...v3.8.1)
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added 3. to review dependencies Pull requests that update a dependency file labels Dec 21, 2020
@juliusknorr
juliusknorr merged commit 8defb19 into stable19Dec 22, 2020
@juliusknorr
juliusknorr deleted the dependabot/npm_and_yarn/stable19/core-js-3.8.1 branch December 22, 2020 07:47
@rullzerrullzer mentioned this pull request Jan 5, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewdependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@juliusknorr