Skip to content

Commit

Permalink
chore: upgrade jsii packages (aws#16184)
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
BenChaimberg authored and TikiTDO committed Sep 6, 2021
1 parent 6ee7a33 commit 57e7524
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.6",
"jest-junit": "^12.2.0",
"jsii-diff": "^1.31.0",
"jsii-pacmak": "^1.31.0",
"jsii-reflect": "^1.31.0",
"jsii-rosetta": "^1.31.0",
"jsii-diff": "^1.34.0",
"jsii-pacmak": "^1.34.0",
"jsii-reflect": "^1.34.0",
"jsii-rosetta": "^1.34.0",
"lerna": "^4.0.0",
"patch-package": "^6.4.7",
"standard-version": "^9.3.1",
Expand Down
2 changes: 1 addition & 1 deletion tools/cdk-integ-tools/lib/integ-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class IntegrationTests {
public async discover(): Promise<IntegrationTest[]> {
const files = await this.readTree();
const integs = files.filter(fileName => path.basename(fileName).startsWith('integ.') && path.basename(fileName).endsWith('.js'));
return await this.request(integs);
return this.request(integs);
}

public async request(files: string[]): Promise<IntegrationTest[]> {
Expand Down
103 changes: 96 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -565,13 +565,28 @@
chalk "^4.1.2"
semver "^7.3.5"

"@jsii/check-node@1.34.0":
version "1.34.0"
resolved "https://registry.yarnpkg.com/@jsii/check-node/-/check-node-1.34.0.tgz#24da38da36e18639c84787dabd464b8474ddee22"
integrity sha512-Z+eGyIoV6B6RNFCR+Z/p0ANnZA++bmCXhoU1RIwGh9RG39PAT38KkZZNr9ZHNTTQbVoTJMSatoX/9WQ33pQxAw==
dependencies:
chalk "^4.1.2"
semver "^7.3.5"

"@jsii/spec@^1.31.0":
version "1.31.0"
resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.31.0.tgz#9298dc163fdae0bab4006b817592235a29922871"
integrity sha512-qpJqZ+xj4lnKfk/HJYdYURDmHzh9aBIVOTgwd314AxKmwubDAajlAup+D2F9z9kylAB7GsQiva/SXgUlFjBeQw==
dependencies:
jsonschema "^1.4.0"

"@jsii/spec@^1.34.0":
version "1.34.0"
resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.34.0.tgz#8b78adf07518f567d2c44bf6c98c426e5c18e0cf"
integrity sha512-yAK8FrTRrZ3lQ+DmdyAFZuHmsTJ1ej0719+sVgjr5ahE9i64huStaraX/jJM+PniuUQwE7N+B49ue6X9qj7vJA==
dependencies:
jsonschema "^1.4.0"

"@lerna/add@4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-4.0.0.tgz#c36f57d132502a57b9e7058d1548b7a565ef183f"
Expand Down Expand Up @@ -1886,6 +1901,11 @@
"@typescript-eslint/types" "4.28.4"
eslint-visitor-keys "^2.0.0"

"@xmldom/xmldom@^0.7.0":
version "0.7.3"
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.3.tgz#55de695f77afd3cc0e5bee0aa900040bc63c0f63"
integrity sha512-8XmJdPut2XGtfFcsNsqEsvMUmAwk7xLq7m+E/GcsU9b5qyFFIsiX4Fvnb5UoQ4wo12Wlm07YFJERoyWUYdbIpw==

"@yarnpkg/lockfile@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
Expand Down Expand Up @@ -2843,6 +2863,15 @@ codemaker@^1.31.0:
decamelize "^5.0.0"
fs-extra "^9.1.0"

codemaker@^1.34.0:
version "1.34.0"
resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.34.0.tgz#dba5dbd9ca6d1d9d9af64d64f17bde45882b0aa0"
integrity sha512-NHwy6TxMh21ygch7+K/OwtdN3BjxhAMoP5QXqzkkR0TDP2kEdKCNc31EChz3Xcmxk1qkdJN5CpXMnLjo7f07sQ==
dependencies:
camelcase "^6.2.0"
decamelize "^5.0.0"
fs-extra "^9.1.0"

collect-v8-coverage@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59"
Expand Down Expand Up @@ -2930,6 +2959,16 @@ commonmark@^0.29.3:
minimist ">=1.2.2"
string.prototype.repeat "^0.2.0"

commonmark@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/commonmark/-/commonmark-0.30.0.tgz#38811dc7bbf0f59d277ae09054d4d73a332f2e45"
integrity sha512-j1yoUo4gxPND1JWV9xj5ELih0yMv1iCWDG6eEQIPLSWLxzCXiFoyS7kvB+WwU+tZMf4snwJMMtaubV0laFpiBA==
dependencies:
entities "~2.0"
mdurl "~1.0.1"
minimist ">=1.2.2"
string.prototype.repeat "^0.2.0"

compare-func@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3"
Expand Down Expand Up @@ -6007,16 +6046,17 @@ jsesc@^2.5.1:
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==

jsii-diff@^1.31.0:
version "1.31.0"
resolved "https://registry.yarnpkg.com/jsii-diff/-/jsii-diff-1.31.0.tgz#7f32b340cf340cc1929f4d534bdfa6495fc09bed"
integrity sha512-eEKFfZXGXxlWFg7E0F4h2UGOnpVCzHclM586SE4KnMwHzSlpRrdYrXa2KhFQSLs/gpZofDV4rPLZ9UDLvNu75Q==
jsii-diff@^1.34.0:
version "1.34.0"
resolved "https://registry.yarnpkg.com/jsii-diff/-/jsii-diff-1.34.0.tgz#86742f21f5ab809df2ce8b6902f390c6379a9a39"
integrity sha512-fPVBoixNjo3kQs8WgjNeE7M5HxcK3jqfgM/IC6fpzrsGDjjqnH7emtVH3gvS18uQxUfYKKkXEKbkHsywQe6EkA==
dependencies:
"@jsii/spec" "^1.31.0"
"@jsii/check-node" "1.34.0"
"@jsii/spec" "^1.34.0"
fs-extra "^9.1.0"
jsii-reflect "^1.31.0"
jsii-reflect "^1.34.0"
log4js "^6.3.0"
typescript "~3.9.9"
typescript "~3.9.10"
yargs "^16.2.0"

jsii-pacmak@^1.31.0:
Expand All @@ -6037,6 +6077,25 @@ jsii-pacmak@^1.31.0:
xmlbuilder "^15.1.1"
yargs "^16.2.0"

jsii-pacmak@^1.34.0:
version "1.34.0"
resolved "https://registry.yarnpkg.com/jsii-pacmak/-/jsii-pacmak-1.34.0.tgz#7fc6a79fb72bd791a0cac5877339253fd26e14e3"
integrity sha512-OngbNHieb5g7B1VkRSZkZq1vgoflhjX4heTJnQJZYbG59j2qVgD7E/o/Dl2OTBLrGRms8e2oCsYc7XROt2htSA==
dependencies:
"@jsii/check-node" "1.34.0"
"@jsii/spec" "^1.34.0"
clone "^2.1.2"
codemaker "^1.34.0"
commonmark "^0.30.0"
escape-string-regexp "^4.0.0"
fs-extra "^9.1.0"
jsii-reflect "^1.34.0"
jsii-rosetta "^1.34.0"
semver "^7.3.5"
spdx-license-list "^6.4.0"
xmlbuilder "^15.1.1"
yargs "^16.2.0"

jsii-reflect@^1.31.0:
version "1.31.0"
resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.31.0.tgz#83acdae835071c734bb8847cf3cad7ccc4497540"
Expand All @@ -6048,6 +6107,18 @@ jsii-reflect@^1.31.0:
oo-ascii-tree "^1.31.0"
yargs "^16.2.0"

jsii-reflect@^1.34.0:
version "1.34.0"
resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.34.0.tgz#3d5c8f7c2e8310df2c8dea3aad5bef487fe1d0d9"
integrity sha512-IOEdwgeDCOq821PM3OfRro1Pgu0QzHFW7zQy3aN7/w5Fcb/tSYGxI9+Ykr6JCdg681LFzcMEgwJpCUHnfi/shw==
dependencies:
"@jsii/check-node" "1.34.0"
"@jsii/spec" "^1.34.0"
colors "^1.4.0"
fs-extra "^9.1.0"
oo-ascii-tree "^1.34.0"
yargs "^16.2.0"

jsii-rosetta@^1.31.0:
version "1.31.0"
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-1.31.0.tgz#f5174b532b4c3a79eadd9ed059aa33bee21e3225"
Expand All @@ -6060,6 +6131,19 @@ jsii-rosetta@^1.31.0:
xmldom "^0.6.0"
yargs "^16.2.0"

jsii-rosetta@^1.34.0:
version "1.34.0"
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-1.34.0.tgz#64b1233726a98a992be5cffd1d0f4b824346dbef"
integrity sha512-GOGAy5b+zCGeyYziBoNVXgamL2CEZKMj5moeemkyN4AUHUqugNk3fSul2Zdbxs2S13Suk0D9iYAgChDxew0bOw==
dependencies:
"@jsii/check-node" "1.34.0"
"@jsii/spec" "^1.34.0"
"@xmldom/xmldom" "^0.7.0"
commonmark "^0.30.0"
fs-extra "^9.1.0"
typescript "~3.9.10"
yargs "^16.2.0"

jsii@^1.31.0:
version "1.31.0"
resolved "https://registry.yarnpkg.com/jsii/-/jsii-1.31.0.tgz#513ff04581eae233accef2e2ce06a19d9bd4d972"
Expand Down Expand Up @@ -7481,6 +7565,11 @@ oo-ascii-tree@^1.31.0:
resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.31.0.tgz#36e10dcad35ba767db41c2d2050ff2174f3d5e6f"
integrity sha512-gNb2MyP1ZcF7cX0WgsAjYe4gZcx7BMLBWKE2TJZZbQ9/j4D8gbJh5Aq6RlXBgev74ODlgAVVcPr2wKU4Dufhqg==

oo-ascii-tree@^1.34.0:
version "1.34.0"
resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.34.0.tgz#5528a52d92ef18b3860d0e784383007e476c18b3"
integrity sha512-gAY+yfKCskAk7mkfI8nOhkP12iTGE7b8UxnQuscN80vghrozt/E/2rLeKKMJFagJlm/NnnUmBA0tBQZ3oPHEKg==

open@^7.4.2:
version "7.4.2"
resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321"
Expand Down

0 comments on commit 57e7524

Please sign in to comment.