Skip to content

Commit 85e3e7c

Browse files
committed
fix: upgrade toolkit-lib and use stack displayName
This upgrades toolkit-lib to the latest version which fixes the libCheck typechecking. In the latest version toolkit-lib also updates the diff to use the stack display name instead of the name/id so this updates the action to also use the display name.
1 parent f0cc29b commit 85e3e7c

File tree

17 files changed

+18264
-21062
lines changed

17 files changed

+18264
-21062
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-main.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import { github, typescript } from 'projen';
2-
import { Transform, UpgradeDependenciesSchedule } from 'projen/lib/javascript';
2+
import { NodePackageManager, Transform, UpgradeDependenciesSchedule } from 'projen/lib/javascript';
33
import { JsonPatch } from 'projen/lib/json-patch';
44
import { GitHubActionTypeScriptProject, RunsUsing } from 'projen-github-action-typescript';
55
const project = new GitHubActionTypeScriptProject({
66
majorVersion: 1,
77
defaultReleaseBranch: 'main',
88
authorEmail: '43035978+corymhall@users.noreply.github.com',
99
authorName: 'Cory Hall',
10+
packageManager: NodePackageManager.NPM,
1011
name: 'cdk-diff-action',
1112
githubOptions: {
1213
mergify: false,
@@ -129,15 +130,11 @@ const project = new GitHubActionTypeScriptProject({
129130
tsconfig: {
130131
compilerOptions: {
131132
lib: ['es2022', 'esnext'],
132-
// TODO: https://github.com/aws/aws-cdk-cli/issues/418
133-
skipLibCheck: true,
134133
},
135134
},
136135
tsconfigDev: {
137136
compilerOptions: {
138137
lib: ['es2022', 'esnext'],
139-
// TODO: https://github.com/aws/aws-cdk-cli/issues/418
140-
skipLibCheck: true,
141138
},
142139
},
143140
jestOptions: {

dist/index.js

Lines changed: 4487 additions & 12222 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 26 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)