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 sanctuary to ^0.15.0 #1555

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sanctuary ^0.13.2 -> ^0.15.0 age adoption passing confidence

Release Notes

sanctuary-js/sanctuary (sanctuary)

v0.15.1: Version 0.15.1

Compare Source

Changes:

v0.15.0: Version 0.15.0

Compare Source

Changes:

  • ⚠️ [S.filter][S.filter] now requires Filterable rather than Applicative, Foldable, and Monoid (#​475)
  • ⚠️ [S.takeWhile][S.takeWhile] and [S.dropWhile][S.dropWhile] now require Filterable rather than Foldable and Alternative (#​475)
  • ⚠️ [S.is][S.is] now takes a sanctuary-def [Type][Type] value (#​513)
  • ⚠️ [S.slice][S.slice], [S.at][S.at], [S.head][S.head], [S.last][S.last], [S.tail][S.tail], [S.init][S.init], [S.take][S.take], [S.takeLast][S.takeLast], [S.drop][S.drop], and [S.dropLast][S.dropLast] can no longer operate on strings (#​516)
  • ⚠️ [S.unfoldr][S.unfoldr], [S.pairs][S.pairs], and [S.fromPairs][S.fromPairs] now work with Pair a b values rather than Array2 a b values (#​557)
  • ‼️ Sanctuary functions must now be applied to arguments one at a time, as in S.add (2) (2) (#​520)
  • [S.env][S.env] is now a reference to the environment of S (#​524)
  • type checking is now disabled for the default Sanctuary module when process.env.NODE_ENV is 'production' (#​512)
  • sanctuary-either, sanctuary-maybe, sanctuary-pair, and sanctuary-show are now dependencies
  • sanctuary-def dependency upgraded from 0.14.0 to 0.18.1
  • sanctuary-type-classes dependency upgraded from 7.1.1 to 9.0.0

Generalizations:

  • [S.pipe][S.pipe] is no longer specialized to Array (#​473)
  • [S.justs][S.justs], [S.lefts][S.lefts], and [S.rights][S.rights] are no longer specialized to Array (#​490)
  • [S.mapMaybe][S.mapMaybe] is no longer specialized to Array (#​491)
  • [S.flip][S.flip] is no longer specialized to Function (#​534)

Removals:

Additions:

  • [S.pipeK][S.pipeK] (#​472)
  • [S.duplicate][S.duplicate] (#​474)
  • [S.reject][S.reject] (#​475)
  • [S.mapLeft][S.mapLeft] (#​486)
  • [S.zip][S.zip] and [S.zipWith][S.zipWith] (#​511)
  • [S.unchecked][S.unchecked] (#​518)
  • [S.foldMap][S.foldMap] (#​534)
  • [S.show][S.show] (#​543)
  • [S.PairType][S.PairType], [S.Pair][S.Pair], [S.fst][S.fst], [S.snd][S.snd], and [S.swap][S.swap] (#​557)

v0.14.1: Version 0.14.1

Compare Source

Changes:

  • fixed webpack compatibility (#​470)

v0.14.0: Version 0.14.0

Compare Source

Changes:

  • ⚠️ [S.reverse][S.reverse] can no longer reverse strings (#​413)
  • ⚠️ [S.slice][S.slice] and related functions no longer treat -0 specially (#​415)
  • ⚠️ [S.div][S.div] now takes the divisor before the dividend (#​432)
  • [S.parseDate][S.parseDate] now has a more accurate type signature (#​410)
  • [S.get][S.get], [S.gets][S.gets], and [S.parseJson][S.parseJson] can now operate on values which are not well typed (#​424)
  • [S.get][S.get], [S.gets][S.gets], [S.prop][S.prop], [S.props][S.props], and [S.pluck][S.pluck] no longer require an “accessible” value (#​425)
  • [S.sequence][S.sequence] and [S.traverse][S.traverse] now behave correctly when applied to string maps (#​463)
  • type checking of unary types is now far more efficient: O(tn) rather than O(tⁿ) (#​466)
  • sanctuary-def dependency upgraded from 0.12.1 to 0.14.0
  • sanctuary-type-classes dependency upgraded from 6.0.0 to 7.1.1

Generalizations:

  • [S.reverse][S.reverse] is no longer specialized to Array and String (#​413)
  • [S.allPass][S.allPass] and [S.anyPass][S.anyPass] are no longer specialized to Array (#​448)

Removals:

Additions:

  • [S.pow][S.pow] and [S.pow_][S.pow_] (#​428)
  • [S.div_][S.div_] (#​432)
  • [S.size][S.size] (#​445)
  • [S.invert][S.invert] (#​450)
  • [S.fromPairs][S.fromPairs] (#​454)
  • [S.singleton][S.singleton] (#​460)
  • [S.insert][S.insert] and [S.remove][S.remove] (#​435)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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/sanctuary-0.x branch 4 times, most recently from 1ed2298 to 09ce7a0 Compare May 30, 2024 18:52
@renovate renovate bot force-pushed the renovate/sanctuary-0.x branch 9 times, most recently from 79bff0f to 8a7fe7c Compare June 16, 2024 00:34
@renovate renovate bot force-pushed the renovate/sanctuary-0.x branch 3 times, most recently from f2aab76 to 886cd3b Compare June 22, 2024 13:07
@renovate renovate bot force-pushed the renovate/sanctuary-0.x branch 3 times, most recently from 34d445d to 0dded22 Compare July 4, 2024 12:24
@renovate renovate bot force-pushed the renovate/sanctuary-0.x branch 4 times, most recently from cd7e291 to 8c92155 Compare July 22, 2024 08:38
@renovate renovate bot force-pushed the renovate/sanctuary-0.x branch 4 times, most recently from 25cd5cd to 86a74fc Compare July 25, 2024 09:30
@Anas12091101 Anas12091101 self-assigned this Jul 31, 2024
@Anas12091101 Anas12091101 removed their assignment Jul 31, 2024
Copy link
Contributor Author

renovate bot commented Jul 31, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant