Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update jsii & typescript version to 5.4.0 #1417

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@

const { CdktfProviderProject } = require("@cdktf/provider-project");

/** JSII and TS should always use the same major/minor version range */
const typescriptVersion = "~5.4.0";
const project = new CdktfProviderProject({
useCustomGithubRunner: false,
terraformProvider: "hashicorp/archive@~> 2.2",
cdktfVersion: "^0.20.0",
constructsVersion: "^10.3.0",
minNodeVersion: "18.12.0",
typescriptVersion,
jsiiVersion: typescriptVersion,
typescriptVersion: "~5.4.0", // JSII and TS should always use the same major/minor version range
jsiiVersion: "~5.4.0", // JSII and TS should always use the same major/minor version range
devDeps: ["@cdktf/provider-project@^0.6.0"],
isDeprecated: false,
});
Expand Down
18 changes: 9 additions & 9 deletions docs/dataArchiveFile.go.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions docs/file.go.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/provider.go.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions src/data-archive-file/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// https://registry.terraform.io/providers/hashicorp/archive/2.7.0/docs/data-sources/file
// generated from terraform resource schema

Expand Down
5 changes: 0 additions & 5 deletions src/file/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// https://registry.terraform.io/providers/hashicorp/archive/2.7.0/docs/resources/file
// generated from terraform resource schema

Expand Down
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// generated by cdktf get
export * as file from './file';
export * as dataArchiveFile from './data-archive-file';
Expand Down
5 changes: 0 additions & 5 deletions src/lazy-index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// generated by cdktf get
Object.defineProperty(exports, 'file', { get: function () { return require('./file'); } });
Object.defineProperty(exports, 'dataArchiveFile', { get: function () { return require('./data-archive-file'); } });
Expand Down
5 changes: 0 additions & 5 deletions src/provider/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// https://registry.terraform.io/providers/hashicorp/archive/2.7.0/docs
// generated from terraform resource schema

Expand Down
Loading