Skip to content

chore(deps-dev): bump core-js from 3.19.0 to 3.19.1#182

Merged
probot-auto-merge[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/core-js-3.19.1
Nov 3, 2021
Merged

chore(deps-dev): bump core-js from 3.19.0 to 3.19.1#182
probot-auto-merge[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/core-js-3.19.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 3, 2021

Bumps core-js from 3.19.0 to 3.19.1.

Changelog

Sourced from core-js's changelog.

3.19.1 - 2021.11.03
  • Added a workaround for FF26- bug where ArrayBuffers are non-extensible, but Object.isExtensible does not report it:
    • Fixed in Object.{ isExtensible, isSealed, isFrozen } and Reflect.isExtensible
    • Fixed handling of ArrayBuffers as collections keys
  • Fixed Object#toString on AggregateError in IE10-
  • Fixed possible lack of dependencies of WeakMap in IE8-
  • .findLast methods family marked as supported from Chrome 97
  • Fixed inheritance of Electron compat data web. modules
  • Fixed Safari 15.1 compat data (some features were not added)
  • Added iOS Safari 15.1 compat data mapping
Commits
  • 1f16f36 3.19.1
  • 8faf019 update dependencies
  • 55b232c add a workaround for FF26- bug where ArrayBuffers are non-extensible, but `...
  • 50da74b fix Object#toString on AggregateError in IE10-
  • 9dae65f replace a link
  • 361b0b4 mark .findLast methods family as supported from Chrome 97
  • d6d2f45 update dependencies
  • 56cf07d update dependencies
  • ddc34d8 update dependencies
  • f02b34b update dependencies
  • 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.19.0 to 3.19.1.
- [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.19.0...v3.19.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 3, 2021
Copy link
Copy Markdown

@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 the automerge Merge the pull request once unit tests and other checks pass. label Nov 3, 2021
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 3, 2021
@autoapproval autoapproval Bot added the merge label Nov 3, 2021
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 3, 2021

Codecov Report

Merging #182 (6169ed9) into main (a1dcedd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #182   +/-   ##
=======================================
  Coverage   64.89%   64.89%           
=======================================
  Files           2        2           
  Lines          94       94           
  Branches        9        9           
=======================================
  Hits           61       61           
  Misses         33       33           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a1dcedd...6169ed9. Read the comment docs.

@probot-auto-merge probot-auto-merge Bot merged commit ca3348b into main Nov 3, 2021
@probot-auto-merge probot-auto-merge Bot deleted the dependabot/npm_and_yarn/core-js-3.19.1 branch November 3, 2021 06:19
github-actions Bot pushed a commit that referenced this pull request Nov 3, 2021
Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.0 to 3.19.1.
- [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.19.0...v3.19.1)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ca3348b
github-actions Bot pushed a commit that referenced this pull request Nov 9, 2021
### [1.0.7](v1.0.6...v1.0.7) (2021-11-09)

### Miscellaneous Chores

* **deps-dev:** bump @googlemaps/jest-mocks from 1.3.5 to 1.3.6 ([#179](#179)) ([0eaed10](0eaed10))
* **deps-dev:** bump @googlemaps/js-api-loader from 1.12.7 to 1.12.8 ([#181](#181)) ([e9507a9](e9507a9))
* **deps-dev:** bump @types/google.maps from 3.46.0 to 3.46.1 ([#184](#184)) ([714d179](714d179))
* **deps-dev:** bump core-js from 3.19.0 to 3.19.1 ([#182](#182)) ([ca3348b](ca3348b))
* **deps-dev:** bump eslint-plugin-jest from 25.2.2 to 25.2.3 ([#183](#183)) ([04fb8c3](04fb8c3))
* **deps-dev:** bump eslint-plugin-jest from 25.2.3 to 25.2.4 ([#187](#187)) ([3402ed1](3402ed1))
* **deps-dev:** bump rollup from 2.58.3 to 2.59.0 ([#180](#180)) ([a1dcedd](a1dcedd))
* **deps-dev:** bump typedoc from 0.22.7 to 0.22.8 ([#186](#186)) ([672d898](672d898))
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 9, 2021

🎉 This PR is included in version 1.0.7 🎉

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. cla: yes This human has signed the Contributor License Agreement. 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