taro
taro copied to clipboard
build(deps-dev): bump core-js from 2.6.12 to 3.24.1
Bumps core-js from 2.6.12 to 3.24.1.
Changelog
Sourced from core-js's changelog.
3.24.1 - 2022.07.30
- NodeJS is ignored in
IS_BROWSERdetection to avoid a false positive withjsdom, #1110- Fixed detection of
@@speciessupport inPromisein some old engines{ Array, %TypedArray% }.prototype.{ findLast, findLastIndex }marked as shipped in FF104- Added iOS Safari 15.6 compat data mapping
- Fixed Opera 15 compat data mapping
3.24.0 - 2022.07.25
- Recent updates of the iterator helpers proposal, #1101:
.asIndexedPairsrenamed to.indexed, proposal-iterator-helpers/183:
Iterator.prototype.asIndexedPairs->Iterator.prototype.indexedAsyncIterator.prototype.asIndexedPairs->AsyncIterator.prototype.indexed- Avoid exposing spec fiction
%AsyncFromSyncIteratorPrototype%inAsyncIterator.fromandIterator.prototype.toAsync, proposal-iterator-helpers/182, proposal-iterator-helpers/202- Avoid unnecessary promise creation in
%WrapForValidAsyncIteratorPrototype%.next, proposal-iterator-helpers/197- Do not validate value in
%WrapForValid(Async)IteratorPrototype%.next, proposal-iterator-helpers/197 and proposal-iterator-helpers/205- Do not forward the parameter of
.next/.returnto an underlying iterator by the extended iterator protocol, a part of proposal-iterator-helpers/194.throwmethods removed from all wrappers / helpers prototypes, a part of proposal-iterator-helpers/194- Close inner iterators of
{ Iterator, AsyncIterator }.prototype.flatMapproxy iterators on.return, proposal-iterator-helpers/195- Throw
RangeErroronNaNin{ Iterator, AsyncIterator }.prototype.{ drop, take }, proposal-iterator-helpers/181- Many other updates and fixes of this proposal
%TypedArray%.prototype.toSplicedmethod removed from the change array by copy proposal and marked as obsolete incore-js, proposal-change-array-by-copy/88- Polyfill
Promisewithunhandledrejectionevent support (browser style) in Deno < 1.24- Available new targets in
core-js-compat/core-js-builderand added compat data for them:- Added Samsung Internet 18.0 compat data mapping
3.23.5 - 2022.07.18
- Fixed a typo in the
structuredClonefeature detection, #1106- Added Opera Android 70 compat data mapping
3.23.4 - 2022.07.10
- Added a workaround of the Bun ~ 0.1.1 bug that define some globals with incorrect property descriptors and that causes a crash of
core-js- Added a fix of the FF103+
structuredClonebugs (1774866 (fixed in FF104) and 1777321 (still not fixed)) that now can clone errors, but.stackof the clone is an empty string- Fixed
{ Map, WeakMap }.prototype.emplacelogic, #1102- Fixed order of errors throwing on iterator helpers
3.23.3 - 2022.06.26
- Changed the order of operations in
%TypedArray%.prototype.toSplicedfollowing proposal-change-array-by-copy/89- Fixed regression of some IE8- issues
3.23.2 - 2022.06.21
- Avoided creation of extra properties for the handling of
%TypedArray%constructors in new methods, #1092 (comment)- Added Deno 1.23 compat data mapping
3.23.1 - 2022.06.14
- Fixed possible error on multiple
core-jscopies, #1091- Added
vflag toRegExp.prototype.flagsimplementation in case if current V8 bugs will not be fixed before this flag implementation
... (truncated)
Commits
e4b27bd3.24.1dc43aaclittle relaxIS_BROWSERdetection602e567fix Opera 15 compat data mappinga52a60aignore NodeJS inIS_BROWSERdetection to avoid a false positive with `jsdom...43a054aupdate dependencies619c9a5update dependenciesd96cf26mark{ Array, %TypedArray% }.prototype.{ findLast, findLastIndex }as shipp...85b8998add iOS Safari 15.6 compat data mappingae23b5afix detection of@@speciessupport inPromisein some old enginescc756d03.24.0- 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)
欢迎提交 PR~ Taro 非常感谢您对开源事业做出的贡献!🌷🌷🌷
一般 PR 会在一到两周内进行 review,成功合入后会随下一个版本进行发布。
Review 需要耗费大量时间,所以请遵循以下规范,协助我们提高 review 效率🙏🙏🙏
- 详细介绍 PR 的背景(非常重要,例如解决了什么问题,该问题如何复现等)
- 确保 CI 顺利运行。
- 最好能提供对应的测试用例。
为了更好地进行沟通,请加入 Taro 开发者微信群:
Superseded by #12380.