From 13c78149a690884375cbdcbc858124b4d814b71f Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 9 Jun 2022 20:31:45 +0000 Subject: [PATCH] Bump deno version to 1.22.3 --- docker/base.dockerfile | 2 +- example-aws-cdk/cdk/example-aws-cdk-stack.ts | 2 +- example-sam/template.yml | 2 +- example-serverless/serverless.yml | 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 ++-- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docker/base.dockerfile b/docker/base.dockerfile index 020299cd..8d4f6eca 100644 --- a/docker/base.dockerfile +++ b/docker/base.dockerfile @@ -1,6 +1,6 @@ FROM public.ecr.aws/lambda/provided:al2 -ENV DENO_VERSION=1.22.2 +ENV DENO_VERSION=1.22.3 ENV DENO_DIR=.deno_dir ENV DENO_INSTALL_ROOT=/usr/local diff --git a/example-aws-cdk/cdk/example-aws-cdk-stack.ts b/example-aws-cdk/cdk/example-aws-cdk-stack.ts index 64e4f836..aec33272 100644 --- a/example-aws-cdk/cdk/example-aws-cdk-stack.ts +++ b/example-aws-cdk/cdk/example-aws-cdk-stack.ts @@ -11,7 +11,7 @@ export class ExampleAwsCdkStack extends cdk.Stack { location: { applicationId: "arn:aws:serverlessrepo:us-east-1:390065572566:applications/deno", - semanticVersion: "1.22.2", + semanticVersion: "1.22.3", }, }); diff --git a/example-sam/template.yml b/example-sam/template.yml index 712d02a8..2065e6d5 100644 --- a/example-sam/template.yml +++ b/example-sam/template.yml @@ -11,7 +11,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:us-east-1:390065572566:applications/deno - SemanticVersion: 1.22.2 + SemanticVersion: 1.22.3 HelloWorldFunction: Type: AWS::Serverless::Function diff --git a/example-serverless/serverless.yml b/example-serverless/serverless.yml index ce1944f9..943b18a6 100644 --- a/example-serverless/serverless.yml +++ b/example-serverless/serverless.yml @@ -64,7 +64,7 @@ resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:us-east-1:390065572566:applications/deno - SemanticVersion: 1.22.2 + SemanticVersion: 1.22.3 candidatesTable: Type: AWS::DynamoDB::Table diff --git a/tests/Dockerfile b/tests/Dockerfile index 1a0789b7..2265d300 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.22.2 +ENV DENO_VERSION=1.22.3 # 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 c24f2d64..230c7a2b 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.22.2 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.3 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.2 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.3 🦕\"}" } ], "files": ["hello.bundle.js"], diff --git a/tests/test_example_zip.json b/tests/test_example_zip.json index 2ba728b7..7d1c1a19 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.22.2 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.3 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.2 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.3 🦕\"}" } ], "files": "deno-lambda-example.zip", diff --git a/tests/test_js.json b/tests/test_js.json index 30d57a4a..4e5d61d2 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.22.2 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.22.3 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.22.2 🦕\"}" + "content": "{\"statusCode\":200,\"body\":\"Welcome to deno 1.22.3 🦕\"}" } ], "files": ["hello.js"], diff --git a/tests/test_run_deno.json b/tests/test_run_deno.json index 95327cb7..3ff8580b 100644 --- a/tests/test_run_deno.json +++ b/tests/test_run_deno.json @@ -4,11 +4,11 @@ "expected": [ { "status": "ok", - "content": "{\"out\":\"1.22.2\"}" + "content": "{\"out\":\"1.22.3\"}" }, { "status": "ok", - "content": "{\"out\":\"1.22.2\"}" + "content": "{\"out\":\"1.22.3\"}" } ], "files": ["handlers.ts"], diff --git a/tests/test_self_contained.json b/tests/test_self_contained.json index aaeddc87..297599c8 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.22.2 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.3 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.2 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.3 🦕\"}" } ], "files": ["hello.ts", "bootstrap", "bin/deno"] diff --git a/tests/test_simple.json b/tests/test_simple.json index 39bb4085..f0c37cec 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.22.2 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.3 🦕\"}" }, { "status": "ok", - "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.2 🦕\"}" + "content": "{\"statusCode\":200,\"headers\":{\"content-type\":\"text/html;charset=utf8\"},\"body\":\"Welcome to deno 1.22.3 🦕\"}" } ], "files": ["hello.ts"],