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

chore(deps-dev): bump core-js from 3.21.1 to 3.22.0 #330

Merged
merged 1 commit into from
Apr 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2022

Bumps core-js from 3.21.1 to 3.22.0.

Changelog

Sourced from core-js's changelog.

3.22.0 - 2022.04.15
  • Change Array by copy proposal:
    • Moved to Stage 3, March TC39 meeting
    • Disabled forced replacement and added /actual/ entry points for methods from this proposal
    • Array.prototype.toSpliced throws a TypeError instead of RangeError if the result length is more than MAX_SAFE_INTEGER, proposal-change-array-by-copy/70
  • Added some more atob / btoa fixes:
    • NodeJS <17.9 atob does not ignore spaces, node/42530
    • Actual NodeJS atob does not validate encoding, node/42646
    • FF26- implementation does not properly convert argument to string
    • IE / Edge <16 implementation have wrong arity
  • Added /full/ namespace as the replacement for /features/ since it's more descriptive in context of the rest namespaces (/es//stable//actual//full/)
  • Avoided propagation of removed parts of proposals to upper stages. For example, %TypedArray%.prototype.groupBy was removed from the Array grouping proposal a long time ago. We can't completely remove this method since it's a breaking change. But this proposal has been promoted to stage 3 - so the proposal should be promoted without this method, this method should not be available in /actual/ entries - but it should be available in early-stage entries to avoid breakage.
  • Significant internal refactoring and splitting of modules (but without exposing to public API since it will be a breaking change - it will be exposed in the next major version)
  • Bug fixes:
    • Fixed work of non-standard V8 Error features with wrapped Error constructors, #1061
    • null and undefined allowed as the second argument of structuredClone, #1056
  • Tooling:
    • Stabilized proposals are filtered out from the core-js-compat -> core-js-builder -> core-js-bundle output. That mean that if the output contains, for example, es.object.has-own, the legacy reference to it, esnext.object.has-own, no longer added.
    • Aligned modules filters of core-js-builder and core-js-compat, now it's modules and exclude options
    • Added support of entry points, modules, regexes, and arrays of them to those filters
    • Missed targets option of core-js-compat means that the targets filter just will not be applied, so the result will contain modules required for all possible engines
  • Compat data:
    • .stack property on DOMException marked as supported from Deno 1.15
    • Added Deno 1.21 compat data mapping
    • Added Electron 19.0 and updated 18.0 compat data mapping
    • Added Samsung Internet 17.0 compat data mapping
    • Added Opera Android 68 compat data mapping
Commits
  • c5e56b6 3.22.0
  • 01b057c update entries in the readme
  • 06c6a56 use import in some examples
  • 0f3c603 avoid propagation of removed parts of proposals to upper stages
  • 24d2e5d drop splitted / renamed modules from modules-by-versions
  • 8c91bab update dependencies
  • 1e07b0c addget-modules-list-for-target-version tests
  • eff765f disable forced replacement for methods from "Change Array by copy" proposal
  • a7aab7f use import instead of require
  • 7717637 add some tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [core-js](https://github.com/zloirock/core-js) from 3.21.1 to 3.22.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.21.1...v3.22.0)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2022
Copy link

@autoapproval autoapproval bot left a comment

Choose a reason for hiding this comment

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

Approved 👍

@autoapproval autoapproval bot added automerge Merge the pull request once unit tests and other checks pass. merge labels Apr 15, 2022
@probot-auto-merge probot-auto-merge bot merged commit 21e5b1d into main Apr 15, 2022
@probot-auto-merge probot-auto-merge bot deleted the dependabot/npm_and_yarn/core-js-3.22.0 branch April 15, 2022 20:16
github-actions bot pushed a commit that referenced this pull request Apr 15, 2022
Bumps [core-js](https://github.com/zloirock/core-js) from 3.21.1 to 3.22.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](zloirock/core-js@v3.21.1...v3.22.0)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 21e5b1d
github-actions bot pushed a commit that referenced this pull request Apr 25, 2022
### [1.0.24](v1.0.23...v1.0.24) (2022-04-25)

### Miscellaneous Chores

* **deps-dev:** bump @googlemaps/jest-mocks from 2.7.0 to 2.7.1 ([#334](#334)) ([0dcdfe2](0dcdfe2))
* **deps-dev:** bump @rollup/plugin-commonjs from 21.0.3 to 21.1.0 ([#332](#332)) ([4a4cd87](4a4cd87))
* **deps-dev:** bump @rollup/plugin-commonjs from 21.1.0 to 22.0.0 ([#339](#339)) ([aea96ad](aea96ad))
* **deps-dev:** bump @rollup/plugin-node-resolve from 13.2.0 to 13.2.1 ([#331](#331)) ([2bc1f7e](2bc1f7e))
* **deps-dev:** bump @types/google.maps from 3.48.2 to 3.48.6 ([#333](#333)) ([b174242](b174242))
* **deps-dev:** bump @types/selenium-webdriver from 4.0.18 to 4.0.19 ([#335](#335)) ([b74a51d](b74a51d))
* **deps-dev:** bump core-js from 3.21.1 to 3.22.0 ([#330](#330)) ([21e5b1d](21e5b1d))
* **deps-dev:** bump core-js from 3.22.0 to 3.22.1 ([#336](#336)) ([ab88e23](ab88e23))
* **deps-dev:** bump core-js from 3.22.1 to 3.22.2 ([#337](#337)) ([abfee6b](abfee6b))
* **deps-dev:** bump eslint-plugin-jest from 26.1.4 to 26.1.5 ([#338](#338)) ([85375da](85375da))
* **deps-dev:** bump rollup from 2.70.1 to 2.70.2 ([#329](#329)) ([4d69e3c](4d69e3c))
@github-actions
Copy link

🎉 This PR is included in version 1.0.24 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. dependencies Pull requests that update a dependency file merge released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant