Skip to content

[Snyk] Upgrade core-js from 3.16.3 to 3.16.4 #1133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2021

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade core-js from 3.16.3 to 3.16.4.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2021-08-29.
Release notes
Package name: core-js
  • 3.16.4 - 2021-08-29
    • AsyncFromSyncIterator made stricter, related mainly to AsyncIterator.from and AsyncIterator.prototype.flatMap
    • Handling of optional .next arguments in (Async)Iterator methods is aligned with the current spec draft (mainly - ignoring the first passed to .next argument in built-in generators)
    • Behavior of .next, .return, .throw methods on AsyncIterator helpers proxy iterators aligned with the current spec draft (built-in async generators) (mainly - some early errors moved to returned promises)
    • Fixed some cases of safe iteration closing
    • Fixed dependencies of some entry points
  • 3.16.3 - 2021-08-24
    • Fixed CreateAsyncFromSyncIterator semantic in AsyncIterator.from, related to #765
    • Added a workaround of a specific case of broken Object.prototype, #973
from core-js GitHub release notes
Commit messages
Package name: core-js
  • eaf15af 3.16.4
  • 6b61dcf fix some missed dependencies
  • 21bb08d fix some cases of safe iteration closing
  • 9b260b3 move generators validation to promises
  • b7edd2a fix `.return`
  • 322be73 behavior of `.next`, `.return`, `.throw` methods on `AsyncIterator` helpers proxy iterators aligned with the current spec draft (built-in async generators) (mainly - some early errors moved to returned promises)
  • 8df6d0e align handling of optional `.next` arguments in `(Async)Iterator` methods with the current spec draft
  • 0f1bc28 refactor to use `getIteratorMethod` + `getIterator` in some cases
  • 5bb48b3 prevent double get of `@@(async)iterator` property
  • 9773ec3 remove unnecessary check
  • f801a19 `AsyncFromSyncIterator` made stricter
  • 80f739a update dependencies
  • 91bf8a7 update dependencies
  • 85c7c7d fix an entries content test
  • c337975 fix missed dependency

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@snyk-bot snyk-bot requested a review from a team as a code owner September 19, 2021 18:37
@codecov
Copy link

codecov bot commented Sep 19, 2021

Codecov Report

Merging #1133 (1f7d732) into main (07770d2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1133   +/-   ##
=======================================
  Coverage   85.10%   85.10%           
=======================================
  Files         822      822           
  Lines       17011    17011           
  Branches     2212     2212           
=======================================
  Hits        14478    14478           
  Misses       2502     2502           
  Partials       31       31           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 07770d2...1f7d732. Read the comment docs.

@github-actions

This comment has been minimized.

@aaron-steinfeld aaron-steinfeld merged commit 3bb690a into main Sep 19, 2021
@aaron-steinfeld aaron-steinfeld deleted the snyk-upgrade-7cb7fbc2775d0f902899c59faf1d5923 branch September 19, 2021 18:45
@github-actions
Copy link

Unit Test Results

    4 files  ±0  265 suites  ±0   16m 26s ⏱️ -50s
957 tests ±0  957 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
964 runs  ±0  964 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 3bb690a. ± Comparison against base commit 07770d2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants