Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#41)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]:
https://github.com/corymhall/cdk-diff-action/actions/runs/7865597478

------

*Automatically created by projen via the "upgrade-main" workflow*

---------

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
corymhall and github-actions authored Feb 16, 2024
1 parent a7c9da4 commit 2fd0d2b
Show file tree
Hide file tree
Showing 10 changed files with 33,882 additions and 48,757 deletions.
4 changes: 4 additions & 0 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.

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const project = new GitHubActionTypeScriptProject({
'@aws-sdk/credential-providers',
],
devDeps: [
'aws-sdk',
'mock-fs@^5',
'aws-sdk-client-mock',
'@types/mock-fs@^4',
Expand Down
Binary file modified db.json.gz
Binary file not shown.
79,702 changes: 32,482 additions & 47,220 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

116 changes: 58 additions & 58 deletions dist/licenses.txt

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

21 changes: 11 additions & 10 deletions package.json

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

4 changes: 2 additions & 2 deletions src/diff.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ResourceDifference, ResourceImpact, TemplateDiff, diffTemplate } from '@aws-cdk/cloudformation-diff';
import { ResourceDifference, ResourceImpact, TemplateDiff, fullDiff } from '@aws-cdk/cloudformation-diff';
import { CloudFormationClient, GetTemplateCommand, StackNotFoundException } from '@aws-sdk/client-cloudformation';
import { STSClient, GetCallerIdentityCommand } from '@aws-sdk/client-sts';
import { fromTemporaryCredentials } from '@aws-sdk/credential-providers';
Expand Down Expand Up @@ -151,7 +151,7 @@ export class StackDiff {
}
}
try {
const diff = diffTemplate(existingTemplate, this.stack.content);
const diff = fullDiff(existingTemplate, this.stack.content);
const changes = this.evaluateDiff(this.stack.name, diff);
changes.unknownEnvironment = unknownEnv;
return {
Expand Down
Loading

0 comments on commit 2fd0d2b

Please sign in to comment.