This repository was archived by the owner on Jul 21, 2023. It is now read-only.
chore(deps): update dependency iter-tools to v7 #24
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.0Release Notes
iter-tools/iter-tools
v7.5.1Compare Source
v7.5.0Compare Source
Added
Methods
findBest,asyncFindBestfindBestOr,asyncFindBestOrfirstHighestlastHighestfirstLowestlastLowestv7.4.0Compare Source
Added
Methods
distinctv7.3.3Compare Source
v7.3.2Compare Source
v7.3.1Compare Source
v7.3.0Compare Source
Changed
Forkeratorcan now be used as an iterable.v7.2.2Compare Source
v7.2.1Compare Source
v7.2.0Compare Source
Added
Methods
isString,notStringisArray,notArrayv7.1.4Compare Source
v7.1.3Compare Source
v7.1.2Compare Source
v7.1.1Compare Source
v7.1.0Added
Methods
forkerate,asyncForkeratev7.0.1Compare Source
Fixed
require('iter-tools')in node 12+ (ERR_REQUIRE_ESM)v7.0.0Compare 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, ...)))regexpExecnullOr,nullOrAsync(Instead usepeekerate)asyncFlatMapParallelasyncMapParallel(Instead useasyncBuffer(n, asyncMap(fn, iterable)))asyncFilterParallel(Instead useasyncBuffer(n, asyncFilter(fn, iterable)))group,asyncGroup(splitGroupsis 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
nfromforkandasyncFork. Use destructuring or callreturn()on the forks iterable.Exports
InterleaveBuffer,AsyncInterleaveBufferOverloads
{ 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 has been generated by Mend Renovate. View repository job log here.