Skip to content

Commit

Permalink
feat: Bump cdk version to 1.71.0
Browse files Browse the repository at this point in the history
feat: Bump cdk version to 1.71.0
feat: Add in dependabot
  • Loading branch information
kcwinner authored Dec 8, 2020
1 parent f121051 commit 34720a4
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 347 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".

version: 2
updates:
- package-ecosystem: npm
versioning-strategy: lockfile-only
directory: /
schedule:
interval: daily
ignore:
- dependency-name: projen
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ tsconfig.json
!/test
!/.github/workflows/build.yml
!/.github/workflows/release.yml
!/.github/dependabot.yml
!/.mergify.yml
!/.github/pull_request_template.md
!/src
!/tsconfig.jest.json
Expand Down
11 changes: 11 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".

pull_request_rules:
- name: Merge pull requests from dependabot if CI passes
conditions:
- author=dependabot[bot]
- status-success=build
actions:
merge:
method: merge
commit_message: title+body
5 changes: 1 addition & 4 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ const project = new AwsCdkConstructLibrary({
keywords: [
"aws",
"cdk",
"aws-cdk",
"appsync",
"amplify",
"transformer"
],
eslint: false,
mergify: false,
dependabot: false,
codeCov: true,
npmignore: [
'appsync/*'
Expand All @@ -39,7 +36,7 @@ const project = new AwsCdkConstructLibrary({
},

// Dependency information
cdkVersion: '1.70.0',
cdkVersion: '1.71.0',
cdkVersionPinning: true,
cdkDependencies: [
'@aws-cdk/aws-appsync',
Expand Down
30 changes: 14 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"organization": false
},
"devDependencies": {
"@aws-cdk/assert": "1.70.0",
"@aws-cdk/assert": "1.71.0",
"@types/jest": "^26.0.15",
"@types/node": "^10.17.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
Expand All @@ -48,21 +48,21 @@
"typescript": "^4.1.2"
},
"peerDependencies": {
"@aws-cdk/aws-appsync": "1.70.0",
"@aws-cdk/aws-cognito": "1.70.0",
"@aws-cdk/aws-dynamodb": "1.70.0",
"@aws-cdk/aws-iam": "1.70.0",
"@aws-cdk/aws-lambda": "1.70.0",
"@aws-cdk/core": "1.70.0",
"@aws-cdk/aws-appsync": "1.71.0",
"@aws-cdk/aws-cognito": "1.71.0",
"@aws-cdk/aws-dynamodb": "1.71.0",
"@aws-cdk/aws-iam": "1.71.0",
"@aws-cdk/aws-lambda": "1.71.0",
"@aws-cdk/core": "1.71.0",
"constructs": "^3.2.27"
},
"dependencies": {
"@aws-cdk/aws-appsync": "1.70.0",
"@aws-cdk/aws-cognito": "1.70.0",
"@aws-cdk/aws-dynamodb": "1.70.0",
"@aws-cdk/aws-iam": "1.70.0",
"@aws-cdk/aws-lambda": "1.70.0",
"@aws-cdk/core": "1.70.0",
"@aws-cdk/aws-appsync": "1.71.0",
"@aws-cdk/aws-cognito": "1.71.0",
"@aws-cdk/aws-dynamodb": "1.71.0",
"@aws-cdk/aws-iam": "1.71.0",
"@aws-cdk/aws-lambda": "1.71.0",
"@aws-cdk/core": "1.71.0",
"graphql": "^15.4.0",
"graphql-auth-transformer": "^6.22.1",
"graphql-connection-transformer": "^4.19.1",
Expand Down Expand Up @@ -92,9 +92,7 @@
"amplify",
"appsync",
"aws",
"aws-cdk",
"cdk",
"transformer"
"cdk"
],
"main": "lib/index.js",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 34720a4

Please sign in to comment.