Skip to content

Commit

Permalink
chore: update jsii to 1.45.0 (#17596)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
rix0rrr authored Nov 19, 2021
1 parent f5a334c commit 79a674e
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 57 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.8",
"jest-junit": "^13.0.0",
"jsii-diff": "^1.44.2",
"jsii-pacmak": "^1.44.2",
"jsii-reflect": "^1.44.2",
"jsii-rosetta": "^1.44.2",
"jsii-diff": "^1.45.0",
"jsii-pacmak": "^1.45.0",
"jsii-reflect": "^1.45.0",
"jsii-rosetta": "^1.45.0",
"lerna": "^4.0.0",
"patch-package": "^6.4.7",
"standard-version": "^9.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"awslint": "bin/awslint"
},
"dependencies": {
"@jsii/spec": "^1.44.2",
"@jsii/spec": "^1.45.0",
"camelcase": "^6.2.1",
"colors": "^1.4.0",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.44.2",
"jsii-reflect": "^1.45.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/decdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"@aws-cdk/region-info": "0.0.0",
"constructs": "^3.3.69",
"fs-extra": "^9.1.0",
"jsii-reflect": "^1.44.2",
"jsii-reflect": "^1.45.0",
"jsonschema": "^1.4.0",
"yaml": "1.10.2",
"yargs": "^16.2.0"
Expand All @@ -258,7 +258,7 @@
"@types/yaml": "1.9.7",
"@types/yargs": "^15.0.14",
"jest": "^27.3.1",
"jsii": "^1.44.2"
"jsii": "^1.45.0"
},
"keywords": [
"aws",
Expand Down
6 changes: 3 additions & 3 deletions tools/@aws-cdk/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"fs-extra": "^9.1.0",
"jest": "^27.3.1",
"jest-junit": "^13.0.0",
"jsii": "^1.44.2",
"jsii-pacmak": "^1.44.2",
"jsii-reflect": "^1.44.2",
"jsii": "^1.45.0",
"jsii-pacmak": "^1.45.0",
"jsii-reflect": "^1.45.0",
"markdownlint-cli": "^0.29.0",
"nyc": "^15.1.0",
"semver": "^7.3.5",
Expand Down
6 changes: 3 additions & 3 deletions tools/@aws-cdk/generate-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"ostools": ["chmod", "cp"]
},
"dependencies": {
"@jsii/spec": "1.44.2",
"jsii-reflect": "1.44.2",
"jsii-rosetta": "1.44.2",
"@jsii/spec": "1.45.0",
"jsii-reflect": "1.45.0",
"jsii-rosetta": "1.45.0",
"fs-extra": "^9.1.0",
"yargs": "^16.2.0"
}
Expand Down
104 changes: 61 additions & 43 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -760,10 +760,18 @@
chalk "^4.1.2"
semver "^7.3.5"

"@jsii/spec@1.44.2", "@jsii/spec@^1.44.2":
version "1.44.2"
resolved "https://registry.npmjs.org/@jsii/spec/-/spec-1.44.2.tgz#26117d3cf56c7382cafb51b554e4ed4d18dd7cf3"
integrity sha512-QlLUwoQRhhTg4gkV4S25ih1UIiCKj45Do/JrwDQ0aBAG/ZlNzhmt6JbBVacgq9PHozHLCRSUZdSC+q6+kMpXvA==
"@jsii/check-node@1.45.0":
version "1.45.0"
resolved "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.45.0.tgz#1a679806e0def800a1265bfd4b459c5ed39f36b2"
integrity sha512-YtB4EEnlVe2jSmnyD7PAh8TaY6JORhTsZm+p6/p4t997cA9tG9/dyeVMpRA5dtmfLUpBFOOkZdV1+qxa53crwQ==
dependencies:
chalk "^4.1.2"
semver "^7.3.5"

"@jsii/spec@1.45.0", "@jsii/spec@^1.45.0":
version "1.45.0"
resolved "https://registry.npmjs.org/@jsii/spec/-/spec-1.45.0.tgz#94a1ade6f2792d3d0ffc9e8722eb3d4e0a640c2a"
integrity sha512-+hLFh08nKhUep1UIaKDHi2ywM7SipCZX5BBf/xJ3db+P9qnN4dAu/H46mbOrdQGChZx9OwSuLWm5xEYZQ52efA==
dependencies:
jsonschema "^1.4.0"

Expand Down Expand Up @@ -3105,6 +3113,15 @@ codemaker@^1.44.2:
decamelize "^5.0.1"
fs-extra "^9.1.0"

