Skip to content

Commit bb75235

Browse files
authored
Update outdated versions (#725)
- ace (purescript-contrib/purescript-ace) ✖ v7.0.0 -> v7.1.0 - arraybuffer-class (athanclark/purescript-arraybuffer-class) ✖ v0.2.5 -> v0.2.6 - checked-exceptions (natefaubion/purescript-checked-exceptions) ✖ v3.1.0 -> v3.1.1 - codec (garyb/purescript-codec) ✖ v3.0.0 -> v3.1.0 - debug (garyb/purescript-debug) ✖ v4.0.0 -> v4.0.1 - halogen (slamdata/purescript-halogen) ✖ v5.0.1 -> v5.1.0 - halogen-formless (thomashoneyman/purescript-halogen-formless) ✖ v1.0.0-rc.2 -> v1.0.0 - halogen-hooks (thomashoneyman/purescript-halogen-hooks) ✖ v0.4.2 -> v0.4.3 - halogen-svg-elems (JordanMartinez/purescript-halogen-svg-elems) ✖ v2.0.1 -> v2.0.2 - heckin (maxdeviant/purescript-heckin) ✖ v1.0.3 -> v1.1.0 - hyper (purescript-hyper/hyper) ✖ v0.11.0 -> v0.11.1 - npm-package-json (maxdeviant/purescript-npm-package-json) ✖ v1.1.0 -> v1.2.0 - option (joneshf/purescript-option) ✖ v6.0.0 -> v6.0.1 - parsing (purescript-contrib/purescript-parsing) ✖ v5.0.3 -> v5.1.0 - payload (hoodunit/purescript-payload) ✖ v0.3.0 -> v0.3.1 - react-basic-hooks (spicydonuts/purescript-react-basic-hooks) ✖ v6.1.1 -> v6.2.0 - strings-extra (purescript-contrib/purescript-strings-extra) ✖ v2.1.0 -> v2.2.1 - unsafe-reference (purescript-contrib/purescript-unsafe-reference) ✖ v3.0.1 -> v3.1.0 affjax is not updated, see <#724 (comment)> Solves #723
1 parent 308fd48 commit bb75235

13 files changed

+55
-42
lines changed

packages.json

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
"foreign",
1515
"nullable",
1616
"prelude",
17+
"refs",
1718
"web-html",
1819
"web-uievents"
1920
],
2021
"repo": "https://github.com/purescript-contrib/purescript-ace.git",
21-
"version": "v7.0.0"
22+
"version": "v7.1.0"
2223
},
2324
"aff": {
2425
"dependencies": [
@@ -79,6 +80,7 @@
7980
"aff",
8081
"argonaut-core",
8182
"arraybuffer-types",
83+
"effect",
8284
"foreign",
8385
"form-urlencoded",
8486
"http-methods",
@@ -215,7 +217,7 @@
215217
"unordered-collections"
216218
],
217219
"repo": "https://github.com/athanclark/purescript-arraybuffer-class.git",
218-
"version": "v0.2.5"
220+
"version": "v0.2.6"
219221
},
220222
"arraybuffer-types": {
221223
"dependencies": [],
@@ -635,7 +637,7 @@
635637
"variant"
636638
],
637639
"repo": "https://github.com/natefaubion/purescript-checked-exceptions.git",
638-
"version": "v3.1.0"
640+
"version": "v3.1.1"
639641
},
640642
"cheerio": {
641643
"dependencies": [
@@ -691,7 +693,7 @@
691693
"transformers"
692694
],
693695
"repo": "https://github.com/garyb/purescript-codec.git",
694-
"version": "v3.0.0"
696+
"version": "v3.1.0"
695697
},
696698
"codec-argonaut": {
697699
"dependencies": [
@@ -874,7 +876,7 @@
874876
"prelude"
875877
],
876878
"repo": "https://github.com/garyb/purescript-debug.git",
877-
"version": "v4.0.0"
879+
"version": "v4.0.1"
878880
},
879881
"decimals": {
880882
"dependencies": [
@@ -1578,6 +1580,7 @@
15781580
"const",
15791581
"coroutines",
15801582
"dom-indexed",
1583+
"effect",
15811584
"foreign",
15821585
"fork",
15831586
"free",
@@ -1591,10 +1594,11 @@
15911594
"transformers",
15921595
"unsafe-coerce",
15931596
"unsafe-reference",
1597+
"web-file",
15941598
"web-uievents"
15951599
],
15961600
"repo": "https://github.com/slamdata/purescript-halogen.git",
1597-
"version": "v5.0.1"
1601+
"version": "v5.1.0"
15981602
},
15991603
"halogen-bootstrap": {
16001604
"dependencies": [
@@ -1627,15 +1631,15 @@
16271631
"variant"
16281632
],
16291633
"repo": "https://github.com/thomashoneyman/purescript-halogen-formless.git",
1630-
"version": "v1.0.0-rc.2"
1634+
"version": "v1.0.0"
16311635
},
16321636
"halogen-hooks": {
16331637
"dependencies": [
16341638
"halogen",
16351639
"indexed-monad"
16361640
],
16371641
"repo": "https://github.com/thomashoneyman/purescript-halogen-hooks.git",
1638-
"version": "v0.4.2"
1642+
"version": "v0.4.3"
16391643
},
16401644
"halogen-hooks-extra": {
16411645
"dependencies": [
@@ -1671,7 +1675,7 @@
16711675
"web-uievents"
16721676
],
16731677
"repo": "https://github.com/JordanMartinez/purescript-halogen-svg-elems.git",
1674-
"version": "v2.0.1"
1678+
"version": "v2.0.2"
16751679
},
16761680
"halogen-vdom": {
16771681
"dependencies": [
@@ -1699,7 +1703,7 @@
16991703
"unicode"
17001704
],
17011705
"repo": "https://github.com/maxdeviant/purescript-heckin.git",
1702-
"version": "v1.0.3"
1706+
"version": "v1.1.0"
17031707
},
17041708
"heterogeneous": {
17051709
"dependencies": [
@@ -1817,6 +1821,7 @@
18171821
"http-methods",
18181822
"indexed-monad",
18191823
"media-types",
1824+
"node-buffer",
18201825
"node-fs-aff",
18211826
"node-http",
18221827
"ordered-collections",
@@ -1829,7 +1834,7 @@
18291834
"typelevel-prelude"
18301835
],
18311836
"repo": "https://github.com/purescript-hyper/hyper.git",
1832-
"version": "v0.11.0"
1837+
"version": "v0.11.1"
18331838
},
18341839
"hypertrout": {
18351840
"dependencies": [
@@ -2625,7 +2630,7 @@
26252630
"psci-support"
26262631
],
26272632
"repo": "https://github.com/maxdeviant/purescript-npm-package-json.git",
2628-
"version": "v1.1.0"
2633+
"version": "v1.2.0"
26292634
},
26302635
"nullable": {
26312636
"dependencies": [
@@ -2665,7 +2670,7 @@
26652670
"unsafe-coerce"
26662671
],
26672672
"repo": "https://github.com/joneshf/purescript-option.git",
2668-
"version": "v6.0.0"
2673+
"version": "v6.0.1"
26692674
},
26702675
"options": {
26712676
"dependencies": [
@@ -2802,7 +2807,7 @@
28022807
"unicode"
28032808
],
28042809
"repo": "https://github.com/purescript-contrib/purescript-parsing.git",
2805-
"version": "v5.0.3"
2810+
"version": "v5.1.0"
28062811
},
28072812
"parsing-dataview": {
28082813
"dependencies": [
@@ -2929,7 +2934,7 @@
29292934
"typelevel-prelude"
29302935
],
29312936
"repo": "https://github.com/hoodunit/purescript-payload",
2932-
"version": "v0.3.0"
2937+
"version": "v0.3.1"
29332938
},
29342939
"phoenix": {
29352940
"dependencies": [
@@ -3435,7 +3440,7 @@
34353440
"web-html"
34363441
],
34373442
"repo": "https://github.com/spicydonuts/purescript-react-basic-hooks.git",
3438-
"version": "v6.1.1"
3443+
"version": "v6.2.0"
34393444
},
34403445
"react-basic-native": {
34413446
"dependencies": [
@@ -4134,7 +4139,7 @@
41344139
"unicode"
41354140
],
41364141
"repo": "https://github.com/purescript-contrib/purescript-strings-extra.git",
4137-
"version": "v2.1.0"
4142+
"version": "v2.2.1"
41384143
},
41394144
"stringutils": {
41404145
"dependencies": [
@@ -4586,9 +4591,12 @@
45864591
"version": "v4.0.0"
45874592
},
45884593
"unsafe-reference": {
4589-
"dependencies": [],
4594+
"dependencies": [
4595+
"effect",
4596+
"exceptions"
4597+
],
45904598
"repo": "https://github.com/purescript-contrib/purescript-unsafe-reference.git",
4591-
"version": "v3.0.1"
4599+
"version": "v3.1.0"
45924600
},
45934601
"untagged-union": {
45944602
"dependencies": [

src/groups/athanclark.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
, "unordered-collections"
1515
]
1616
, repo = "https://github.com/athanclark/purescript-arraybuffer-class.git"
17-
, version = "v0.2.5"
17+
, version = "v0.2.6"
1818
}
1919
, bip39 =
2020
{ dependencies = [ "arraybuffer-types", "nullable" ]

src/groups/garyb.dhall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ codec =
22
{ dependencies = [ "transformers", "profunctor" ]
33
, repo = "https://github.com/garyb/purescript-codec.git"
4-
, version = "v3.0.0"
4+
, version = "v3.1.0"
55
}
66
, codec-argonaut =
77
{ dependencies =
@@ -18,7 +18,7 @@
1818
, debug =
1919
{ dependencies = [ "prelude" ]
2020
, repo = "https://github.com/garyb/purescript-debug.git"
21-
, version = "v4.0.0"
21+
, version = "v4.0.1"
2222
}
2323
, indexed-monad =
2424
{ dependencies = [ "control", "newtype" ]

src/groups/hoodunit.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
, "typelevel-prelude"
1919
]
2020
, repo = "https://github.com/hoodunit/purescript-payload"
21-
, version = "v0.3.0"
21+
, version = "v0.3.1"
2222
}
2323
}

src/groups/joneshf.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
, "unsafe-coerce"
2020
]
2121
, repo = "https://github.com/joneshf/purescript-option.git"
22-
, version = "v6.0.0"
22+
, version = "v6.0.1"
2323
}
2424
}

