Skip to content

Commit

Permalink
chore: upgrade jsii-pacmak to 1.3.1
Browse files Browse the repository at this point in the history
Version 1.3.0 of jsii-packmak has a bug that makes it impossible
to publish .NET packages generated with it to NuGet.
It was fixed in aws/jsii#1568,
released in version 1.3.1,
so change our yarn.lock file to use that latest version
(fortunately, we use carets in the dependency declarations on jsii-pacmak).
  • Loading branch information
skinny85 committed Apr 18, 2020
1 parent 763b2ab commit ef7cbad
Showing 1 changed file with 47 additions and 32 deletions.
79 changes: 47 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1057,10 +1057,10 @@
"@types/yargs" "^15.0.0"
chalk "^3.0.0"

"@jsii/spec@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.3.0.tgz#38bce9c8cd22198b94fbb8cdd6b076694e57d6e9"
integrity sha512-8YVusMEayPOtEkr4dGsQX5vObgqZqFRN/sbnQ9iYs8+gCXjYbXCw0/9NVr9tfdU9lh/lNSQAWtsxB2QwSVSdbA==
"@jsii/spec@^1.3.0", "@jsii/spec@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@jsii/spec/-/spec-1.3.1.tgz#9b463f09ccc588528abf59157c1e49fc2005c27c"
integrity sha512-y1KB6IcvJE65cGD6Gmp4XV4Y9aEYZ4sQXwDEAwiXjvSLKsmz5KGpgPCtlC3tFYjoc0Jxly01pVOc2UCmOqJypQ==
dependencies:
jsonschema "^1.2.6"

Expand Down Expand Up @@ -3470,10 +3470,10 @@ codemaker@^1.1.0:
decamelize "^1.2.0"
fs-extra "^8.1.0"

codemaker@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.3.0.tgz#b75f6d5448fd63201ee322060b220ca2cd2ec4f1"
integrity sha512-22V8aQ9eCyVC5Ol288zjTtzqmrjs1fZTpM65sVkYNamAFRi0EfkHFWiRwLWPmwVVaR1tjLH6Vw/4UVHbMaGaDw==
codemaker@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/codemaker/-/codemaker-1.3.1.tgz#df094820bbdd55846678d86ab570a4b23c113b3a"
integrity sha512-eFq7n1HipBAyilmuAF3E1QThTRezqh02Y8tVwxHjdRGTGFHrvbN2CuifRBK+3pdi8Jr/hZVyVZ4R346syNGAig==
dependencies:
camelcase "^6.0.0"
decamelize "^1.2.0"
Expand Down Expand Up @@ -7351,40 +7351,40 @@ jsii-diff@^1.3.0:
yargs "^15.3.1"

jsii-pacmak@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/jsii-pacmak/-/jsii-pacmak-1.3.0.tgz#98ebc1a95636ecb9f267afd08fc30eaee79f377b"
integrity sha512-w0MGhpsua2EP2rzIm2bLT/dMrUIRr/RTY3DtkbGWBFZiJ6e5PnBKuIvXHMlUGs40LnJUX6dz3pB1Teqk09coVg==
version "1.3.1"
resolved "https://registry.yarnpkg.com/jsii-pacmak/-/jsii-pacmak-1.3.1.tgz#5a474791d9b63398c3170fc7808604c10c361dc1"
integrity sha512-NkbqaKqj06msr9zvEZdVNOQ3mqaBx69ej2ryjU112Bsek7/oo5+nWSdThT5f4YsvjIhk0fsVb5P3mj52RetiTg==
dependencies:
"@jsii/spec" "^1.3.0"
"@jsii/spec" "^1.3.1"
clone "^2.1.2"
codemaker "^1.3.0"
codemaker "^1.3.1"
commonmark "^0.29.1"
escape-string-regexp "^3.0.0"
fs-extra "^9.0.0"
jsii-reflect "^1.3.0"
jsii-rosetta "^1.3.0"
jsii-reflect "^1.3.1"
jsii-rosetta "^1.3.1"
semver "^7.3.2"
spdx-license-list "^6.2.0"
xmlbuilder "^15.1.1"
yargs "^15.3.1"

