-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update dependency core-js to v3.27.1 #1215
Conversation
depcheck ResultList up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes. Unused dependencies
Unused devdependencies
Missing
|
Pull Request Test Coverage Report for Build 3870693862
💛 - Coveralls |
Memlab leaks report
|
Deploy PreviewDeploy path: /home/runner/work/blog/blog/public Logs: https://app.netlify.com/sites/pensive-lamport-5822d2/deploys/63bae72a932e1a269325ec9a If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. |
Storybook PreviewDeploy path: /home/runner/work/blog/blog/storybook-static Logs: https://app.netlify.com/sites/blog-storybook/deploys/63bae75134bf09263bb08997 If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. |
Lighthouse ScoreDesktopperformance: 77 Mobileperformance: 53 |
96a08d7
to
cb45b46
Compare
depcheck ResultList up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes. Unused dependencies
Unused devdependencies
Missing
|
Memlab leaks report
|
Deploy PreviewDeploy path: /home/runner/work/blog/blog/public Logs: https://app.netlify.com/sites/pensive-lamport-5822d2/deploys/63bb115a0e674d477254594a If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. |
Storybook PreviewDeploy path: /home/runner/work/blog/blog/storybook-static Logs: https://app.netlify.com/sites/blog-storybook/deploys/63bb11e331d28643e058f38c If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. |
Lighthouse ScoreDesktopperformance: 87 Mobileperformance: 69 |
cb45b46
to
ecf9e41
Compare
depcheck ResultList up libraries that are defined in dependencies and devDependencies in package.json but not used in your codes. Unused dependencies
Unused devdependencies
Missing
|
Memlab leaks report
|
Deploy PreviewDeploy path: /home/runner/work/blog/blog/public Logs: https://app.netlify.com/sites/pensive-lamport-5822d2/deploys/63bb966560c301249d35bb20 If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. |
Storybook PreviewDeploy path: /home/runner/work/blog/blog/storybook-static Logs: https://app.netlify.com/sites/blog-storybook/deploys/63bb96bb932e1a264325ec2b If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. |
Lighthouse ScoreDesktopperformance: 88 Mobileperformance: 61 |
This PR contains the following updates:
3.25.5
->3.27.1
Release Notes
zloirock/core-js
v3.27.1
Compare Source
WeakMap
keysString.dedent
in MS Edgev3.27.0
Compare Source
Iterator
Iterator.from
Iterator.prototype.drop
Iterator.prototype.every
Iterator.prototype.filter
Iterator.prototype.find
Iterator.prototype.flatMap
Iterator.prototype.forEach
Iterator.prototype.map
Iterator.prototype.reduce
Iterator.prototype.some
Iterator.prototype.take
Iterator.prototype.toArray
Iterator.prototype.toAsync
Iterator.prototype[@​@​toStringTag]
AsyncIterator
AsyncIterator.from
AsyncIterator.prototype.drop
AsyncIterator.prototype.every
AsyncIterator.prototype.filter
AsyncIterator.prototype.find
AsyncIterator.prototype.flatMap
AsyncIterator.prototype.forEach
AsyncIterator.prototype.map
AsyncIterator.prototype.reduce
AsyncIterator.prototype.some
AsyncIterator.prototype.take
AsyncIterator.prototype.toArray
AsyncIterator.prototype[@​@​toStringTag]
/actual/
entries, unconditional forced replacement disabled for features that survived to Stage 3.from
accept strings,.flatMap
throws on strings returned from the callback, proposal-iterator-helpers/244, proposal-iterator-helpers/250.from
and.flatMap
throws on non-object iterators, proposal-iterator-helpers/253Set
methods proposal:Set.prototype.intersection
Set.prototype.union
Set.prototype.difference
Set.prototype.symmetricDifference
Set.prototype.isSubsetOf
Set.prototype.isSupersetOf
Set.prototype.isDisjointFrom
Set
-like objects as an argument, not all iterablesSet
s asthis
, no@@​species
support, and other minor changes/actual/
entries, unconditional forced replacement changed to feature detection/actual/
namespace)/full/
namespace), those methods are available with fallbacks to old semantics (in addition toSet
-like, they accept iterable objects). This behavior will be removed from the next major releaseString.prototype.isWellFormed
String.prototype.toWellFormed
/actual/
entries, disabled unconditional forced replacementusing
statement" and splitted into 2 (sync and async) proposalsSymbol.dispose
Symbol.asyncDispose
SuppressedError
DisposableStack
DisposableStack.prototype.dispose
DisposableStack.prototype.use
DisposableStack.prototype.adopt
DisposableStack.prototype.defer
DisposableStack.prototype.move
DisposableStack.prototype[@​@​dispose]
AsyncDisposableStack
AsyncDisposableStack.prototype.disposeAsync
AsyncDisposableStack.prototype.use
AsyncDisposableStack.prototype.adopt
AsyncDisposableStack.prototype.defer
AsyncDisposableStack.prototype.move
AsyncDisposableStack.prototype[@​@​asyncDispose]
Iterator.prototype[@​@​dispose]
AsyncIterator.prototype[@​@​asyncDispose]
/actual/
namespace entries for Stage 3 proposalString.dedent
stage 2 proposalString.dedent
react-native
target for React Native with bundled Hermes.oculus
target was renamed toquest
.opera_mobile
target name is confusing since it contains data for the Chromium-based Android version, but iOS Opera is Safari-based. Soopera_mobile
target was renamed toopera-android
.android
target name is also confusing for someone - that means Android WebView, some think thinks that it's Chrome for Android, but they have some differences. For avoiding confusion, addedchrome-android
target.firefox-android
target.oculus
andopera_mobile
fields are available in the compat data till the next major release.Array.fromAsync
marked as supported from Bun 0.3.0String.prototype.{ isWellFormed, toWellFormed }
marked as supported from Bun 0.4.0Array
by copy proposal marked as supported from Deno 1.27, deno/16429{ Map, WeakMap }.prototype.emplace
became stricter by the spec draft@@​species
pattern) of some.prototype
methods from the new collections methods proposal and theArray
deduplication proposal that most likely will not be implemented since it contradicts the current TC39 policyNumber
constructor, #1154, #1155, thanks @trososset(Timeout|Interval|Immediate)
extra arguments fix for Bun 0.3.0- (similarly to IE9-), bun/1633structuredClone
, #1156v3.26.1
Compare Source
Array.fromAsync
since it's on Stage 3function-uncurry-this
helper where it's not required - minor optimization and preventing problems in some broken environments, a workaround of #1141Array.prototype.{ group, groupToMap }
in V8 ~ Chromium 108, proposal-array-grouping/44v3.26.0
Compare Source
Array.fromAsync
proposal:%Array.prototype.values%
usage in array-like branch, proposal-array-from-async/30String.prototype.isWellFormed
String.prototype.toWellFormed
AsyncIterator
helpers, proposal-iterator-helpers/239{ Iterator, AsyncIterator }.prototype.flatMap
supports returning both - iterables and iterators, proposal-iterator-helpers/233.next
in missed cases of{ Iterator, AsyncIterator }.from
, proposal-iterator-helpers/232self
polyfill as a part of The Minimum Common Web Platform API, specification, #1118inverse
option tocore-js-compat
, #1119format
option tocore-js-builder
, #1120Configuration
📅 Schedule: Branch creation - "after 11pm,before 6am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.