Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 6, 2021

This PR contains the following updates:

Package Change Age Confidence
iter-tools ^6.2.6 -> ^7.0.0 age confidence

Release Notes

iter-tools/iter-tools (iter-tools)

v7.5.4

Compare Source

v7.5.3

Compare Source

v7.5.2

Compare Source

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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from KSXGitHub as a code owner January 6, 2021 18:53
@codecov
Copy link

codecov bot commented Jan 6, 2021

Codecov Report

Merging #61 (210ec1b) into master (6d26871) will not change coverage.
The diff coverage is n/a.

❗ Current head 210ec1b differs from pull request most recent head 87b29d3. Consider uploading reports for the commit 87b29d3 to get more accurate results

@@            Coverage Diff            @@
##            master       #61   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines          347       347           
  Branches        53        53           
=========================================
  Hits           347       347           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/iter-tools-7.x branch from 210ec1b to 87b29d3 Compare September 25, 2022 21:57
@renovate renovate bot force-pushed the renovate/iter-tools-7.x branch from 87b29d3 to bbc89e6 Compare August 10, 2025 12:54
@renovate renovate bot force-pushed the renovate/iter-tools-7.x branch from bbc89e6 to f2dffa9 Compare August 19, 2025 13:49
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.

0 participants