Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Update dependency iter-tools to v7 #138

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 12, 2020

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.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 - "every weekend" (UTC), 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 requested a review from KSXGitHub as a code owner December 12, 2020 18:11
@codecov
Copy link

codecov bot commented Dec 12, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@9f96674). Click here to learn what that means.
The diff coverage is 99.71%.

❗ Current head 3595622 differs from pull request most recent head d1ea592. Consider uploading reports for the commit d1ea592 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##             master     #138   +/-   ##
=========================================
  Coverage          ?   99.79%           
=========================================
  Files             ?      112           
  Lines             ?     1444           
  Branches          ?      186           
=========================================
  Hits              ?     1441           
  Misses            ?        3           
  Partials          ?        0           
Impacted Files Coverage Δ
packages/split-shell-buffer/lib/error-classes.ts 100.00% <ø> (ø)
packages/split-shell-buffer/lib/types.ts 100.00% <ø> (ø)
packages/catls-lib/functions/main/index.ts 95.23% <87.50%> (ø)
...ckages/split-shell-buffer/utils/string-writable.ts 88.88% <88.88%> (ø)
packages/available-npm-name/index.ts 100.00% <100.00%> (ø)
packages/available-npm-name/lib/constants.ts 100.00% <100.00%> (ø)
packages/available-npm-name/lib/fmt.ts 100.00% <100.00%> (ø)
packages/available-npm-name/lib/index.ts 100.00% <100.00%> (ø)
packages/available-npm-name/lib/main.ts 100.00% <100.00%> (ø)
packages/available-npm-name/lib/parse-input.ts 100.00% <100.00%> (ø)
... and 99 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f96674...d1ea592. Read the comment docs.

@renovate renovate bot changed the title Update dependency iter-tools to v7 fix(deps): update dependency iter-tools to v7 Apr 8, 2021
@renovate renovate bot force-pushed the renovate/iter-tools-7.x branch from 3595622 to 73886b0 Compare May 8, 2021 02:27
@renovate renovate bot force-pushed the renovate/iter-tools-7.x branch from 73886b0 to d1ea592 Compare July 3, 2021 15:46
@renovate renovate bot changed the title fix(deps): update dependency iter-tools to v7 Update dependency iter-tools to v7 Mar 12, 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.

1 participant