Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#1806)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/neilkuan/cdk-aurora-globaldatabase/actions/runs/7777827696

------

*Automatically created by projen via the "upgrade-master" workflow*
  • Loading branch information
neilkuan authored Feb 6, 2024
1 parent 12bdc4b commit d083012
Show file tree
Hide file tree
Showing 11 changed files with 254 additions and 187 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml

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

8 changes: 4 additions & 4 deletions .github/workflows/release-cdkv1.yml

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

8 changes: 4 additions & 4 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-cdkv1.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-master.yml

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

11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install && yarn run build
command: yarn run watch


29 changes: 8 additions & 21 deletions .projen/deps.json

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

6 changes: 3 additions & 3 deletions .projen/tasks.json

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

12 changes: 9 additions & 3 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
announce: false,
},
compat: true,
cdkVersion: '2.45.0',
cdkVersion: '2.126.0',
/**
* we default release the main branch(cdkv2) with major version 2.
*/
Expand Down Expand Up @@ -46,8 +46,14 @@ const project = new awscdk.AwsCdkConstructLibrary({
module: 'cdk_aurora_globaldatabase',
},
rebuildBot: false,
workflowNodeVersion: '^16',
typescriptVersion: '4.8.4',
devDeps: [
'ts-jest@29.1.2',
'jsii-rosetta@5.0.x',
],
minNodeVersion: '20.10.0',
workflowNodeVersion: '20.10.0',
typescriptVersion: '^5',
jsiiVersion: '5.3.x',
});

const common_exclude = ['cdk.out', 'cdk.context.json', 'image', 'yarn-error.log', 'coverage', 'venv'];
Expand Down
19 changes: 9 additions & 10 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 d083012

Please sign in to comment.