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

fix(deps): update dependency core-js to v3.40.0 #2128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
core-js (source) 3.29.0 -> 3.40.0 age adoption passing confidence

Release Notes

zloirock/core-js (core-js)

v3.40.0

Compare Source

v3.39.0

Compare Source

v3.38.1

Compare Source

v3.38.0

Compare Source

v3.37.1

Compare Source

v3.37.0

Compare Source

v3.36.1

Compare Source

v3.36.0

Compare Source

v3.35.1

Compare Source

v3.35.0

Compare Source

v3.34.0

Compare Source

v3.33.3

Compare Source

v3.33.2

Compare Source

  • Simplified structuredClone polyfill, avoided second tree pass in cases of transferring
  • Added support of SuppressedError to structuredClone polyfill
  • Removed unspecified unnecessary ArrayBuffer and DataView dependencies of structuredClone lack of which could cause errors in some entries in IE10-
  • Fixed handling of fractional number part in Number.fromString
  • Compat data improvements:

v3.33.1

Compare Source

v3.33.0

Compare Source

v3.32.2

Compare Source

  • Fixed structuredClone feature detection [email protected] bug, #​1288
  • Added a workaround of old WebKit + eval bug, #​1287
  • Compat data improvements:
    • Added Samsung Internet 23 compat data mapping
    • Added Quest Browser 29 compat data mapping

v3.32.1

Compare Source

  • Fixed some cases of IEEE754 rounding, #​1279, thanks @​petamoriken
  • Prevented injection process polyfill to core-js via some bundlers or esm.sh, #​1277
  • Some minor fixes and stylistic changes
  • Compat data improvements:

v3.32.0

Compare Source

v3.31.1

Compare Source

v3.31.0

Compare Source

v3.30.2

Compare Source

  • Added a fix for a NodeJS 20.0.0 bug with cloning File via structuredClone
  • Added protection from Terser unsafe String optimization, #​1242
  • Added a workaround for getting proper global object in Figma plugins, #​1231
  • Compat data improvements:

v3.30.1

Compare Source

v3.30.0

Compare Source

v3.29.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from GeReinhart as a code owner March 13, 2023 12:31
@renovate
Copy link
Contributor Author

renovate bot commented Mar 13, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @cucumber/[email protected]
npm ERR! node_modules/@cucumber/cucumber
npm ERR!   dev @cucumber/cucumber@"9.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional @cucumber/cucumber@"^7.3.2 || ^8.0.0" from [email protected]
npm ERR! node_modules/protractor-cucumber-framework
npm ERR!   dev protractor-cucumber-framework@"9.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @cucumber/[email protected]
npm ERR! node_modules/@cucumber/cucumber
npm ERR!   peerOptional @cucumber/cucumber@"^7.3.2 || ^8.0.0" from [email protected]
npm ERR!   node_modules/protractor-cucumber-framework
npm ERR!     dev protractor-cucumber-framework@"9.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-16T20_14_26_185Z-debug-0.log

@renovate renovate bot requested a review from notflorian as a code owner March 13, 2023 12:31
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from af3a0e4 to c8c6d74 Compare April 4, 2023 03:52
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.29.1 fix(deps): update dependency core-js to v3.30.0 Apr 4, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from c8c6d74 to 8d1b0d0 Compare April 13, 2023 22:21
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.30.0 fix(deps): update dependency core-js to v3.30.1 Apr 13, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 8d1b0d0 to c950899 Compare April 24, 2023 08:10
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from c950899 to cd0c576 Compare May 6, 2023 22:04
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.30.1 fix(deps): update dependency core-js to v3.30.2 May 6, 2023
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.30.2 fix(deps): update dependency core-js to v3.31.0 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from cd0c576 to 0e4176f Compare June 12, 2023 16:20
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.31.0 fix(deps): update dependency core-js to v3.31.1 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 0e4176f to 9465147 Compare July 6, 2023 04:30
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.31.1 fix(deps): update dependency core-js to v3.32.0 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 9465147 to 93ffc25 Compare July 27, 2023 20:24
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.32.0 fix(deps): update dependency core-js to v3.32.1 Aug 18, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 93ffc25 to e990388 Compare August 18, 2023 19:30
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.32.1 fix(deps): update dependency core-js to v3.32.2 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from e990388 to d790c8d Compare September 7, 2023 13:00
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from d790c8d to 1730eaf Compare October 1, 2023 21:47
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.32.2 fix(deps): update dependency core-js to v3.33.0 Oct 1, 2023
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.33.0 fix(deps): update dependency core-js to v3.33.1 Oct 20, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 1730eaf to f680960 Compare October 20, 2023 06:06
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.33.1 fix(deps): update dependency core-js to v3.33.2 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from f680960 to 5b2fa79 Compare October 30, 2023 18:42
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.33.2 fix(deps): update dependency core-js to v3.33.3 Nov 19, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 5b2fa79 to 2217882 Compare November 19, 2023 18:39
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 2217882 to 18acc94 Compare December 5, 2023 19:25
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.33.3 fix(deps): update dependency core-js to v3.34.0 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 18acc94 to 5bda074 Compare December 29, 2023 01:53
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.34.0 fix(deps): update dependency core-js to v3.35.0 Dec 29, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 5bda074 to 2f8d4c3 Compare January 21, 2024 00:55
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.35.0 fix(deps): update dependency core-js to v3.35.1 Jan 21, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 2f8d4c3 to b553601 Compare February 14, 2024 11:01
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.35.1 fix(deps): update dependency core-js to v3.36.0 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from b553601 to 292bae6 Compare March 19, 2024 04:11
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.36.0 fix(deps): update dependency core-js to v3.36.1 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 292bae6 to c5986e8 Compare April 16, 2024 20:14
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.36.1 fix(deps): update dependency core-js to v3.37.0 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from c5986e8 to c98c84c Compare May 14, 2024 08:39
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.37.0 fix(deps): update dependency core-js to v3.37.1 May 14, 2024
Copy link
Contributor Author

renovate bot commented May 14, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @cucumber/[email protected]
npm ERR! node_modules/@cucumber/cucumber
npm ERR!   dev @cucumber/cucumber@"9.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional @cucumber/cucumber@"^7.3.2 || ^8.0.0" from [email protected]
npm ERR! node_modules/protractor-cucumber-framework
npm ERR!   dev protractor-cucumber-framework@"9.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @cucumber/[email protected]
npm ERR! node_modules/@cucumber/cucumber
npm ERR!   peerOptional @cucumber/cucumber@"^7.3.2 || ^8.0.0" from [email protected]
npm ERR!   node_modules/protractor-cucumber-framework
npm ERR!     dev protractor-cucumber-framework@"9.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2025-01-08T13_23_43_779Z-debug-0.log

@renovate renovate bot force-pushed the renovate/core-js-3.x branch from c98c84c to dabf08c Compare June 8, 2024 19:22
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from dabf08c to 1876c3c Compare August 4, 2024 20:25
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.37.1 fix(deps): update dependency core-js to v3.38.0 Aug 4, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 1876c3c to b1dcc56 Compare August 20, 2024 12:13
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.38.0 fix(deps): update dependency core-js to v3.38.1 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from b1dcc56 to d0e040d Compare October 31, 2024 00:57
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.38.1 fix(deps): update dependency core-js to v3.39.0 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from d0e040d to f0672f1 Compare January 8, 2025 13:23
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.39.0 fix(deps): update dependency core-js to v3.40.0 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants