Skip to content

Commit

Permalink
chore(deps): remove deprecated dependencies and bump aws-cdk (#256)
Browse files Browse the repository at this point in the history
Fixes #255 

BREAKING CHANGE: `cloudstructs` now requires `aws-cdk-lib` >= 2.112.0
  • Loading branch information
andreialecu authored Feb 23, 2024
1 parent 0ad4e6f commit 347db65
Show file tree
Hide file tree
Showing 31 changed files with 3,746 additions and 2,874 deletions.
12 changes: 1 addition & 11 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.

7 changes: 2 additions & 5 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
authorName: 'Jonathan Goldwasser',
description: 'High-level constructs for AWS CDK',
jsiiVersion: '5.x',
cdkVersion: '2.1.0',
cdkVersion: '2.112.0',
name: 'cloudstructs',
repository: 'https://github.com/jogold/cloudstructs.git',
peerDeps: [
'@aws-cdk/aws-apigatewayv2-alpha@^2.1.0-alpha.0',
'@aws-cdk/aws-apigatewayv2-integrations-alpha@^2.1.0-alpha.0',
],
peerDeps: [],
bundledDeps: [
'got',
'@slack/web-api',
Expand Down
40 changes: 38 additions & 2 deletions API.md

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

8 changes: 2 additions & 6 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/slack-events/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as apigatewayv2 from '@aws-cdk/aws-apigatewayv2-alpha';
import * as integrations from '@aws-cdk/aws-apigatewayv2-integrations-alpha';
import * as cdk from 'aws-cdk-lib';
import * as apigatewayv2 from 'aws-cdk-lib/aws-apigatewayv2';
import * as integrations from 'aws-cdk-lib/aws-apigatewayv2-integrations';
import * as events from 'aws-cdk-lib/aws-events';
import * as logs from 'aws-cdk-lib/aws-logs';
import { Construct } from 'constructs';
Expand Down

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

5 changes: 3 additions & 2 deletions test/dmarc/__snapshots__/dmarc-reporter.test.ts.snap

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

Loading

0 comments on commit 347db65

Please sign in to comment.