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.39.0 #2

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 25, 2021

This PR contains the following updates:

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

Release Notes

zloirock/core-js (core-js)

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

v3.29.0

Compare Source

  • Added URLSearchParams.prototype.size getter, url/734
  • Allowed cloning resizable ArrayBuffers in the structuredClone polyfill
  • Fixed wrong export in /(stable|actual|full)/instance/unshift entries, #​1207
  • Compat data improvements:
    • Set methods proposal marked as supported from Bun 0.5.7
    • String.prototype.toWellFormed marked as fixed from Bun 0.5.7
    • Added Deno 1.31 compat data mapping

v3.28.0

Compare Source

3.28.0 - 2023.02.14

v3.27.2

Compare Source

  • Set methods proposal updates:
    • Closing of iterators of Set-like objects on early exit, proposal-set-methods/85
    • Some other minor internal changes
  • Added one more workaround of a webpack dev server bug on IE global methods, #​1161
  • Fixed possible String.{ raw, cooked } error with empty template array
  • Used non-standard V8 Error.captureStackTrace instead of stack parsing in new error classes / wrappers where it's possible
  • Added detection correctness of iteration to Promise.{ allSettled, any } feature detection, Hermes issue
  • Compat data improvements:
    • Change Array by copy proposal marked as supported from V8 ~ Chrome 110
    • Added Samsung Internet 20 compat data mapping
    • Added Quest Browser 25 compat data mapping
    • Added React Native 0.71 Hermes compat data
    • Added Electron 23 and 24 compat data mapping
    • self marked as fixed in Deno 1.29.3, deno/17362
  • Minor tweaks of minification settings for core-js-bundle
  • Refactoring, some minor fixes, improvements, optimizations

v3.27.1

Compare Source

  • Fixed a Chakra-based MS Edge (18-) bug that unfreeze (O_o) frozen arrays used as WeakMap keys
  • Fixing of the previous bug also fixes some cases of String.dedent in MS Edge
  • Fixed dependencies of some entries

v3.27.0

Compare Source

  • Iterator Helpers proposal:
    • Built-ins:
      • 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]
    • Moved to Stage 3, [November 2022 TC39 meeting](https://redirect.github.com/babel/proposals/issues/85#issu

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • 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 changed the title fix(deps): update dependency core-js to v3.19.0 fix(deps): update dependency core-js to v3.19.1 Nov 2, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 7e5c554 to 3353aa4 Compare November 2, 2021 20:18
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 3353aa4 to c04751d Compare November 29, 2021 19:01
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.19.1 fix(deps): update dependency core-js to v3.19.2 Nov 29, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from c04751d to ce73c37 Compare December 6, 2021 07:54
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.19.2 fix(deps): update dependency core-js to v3.19.3 Dec 6, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from ce73c37 to ea7fc73 Compare December 15, 2021 21:27
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.19.3 fix(deps): update dependency core-js to v3.20.0 Dec 15, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from ea7fc73 to 78a530c Compare December 23, 2021 11:32
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.20.0 fix(deps): update dependency core-js to v3.20.1 Dec 23, 2021
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 78a530c to 9b0f2cc Compare February 28, 2022 20:57
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.20.1 fix(deps): update dependency core-js to v3.21.1 Feb 28, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 9b0f2cc to 656d28e Compare April 24, 2022 18:44
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.21.1 fix(deps): update dependency core-js to v3.22.2 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 656d28e to 44190fb Compare May 15, 2022 18:58
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.22.2 fix(deps): update dependency core-js to v3.22.5 May 15, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 44190fb to a6787af Compare June 18, 2022 21:11
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.22.5 fix(deps): update dependency core-js to v3.23.1 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from a6787af to b676451 Compare June 23, 2022 20:34
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.23.1 fix(deps): update dependency core-js to v3.23.2 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from b676451 to 696faf6 Compare September 25, 2022 23:15
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.23.2 fix(deps): update dependency core-js to v3.25.2 Sep 25, 2022
@renovate renovate bot changed the title fix(deps): update dependency core-js to v3.25.2 fix(deps): update dependency core-js to v3.29.1 Mar 21, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 696faf6 to a024218 Compare March 21, 2023 21:52
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from a024218 to fdbda28 Compare May 29, 2023 17:53
@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.2 May 29, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from fdbda28 to f8a902c Compare June 12, 2023 02:39
@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 f8a902c to 3cc0434 Compare July 7, 2023 02:53
@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 7, 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 2e6df52 to 9e64678 Compare October 20, 2023 05:52
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 9e64678 to bc120c8 Compare October 31, 2023 05:12
@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 31, 2023
@coderabbitai
Copy link

coderabbitai bot commented Oct 31, 2023

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The update to the Nuxt.js project's package.json revolves around the upgrade of the core-js dependency, first from version 3.18.3 to 3.38.0 and subsequently to 3.38.1. These enhancements are intended to introduce new features, performance improvements, and bug fixes, thereby enhancing compatibility with modern JavaScript capabilities without impacting the project's core structure or functionality.

Changes

File Change Summary
nuxt/package.json Updated core-js from 3.18.3 to 3.38.0 and later to 3.38.1

Poem

🐰 In a garden of code where the bunnies play,
Upgraded core-js brings joy to the day!
New features and fixes, a hop and a cheer,
Enhancing our scripts, the future is clear!
With each little change, we grow and we bloom,
In the world of JavaScript, there's always more room! 🌼✨


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/core-js-3.x branch from bc120c8 to bde1875 Compare November 21, 2023 23:56
@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 21, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from bde1875 to 805695d Compare December 6, 2023 08:46
@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 6, 2023
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 805695d to 3b691d2 Compare December 29, 2023 02:43
@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 3b691d2 to c5cb907 Compare January 21, 2024 02:47
@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 c5cb907 to bc58dfb Compare February 15, 2024 02:39
@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 15, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from bc58dfb to 65a3323 Compare March 20, 2024 02:49
@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 20, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from 65a3323 to d8ef30f Compare April 17, 2024 05:42
@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 17, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from d8ef30f to f589916 Compare May 23, 2024 05:44
@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 23, 2024
@renovate renovate bot force-pushed the renovate/core-js-3.x branch from f589916 to fb09082 Compare August 6, 2024 02:49
@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 6, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 12d26ff and fb09082.

Files ignored due to path filters (1)
  • nuxt/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (1)
  • nuxt/package.json (1 hunks)
Additional comments not posted (1)
nuxt/package.json (1)

12-12: Verify compatibility with the new core-js version.

The core-js dependency has been updated from 3.18.3 to 3.38.0. Ensure that the new version does not introduce any breaking changes and that all features work as expected.

@renovate renovate bot force-pushed the renovate/core-js-3.x branch from fb09082 to c14d432 Compare August 21, 2024 06:00
@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 21, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between fb09082 and c14d432.

Files ignored due to path filters (1)
  • nuxt/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (1)
  • nuxt/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • nuxt/package.json

@renovate renovate bot force-pushed the renovate/core-js-3.x branch from c14d432 to d3b084e Compare November 1, 2024 00:00
@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 Nov 1, 2024
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