From cc1e39afc653656267b4cab60b21c16789f4721d Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:13:23 -0800 Subject: [PATCH 1/5] Update Bower dependencies to master --- bower.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/bower.json b/bower.json index 0bd6329..d932fad 100644 --- a/bower.json +++ b/bower.json @@ -12,21 +12,21 @@ "url": "git://github.com/purescript-node/purescript-node-http.git" }, "devDependencies": { - "purescript-console": "^4.1.0" + "purescript-console": "master" }, "dependencies": { - "purescript-arraybuffer-types": "^2.0.0", - "purescript-contravariant": "^4.0.0", - "purescript-effect": "^2.0.0", - "purescript-foreign": "^5.0.0", + "purescript-arraybuffer-types": "master", + "purescript-contravariant": "master", + "purescript-effect": "master", + "purescript-foreign": "master", "purescript-foreign-object": ">=1.0.0 <3.0.0", - "purescript-maybe": "^4.0.0", + "purescript-maybe": "master", "purescript-node-buffer": ">=5.0.0 <7.0.0", - "purescript-node-streams": "^4.0.0", - "purescript-node-url": "^4.0.0", - "purescript-nullable": "^4.0.0", + "purescript-node-streams": "master", + "purescript-node-url": "master", + "purescript-nullable": "master", "purescript-options": ">=4.0.0 <6.0.0", - "purescript-prelude": "^4.0.0", - "purescript-unsafe-coerce": "^4.0.0" + "purescript-prelude": "master", + "purescript-unsafe-coerce": "master" } } From f24b413f9b753105ad304fa376ef923c16ae25b7 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:13:23 -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 65cc2f502abd341371407687bf398141f0d4c6ae Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:14:46 -0800 Subject: [PATCH 3/5] Fix more dependencies --- bower.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index d932fad..e086c3c 100644 --- a/bower.json +++ b/bower.json @@ -15,17 +15,17 @@ "purescript-console": "master" }, "dependencies": { - "purescript-arraybuffer-types": "master", + "purescript-arraybuffer-types": "main", "purescript-contravariant": "master", "purescript-effect": "master", "purescript-foreign": "master", - "purescript-foreign-object": ">=1.0.0 <3.0.0", + "purescript-foreign-object": "master", "purescript-maybe": "master", - "purescript-node-buffer": ">=5.0.0 <7.0.0", + "purescript-node-buffer": "master", "purescript-node-streams": "master", "purescript-node-url": "master", - "purescript-nullable": "master", - "purescript-options": ">=4.0.0 <6.0.0", + "purescript-nullable": "main", + "purescript-options": "main", "purescript-prelude": "master", "purescript-unsafe-coerce": "master" } From efbc995634729a7740d07a4eec026aaafe400efd Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Thu, 10 Dec 2020 17:15:04 -0800 Subject: [PATCH 4/5] Use idiomatic pulp test and add psa flags --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 008e672..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 build -I test" + "test": "pulp test -- --censor-lib --strict" }, "devDependencies": { "eslint": "^7.15.0", From 29c97ca1371d6989127c90685730e7233e776705 Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Thu, 10 Dec 2020 17:56:41 -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",