diff --git a/.github/workflows/upgrade-jsii-typescript.yml b/.github/workflows/upgrade-jsii-typescript.yml index 427980a..afe03d2 100644 --- a/.github/workflows/upgrade-jsii-typescript.yml +++ b/.github/workflows/upgrade-jsii-typescript.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: inputs: version: - description: New JSII/TypeScript version (e.g. "5.4.0"), without carets or tildes + description: New JSII/TypeScript version (e.g. "5.5.0"), without carets or tildes required: false type: string concurrency: diff --git a/.projen/deps.json b/.projen/deps.json index e959dfa..19a08ac 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -94,12 +94,12 @@ }, { "name": "jsii-rosetta", - "version": "~5.4.0", + "version": "~5.5.0", "type": "build" }, { "name": "jsii", - "version": "~5.4.0", + "version": "~5.5.0", "type": "build" }, { @@ -120,7 +120,7 @@ }, { "name": "typescript", - "version": "~5.4.0", + "version": "~5.5.0", "type": "build" }, { diff --git a/.projenrc.ts b/.projenrc.ts index 27d13a3..b9af4f2 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -31,7 +31,7 @@ const githubActionPinnedVersions = { }; /** JSII and TS should always use the same major/minor version range */ -const typescriptVersion = "~5.4.0"; +const typescriptVersion = "~5.5.0"; const project = new cdk.JsiiProject({ name: "@cdktf/provider-project", author: "HashiCorp", diff --git a/package.json b/package.json index 3364af8..84c7ee0 100644 --- a/package.json +++ b/package.json @@ -54,16 +54,16 @@ "glob": "^7.2.3", "jest": "^29", "jest-junit": "^15", - "jsii": "~5.4.0", + "jsii": "~5.5.0", "jsii-diff": "^1.106.0", "jsii-docgen": "^10.5.0", "jsii-pacmak": "^1.106.0", - "jsii-rosetta": "~5.4.0", + "jsii-rosetta": "~5.5.0", "prettier": "^2.8.8", "projen": "0.87.4", "ts-jest": "^29", "ts-node": "^10.9.2", - "typescript": "~5.4.0" + "typescript": "~5.5.0" }, "peerDependencies": { "constructs": "^10.4.2", diff --git a/yarn.lock b/yarn.lock index 75fc38b..81a79a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3672,10 +3672,10 @@ jsii-reflect@^1.106.0: oo-ascii-tree "^1.106.0" yargs "^16.2.0" -jsii-rosetta@~5.4.0: - version "5.4.54" - resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.4.54.tgz#2b07aa0cf331a51c0d86558e3dc80d023b678566" - integrity sha512-pdrik+yKl3vMgTYJaGZwfzwIGcYvj2wSNvIaRW+0Z/oEEcvhKIgf+Eh/Q+Zml2EgIxNDPfT7X8IyBZXrJlksaA== +jsii-rosetta@~5.5.0: + version "5.5.24" + resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.5.24.tgz#3a9050b8ed04ceefc822a9c044c6c257a949d95c" + integrity sha512-3s5OQZLaJUalbyuZdpAgJXuLjt7WFjcUJZMc5js+JnykhgpWhZxeYAm/SYDPjFWv++wqE+3ZnkQkzSl4cJ3JhQ== dependencies: "@jsii/check-node" "1.106.0" "@jsii/spec" "^1.106.0" @@ -3683,18 +3683,18 @@ jsii-rosetta@~5.4.0: chalk "^4" commonmark "^0.31.2" fast-glob "^3.3.3" - jsii "~5.4.0" + jsii "~5.5.0" semver "^7.6.3" semver-intersect "^1.5.0" stream-json "^1.9.1" - typescript "~5.4" + typescript "~5.5" workerpool "^6.5.1" yargs "^17.7.2" -jsii@~5.4.0: - version "5.4.49" - resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.4.49.tgz#74222ceb191d08418bfa7533ec92a9028196ee5c" - integrity sha512-051qbthexhSCRjcPRN35rVjdAXpsb7PQf3zwRhZCgi4byMC8wh//d223sKVKEXO88CZfvwKprCCtMlmEigO3Vw== +jsii@~5.5.0: + version "5.5.19" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.5.19.tgz#1f139f5d85707c7fb3792bec2ffd179d9e14c18f" + integrity sha512-JSW3AGLp885JW2yyr5JJmwHV4TGuHXT6LhZLqLwHHJk9xpGcxZJn8p5gE3a3LazjqqXR0750ua0Asjr6HW4f1A== dependencies: "@jsii/check-node" "1.106.0" "@jsii/spec" "^1.106.0" @@ -3707,7 +3707,7 @@ jsii@~5.4.0: semver-intersect "^1.5.0" sort-json "^2.0.1" spdx-license-list "^6.9.0" - typescript "~5.4" + typescript "~5.5" yargs "^17.7.2" json-buffer@3.0.1: @@ -5302,10 +5302,10 @@ typescript@next: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.0-dev.20250126.tgz#0a3a111eb8ac213e56fb7ef252998e5a78e0f70e" integrity sha512-O6/x8/wq0TtUsgg/pW0Roc5cnWGbE+NMSul1fGjWzjZOpaoZ4Oj2QeNS1VJp3ef0FoU/yI3FmyniWBa3vBleGw== -typescript@~5.4, typescript@~5.4.0: - version "5.4.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" - integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== +typescript@~5.5, typescript@~5.5.0: + version "5.5.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" + integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== uglify-js@^3.1.4: version "3.19.3"