Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
chore: bump cdk and projen
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkane committed Oct 8, 2021
1 parent c1e14e3 commit a658952
Show file tree
Hide file tree
Showing 8 changed files with 500 additions and 499 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

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

13 changes: 11 additions & 2 deletions .github/workflows/upgrade.yml

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

2 changes: 1 addition & 1 deletion .gitignore

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

38 changes: 19 additions & 19 deletions .projen/deps.json

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

75 changes: 33 additions & 42 deletions .projen/tasks.json

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

10 changes: 6 additions & 4 deletions .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { AwsCdkTypeScriptApp, DependenciesUpgradeMechanism } = require('projen');
const { AwsCdkTypeScriptApp } = require('projen');
const project = new AwsCdkTypeScriptApp({
cdkVersion: '1.121.0',
cdkVersion: '1.126.0',
defaultReleaseBranch: 'master',
name: 'sonatype-nexus3',
appEntrypoint: 'sonatype-nexus3.ts',
Expand Down Expand Up @@ -58,12 +58,13 @@ const project = new AwsCdkTypeScriptApp({
'aws-eks',
'eks',
],
depsUpgrade: DependenciesUpgradeMechanism.githubWorkflow({
depsUpgradeOptions: {
ignoreProjen: false,
workflowOptions: {
labels: ['auto-approve', 'auto-merge'],
secret: 'PROJEN_GITHUB_TOKEN',
},
}),
},
});
// tricky to override the default synth task
project.tasks._tasks.synth._steps[0] = {
Expand All @@ -72,6 +73,7 @@ project.tasks._tasks.synth._steps[0] = {
project.package.addField('resolutions', {
'pac-resolver': '^5.0.0',
'set-value': '^4.0.1',
'ansi-regex': '^5.0.1',
});
project.addFields({
version: '1.3.0-mainline',
Expand Down
46 changes: 23 additions & 23 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 a658952

Please sign in to comment.