From 60882ee23743e34b378c593cf049916e76f73136 Mon Sep 17 00:00:00 2001 From: github-team-tf-cdk Date: Mon, 16 Jan 2023 14:55:24 +0000 Subject: [PATCH] chore(deps): Updated --- .github/workflows/auto-close-community-issues.yml | 2 +- .mergify.yml | 8 ++++++++ package.json | 2 +- yarn.lock | 14 +++++++------- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/workflows/auto-close-community-issues.yml b/.github/workflows/auto-close-community-issues.yml index ea54623e8..b999e7170 100644 --- a/.github/workflows/auto-close-community-issues.yml +++ b/.github/workflows/auto-close-community-issues.yml @@ -14,7 +14,7 @@ jobs: permissions: pull-requests: write issues: write - if: github.event.issue.author_association != 'OWNER' && github.event.issue.author_association != 'COLLABORATOR' + if: github.event.issue.author_association != 'OWNER' && github.event.issue.author_association != 'MEMBER' && github.event.issue.author_association != 'COLLABORATOR' steps: - name: Auto-close issues by non-collaborators uses: peter-evans/close-issue@v2 diff --git a/.mergify.yml b/.mergify.yml index 21662cf57..1baaa4eed 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -22,6 +22,14 @@ pull_request_rules: - -label~=(do-not-merge) - -draft - author=team-tf-cdk + - name: Automatically close stale PRs + actions: + close: + message: Closing this automatic PR, if it has not merged there is most likely a CI or CDKTF issue preventing it from merging + conditions: + - author=team-tf-cdk + - -draft + - created-at>=1 day ago - name: Automatic merge on approval and successful build actions: delete_head_branch: {} diff --git a/package.json b/package.json index d5d592121..c6ffc665c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "jsii-pacmak": "^1.73.0", "node-fetch": "cjs", "npm-check-updates": "^16", - "projen": "^0.66.9", + "projen": "^0.67.0", "standard-version": "^9", "typescript": "^4.9.4" }, diff --git a/yarn.lock b/yarn.lock index 39d812d47..6a8cbe871 100644 --- a/yarn.lock +++ b/yarn.lock @@ -160,9 +160,9 @@ jsii-srcmak "^0.1.741" "@cdktf/provider-project@^0.2.8": - version "0.2.86" - resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.2.86.tgz#5166471f4b5b987b6eec35456e2a21d8d9e86978" - integrity sha512-0kp46Mh1bCaA6qyfWSfIiqcsEZd7ectrclTx+mckr99zySRlmfle8ozpGn6b/3gS++t+XE3wAiE4JezmKF6AbQ== + version "0.2.88" + resolved "https://registry.yarnpkg.com/@cdktf/provider-project/-/provider-project-0.2.88.tgz#f2c8f005e328e260b129eb18235648b89e14063b" + integrity sha512-L7DlrgtGTXwCx3YqrVnlgIg9Zj4nrwqFV8OKozSDSLwvD4JLOr5lBAQxzqNi6UfKE+EDLHC3Lc8j3fS5OWt7WQ== dependencies: change-case "^4.1.2" fs-extra "^10.1.0" @@ -3267,10 +3267,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.66.9: - version "0.66.9" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.66.9.tgz#abc88b08c276912652f15e40f677db380ad484b4" - integrity sha512-lfjcKUSMOZ7RZ6h4sbwJgp1TAcchT9RFPehP7geV/2bIQfrBMc1rVL3ksKN3GYepcSEkgEn/6seL5Dy2Wzo0Ew== +projen@^0.67.0: + version "0.67.0" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.67.0.tgz#8983da9bc9295f13190933d0250df83a191ce940" + integrity sha512-ooURFs8kBWQhRXx91NHUGvQL4EWE5trDXtZStXEx2Tq4+RN1XoaiKug0h/5g6RQXvk6nPgzCYyho2dr0dul0NQ== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"