Update dependency core-js to v3.16.4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
core-js | dependencies | patch | 3.16.3 -> 3.16.4 |
Release Notes
zloirock/core-js
v3.16.4
-
AsyncFromSyncIterator
made stricter, related mainly toAsyncIterator.from
andAsyncIterator.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 onAsyncIterator
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
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.