fix(deps): update dependency @softwareventures/array to v7 (main)#88
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency @softwareventures/array to v7 (main)#88renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
1e7980d to
6717736
Compare
11fedbf to
18355c9
Compare
18355c9 to
fd0ec18
Compare
fd0ec18 to
67a804a
Compare
67a804a to
c97a2a6
Compare
c97a2a6 to
b200b3e
Compare
b200b3e to
d840f63
Compare
d840f63 to
533992c
Compare
533992c to
24e8c57
Compare
24e8c57 to
f1277db
Compare
f1277db to
5eca3eb
Compare
5eca3eb to
316d395
Compare
316d395 to
208306c
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.1.0→7.0.1Release Notes
softwareventures/array (@softwareventures/array)
v7.0.1Compare Source
v7.0.0Compare Source
⚠ BREAKING CHANGES
supported.
shufflehas been deleted. This function wasalways out of scope for this package because it
is non-deterministic and therefore not
functionally pure. If you need a similar
function, use the package "array-shuffle"
instead.
filterFirsthas been deleted because it isconfusing. Use
excludeFirstinstead andinvert the predicate.
headhas been deleted. Use
firstinstead.called with a type parameter. This function was
unsound when called with a type parameter. Code
that relied on specifying the type parameter
explicitly should be rewritten to validate the
type of array elements by some other method.
with a type parameter. This function was unsound
when called with a type parameter. Code that
relied on specifying the type parameter
explicitly should be rewritten to validate the
type of array elements by some other method.
Features
Code Refactoring
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.