codemaker@^1.45.0:
version "1.45.0"
resolved "https://registry.npmjs.org/codemaker/-/codemaker-1.45.0.tgz#e10e356ad477aaaf7f883d54520c23f1f3691ef3"
integrity sha512-PsMKXTuIphccwZah2qPg0yw6HisDotg54ctHX/52xk9v9kSKbPuIhNSUonYyuEmfPigjYqVdkEpyoIKooah9kA==
dependencies:
camelcase "^6.2.0"
decamelize "^5.0.1"
fs-extra "^9.1.0"

collect-v8-coverage@^1.0.0:
version "1.0.1"
resolved "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59"
Expand Down Expand Up @@ -6703,72 +6720,73 @@ jsesc@^2.5.1:
resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==

jsii-diff@^1.44.2:
version "1.44.2"
resolved "https://registry.npmjs.org/jsii-diff/-/jsii-diff-1.44.2.tgz#f6bfec721b41c6fd35f5453bc9d9e1514229a158"
integrity sha512-wY17K1upd+OiAKrUgXqfCkVAVc0qPEoB0tPu0JcHoK+tb7iBhsPLfXsM7N/2bK3sHtwl1qcwKpLAv01NOeYKgA==
jsii-diff@^1.45.0:
version "1.45.0"
resolved "https://registry.npmjs.org/jsii-diff/-/jsii-diff-1.45.0.tgz#af1ef5fa79b3e2ac393c29f9f3dbd19a2d543b8f"
integrity sha512-XZh+oaToQJX5/y9VvIrFtEb4rXaV69pp/ennmkaSpLCFEkBXGNJoysREXQeVnmLvZUJfpUxvtMhL6HlPVpmSuQ==
dependencies:
"@jsii/check-node" "1.44.2"
"@jsii/spec" "^1.44.2"
"@jsii/check-node" "1.45.0"
"@jsii/spec" "^1.45.0"
fs-extra "^9.1.0"
jsii-reflect "^1.44.2"
jsii-reflect "^1.45.0"
log4js "^6.3.0"
typescript "~3.9.10"
yargs "^16.2.0"

jsii-pacmak@^1.44.2:
version "1.44.2"
resolved "https://registry.npmjs.org/jsii-pacmak/-/jsii-pacmak-1.44.2.tgz#d086deea284b17b0861b24615eae0a88c330c465"
integrity sha512-TWDNdqjX/h+3IdISdU0rx1TtwDOAW/z3ih+P4Td0Cg9Qgo6szhnJyUvTS/4FNJmwKOx7i5q7zfNchdnu/m9/qg==
jsii-pacmak@^1.45.0:
version "1.45.0"
resolved "https://registry.npmjs.org/jsii-pacmak/-/jsii-pacmak-1.45.0.tgz#341509f88c03b2104d8d6f56557cf787ff379fa5"
integrity sha512-w952TgVg/kRQyoF8zHp6G6y8On3LM5RJXBJ7doWvicWG9v9HXgHA5zfFgkSFCNtM3IcN7htDtg2kVpE7fv+IBw==
dependencies:
"@jsii/check-node" "1.44.2"
"@jsii/spec" "^1.44.2"
"@jsii/check-node" "1.45.0"
"@jsii/spec" "^1.45.0"
clone "^2.1.2"
codemaker "^1.44.2"
codemaker "^1.45.0"
commonmark "^0.30.0"
escape-string-regexp "^4.0.0"
fs-extra "^9.1.0"
jsii-reflect "^1.44.2"
jsii-rosetta "^1.44.2"
jsii-reflect "^1.45.0"
jsii-rosetta "^1.45.0"
semver "^7.3.5"
spdx-license-list "^6.4.0"
xmlbuilder "^15.1.1"
yargs "^16.2.0"

