From 70d410dda67801e9e4b079d5ade44d9d1f17c6bc Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 8 Feb 2024 19:43:00 +0000 Subject: [PATCH] Bump deno version to 1.40.4 --- docker/base.dockerfile | 2 +- tests/Dockerfile | 2 +- tests/test_bundle.json | 4 ++-- tests/test_example_zip.json | 4 ++-- tests/test_js.json | 4 ++-- tests/test_run_deno.json | 4 ++-- tests/test_self_contained.json | 4 ++-- tests/test_simple.json | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docker/base.dockerfile b/docker/base.dockerfile index 08d39835..44de4744 100644 --- a/docker/base.dockerfile +++ b/docker/base.dockerfile @@ -1,6 +1,6 @@ FROM public.ecr.aws/lambda/provided:al2 -ENV DENO_VERSION=1.32.5 +ENV DENO_VERSION=1.40.4 ENV DENO_DIR=.deno_dir ENV DENO_INSTALL_ROOT=/usr/local diff --git a/tests/Dockerfile b/tests/Dockerfile index a3f77675..f4a0b72f 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -3,7 +3,7 @@ FROM amazonlinux:2.0.20200722.0 # This is _close to_ the Amazon Linux 2 AMI/image used by AWS Lambda. -ENV DENO_VERSION=1.32.5 +ENV DENO_VERSION=1.40.4 # Note: We make the deno binary private (via _) so that it's not available in the PATH. # In order for `deno` to be made available in the PATH it must be inserted into ./bin/ diff --git a/tests/test_bundle.json b/tests/test_bundle.json index 0efc2fdd..d74c80d3 100644 --- a/tests/test_bundle.json +++ b/tests/test_bundle.json @@ -7,11 +7,11 @@ "expected": [ { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.32.5 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.40.4 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.32.5 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.40.4 🦕\"}" } ], "files": ["hello.bundle.js"], diff --git a/tests/test_example_zip.json b/tests/test_example_zip.json index 952bac3b..9ee240d5 100644 --- a/tests/test_example_zip.json +++ b/tests/test_example_zip.json @@ -4,11 +4,11 @@ "expected": [ { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.32.5 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.40.4 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.32.5 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.40.4 🦕\"}" } ], "files": "deno-lambda-example.zip", diff --git a/tests/test_js.json b/tests/test_js.json index ac6d3c32..93744782 100644 --- a/tests/test_js.json +++ b/tests/test_js.json @@ -4,11 +4,11 @@ "expected": [ { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.32.5 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.40.4 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.32.5 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.40.4 🦕\"}" } ], "files": ["hello.js"], diff --git a/tests/test_run_deno.json b/tests/test_run_deno.json index 3862dfee..3082dab1 100644 --- a/tests/test_run_deno.json +++ b/tests/test_run_deno.json @@ -4,11 +4,11 @@ "expected": [ { "status": "ok", - "content": "{\"out\":\"1.32.5\"}" + "content": "{\"out\":\"1.40.4\"}" }, { "status": "ok", - "content": "{\"out\":\"1.32.5\"}" + "content": "{\"out\":\"1.40.4\"}" } ], "files": ["handlers.ts"], diff --git a/tests/test_self_contained.json b/tests/test_self_contained.json index 84937e21..6b8bc1d7 100644 --- a/tests/test_self_contained.json +++ b/tests/test_self_contained.json @@ -4,11 +4,11 @@ "expected": [ { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.32.5 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.40.4 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.32.5 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.40.4 🦕\"}" } ], "files": ["hello.ts", "bootstrap", "bin/deno"] diff --git a/tests/test_simple.json b/tests/test_simple.json index 7951a110..01d02b31 100644 --- a/tests/test_simple.json +++ b/tests/test_simple.json @@ -4,11 +4,11 @@ "expected": [ { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.32.5 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.40.4 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.32.5 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.40.4 🦕\"}" } ], "files": ["hello.ts"],