jsii-reflect@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.3.0.tgz#38b9c5c1a3ba605f9375a9a81921d81f827ec485"
integrity sha512-ACah3sSocRlzjt7Zx0Vtkt2jr4pz/yzffXVQLQhvHNlA7e5TzZb4QayMcBXf+8EEToQT0Bz+77lgur2QVaQhjg==
jsii-reflect@^1.3.0, jsii-reflect@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/jsii-reflect/-/jsii-reflect-1.3.1.tgz#f4071aa0574f3ac055d60c1cfbaffa2d0bac84ee"
integrity sha512-xu2y5D0f7pU5k2pbjx7EwrLrsMOHEloRo4NoF0ZLwWfxddk03D6tQ4M3j0DDDG0dRWfi90AlgKyDGgMNv3JvbA==
dependencies:
"@jsii/spec" "^1.3.0"
"@jsii/spec" "^1.3.1"
colors "^1.4.0"
fs-extra "^9.0.0"
oo-ascii-tree "^1.3.0"
oo-ascii-tree "^1.3.1"
yargs "^15.3.1"

jsii-rosetta@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-1.3.0.tgz#93f72c7b0d210ca08fdef0fdd03ee397081d9014"
integrity sha512-tdwmkh1s7wErKvrs4/dTC88aOxbSoZAjvViVuJ3cEPQe8fL5wSQgf2rEHqAWv1fkoXVdPY7xhPLgGONhocv+8Q==
jsii-rosetta@^1.3.0, jsii-rosetta@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-1.3.1.tgz#fa505331734de847e264aa5760007bb4f19e902d"
integrity sha512-XCjOlq4y6e8TmtfDH5MI7BBoV9JyANBlF4H2EHwx0EUU7Z/MNshqehEOsYgLdPdQ2MNWKt/uTkCTR7BzzihqUA==
dependencies:
"@jsii/spec" "^1.3.0"
"@jsii/spec" "^1.3.1"
commonmark "^0.29.1"
fs-extra "^9.0.0"
typescript "~3.8.3"
Expand Down Expand Up @@ -8806,10 +8806,10 @@ onetime@^5.1.0:
dependencies:
mimic-fn "^2.1.0"

oo-ascii-tree@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.3.0.tgz#45a235a4a207d6c04aae400a577f78f6d250f97c"
integrity sha512-qtCu1nY6CGm7/zqEynlUxaHLLGYLLjfp96u/IGOyQQ1xuTo/9PI1y7DHhFrKVWRzWlIwo+NXmrUioTzeN3VBDQ==
oo-ascii-tree@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/oo-ascii-tree/-/oo-ascii-tree-1.3.1.tgz#71e6394a1835206c838031a756c4326fcb324641"
integrity sha512-hbBod56uO89NGqaeeEMVMCM+h2QmnC8LvQ8leYyC7rextCPI2g+tdCrhb3dVQe63L0HeQLFISeB72cIImH2u3g==

opener@^1.5.1:
version "1.5.1"
Expand Down Expand Up @@ -8927,13 +8927,20 @@ p-limit@^1.1.0:
dependencies:
p-try "^1.0.0"

p-limit@^2.0.0, p-limit@^2.2.0:
p-limit@^2.0.0:
version "2.2.2"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.2.tgz#61279b67721f5287aa1c13a9a7fbbc48c9291b1e"
integrity sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==
dependencies:
p-try "^2.0.0"

p-limit@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
dependencies:
p-try "^2.0.0"

p-locate@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
Expand Down Expand Up @@ -12497,7 +12504,7 @@ yapool@^1.0.0:
resolved "https://registry.yarnpkg.com/yapool/-/yapool-1.0.0.tgz#f693f29a315b50d9a9da2646a7a6645c96985b6a"
integrity sha1-9pPymjFbUNmp2iZGp6ZkXJaYW2o=

[email protected], yargs-parser@^18.1.1:
[email protected]:
version "18.1.2"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.2.tgz#2f482bea2136dbde0861683abea7756d30b504f1"
integrity sha512-hlIPNR3IzC1YuL1c2UwwDKpXlNFBqD1Fswwh1khz5+d8Cq/8yc/Mn0i+rQXduu8hcrFKvO7Eryk+09NecTQAAQ==
Expand Down Expand Up @@ -12536,6 +12543,14 @@ yargs-parser@^16.1.0:
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs-parser@^18.1.1:
version "18.1.3"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
dependencies:
camelcase "^5.0.0"
decamelize "^1.2.0"

yargs-parser@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-2.4.1.tgz#85568de3cf150ff49fa51825f03a8c880ddcc5c4"
Expand Down

0 comments on commit ef7cbad

Please sign in to comment.