Skip to content

Commit

Permalink
feat: update cdk version (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
FabrizioCafolla and github-actions authored Nov 16, 2023
1 parent 3b64d62 commit 3fe4db1
Show file tree
Hide file tree
Showing 10 changed files with 649 additions and 450 deletions.
1 change: 0 additions & 1 deletion .gitattributes

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

7 changes: 0 additions & 7 deletions .github/boring-cyborg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,3 @@ labelPRBasedOnFilePath:
firstPRWelcomeComment: >
Thanks for opening this pull request! Please check out our contributing guidelines.
verifyTitles:
titleRegexp: ^(feat|fix|docs|refactor|test|chore)\((stacks|commons|constructs|layers|ci|docs|structure|deps)\):.*
alwaysUsePrTitle: true
validateEitherPrOrSingleCommitTitle: true
statusTitle: "Title Validator"
successMessage: "Validation successful!"
failureMessage: "Wrong ${type} title: ${title}"
1 change: 0 additions & 1 deletion .gitignore

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

13 changes: 7 additions & 6 deletions .projen/deps.json

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

1 change: 0 additions & 1 deletion .projen/files.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.

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { cdk, javascript, typescript } = require('projen');

const cdkVersion = '2.99.1';
const cdkVersion = '2.109.0';

const project = new cdk.JsiiProject({
author: 'Neulabs',
Expand Down
64 changes: 62 additions & 2 deletions API.md

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

18 changes: 9 additions & 9 deletions package.json

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

Loading

0 comments on commit 3fe4db1

Please sign in to comment.