jsii-reflect@1.44.2, jsii-reflect@^1.44.2:
version "1.44.2"
resolved "https://registry.npmjs.org/jsii-reflect/-/jsii-reflect-1.44.2.tgz#252592098a410aaa299e50c883d5c32f2632992e"
integrity sha512-LtmIZ2RMG4A19tWlLB8vwwnN87FvTI9+gs2hRCun/cwDYFTeWx6NM+f+MwdOdliDsgKaZKiE78xuqrMoGmVx/A==
jsii-reflect@1.45.0, jsii-reflect@^1.45.0:
version "1.45.0"
resolved "https://registry.npmjs.org/jsii-reflect/-/jsii-reflect-1.45.0.tgz#8e4bfd062e2a6c9d2571996405069cd392e7668c"
integrity sha512-2oaDz3AKA/0p631TQJCCLUmZ11PXNP+e2GJ01mjUEpwNfEvdLGbfsQ+ThOhVlqP9yP8pmWAOjsQGiXhX4I27lA==
dependencies:
"@jsii/check-node" "1.44.2"
"@jsii/spec" "^1.44.2"
"@jsii/check-node" "1.45.0"
"@jsii/spec" "^1.45.0"
colors "^1.4.0"
fs-extra "^9.1.0"
oo-ascii-tree "^1.44.2"
oo-ascii-tree "^1.45.0"
yargs "^16.2.0"

jsii-rosetta@1.44.2, jsii-rosetta@^1.44.2:
version "1.44.2"
resolved "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-1.44.2.tgz#9dcfd298b14f3b011e2b340382506202ef4d08b5"
integrity sha512-vJTuAOHv/bT/3WHy61VQ9q+tLBqdo9rDw69rk3F3eZ57de0ouiNvuWfFB8tZifLQl5i1+JlLqXyMrAwSO5pJwQ==
jsii-rosetta@1.45.0, jsii-rosetta@^1.45.0:
version "1.45.0"
resolved "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-1.45.0.tgz#34c1eb252e5f16078c48f9b805fceb59d9204834"
integrity sha512-pwuqPmvAfXhU1LMZrcxbvVzeJyrMHEoJSH3P+qCP67TR5X8SGs5efH3HBIbIboGFXclg3c/WSHg+fEgzFs/tKg==
dependencies:
"@jsii/check-node" "1.44.2"
"@jsii/spec" "^1.44.2"
"@jsii/check-node" "1.45.0"
"@jsii/spec" "1.45.0"
"@xmldom/xmldom" "^0.7.5"
commonmark "^0.30.0"
fs-extra "^9.1.0"
jsii "1.45.0"
sort-json "^2.0.0"
typescript "~3.9.10"
workerpool "^6.1.5"
yargs "^16.2.0"

jsii@^1.44.2:
version "1.44.2"
resolved "https://registry.npmjs.org/jsii/-/jsii-1.44.2.tgz#b3cb38c83f81c3897caaf2fde7aaf81e5fe9d0f8"
integrity sha512-1ic7nTL4NB+9dYYPlaIX5ZWUCqdtqwhAF2QoivYwY1PtGUf2Ty3Jy1Ph2pjGe7Qh1HmnFsO91VWfvlxRDmzzvw==
jsii@1.45.0, jsii@^1.45.0:
version "1.45.0"
resolved "https://registry.npmjs.org/jsii/-/jsii-1.45.0.tgz#d37c3dc46594f9c5dc2acb988d8e56179464943c"
integrity sha512-QaCV8d1pFMcFM+cVRRMXI/tfhgylH2T0+vrn51pIMkmA1ixqrBN4gQwTAskrNcjIKVHVndW5eR8IT4MFDMMOqw==
dependencies:
"@jsii/check-node" "1.44.2"
"@jsii/spec" "^1.44.2"
"@jsii/check-node" "1.45.0"
"@jsii/spec" "^1.45.0"
case "^1.6.3"
colors "^1.4.0"
deep-equal "^2.0.5"
Expand Down Expand Up @@ -8107,10 +8125,10 @@ onetime@^5.1.0, onetime@^5.1.2:
dependencies:
mimic-fn "^2.1.0"

oo-ascii-tree@^1.44.2:
version "1.44.2"
resolved "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.44.2.tgz#40e5c72f66dafeab0f9397ed9b2e281ee980afa2"
integrity sha512-AA6Qej04uNEiXFidyOYSZD11rMJcVRf5hCj/CkIYk3VxggiHZT8vNZs5KF7WoFxFR3QrzVU64WvgBEsr5olkvw==
oo-ascii-tree@^1.45.0:
version "1.45.0"
resolved "https://registry.npmjs.org/oo-ascii-tree/-/oo-ascii-tree-1.45.0.tgz#10480ea817ae0593404a1def81c7806544473fdd"
integrity sha512-f/2vTaoy+tUKv0VeQv5EYPHw8Yf/87aWn9iztzgnWHWqV3A8SGabWMbpDswHMZZTXM+Qnwdj+TjyhAMjt3vMhw==

open@^7.4.2:
version "7.4.2"
Expand Down

0 comments on commit 79a674e

Please sign in to comment.