fix(deps): update dependency sanctuary to ^0.15.0 #1555
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:
^0.13.2
->^0.15.0
Release Notes
sanctuary-js/sanctuary (sanctuary)
v0.15.1
: Version 0.15.1Compare Source
Changes:
v0.15.0
: Version 0.15.0Compare 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 withPair a b
values rather thanArray2 a b
values (#557)S.add (2) (2)
(#520)S.env
][S.env] is now a reference to the environment ofS
(#524)process.env.NODE_ENV
is'production'
(#512)sanctuary-either
,sanctuary-maybe
,sanctuary-pair
, andsanctuary-show
are now dependenciessanctuary-def
dependency upgraded from0.14.0
to0.18.1
sanctuary-type-classes
dependency upgraded from7.1.1
to9.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:
S.pluck
(#484)S.filterM
(#475)S.__
(#499)S.A
(#500)S.lt_
,S.lte_
,S.gt_
,S.gte_
,S.sub_
,S.div_
, andS.pow_
(#501)S.toString
(#543)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.1Compare Source
Changes:
v0.14.0
: Version 0.14.0Compare 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)sanctuary-def
dependency upgraded from0.12.1
to0.14.0
sanctuary-type-classes
dependency upgraded from6.0.0
to7.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:
S.indexOf
andS.lastIndexOf
(#411)S.encase2_
andS.encase3_
(#418)S.encaseEither2_
andS.encaseEither3_
(#418)S.flip_
(#418)S.groupBy_
(#418)S.on_
(#418)S.reduce_
(#418)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.
This PR was generated by Mend Renovate. View the repository job log.