Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 24, 2023
1 parent 4993654 commit d98f166
Show file tree
Hide file tree
Showing 13 changed files with 868 additions and 1,167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml

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

14 changes: 7 additions & 7 deletions .github/workflows/build.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/pull-request-lint.yml

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

14 changes: 7 additions & 7 deletions .github/workflows/release.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-cdktf.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/upgrade-main.yml

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

4 changes: 2 additions & 2 deletions .projen/deps.json

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

4 changes: 2 additions & 2 deletions .projen/tasks.json

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

12 changes: 6 additions & 6 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ import { CustomizedLicense } from "./projenrc/customized-license";
import { UpgradeCDKTF } from "./projenrc/upgrade-cdktf";

const githubActionPinnedVersions = {
"actions/checkout": "8ade135a41bc03ea155e62e844d188df1ea18608", // v4.1.0
"actions/checkout": "b4ffde65f46336ab88eb53be808477a3936bae11", // v4.1.1
"actions/download-artifact": "9bc31d5ccc31df68ecc42ccf4149144866c47d8a", // v3.0.2
"actions/github-script": "d7906e4ad0b1822421a7e6a35d5ca353c962f410", // v6.4.1
"actions/setup-node": "5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d", // v3.8.1
"actions/github-script": "60a0d83039c74a4aee543508d2ffcb1c3799cdea", // v7.0.1
"actions/setup-node": "8f152de45cc393bb48ce5d89d36b731f54556e65", // v4.0.0
"actions/upload-artifact": "a8a3f3ad30e3422c9c7b888a15615d19a852ae32", // v3.1.3
"amannn/action-semantic-pull-request":
"47b15d52c5c30e94a17ec87eb8dd51ff5221fed9", // v5.3.0
"e9fabac35e210fea40ca5b14c0da95a099eff26f", // v5.4.0
"peter-evans/create-pull-request": "153407881ec5c347639a548ade7d8ad1d6740e38", // v5.0.2
};

Expand All @@ -32,6 +32,7 @@ const project = new ConstructLibraryCdktf({
prettier: true,
projenrcTs: true,
licensed: false,
pullRequestTemplate: false,
npmAccess: NpmAccess.PUBLIC,
mergify: false,
depsUpgradeOptions: {
Expand Down Expand Up @@ -69,8 +70,7 @@ const project = new ConstructLibraryCdktf({
packageName: "tfmodulestack",
},
docgen: false,
jsiiVersion: "^5.1.0",
pullRequestTemplate: false,
jsiiVersion: "~5.2.0",
});

new CustomizedLicense(project);
Expand Down
14 changes: 7 additions & 7 deletions package.json

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

Loading

0 comments on commit d98f166

Please sign in to comment.