From 1aa220c7bd123f80591840bbddaac9fc8a052dca Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Thu, 17 Sep 2020 15:37:24 -0500 Subject: [PATCH 1/5] bump to 12.4.0 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 545edc0d..f9cb49cb 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "NoRedInk/noredink-ui", "summary": "UI Widgets we use at NRI", "license": "BSD-3-Clause", - "version": "12.3.1", + "version": "12.4.0", "exposed-modules": [ "Nri.Ui", "Nri.Ui.Accordion.V1", From 53e6433b5e819a308252ee2a9320a4abde5ea367 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Thu, 17 Sep 2020 15:45:46 -0500 Subject: [PATCH 2/5] fix dependency issues --- elm.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/elm.json b/elm.json index f9cb49cb..88c49238 100644 --- a/elm.json +++ b/elm.json @@ -75,14 +75,14 @@ "elm/browser": "1.0.1 <= v < 2.0.0", "elm/core": "1.0.1 <= v < 2.0.0", "elm/html": "1.0.0 <= v < 2.0.0", - "elm/json": "1.1.1 <= v < 2.0.0", + "elm/json": "1.1.3 <= v < 2.0.0", "elm/random": "1.0.0 <= v < 2.0.0", "elm/regex": "1.0.0 <= v < 2.0.0", "elm/svg": "1.0.1 <= v < 2.0.0", "elm-community/random-extra": "3.1.0 <= v < 4.0.0", "elm-community/string-extra": "4.0.1 <= v < 5.0.0", "pablohirafuji/elm-markdown": "2.0.5 <= v < 3.0.0", - "rtfeldman/elm-css": "16.0.0 <= v < 17.0.0", + "rtfeldman/elm-css": "16.1.0 <= v < 17.0.0", "tesk9/accessible-html": "4.0.0 <= v < 5.0.0", "tesk9/accessible-html-with-css": "2.1.1 <= v < 3.0.0", "tesk9/modal": "5.0.1 <= v < 6.0.0", @@ -90,7 +90,7 @@ "wernerdegroot/listzipper": "3.1.1 <= v < 5.0.0" }, "test-dependencies": { - "avh4/elm-program-test": "3.1.0 <= v < 4.0.0", - "elm-explorations/test": "1.2.0 <= v < 2.0.0" + "avh4/elm-program-test": "3.3.0 <= v < 4.0.0", + "elm-explorations/test": "1.2.2 <= v < 2.0.0" } } From f20d71df8c23b6468236f18f92149438074c308d Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Fri, 18 Sep 2020 05:55:55 -0500 Subject: [PATCH 3/5] try to cache ~/.elm --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5f7b72c6..77350adb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ node_js: cache: directories: - node_modules + - ~/.elm before_install: - echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config From 9540c0c851d97796550ef238608e7c5778675a6f Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Fri, 18 Sep 2020 06:02:39 -0500 Subject: [PATCH 4/5] cache sysconfcpus --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 77350adb..87249ff6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ node_js: cache: directories: - node_modules + - sysconfcpus - ~/.elm before_install: From d89920ca665db9fa6f4dc841e5a7e65182fd5cde Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Fri, 18 Sep 2020 06:03:34 -0500 Subject: [PATCH 5/5] fix up deps in styleguide-app --- styleguide-app/elm.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styleguide-app/elm.json b/styleguide-app/elm.json index 5e0642e7..584bed2a 100644 --- a/styleguide-app/elm.json +++ b/styleguide-app/elm.json @@ -21,7 +21,7 @@ "elm-community/random-extra": "3.1.0", "elm-community/string-extra": "4.0.1", "pablohirafuji/elm-markdown": "2.0.5", - "rtfeldman/elm-css": "16.0.1", + "rtfeldman/elm-css": "16.1.0", "rtfeldman/elm-sorter-experiment": "2.1.1", "tesk9/accessible-html": "4.0.0", "tesk9/accessible-html-with-css": "2.1.1", @@ -31,10 +31,9 @@ }, "indirect": { "NoRedInk/datetimepicker-legacy": "1.0.4", - "Skinney/murmur3": "2.0.8", "elm/time": "1.0.0", "elm/virtual-dom": "1.0.2", - "justinmimbs/date": "3.2.0", + "justinmimbs/date": "3.2.1", "justinmimbs/time-extra": "1.1.0", "owanturist/elm-union-find": "1.0.0", "rtfeldman/elm-hex": "1.0.0"