barista
barista copied to clipboard
[Snyk] Upgrade core-js from 3.9.1 to 3.23.2
Snyk has created this PR to upgrade core-js from 3.9.1 to 3.23.2.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is 50 versions ahead of your current version.
- The recommended version was released 21 days ago, on 2022-06-20.
Release notes
Package name: core-js
-
3.23.2 - 2022-06-20
- Avoided creation of extra properties for the handling of
%TypedArray%
constructors in new methods, #1092 (comment) - Added Deno 1.23 compat data mapping
- Avoided creation of extra properties for the handling of
-
3.23.1 - 2022-06-14
- Fixed possible error on multiple
core-js
copies, #1091 - Added
v
flag toRegExp.prototype.flags
implementation in case if current V8 bugs will not be fixed before this flag implementation
- Fixed possible error on multiple
-
3.23.0 - 2022-06-13
Array
find from last moved to the stable ES, according to June 2022 TC39 meeting:Array.prototype.findLast
Array.prototype.findLastIndex
%TypedArray%.prototype.findLast
%TypedArray%.prototype.findLastIndex
- Methods from the
Array
grouping proposal renamed, according to June 2022 TC39 meeting:Array.prototype.groupBy
->Array.prototype.group
Array.prototype.groupByToMap
->Array.prototype.groupToMap
- Changed the order of operations in
%TypedArray%.prototype.with
following proposal-change-array-by-copy/86, according to June 2022 TC39 meeting - Decorator Metadata proposal extracted from Decorators proposal as a separate stage 2 proposal, according to March 2022 TC39 meeting,
Symbol.metadataKey
replacesSymbol.metadata
- Added
Array.prototype.push
polyfill with some fixes for modern engines - Added
Array.prototype.unshift
polyfill with some fixes for modern engines - Fixed a bug in the order of getting flags in
RegExp.prototype.flags
in the actual version of V8 - Fixed property descriptors of some
Math
andNumber
constants - Added a workaround of V8
ArrayBufferDetaching
protector cell invalidation and performance degradation onstructuredClone
feature detection, one more case of #679 - Added detection of NodeJS bug in
structuredClone
that can not cloneDOMException
(just in case for future versions that will fix other issues) - Compat data:
- Added NodeJS 18.3 compat data mapping
- Added and fixed Deno 1.22 and 1.21 compat data mapping
- Added Opera Android 69 compat data mapping
- Updated Electron 20.0 compat data mapping
-
3.22.8 - 2022-06-01
- Fixed possible multiple call of
ToBigInt
/ToNumber
conversion of the argument passed to%TypedArray%.prototype.fill
in V8 ~ Chrome < 59, Safari < 14.1, FF < 55, Edge <=18 - Fixed some cases of
DeletePropertyOrThrow
in IE9- - Fixed the kind of error (
TypeError
instead ofError
) on incorrectexec
result inRegExp.prototype.test
polyfill - Fixed dependencies of
{ actual, full, features }/typed-array/at
entries - Added Electron 20.0 compat data mapping
- Added iOS Safari 15.5 compat data mapping
- Refactoring
- Fixed possible multiple call of
-
3.22.7 - 2022-05-24
- Added a workaround for V8 ~ Chrome 53 bug with non-writable prototype of some methods, #1083
-
3.22.6 - 2022-05-22
- Fixed possible double call of
ToNumber
conversion on arguments ofMath.{ fround, trunc }
polyfills Array.prototype.includes
marked as fixed in FF102
- Fixed possible double call of
-
3.22.5 - 2022-05-10
- Ensured that polyfilled constructors
.prototype
is non-writable - Ensured that polyfilled methods
.prototype
is not defined - Added detection and fix of a V8 ~ Chrome <103 bug of
struturedClone
that returnsnull
if cloned object contains multiple references to one error
- Ensured that polyfilled constructors
-
3.22.4 - 2022-05-02
- Ensured proper
.length
of polyfilled functions even in compressed code (excepting some ancient engines) - Ensured proper
.name
of polyfilled accessors (excepting some ancient engines) - Ensured proper source /
ToString
conversion of polyfilled accessors - Actualized Rhino compat data
- Refactoring
- Ensured proper
-
3.22.3 - 2022-04-28
- Added a fix for FF99+
Array.prototype.includes
broken on sparse arrays
- Added a fix for FF99+
-
3.22.2 - 2022-04-21
- Fixed
URLSearchParams
in IE8- that was broken in the previous release - Fixed
__lookupGetter__
entries
- Fixed
- 3.22.1 - 2022-04-19
- 3.22.0 - 2022-04-15
- 3.21.1 - 2022-02-16
- 3.21.0 - 2022-02-01
- 3.20.3 - 2022-01-15
- 3.20.2 - 2022-01-01
- 3.20.1 - 2021-12-23
- 3.20.0 - 2021-12-15
- 3.19.3 - 2021-12-06
- 3.19.2 - 2021-11-29
- 3.19.1 - 2021-11-02
- 3.19.0 - 2021-10-25
- 3.18.3 - 2021-10-12
- 3.18.2 - 2021-10-05
- 3.18.1 - 2021-09-26
- 3.18.0 - 2021-09-19
- 3.17.3 - 2021-09-09
- 3.17.2 - 2021-09-02
- 3.17.1 - 2021-09-01
- 3.17.0 - 2021-09-01
- 3.16.4 - 2021-08-29
- 3.16.3 - 2021-08-24
- 3.16.2 - 2021-08-17
- 3.16.1 - 2021-08-08
- 3.16.0 - 2021-07-30
- 3.15.2 - 2021-06-29
- 3.15.1 - 2021-06-22
- 3.15.0 - 2021-06-20
- 3.14.0 - 2021-06-05
- 3.13.1 - 2021-05-29
- 3.13.0 - 2021-05-25
- 3.12.1 - 2021-05-08
- 3.12.0 - 2021-05-06
- 3.11.3 - 2021-05-05
- 3.11.2 - 2021-05-03
- 3.11.1 - 2021-04-28
- 3.11.0 - 2021-04-22
- 3.10.2 - 2021-04-19
- 3.10.1 - 2021-04-07
- 3.10.0 - 2021-03-31
- 3.9.1 - 2021-02-28
Commit messages
Package name: core-js
- 4c29e0a 3.23.2
- c1be398 update dependencies
- 4ecb193 add Deno 1.23 compat data mapping
- 553c26e some stylistic changes
- ca95307 avoid creation of extra properties for the handling of `%TypedArray%` constructors in new methods
- 3142b4d update dependencies
- fbba5ab drop unused shortcuts
- 7e1d9e7 some stylistic changes
- bac1385 sort by semver
- 0233e1f get downloads stats in parallel
- 18fdb83 update `zx`
- 83e5a92 update dependencies
- c0508b5 disable forced replacement of `Math` constants from proposals since anyway they are non-writable non-configurable
- 024e54a 3.23.1
- a2fe22a add `v` flag to `RegExp.prototype.flags` implementation
- 9744961 add testing of multiple copies to ci
- 829581c fix possible error on multiple `core-js` copies, close #1091
- 54fcdb8 3.23.0
- b509d83 Merge pull request #1082 from zloirock/group
- af0903f update the changelog
- 26e0577 update docs
- a936c35 update the `README`
- 73c837a rename methods from the `Array` grouping proposal
- 23fef36 update dependencies
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🔕 Ignore this dependency or unsubscribe from future upgrade PRs
Deploy preview for barista ready!
✅ Preview https://barista-p6ebujqdu-dynatrace-oss.vercel.app
Built with commit a3f2f605673c3313a279a572c3b22bb72fbfc12f. This pull request is being automatically deployed with vercel-action