Skip to content

Commit

Permalink
chore: bump projen version (#758)
Browse files Browse the repository at this point in the history
Apparently following #704, projen stopped getting upgrades. We missed a fairly important update that bumps github action versions and fixes peter-evans/create-pull-request#2790
  • Loading branch information
iliapolo committed Apr 15, 2024
1 parent 1ec4a49 commit 5c61a22
Show file tree
Hide file tree
Showing 16 changed files with 1,789 additions and 1,349 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/build.yml

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

3 changes: 1 addition & 2 deletions .github/workflows/pull-request-lint.yml

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

15 changes: 8 additions & 7 deletions .github/workflows/release.yml

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

14 changes: 8 additions & 6 deletions .github/workflows/upgrade-compiler-dependencies-main.yml

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

14 changes: 8 additions & 6 deletions .github/workflows/upgrade-configuration-main.yml

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

14 changes: 8 additions & 6 deletions .github/workflows/upgrade-dev-dependencies-main.yml

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

14 changes: 8 additions & 6 deletions .github/workflows/upgrade-runtime-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 .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.

2 changes: 1 addition & 1 deletion .projenrc.ts
Expand Up @@ -5,7 +5,7 @@ const project = new src.Cdk8sTeamJsiiProject({
description: 'Common projen configuration shared between cdk8s-team org projects.',

// Must use >=, <, because ^ does not have correct semantics for 0.x versions
peerDeps: ['projen@>=0.79.2 <1'],
peerDeps: ['projen@>=0.81.0 <1'],
deps: ['codemaker'],
bundledDeps: ['codemaker', 'deepmerge'],
projenrcTs: true,
Expand Down

0 comments on commit 5c61a22

Please sign in to comment.