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.26.1 to 3.27.0 #308

Merged
merged 1 commit into from
Dec 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

Bumps core-js from 3.26.1 to 3.27.0.

Changelog

Sourced from core-js's changelog.

3.27.0 - 2022.12.26
  • 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
    • Added /actual/ entries, unconditional forced replacement disabled for features that survived to Stage 3
    • .from accept strings, .flatMap throws on strings returned from the callback, proposal-iterator-helpers/244, proposal-iterator-helpers/250
    • .from and .flatMap throws on non-object iterators, proposal-iterator-helpers/253
  • Set methods proposal:
    • Built-ins:
      • Set.prototype.intersection
      • Set.prototype.union
      • Set.prototype.difference
      • Set.prototype.symmetricDifference
      • Set.prototype.isSubsetOf
      • Set.prototype.isSupersetOf
      • Set.prototype.isDisjointFrom
    • Moved to Stage 3, November 2022 TC39 meeting
    • Reimplemented with new semantics:
      • Optimized performance (iteration over lowest set)
      • Accepted only Set-like objects as an argument, not all iterables
      • Accepted only Sets as this, no @@species support, and other minor changes

... (truncated)

Commits
  • 66c427f 3.27.0
  • c8322b0 allow gc disposed resources before disposing all resources of stack
  • 0d9478e add some comments
  • 68c9bf6 smoothed behavior of some conflicting proposals
  • 4cc298a fix a couple of tests
  • c5e2d95 add set(Timeout|Interval|Immediate) extra arguments fix for Bun (similarly ...
  • 078397e remove unreachable condition
  • 5c6b8fa throw an error on non-frozen raw templates for avoiding possible breaking cha...
  • 4d1b116 some optimizations
  • 041835b drop extra dependencies from /proposals|stage/ entries, they are not requir...
  • 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/tree/HEAD/packages/core-js) from 3.26.1 to 3.27.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.27.0/packages/core-js)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 26, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) December 26, 2022 05:07
@googlemaps-bot googlemaps-bot merged commit d7ca1e5 into main Dec 26, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/core-js-3.27.0 branch December 26, 2022 05:08
github-actions bot pushed a commit that referenced this pull request Dec 26, 2022
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.26.1 to 3.27.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.27.0/packages/core-js)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> d7ca1e5
googlemaps-bot pushed a commit that referenced this pull request Jan 2, 2023
### [1.0.29](v1.0.28...v1.0.29) (2023-01-02)

### Miscellaneous Chores

* **deps-dev:** bump @rollup/plugin-babel from 6.0.2 to 6.0.3 ([#291](#291)) ([df07353](df07353))
* **deps-dev:** bump @rollup/plugin-commonjs from 23.0.2 to 23.0.3 ([#292](#292)) ([179f230](179f230))
* **deps-dev:** bump @rollup/plugin-commonjs from 23.0.3 to 23.0.4 ([#301](#301)) ([5ca57a5](5ca57a5))
* **deps-dev:** bump @rollup/plugin-commonjs from 23.0.4 to 24.0.0 ([#306](#306)) ([5a90d75](5a90d75))
* **deps-dev:** bump @rollup/plugin-typescript from 10.0.0 to 10.0.1 ([#298](#298)) ([faecca7](faecca7))
* **deps-dev:** bump @rollup/plugin-typescript from 9.0.2 to 10.0.0 ([#293](#293)) ([f4cb41d](f4cb41d))
* **deps-dev:** bump @types/node from 18.11.10 to 18.11.13 ([#302](#302)) ([81ba202](81ba202))
* **deps-dev:** bump @types/node from 18.11.13 to 18.11.17 ([#304](#304)) ([35eebbb](35eebbb))
* **deps-dev:** bump @types/node from 18.11.17 to 18.11.18 ([#309](#309)) ([677e748](677e748))
* **deps-dev:** bump @types/node from 18.11.9 to 18.11.10 ([#297](#297)) ([31a18d5](31a18d5))
* **deps-dev:** bump core-js from 3.26.1 to 3.27.0 ([#308](#308)) ([d7ca1e5](d7ca1e5))
* **deps-dev:** bump eslint-plugin-jest from 27.1.5 to 27.1.6 ([#294](#294)) ([786753a](786753a))
* **deps-dev:** bump eslint-plugin-jest from 27.1.6 to 27.1.7 ([#305](#305)) ([c755514](c755514))
* **deps-dev:** bump eslint-plugin-jest from 27.1.7 to 27.2.0 ([#310](#310)) ([db5a41d](db5a41d))
* **deps-dev:** bump prettier from 2.7.1 to 2.8.0 ([#296](#296)) ([dc2aaf4](dc2aaf4))
* **deps-dev:** bump prettier from 2.8.0 to 2.8.1 ([#299](#299)) ([69c9878](69c9878))
* **deps-dev:** bump typedoc from 0.23.21 to 0.23.22 ([#300](#300)) ([3357b91](3357b91))
* **deps-dev:** bump typedoc from 0.23.22 to 0.23.23 ([#307](#307)) ([04e5b4f](04e5b4f))
* **deps-dev:** bump typescript from 4.8.4 to 4.9.3 ([#295](#295)) ([f002580](f002580))
* **deps-dev:** bump typescript from 4.9.3 to 4.9.4 ([#303](#303)) ([e0d29dd](e0d29dd))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 1.0.29 🎉

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
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants