Skip to content

Bump core-js from 3.26.0 to 3.26.1 in /webapp

Dependabot requested to merge dependabot-npm_and_yarn-webapp-core-js-3.26.1 into master

Bumps core-js from 3.26.0 to 3.26.1.

Changelog

Sourced from core-js's changelog.

3.26.1 - 2022.11.14
  • Disabled forced replacing of Array.fromAsync since it's on Stage 3
  • Avoiding a check of the target in the internal function-uncurry-this helper where it's not required - minor optimization and preventing problems in some broken environments, a workaround of #1141
  • V8 will not ship Array.prototype.{ group, groupToMap } in V8 ~ Chromium 108, proposal-array-grouping/44
Commits
  • 727fe23 3.26.1
  • 3bcbad2 avoid a check of the target in the internal function-uncurry-this helper wh...
  • 99099fd disable forced replacing of Array.fromAsync since it's on Stage 3
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports