Skip to content

Commit

Permalink
chore: bumped the CdklabsConstructLibrary version (#78)
Browse files Browse the repository at this point in the history
Upgrades the version for `cdklabs-construct-lib` and effectively bumps the min node version.
  • Loading branch information
rpawlaszek authored Jan 10, 2024
1 parent 21f8429 commit e60c436
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 95 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.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-dev-deps-main.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-main.yml

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

23 changes: 5 additions & 18 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: 0 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const project = new CdklabsConstructLibrary({
authorAddress: '[email protected]',
cdkVersion,
defaultReleaseBranch: 'main',
minNodeVersion: '16.0.0',
projenrcTs: true,
private: false,
repositoryUrl: 'https://github.com/cdklabs/cdk-appflow.git',
Expand Down
26 changes: 15 additions & 11 deletions API.md

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

12 changes: 4 additions & 8 deletions package.json

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

1 change: 0 additions & 1 deletion test/core/flows/on-demand-flow-metrics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ describe('OnDemandFlow metrics', () => {
addAlarmForMetric(stack, flow.metricFlowExecutionRecordsProcessed(), 'FlowExecutionRecordsProcessedAlarm');

const template = Template.fromStack(stack);
console.log(JSON.stringify(template.toJSON()));

template.resourceCountIs('AWS::CloudWatch::Alarm', 5);
template.hasResourceProperties('AWS::CloudWatch::Alarm', {
Expand Down
Loading

0 comments on commit e60c436

Please sign in to comment.