Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#2)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade dependencies

Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/Hawxy/cdk-tailscale-bastion/actions/runs/3057311123

------

*Automatically created by projen via the "upgrade-main" workflow*

Signed-off-by: github-actions <github-actions@github.com>

* Remove previous jest workaround

* Make dep upgrades weekly

* chore: self mutation

Signed-off-by: github-actions <github-actions@github.com>

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: github-actions <github-actions@github.com>
Hawxy and github-actions authored Sep 15, 2022
1 parent 5aaa400 commit 9be7777
Showing 6 changed files with 526 additions and 467 deletions.
1 change: 1 addition & 0 deletions .gitattributes

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-main.yml

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

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

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

5 changes: 2 additions & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { awscdk } from 'projen';
import { UpgradeDependenciesSchedule } from 'projen/lib/javascript';
const project = new awscdk.AwsCdkConstructLibrary({
author: 'JT',
authorAddress: 'Hawxy@users.noreply.github.com',
@@ -19,9 +20,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
'tailscale',
'vpc',
],
jestOptions: {
jestVersion: '^27.0.0', // https://github.com/aws/jsii/issues/3619#issuecomment-1169686716
},
depsUpgradeOptions: { workflowOptions: { schedule: UpgradeDependenciesSchedule.WEEKLY } },
});
// remove in future version of projen
project.jest!.addTestMatch('**/?(*.)@(spec|test).[tj]s?(x)');
24 changes: 13 additions & 11 deletions package.json

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

955 changes: 506 additions & 449 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 9be7777

Please sign in to comment.