Skip to content
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

refactor: upgrade core-js from 3.22.7 to 3.22.8 #2180

Merged
merged 1 commit into from
Jun 23, 2022

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade core-js from 3.22.7 to 3.22.8.

ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-06-01.
Release notes
Package name: core-js
  • 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 of Error) on incorrect exec result in RegExp.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
  • 3.22.7 - 2022-05-24
    • Added a workaround for V8 ~ Chrome 53 bug with non-writable prototype of some methods, #1083
from core-js GitHub release notes
Commit messages
Package name: core-js
  • 18a2e90 3.22.8
  • b931062 temporarily revert change the order of operations in `%TypedArray%.prototype.with`
  • 0460543 fix Version 1.3.1 not released properly #1086
  • 9fed52d fix some cases of `DeletePropertyOrThrow` in IE9-
  • 6f9bf9e fix 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
  • c04e4e1 fix a helper name
  • 7687c2b add iOS Safari 15.5 compat data mapping
  • 3837bf8 some `%TypedArray%` methods fixes
  • 6870c2a avoid some unnecessary `global`
  • 373e276 extract `doesNonExceededSafeInteger` helper
  • 75ea104 update dependencies
  • b78a967 update dependencies
  • e521dcd add Electron 20.0 compat data mapping
  • b1e0660 update dependencies
  • 03994d1 fix dependencies of `{ actual, full, features }/typed-array/at` entries
  • 4bdfbb1 fix some links
  • 2207bdd replace `node-qunit` to direct `qunit` call

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title [Snyk] Upgrade core-js from 3.22.7 to 3.22.8 refactor: upgrade core-js from 3.22.7 to 3.22.8 Jun 23, 2022
@mtrezza mtrezza merged commit e3b11db into alpha Jun 23, 2022
@mtrezza mtrezza deleted the snyk-upgrade-f19358d6ab2f78165e9864710811ccb1 branch June 23, 2022 20:40
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.2.0-alpha.1

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jul 4, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.2.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Sep 2, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 4.2.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version 1.3.1 not released properly
3 participants