From 31633dc68062cc83986a04fa358b99b12b8f09b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 01:15:30 +0000 Subject: [PATCH 1/9] Bump esbuild-css-modules-plugin from 2.5.1 to 2.5.2 Bumps [esbuild-css-modules-plugin](https://github.com/indooorsman/esbuild-css-modules-plugin) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/indooorsman/esbuild-css-modules-plugin/releases) - [Changelog](https://github.com/indooorsman/esbuild-css-modules-plugin/blob/main/changelog.md) - [Commits](https://github.com/indooorsman/esbuild-css-modules-plugin/commits/v2.5.2) --- updated-dependencies: - dependency-name: esbuild-css-modules-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2f28daec22..c366b499ea 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "d3-scale": "^4.0.2", "diff": "^5.1.0", "esbuild": "^0.14.54", - "esbuild-css-modules-plugin": "^2.5.1", + "esbuild-css-modules-plugin": "^2.5.2", "eslint": "^8.22.0", "eslint-config-next": "12.2.5", "eslint-config-prettier": "^8.5.0", diff --git a/yarn.lock b/yarn.lock index d1f413117e..4c710d28c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2976,10 +2976,10 @@ esbuild-android-arm64@0.14.54: resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.14.54.tgz#8ce69d7caba49646e009968fe5754a21a9871771" integrity sha512-F9E+/QDi9sSkLaClO8SOV6etqPd+5DgJje1F9lOWoNncDdOBL2YF59IhsWATSt0TLZbYCf3pNlTHvVV5VfHdvg== -esbuild-css-modules-plugin@^2.5.1: - version "2.5.1" - resolved "https://registry.yarnpkg.com/esbuild-css-modules-plugin/-/esbuild-css-modules-plugin-2.5.1.tgz#2b8ed3e6600a47fd1567ca0e1736c575e3064106" - integrity sha512-ZBE9ZR887gAbBHEiw2Ia3SRWUfT5V74lzoLcq2vBGw4BSLrDjXrDLPUaJva9Dv0BsJWjbe7U06OOEyK1jK627A== +esbuild-css-modules-plugin@^2.5.2: + version "2.5.2" + resolved "https://registry.yarnpkg.com/esbuild-css-modules-plugin/-/esbuild-css-modules-plugin-2.5.2.tgz#9de9c6fc745c535ccfe654950763f91c9687a2ff" + integrity sha512-y4+dUsmDdzA8LtF67Yf7iTfBKznjRwH3LBdd9nClBI9Q6H3iDx0qqaOSwA1zZIrYIWcxG0xmb/yV1b2rZO6ohQ== dependencies: "@parcel/css" "^1.12.0" fs-extra "^10.1.0" From fc2e4187b1218b1fd72a4921e5193fee202f1d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 01:32:51 +0000 Subject: [PATCH 2/9] Bump caniuse-lite from 1.0.30001377 to 1.0.30001378 Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001377 to 1.0.30001378. - [Release notes](https://github.com/browserslist/caniuse-lite/releases) - [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001377...1.0.30001378) --- updated-dependencies: - dependency-name: caniuse-lite dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4c710d28c4..411c66e62d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2278,9 +2278,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001370: - version "1.0.30001377" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001377.tgz#fa446cef27f25decb0c7420759c9ea17a2221a70" - integrity sha512-I5XeHI1x/mRSGl96LFOaSk528LA/yZG3m3iQgImGujjO8gotd/DL8QaI1R1h1dg5ATeI2jqPblMpKq4Tr5iKfQ== + version "1.0.30001378" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001378.tgz#3d2159bf5a8f9ca093275b0d3ecc717b00f27b67" + integrity sha512-JVQnfoO7FK7WvU4ZkBRbPjaot4+YqxogSDosHv0Hv5mWpUESmN+UubMU6L/hGz8QlQ2aY5U0vR6MOs6j/CXpNA== chalk@^2.0.0, chalk@^2.4.2: version "2.4.2" From b726edda17697156930bf6112b129f18ee69563c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 01:50:07 +0000 Subject: [PATCH 3/9] Bump date-fns from 2.29.1 to 2.29.2 Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/v2.29.2/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.29.1...v2.29.2) --- updated-dependencies: - dependency-name: date-fns dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 411c66e62d..7905e015a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2651,9 +2651,9 @@ data-urls@^3.0.2: whatwg-url "^11.0.0" date-fns@^2.16.1: - version "2.29.1" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.1.tgz#9667c2615525e552b5135a3116b95b1961456e60" - integrity sha512-dlLD5rKaKxpFdnjrs+5azHDFOPEu4ANy/LTh04A1DTzMM7qoajmKCBc8pkKRFT41CNzw+4gQh79X5C+Jq27HAw== + version "2.29.2" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.2.tgz#0d4b3d0f3dff0f920820a070920f0d9662c51931" + integrity sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA== debug@4, debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4: version "4.3.4" From da99e68b6f2b51cd5a667eb72729a6ac967b856c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 02:07:12 +0000 Subject: [PATCH 4/9] Bump electron-to-chromium from 1.4.222 to 1.4.225 Bumps [electron-to-chromium](https://github.com/kilian/electron-to-chromium) from 1.4.222 to 1.4.225. - [Release notes](https://github.com/kilian/electron-to-chromium/releases) - [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md) - [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.4.222...v1.4.225) --- updated-dependencies: - dependency-name: electron-to-chromium dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 7905e015a9..3172840277 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2873,9 +2873,9 @@ domutils@^2.8.0: domhandler "^4.2.0" electron-to-chromium@^1.4.202: - version "1.4.222" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.222.tgz#2ba24bef613fc1985dbffea85df8f62f2dec6448" - integrity sha512-gEM2awN5HZknWdLbngk4uQCVfhucFAfFzuchP3wM3NN6eow1eDU0dFy2kts43FB20ZfhVFF0jmFSTb1h5OhyIg== + version "1.4.225" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.225.tgz#3e27bdd157cbaf19768141f2e0f0f45071e52338" + integrity sha512-ICHvGaCIQR3P88uK8aRtx8gmejbVJyC6bB4LEC3anzBrIzdzC7aiZHY4iFfXhN4st6I7lMO0x4sgBHf/7kBvRw== emittery@^0.8.1: version "0.8.1" From d5c3ea421a2a9d9c5dc0576ac286b31f8834d5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 02:24:29 +0000 Subject: [PATCH 5/9] Bump aws-sdk from 2.1196.0 to 2.1198.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1196.0 to 2.1198.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.1196.0...v2.1198.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3172840277..132c9e6c7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2044,9 +2044,9 @@ available-typed-arrays@^1.0.5: integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== aws-sdk@^2.0.0: - version "2.1196.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1196.0.tgz#28951e1c742373397514f295f742eb3a9497c02d" - integrity sha512-iOGhCY5IqGfHCJ70p0H/uxkXDh/96KanAMfhnGGbIKbpVliuEV7SYxTfsWORaaUHey+N8FE6OMKfzo7F4X+wQg== + version "2.1198.0" + resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1198.0.tgz#9fc8aab80c45e80a21e5e7e88d8e89526ff5c413" + integrity sha512-blFAqK+6N1iKDseAlTwEwpfh3YdCluOwuo/Glv6+A5dvcq78/kqYB+haND8rXL1Esg4BiqVtafHp35FuwQzTTQ== dependencies: buffer "4.9.2" events "1.1.1" From dff1b60ed270de22af414fa77bce16c5abed6273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 02:42:38 +0000 Subject: [PATCH 6/9] Bump setuptools from 65.0.1 to 65.1.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 65.0.1 to 65.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v65.0.1...v65.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f901f289f6..774dc896ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ yamllint==1.27.1 # via -r requirements.in # The following packages are considered to be unsafe in a requirements file: -setuptools==65.0.1 +setuptools==65.1.0 # via yamllint From 15c4a47a40319fca928cdadd254ed76c7d3c4080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 03:04:03 +0000 Subject: [PATCH 7/9] Bump @microsoft/api-extractor from 7.29.2 to 7.29.3 Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.29.2 to 7.29.3. - [Release notes](https://github.com/microsoft/rushstack/releases) - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.29.3/apps/api-extractor) --- updated-dependencies: - dependency-name: "@microsoft/api-extractor" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 36 ++++++++++++++++++++++++++++++------ 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c366b499ea..310eb176f6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@fortawesome/free-solid-svg-icons": "^6.1.2", "@fortawesome/react-fontawesome": "^0.2.0", "@microsoft/api-documenter": "^7.19.4", - "@microsoft/api-extractor": "^7.29.2", + "@microsoft/api-extractor": "^7.29.3", "@pulumi/aws": "^4.0.0", "@pulumi/awsx": "^0.32.0", "@pulumi/pulumi": "^3.38.0", diff --git a/yarn.lock b/yarn.lock index 132c9e6c7a..e666393c47 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1007,15 +1007,24 @@ "@microsoft/tsdoc-config" "~0.16.1" "@rushstack/node-core-library" "3.50.1" -"@microsoft/api-extractor@^7.29.2": - version "7.29.2" - resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.29.2.tgz#a7174297ac9e1acc3a08f87ccc2b8d05cfdebe02" - integrity sha512-MwT/Xi1DperfrBO+SU3f/xKdyR6bMvk59/WN6w7g1rHmDBMegan3Ya6npMo+abJAgQOtp6uExY/elHXcYE/Ofw== +"@microsoft/api-extractor-model@7.23.1": + version "7.23.1" + resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.23.1.tgz#d93704882241e7720094d41c7005b07eb593c073" + integrity sha512-axlZ33H2LfYX7goAaWpzABWZl3JtX/EUkfVBsI4SuMn3AZYBJsP5MVpMCq7jt0PCefWGwwO+Rv+lCmmJIjFhlQ== dependencies: - "@microsoft/api-extractor-model" "7.23.0" "@microsoft/tsdoc" "0.14.1" "@microsoft/tsdoc-config" "~0.16.1" - "@rushstack/node-core-library" "3.50.1" + "@rushstack/node-core-library" "3.50.2" + +"@microsoft/api-extractor@^7.29.3": + version "7.29.3" + resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.29.3.tgz#f91ca61833c170c6c47a0fc064fa010460a11457" + integrity sha512-PHq+Oo8yiXhwi11VQ1Nz36s+aZwgFqjtkd41udWHtSpyMv2slJ74m1cHdpWbs2ovGUCfldayzdpGwnexZLd2bA== + dependencies: + "@microsoft/api-extractor-model" "7.23.1" + "@microsoft/tsdoc" "0.14.1" + "@microsoft/tsdoc-config" "~0.16.1" + "@rushstack/node-core-library" "3.50.2" "@rushstack/rig-package" "0.3.14" "@rushstack/ts-command-line" "4.12.2" colors "~1.2.1" @@ -1371,6 +1380,21 @@ timsort "~0.3.0" z-schema "~5.0.2" +"@rushstack/node-core-library@3.50.2": + version "3.50.2" + resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.50.2.tgz#43df3f8422898a448114fcb9c7d4e967625da585" + integrity sha512-+zpZBcaX5s+wA0avF0Lk3sd5jbGRo5SmsEJpElJbqQd3KGFvc/hcyeNSMqV5+esJ1JuTfnE1QyRt8nvxFNTaQg== + dependencies: + "@types/node" "12.20.24" + colors "~1.2.1" + fs-extra "~7.0.1" + import-lazy "~4.0.0" + jju "~1.4.0" + resolve "~1.17.0" + semver "~7.3.0" + timsort "~0.3.0" + z-schema "~5.0.2" + "@rushstack/rig-package@0.3.14": version "0.3.14" resolved "https://registry.yarnpkg.com/@rushstack/rig-package/-/rig-package-0.3.14.tgz#f2611b59245fd7cc29c6982566b2fbb4a4192bc5" From 8c9b760f90257b26cfc82f76ed84bcb36a08b4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 03:23:32 +0000 Subject: [PATCH 8/9] Bump @microsoft/api-documenter from 7.19.4 to 7.19.5 Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter) from 7.19.4 to 7.19.5. - [Release notes](https://github.com/microsoft/rushstack/releases) - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-documenter_v7.19.5/apps/api-documenter) --- updated-dependencies: - dependency-name: "@microsoft/api-documenter" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 36 ++++++------------------------------ 2 files changed, 7 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index 310eb176f6..a339034aa1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@fortawesome/fontawesome-svg-core": "^6.1.2", "@fortawesome/free-solid-svg-icons": "^6.1.2", "@fortawesome/react-fontawesome": "^0.2.0", - "@microsoft/api-documenter": "^7.19.4", + "@microsoft/api-documenter": "^7.19.5", "@microsoft/api-extractor": "^7.29.3", "@pulumi/aws": "^4.0.0", "@pulumi/awsx": "^0.32.0", diff --git a/yarn.lock b/yarn.lock index e666393c47..59569dcf01 100644 --- a/yarn.lock +++ b/yarn.lock @@ -985,28 +985,19 @@ resolved "https://registry.yarnpkg.com/@logdna/tail-file/-/tail-file-2.1.0.tgz#7c3d98c3378d15061589e12875ffb7673b0ce82c" integrity sha512-8zYzetB1zfa7WA4c0RS1EU9pNKcj1BqilU2fCsEvmKfWgEdpaphff6hk2Rcn3A0qHwynEdw9lTrlYN4sUw2FpA== -"@microsoft/api-documenter@^7.19.4": - version "7.19.4" - resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.19.4.tgz#f9de3c767024aa703ef62a6057d9e09071b2c844" - integrity sha512-HWStmTGjfVTAGrJc8dWnVHWFXOpYpGzXGSc9zGNz94Bn/+vKAPVk0hKBtT1R2Oz4AanhqrsRvQJ2ELlgspuUDg== +"@microsoft/api-documenter@^7.19.5": + version "7.19.5" + resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.19.5.tgz#c8736c50e5dda1b4b856beb069952dc3e723a5e7" + integrity sha512-MYEsoZ8b7XvrvRmsTlodmY1OZHa5o1IW8SoyuCEpsTKaYh+mSq7fHjLzBdvS1Vk+Ses0/gzhzZAyz1n1CRLE9g== dependencies: - "@microsoft/api-extractor-model" "7.23.0" + "@microsoft/api-extractor-model" "7.23.1" "@microsoft/tsdoc" "0.14.1" - "@rushstack/node-core-library" "3.50.1" + "@rushstack/node-core-library" "3.50.2" "@rushstack/ts-command-line" "4.12.2" colors "~1.2.1" js-yaml "~3.13.1" resolve "~1.17.0" -"@microsoft/api-extractor-model@7.23.0": - version "7.23.0" - resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.23.0.tgz#266de12607fffe72259bfdf94e35331a18fdb223" - integrity sha512-h+2aVyf8IYidPZp+N+yIc/LY/aBwRZ1Vxlsx7rU31807bba5ScJ94bj7OjsPMje0vRYALf+yjZToYT0HdP6omA== - dependencies: - "@microsoft/tsdoc" "0.14.1" - "@microsoft/tsdoc-config" "~0.16.1" - "@rushstack/node-core-library" "3.50.1" - "@microsoft/api-extractor-model@7.23.1": version "7.23.1" resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.23.1.tgz#d93704882241e7720094d41c7005b07eb593c073" @@ -1365,21 +1356,6 @@ resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.3.tgz#6801033be7ff87a6b7cadaf5b337c9f366a3c4b0" integrity sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw== -"@rushstack/node-core-library@3.50.1": - version "3.50.1" - resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.50.1.tgz#d4aa4602460f29bbf0662052969b65129384da23" - integrity sha512-9d2xE7E9yQEBS6brTptdP8cslt6iL5+UnkY2lRxQQ4Q/jlXtsrWCCJCxwr56W/eJEe9YT/yHR4mMn5QY64Ps2w== - dependencies: - "@types/node" "12.20.24" - colors "~1.2.1" - fs-extra "~7.0.1" - import-lazy "~4.0.0" - jju "~1.4.0" - resolve "~1.17.0" - semver "~7.3.0" - timsort "~0.3.0" - z-schema "~5.0.2" - "@rushstack/node-core-library@3.50.2": version "3.50.2" resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.50.2.tgz#43df3f8422898a448114fcb9c7d4e967625da585" From f0bee1e52885918342ef1c0dd3cd6b51fbc44f54 Mon Sep 17 00:00:00 2001 From: zemnmez Date: Thu, 18 Aug 2022 21:18:32 -0700 Subject: [PATCH 9/9] Ensure all exec'd files exist in dry run. --- deploy/program.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/deploy/program.ts b/deploy/program.ts index 0249b9783a..8c82a934ac 100644 --- a/deploy/program.ts +++ b/deploy/program.ts @@ -58,7 +58,7 @@ const pulumiDeploy = ) throw new Error('Missing environment variables.'); - exec(buildTag); + exec(runfiles.resolveWorkspaceRelative(buildTag)); }, }; }; @@ -257,12 +257,8 @@ export const release = ) => void releaseUploads.push([file, content]); const exec: Context['exec'] = dryRun - ? async (filename: string) => { - if (filename == '') - throw new Error('Request to exec empty string'); - } + ? async (filename: string) => await fs.access(filename) : async (filename: string) => { - console.log('executing', filename); return void (await promisify(child_process.execFile)( filename ));