Skip to content

Commit

Permalink
chore: bump jsii to 5.7 (#32595)
Browse files Browse the repository at this point in the history
We just bumped to 5.6 for the speed. Now we're just bumping to 5.7 to get the latest and greatest new TypeScript features!

----

*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 Dec 19, 2024
1 parent e03dee1 commit af9e03a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"glob": "^7.2.3",
"jest": "^29.7.0",
"jest-junit": "^13.2.0",
"jsii": "~5.6.0",
"jsii": "~5.7.0",
"jsii-rosetta": "~5.4.36",
"jsii-pacmak": "1.104.0",
"jsii-reflect": "1.104.0",
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13601,10 +13601,10 @@ jsii@~5.4.0:
typescript "~5.4"
yargs "^17.7.2"

jsii@~5.6.0:
version "5.6.4"
resolved "https://registry.npmjs.org/jsii/-/jsii-5.6.4.tgz#105774013380a51469528aad127bc3508df41e9c"
integrity sha512-ZfrnPJeuIQJscs3NN8jAYy246DByFcgTIRomoAOM0PY9nfRx/8qXLkWI2LZ49Zmh7WNzqVt8dBCJ6+z1CUqdpQ==
jsii@~5.7.0:
version "5.7.3"
resolved "https://registry.npmjs.org/jsii/-/jsii-5.7.3.tgz#5f35be6529cf316cd903692112ad8321aa710ab4"
integrity sha512-YhXN1vNHDHbGMkER9CpCFyleeOA4SuFS+J8U0LCyKOAqtmw8DkbBiHP/6kYyJBd/Wl0Z7CdapMoL7UDAQBWUuA==
dependencies:
"@jsii/check-node" "1.106.0"
"@jsii/spec" "^1.106.0"
Expand All @@ -13616,7 +13616,7 @@ jsii@~5.6.0:
semver-intersect "^1.5.0"
sort-json "^2.0.1"
spdx-license-list "^6.9.0"
typescript "~5.6"
typescript "~5.7"
yargs "^17.7.2"

[email protected]:
Expand Down Expand Up @@ -18254,7 +18254,7 @@ typescript-json-schema@^0.65.1:
typescript "~5.5.0"
yargs "^17.1.1"

"typescript@>=3 < 6", typescript@~5.6, typescript@~5.6.3:
"typescript@>=3 < 6", typescript@~5.6.3:
version "5.6.3"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
Expand All @@ -18279,6 +18279,11 @@ typescript@~5.5.0, typescript@~5.5.2:
resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==

typescript@~5.7:
version "5.7.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==

uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"
resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
Expand Down

0 comments on commit af9e03a

Please sign in to comment.