From 5d589d97d0515541c9cf957529aca64b8cfeeedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 21:53:07 -0700 Subject: [PATCH] Bump esbuild from 0.8.57 to 0.9.2 (#859) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Huayang Guo --- Makefile | 2 +- cli/build.ts | 2 +- dist/cli/build.js | 2 +- package.json | 2 +- test/bundle_execution_helper_test.ts | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 290aad1947..a7ce095c1e 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ compile: --bundle \ --outfile=${ROOTDIR}/dist/testing/bundle_execution_helper_bundle.js \ --format=cjs \ - --banner="'use strict';" + --banner:js="'use strict';" .PHONY: docs docs: diff --git a/cli/build.ts b/cli/build.ts index c90c02a1e9..a962304cff 100644 --- a/cli/build.ts +++ b/cli/build.ts @@ -43,7 +43,7 @@ export async function build(manifestFile: string, compiler?: string): Promise { it('should bundle and run in an IVM context', async () => { const outputFilePath = 'dist/test/bundle_execution_helper_bundle.js'; const options: esbuild.BuildOptions = { - banner: "'use strict';", + banner: {js: "'use strict';"}, bundle: true, entryPoints: [`./testing/bundle_execution_helper.js`], outfile: outputFilePath, diff --git a/yarn.lock b/yarn.lock index 75f8db3aca..3a1cbfb230 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1134,10 +1134,10 @@ es6-promise@^4.2.8: resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a" integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w== -esbuild@^0.8.57: - version "0.8.57" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.8.57.tgz#a42d02bc2b57c70bcd0ef897fe244766bb6dd926" - integrity sha512-j02SFrUwFTRUqiY0Kjplwjm1psuzO1d6AjaXKuOR9hrY0HuPsT6sV42B6myW34h1q4CRy+Y3g4RU/cGJeI/nNA== +esbuild@^0.9.2: + version "0.9.2" + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.9.2.tgz#7e9fde247c913ed8ee059e2648b0c53f7d00abe5" + integrity sha512-xE3oOILjnmN8PSjkG3lT9NBbd1DbxNqolJ5qNyrLhDWsFef3yTp/KTQz1C/x7BYFKbtrr9foYtKA6KA1zuNAUQ== escalade@^3.1.1: version "3.1.1"