From caa3b1e727ddce34dc0011cab7eeee69ec31c736 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 00:18:00 +0000 Subject: [PATCH 1/3] Update dependencies --- tests/integration/up-to-date-deps/original_deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/up-to-date-deps/original_deps.ts b/tests/integration/up-to-date-deps/original_deps.ts index 5651a8d..4ae3906 100644 --- a/tests/integration/up-to-date-deps/original_deps.ts +++ b/tests/integration/up-to-date-deps/original_deps.ts @@ -1,4 +1,4 @@ -import { Drash } from "https://deno.land/x/drash@v1.2.5/mod.ts"; // up to date +import { Drash } from "https://deno.land/x/drash@v1.3.0/mod.ts"; // up to date import * as fs from "https://deno.land/std@0.76.0/fs/mod.ts"; // up to date From 2edf43c2887f884a796c5652be20e499309d3a79 Mon Sep 17 00:00:00 2001 From: Eric Crooks Date: Fri, 6 Nov 2020 07:05:12 -0500 Subject: [PATCH 2/3] fix tests --- tests/integration/info_test.ts | 6 +++--- tests/integration/up-to-date-deps/deps.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/integration/info_test.ts b/tests/integration/info_test.ts index 8cad621..7c29834 100644 --- a/tests/integration/info_test.ts +++ b/tests/integration/info_test.ts @@ -148,10 +148,10 @@ ${colours.blue("INFO")} Information on drash - Name: drash - Description: A REST microframework for Deno's HTTP server with zero dependencies. - - deno.land Link: https://deno.land/x/drash@v1.2.5 + - deno.land Link: https://deno.land/x/drash@${latestDrashRelease} - GitHub Repository: https://github.com/drashland/deno-drash - - Import Statement: import * as drash from "https://deno.land/x/drash@v1.2.5"; - - Latest Version: v1.2.5 + - Import Statement: import * as drash from "https://deno.land/x/drash@${latestDrashRelease}"; + - Latest Version: ${latestDrashRelease} `, ); diff --git a/tests/integration/up-to-date-deps/deps.ts b/tests/integration/up-to-date-deps/deps.ts index 5651a8d..4ae3906 100644 --- a/tests/integration/up-to-date-deps/deps.ts +++ b/tests/integration/up-to-date-deps/deps.ts @@ -1,4 +1,4 @@ -import { Drash } from "https://deno.land/x/drash@v1.2.5/mod.ts"; // up to date +import { Drash } from "https://deno.land/x/drash@v1.3.0/mod.ts"; // up to date import * as fs from "https://deno.land/std@0.76.0/fs/mod.ts"; // up to date From e348e30ce630cdecb5f9a0fa2a46bbd5d5470e9d Mon Sep 17 00:00:00 2001 From: Eric Crooks Date: Fri, 6 Nov 2020 07:06:39 -0500 Subject: [PATCH 3/3] fix tests --- tests/integration/error_test.ts | 4 ++-- tests/integration/help_test.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/integration/error_test.ts b/tests/integration/error_test.ts index 5b07905..f9f3244 100644 --- a/tests/integration/error_test.ts +++ b/tests/integration/error_test.ts @@ -23,7 +23,7 @@ A module manager for Deno. USAGE - deno install --allow-net='cdn.deno.land,api.deno.land' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.1.5/mod.ts + deno install --allow-net='cdn.deno.land,api.deno.land' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.2.0/mod.ts dmm [SUBCOMMAND] SUBCOMMANDS @@ -50,7 +50,7 @@ SUBCOMMANDS EXAMPLE USAGE Install dmm - deno install --allow-net='cdn.deno.land,api.deno.land' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.1.5/mod.ts + deno install --allow-net='cdn.deno.land,api.deno.land' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.2.0/mod.ts Check a single module dmm check fs diff --git a/tests/integration/help_test.ts b/tests/integration/help_test.ts index 6036b35..5a8923e 100644 --- a/tests/integration/help_test.ts +++ b/tests/integration/help_test.ts @@ -25,7 +25,7 @@ A module manager for Deno. USAGE - deno install --allow-net='cdn.deno.land,api.deno.land' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.1.5/mod.ts + deno install --allow-net='cdn.deno.land,api.deno.land' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.2.0/mod.ts dmm [SUBCOMMAND] SUBCOMMANDS @@ -52,7 +52,7 @@ SUBCOMMANDS EXAMPLE USAGE Install dmm - deno install --allow-net='cdn.deno.land,api.deno.land' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.1.5/mod.ts + deno install --allow-net='cdn.deno.land,api.deno.land' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.2.0/mod.ts Check a single module dmm check fs