vue-simple-suggest
vue-simple-suggest copied to clipboard
Bump core-js from 3.18.3 to 3.27.2
Bumps core-js from 3.18.3 to 3.27.2.
Changelog
Sourced from core-js's changelog.
3.27.2 - 2023.01.19
Setmethods proposal updates:
- Closing of iterators of
Set-like objects on early exit, proposal-set-methods/85- Some other minor internal changes
- Added one more workaround of a
webpackdev server bug on IE global methods, #1161- Fixed possible
String.{ raw, cooked }error with empty template array- Used non-standard V8
Error.captureStackTraceinstead of stack parsing in new error classes / wrappers where it's possible- Added detection correctness of iteration to
Promise.{ allSettled, any }feature detection, Hermes issue- Compat data improvements:
- Change
Arrayby copy proposal marked as supported from V8 ~ Chrome 110- Added Samsung Internet 20 compat data mapping
- Added Quest Browser 25 compat data mapping
- Added React Native 0.71 Hermes compat data
- Added Electron 23 and 24 compat data mapping
selfmarked as fixed in Deno 1.29.3, deno/17362- Minor tweaks of minification settings for
core-js-bundle- Refactoring, some minor fixes, improvements, optimizations
3.27.1 - 2022.12.30
- Fixed a Chakra-based MS Edge (18-) bug that unfreeze (O_o) frozen arrays used as
WeakMapkeys- Fixing of the previous bug also fixes some cases of
String.dedentin MS Edge- Fixed dependencies of some entries
3.27.0 - 2022.12.26
- Iterator Helpers proposal:
- Built-ins:
Iterator
Iterator.fromIterator.prototype.dropIterator.prototype.everyIterator.prototype.filterIterator.prototype.findIterator.prototype.flatMapIterator.prototype.forEachIterator.prototype.mapIterator.prototype.reduceIterator.prototype.someIterator.prototype.takeIterator.prototype.toArrayIterator.prototype.toAsyncIterator.prototype[@@toStringTag]AsyncIterator
AsyncIterator.fromAsyncIterator.prototype.dropAsyncIterator.prototype.everyAsyncIterator.prototype.filterAsyncIterator.prototype.findAsyncIterator.prototype.flatMapAsyncIterator.prototype.forEachAsyncIterator.prototype.map
... (truncated)
Commits
c56b97f3.27.220ab9c5coerce negative set size inget-set-recordto 064b52bfsince nowmake-built-inused in runtime, make some operations unobservable0d2f278simplify iteration inSet#{ isDisjointFrom, isSupersetOf }b4d713bsome stylistic fixes32cbd8fclosing of iterators ofSet-like objects on early exit7f8fce9add detection correctness of iteration toPromise.{ allSettled, any }featu...4eeb86bupdateeslint-plugin-importd7716d4one more #1161 workaround, for the pure version export context case47bdf63add one more workaround of awebpackdev server bug on IE global methods, c...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by zloirock, a new releaser for core-js since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)