src/groups/jordanmartinez.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
, halogen-svg-elems =
77
{ dependencies = [ "effect", "halogen", "prelude", "strings", "web-uievents" ]
88
, repo = "https://github.com/JordanMartinez/purescript-halogen-svg-elems.git"
9-
, version = "v2.0.1"
9+
, version = "v2.0.2"
1010
}
1111
, halogen-hooks-extra =
1212
{ dependencies = [ "halogen-hooks" ]

src/groups/maxdeviant.dhall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
, "unicode"
99
]
1010
, repo = "https://github.com/maxdeviant/purescript-heckin.git"
11-
, version = "v1.0.3"
11+
, version = "v1.1.0"
1212
}
1313
, npm-package-json =
1414
{ dependencies = [ "argonaut", "console", "effect", "psci-support" ]
1515
, repo = "https://github.com/maxdeviant/purescript-npm-package-json.git"
16-
, version = "v1.1.0"
16+
, version = "v1.2.0"
1717
}
1818
, which =
1919
{ dependencies = [ "arrays", "console", "effect", "nullable", "psci-support" ]

src/groups/natefaubion.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
, checked-exceptions =
77
{ dependencies = [ "prelude", "transformers", "variant" ]
88
, repo = "https://github.com/natefaubion/purescript-checked-exceptions.git"
9-
, version = "v3.1.0"
9+
, version = "v3.1.1"
1010
}
1111
, heterogeneous =
1212
{ dependencies =

src/groups/purescript-contrib.dhall

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
, "unicode"
165165
]
166166
, repo = "https://github.com/purescript-contrib/purescript-parsing.git"
167-
, version = "v5.0.3"
167+
, version = "v5.1.0"
168168
}
169169
, profunctor-lenses =
170170
{ dependencies =
@@ -223,7 +223,7 @@
223223
, "unicode"
224224
]
225225
, repo = "https://github.com/purescript-contrib/purescript-strings-extra.git"
226-
, version = "v2.1.0"
226+
, version = "v2.2.1"
227227
}
228228
, these =
229229
{ dependencies = [ "gen", "tuples" ]
@@ -236,9 +236,9 @@
236236
, version = "v4.0.1"
237237
}
238238
, unsafe-reference =
239-
{ dependencies = [] : List Text
239+
{ dependencies = [ "effect", "exceptions" ]
240240
, repo =
241241
"https://github.com/purescript-contrib/purescript-unsafe-reference.git"
242-
, version = "v3.0.1"
242+
, version = "v3.1.0"
243243
}
244244
}

src/groups/purescript-hyper.dhall

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
, "http-methods"
1313
, "indexed-monad"
1414
, "media-types"
15+
, "node-buffer"
1516
, "node-fs-aff"
1617
, "node-http"
1718
, "ordered-collections"
@@ -24,7 +25,7 @@
2425
, "typelevel-prelude"
2526
]
2627
, repo = "https://github.com/purescript-hyper/hyper.git"
27-
, version = "v0.11.0"
28+
, version = "v0.11.1"
2829
}
2930
, hypertrout =
3031
{ dependencies =

0 commit comments

Comments
 (0)