From 5189a963c8edb6d88e9c4f3a4ea8e49a60d251c5 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:11:49 -0800 Subject: [PATCH 1/5] Update Bower dependencies to master --- bower.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/bower.json b/bower.json index 922b9b3..e1ff2bf 100644 --- a/bower.json +++ b/bower.json @@ -20,27 +20,27 @@ "package.json" ], "dependencies": { - "purescript-datetime": "^4.0.0", - "purescript-effect": "^2.0.0", - "purescript-either": "^4.0.0", - "purescript-enums": "^4.0.0", - "purescript-exceptions": "^4.0.0", - "purescript-functions": "^4.0.0", - "purescript-globals": "^4.0.0", - "purescript-integers": "^4.0.0", - "purescript-js-date": "^6.0.0", - "purescript-maybe": "^4.0.0", + "purescript-datetime": "master", + "purescript-effect": "master", + "purescript-either": "master", + "purescript-enums": "master", + "purescript-exceptions": "master", + "purescript-functions": "master", + "purescript-globals": "master", + "purescript-integers": "master", + "purescript-js-date": "master", + "purescript-maybe": "master", "purescript-node-buffer": ">=5.0.0 <7.0.0", - "purescript-node-path": "^3.0.0", - "purescript-node-streams": "^4.0.0", - "purescript-nullable": "^4.0.0", - "purescript-partial": "^2.0.0", - "purescript-prelude": "^4.0.0", - "purescript-strings": "^4.0.0", - "purescript-unsafe-coerce": "^4.0.0" + "purescript-node-path": "master", + "purescript-node-streams": "master", + "purescript-nullable": "master", + "purescript-partial": "master", + "purescript-prelude": "master", + "purescript-strings": "master", + "purescript-unsafe-coerce": "master" }, "devDependencies": { - "purescript-console": "^4.1.0", - "purescript-node-buffer": "^6.0.0" + "purescript-console": "master", + "purescript-node-buffer": "master" } } From 1fd4785f49f6031b1ce7ba48ba6067ecd71520cf Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:11:49 -0800 Subject: [PATCH 2/5] Update to v0.14.0-rc3 purescript --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 063845e..2e4c7a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v2 - uses: purescript-contrib/setup-purescript@main + with: + purescript: "0.14.0-rc3" - uses: actions/setup-node@v1 with: From ec3c2d8a8a4490e15d84aa4e053a5dd3cc7779bd Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:12:20 -0800 Subject: [PATCH 3/5] Fix contrib and other dependencies --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index e1ff2bf..67af554 100644 --- a/bower.json +++ b/bower.json @@ -28,12 +28,12 @@ "purescript-functions": "master", "purescript-globals": "master", "purescript-integers": "master", - "purescript-js-date": "master", + "purescript-js-date": "main", "purescript-maybe": "master", - "purescript-node-buffer": ">=5.0.0 <7.0.0", + "purescript-node-buffer": "master", "purescript-node-path": "master", "purescript-node-streams": "master", - "purescript-nullable": "master", + "purescript-nullable": "main", "purescript-partial": "master", "purescript-prelude": "master", "purescript-strings": "master", From d68009314a4aafefcd2794a4686f53b844b14c6f Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:12:47 -0800 Subject: [PATCH 4/5] Add psa flags to npm test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd4391e..cb5243e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "scripts": { "clean": "rimraf output && rimraf .pulp-cache", "build": "eslint src && pulp build -- --censor-lib --strict", - "test": "pulp test" + "test": "pulp test -- --censor-lib --strict" }, "devDependencies": { "eslint": "^7.15.0", From ef627158b067ea2c2b51ce0ffdb3b799a8a72f0f Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Thu, 10 Dec 2020 17:54:28 -0800 Subject: [PATCH 5/5] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb5243e..63f9f51 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "scripts": { "clean": "rimraf output && rimraf .pulp-cache", "build": "eslint src && pulp build -- --censor-lib --strict", - "test": "pulp test -- --censor-lib --strict" + "test": "pulp test -- --censor-lib" }, "devDependencies": { "eslint": "^7.15.0",