Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

chore(deps): update dependency iter-tools to v7 #24

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

Conversation

renovate[bot]
Copy link
Contributor

@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 this update 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 force-pushed the renovate/iter-tools-7.x branch from 37c0ad9 to 8069415 Compare May 10, 2021 02:43
@renovate renovate bot force-pushed the renovate/iter-tools-7.x branch from 8069415 to de877fd Compare April 21, 2022 00:11
@renovate renovate bot changed the title chore(deps): update dependency iter-tools to v7 Update dependency iter-tools to v7 Dec 17, 2022
@renovate renovate bot changed the title Update dependency iter-tools to v7 chore(deps): update dependency iter-tools to v7 Dec 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants