Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @softwareventures/array to v7 (main) #91

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@softwareventures/array ^0.31.0 || ^0.33.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 -> ^0.31.0 || ^0.33.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 age adoption passing confidence

Release Notes

softwareventures/array (@​softwareventures/array)

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • node: node versions < 18, 19 are no longer
    supported.
  • shuffle: The deprecated function
    shuffle has been deleted. This function was
    always 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.
  • filterFirst: The deprecated function
    filterFirst has been deleted because it is
    confusing. Use excludeFirst instead and
    invert the predicate.
  • head: The deprecated function head
    has been deleted. Use first instead.
  • isArrayLike: isArrayLike can no longer be
    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.
  • isArray: isArray can no longer be 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.
Features
  • filterFirst: delete deprecated function (c3d2759)
  • head: delete deprecated function (928b19e)
  • node: drop support for node < 18, 19 (6b4c34a)
  • shuffle: delete deprecated function (3a310e5), closes #​45
Code Refactoring
  • isArray: delete type parameter (f056517)
  • isArrayLike: delete type parameter (110ae6a)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/main-softwareventures-array-7.x branch from 96399f6 to d39799b Compare December 11, 2023 04:30
@renovate renovate bot force-pushed the renovate/main-softwareventures-array-7.x branch from d39799b to 052e548 Compare December 23, 2023 15:05
@renovate renovate bot force-pushed the renovate/main-softwareventures-array-7.x branch 2 times, most recently from 62ecf42 to bdef8a0 Compare January 29, 2024 10:12
@renovate renovate bot force-pushed the renovate/main-softwareventures-array-7.x branch from bdef8a0 to a981df3 Compare February 9, 2024 12:49
@renovate renovate bot force-pushed the renovate/main-softwareventures-array-7.x branch from a981df3 to 46ed6a1 Compare June 1, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants