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

fix: pinning cdk dependencies #18

Merged
merged 4 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 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.

5 changes: 3 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const project = new GitHubActionTypeScriptProject({
name: 'cdk-diff-action',
projenrcTs: true,
depsUpgradeOptions: {
exclude: ['@aws-cdk/cloudformation-diff', '@aws-cdk/cloud-assembly-schema'],
workflowOptions: {
labels: ['auto-approve'],
schedule: UpgradeDependenciesSchedule.WEEKLY,
Expand Down Expand Up @@ -61,8 +62,8 @@ const project = new GitHubActionTypeScriptProject({
},
deps: [
'@octokit/webhooks-definitions',
'@aws-cdk/cloudformation-diff',
'@aws-cdk/cloud-assembly-schema',
'@aws-cdk/cloudformation-diff@v2.103.1',
'@aws-cdk/cloud-assembly-schema@v2.103.1',
'@actions/exec@^1.1.1',
'@actions/io@^1.1.3',
'@actions/tool-cache@^2.0.0',
Expand Down
2,372 changes: 880 additions & 1,492 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.

417 changes: 2 additions & 415 deletions dist/licenses.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json

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

3 changes: 2 additions & 1 deletion src/assembly.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as path from 'path';
import { AssemblyManifest, Manifest, ArtifactType, AwsCloudFormationStackProperties, NestedCloudAssemblyProperties, BootstrapRole } from '@aws-cdk/cloud-assembly-schema';
import { AssemblyManifest, ArtifactType, AwsCloudFormationStackProperties, NestedCloudAssemblyProperties, BootstrapRole } from '@aws-cdk/cloud-assembly-schema/lib/cloud-assembly';
import { Manifest } from '@aws-cdk/cloud-assembly-schema/lib/manifest';
import * as fs from 'fs-extra';

/**
Expand Down
82 changes: 54 additions & 28 deletions yarn.lock

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