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 @softwareventures/array to v4 (main) #25

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@softwareventures/array ^0.31.0 || ^0.33.0 || ^2.0.0 || ^3.0.0 -> ^0.31.0 || ^0.33.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 age adoption passing confidence

Release Notes

softwareventures/array

v4.1.1

Compare Source

Bug Fixes
  • head: fix head function not exported (dd15860)

v4.1.0

Compare Source

Features

v4.0.0

Compare Source

Bug Fixes
  • identitygrouping: delete obsolete "hash" field from IdentityGrouping (9ae11c3)
Code Refactoring
  • remove pre-ES2017 polyfills (543e926)
Features
  • drop support for node 10 (1b4d93a)
  • first: replace "head" with "first" (51ffc0f)
  • groupbyidentitywithhash: delete groupByIdentityWithHash functions (c4b9e80)
  • keyby: change keyBy functions to return an ES2017 Map (5e594b9)
  • mapkeyby: add mapKeyBy function (4a9572e)
  • mapkeyfirstby: add mapKeyFirstBy function (2f9c825)
  • push: add push function (be3e78e)
  • shuffle: deprecate shuffle function (4238f37)
  • unqiuebyidentitywithhash: delete uniqueByIdentityWithHash functions (47657f9)
  • unshift: add unshift function (06b0e9a)
  • compile to ES2017 (8fe664e), closes #​43
BREAKING CHANGES
  • identitygrouping: IdentityGrouping no longer has a "hash" field as using a hash no longer provides
    any benefit.
  • unqiuebyidentitywithhash: The uniqueByIdentityWithHash functions have been deleted. Use uniqueByIdentity
    instead. The uniqueByIdentity function now uses an ES2017 Set internally. As a result no additional
    benefit is provided by the addition of a hash function, so uniqueByIdentityWithHash is redundant.
  • groupbyidentitywithhash: The groupByIdentityWithHash functions have been deleted. Use groupByIdentity
    instead. The groupByIdentity function now uses an ES2017 Map internally. As a result no additional
    benefit is provided by the addition of a hash function, so groupByIdentityWithHash is redundant.
  • keyby: The keyBy functions now return an ES2017 Map instead of a Dictionary. The order of
    the parameterized types to these functions has also been changed to match the ordering used by Map.
  • This library now requires ES2017 API features. This breaks compatibility with Node
    < 8.10 and very old browsers that do not provide the ES2017 API. If you need to support older
    browsers then you should provide an ES2017 polyfill or continue to use v3.x of this library.
  • This library now uses ES2017 syntax. This breaks compatibility with Node < 8.10 and
    very old browsers that do not support ES2017 syntax. If you need to support older browsers, then you
    should use Babel to compile ES6+ code down to ES5.

Configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

@djcsdy djcsdy self-assigned this May 11, 2021
@djcsdy
Copy link
Member

djcsdy commented May 11, 2021

Need to update to node 12.

@renovate renovate bot force-pushed the renovate/main-softwareventures-array-4.x branch from d34e635 to 81c25e5 Compare June 12, 2021 01:20
@renovate renovate bot force-pushed the renovate/main-softwareventures-array-4.x branch from 81c25e5 to 44f5cee Compare July 7, 2021 08:18
@renovate renovate bot force-pushed the renovate/main-softwareventures-array-4.x branch from 44f5cee to 7b19bf3 Compare July 7, 2021 14:07
@djcsdy djcsdy merged commit 1a06ae2 into main Jul 7, 2021
@delete-merged-branch delete-merged-branch bot deleted the renovate/main-softwareventures-array-4.x branch July 7, 2021 14:40
@github-actions
Copy link

github-actions bot commented Jul 7, 2021

🎉 This PR is included in version 1.0.1 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants