Open
Conversation
Codecov Report
@@ 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 |
210ec1b to
87b29d3
Compare
87b29d3 to
bbc89e6
Compare
bbc89e6 to
f2dffa9
Compare
f2dffa9 to
5638141
Compare
5638141 to
bb33388
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 (iter-tools)
v7.5.4Compare Source
v7.5.3Compare Source
v7.5.2Compare Source
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 was generated by Mend Renovate. View the repository job log.