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

Update dependency iter-tools to v7 #94

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 6, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
iter-tools ^6.2.6 -> ^7.0.0 age adoption passing confidence

Release Notes

iter-tools/iter-tools

v7.5.1

Compare Source

v7.5.0

Compare Source

Added

Methods

  • findBest, asyncFindBest
  • findBestOr, asyncFindBestOr
  • firstHighest
  • lastHighest
  • firstLowest
  • lastLowest

v7.4.0

Compare Source

Added

Methods

  • distinct

v7.3.3

Compare Source

v7.3.2

Compare Source

v7.3.1

Compare Source

v7.3.0

Compare Source

Changed
  • A Forkerator can now be used as an iterable.

v7.2.2

Compare Source

v7.2.1

Compare Source

v7.2.0

Compare Source

Added

Methods

  • isString, notString
  • isArray, notArray

v7.1.4

Compare Source

v7.1.3

Compare Source

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.1.0

Added

Methods

  • forkerate, asyncForkerate

v7.0.1

Compare Source

Fixed

require('iter-tools') in node 12+ (ERR_REQUIRE_ESM)

v7.0.0

Compare Source

Removed

Folders

  • es2015: It is expected that most users will switch to import ... from 'iter-tools-es'.

Methods

  • joinAsString, asyncJoinAsString (Instead use str(join(...)))
  • joinAsStringWith, asyncJoinAsStringWith (Instead use str(joinWith(sep, ...)))
  • regexpExec
  • nullOr, nullOrAsync (Instead use peekerate)
  • asyncFlatMapParallel
  • asyncMapParallel (Instead use asyncBuffer(n, asyncMap(fn, iterable)))
  • asyncFilterParallel (Instead use asyncBuffer(n, asyncFilter(fn, iterable)))
  • group, asyncGroup (splitGroups is a drop-in replacement)
  • combinations, combinationsWithReplacement, permutations, product (use @iter-tools/combinatorics)
  • leadingWindow, asyncLeadingWindow (Instead use windowAhead. Only arg order changed)
  • trailingWindow, asyncTrailingWindow (Instead use windowBehind. Only arg order changed)

Arguments

  • n from fork and asyncFork. Use destructuring or call return() on the forks iterable.

Exports

  • InterleaveBuffer, AsyncInterleaveBuffer

Overloads

  • { size, filler } from leadingWindow, asyncLeadingWindow, trailingWindow, asyncTrailingWindow. Instead use e.g. leadingWindow(size, { filler }).
  • splitGroups(null), asyncSplitGroups(null). (Use splitGroups(iterable))

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from KSXGitHub as a code owner January 6, 2021 13:59
@coveralls
Copy link

coveralls commented Jan 6, 2021

Pull Request Test Coverage Report for Build 802

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.777%

Totals Coverage Status
Change from base Build 734: 0.0%
Covered Lines: 1728
Relevant Lines: 1790

πŸ’› - Coveralls

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.

None yet

2 participants