Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.2.6
->^7.0.0
Release Notes
iter-tools/iter-tools (iter-tools)
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
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 toimport ... from 'iter-tools-es'
.Methods
joinAsString
,asyncJoinAsString
(Instead usestr(join(...))
)joinAsStringWith
,asyncJoinAsStringWith
(Instead usestr(joinWith(sep, ...))
)regexpExec
nullOr
,nullOrAsync
(Instead usepeekerate
)asyncFlatMapParallel
asyncMapParallel
(Instead useasyncBuffer(n, asyncMap(fn, iterable))
)asyncFilterParallel
(Instead useasyncBuffer(n, asyncFilter(fn, iterable))
)group
,asyncGroup
(splitGroups
is a drop-in replacement)combinations
,combinationsWithReplacement
,permutations
,product
(use@iter-tools/combinatorics
)leadingWindow
,asyncLeadingWindow
(Instead usewindowAhead
. Only arg order changed)trailingWindow
,asyncTrailingWindow
(Instead usewindowBehind
. Only arg order changed)Arguments
n
fromfork
andasyncFork
. Use destructuring or callreturn()
on the forks iterable.Exports
InterleaveBuffer
,AsyncInterleaveBuffer
Overloads
{ size, filler }
fromleadingWindow
,asyncLeadingWindow
,trailingWindow
,asyncTrailingWindow
. Instead use e.g.leadingWindow(size, { filler })
.splitGroups(null)
,asyncSplitGroups(null)
. (UsesplitGroups(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.
This PR was generated by Mend Renovate. View the repository job log.