Skip to content

Commit

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

[Workflow Run]: https://github.com/cdk8s-team/cdk8s-cdktf-resolver/actions/runs/6870691802

------

*Automatically created by projen via the "upgrade-runtime-dependencies-main" workflow*
  • Loading branch information
cdk8s-automation authored Nov 15, 2023
1 parent d33d568 commit 42f892d
Show file tree
Hide file tree
Showing 9 changed files with 1,100 additions and 89 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-compiler-dependencies-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-dev-dependencies-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-runtime-dependencies-main.yml

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

5 changes: 5 additions & 0 deletions .projen/deps.json

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

3 changes: 3 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const project = new Cdk8sTeamJsiiProject({
devDeps: ['@cdk8s/projen-common', 'cdktf-cli', 'cdk8s-cli', '@cdktf/provider-aws', 'fs-extra', '@types/fs-extra'],
peerDeps: ['cdktf', 'cdk8s', 'constructs'],
jsiiVersion: '^5',
workflowNodeVersion: '18.17.0',
releaseWorkflowSetupSteps: [
{
uses: 'aws-actions/configure-aws-credentials@v3',
Expand All @@ -33,6 +34,8 @@ const project = new Cdk8sTeamJsiiProject({
npmAccess: NpmAccess.PUBLIC,
});

project.package.addPackageResolutions('npm@^10.2.3');

// ignore integ tests because we will add a dedicated task
// for them that only runs on release
project.jest?.addIgnorePattern('/test/integ/');
Expand Down
13 changes: 7 additions & 6 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 42f892d

Please sign in to comment.