From 28cc8c42534f3cefa2c52b654c0de62f56108501 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:06:41 +0300 Subject: [PATCH] chore(deps): upgrade configuration (#2967) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-core/actions/runs/11387619424 ------ *Automatically created by projen via the "upgrade-configuration-2.x" workflow* --- .mergify.yml | 10 +++++----- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 9bda1ccdfb..4613a14bdf 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -12,17 +12,17 @@ queue_rules: - status-success=package-python - status-success=package-dotnet - status-success=package-go + merge_method: squash + commit_message_template: |- + {{ title }} (#{{ number }}) + + {{ body }} pull_request_rules: - name: Automatic merge on approval and successful build actions: delete_head_branch: {} queue: - method: squash name: default - commit_message_template: |- - {{ title }} (#{{ number }}) - - {{ body }} conditions: - "#approved-reviews-by>=1" - -label~=(do-not-merge) diff --git a/package.json b/package.json index 20e4ef55d5..b2ee85ddba 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "jsii-pacmak": "^1.104.0", "jsii-rosetta": "^5", "json-schema-to-typescript": "^10.1.5", - "projen": "^0.88.3", + "projen": "^0.88.4", "ts-jest": "^27", "typescript": "~5.6.3" }, diff --git a/yarn.lock b/yarn.lock index 3b1dc3008b..9fc9e7b033 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5325,10 +5325,10 @@ process@^0.11.10: resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A== -projen@^0.88.3: - version "0.88.3" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.88.3.tgz#d75e1dca5cc0766f986acedc05731590648f15b8" - integrity sha512-VTH2orA3HIrgzdL89w8O2oaogUbKHaORYtM6H/v2biHwNqNJR998MV2eGq4tvynJE/VjFKNZWbf0mveg7p+36w== +projen@^0.88.4: + version "0.88.4" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.88.4.tgz#4f4a02f0125c204d0d3bc5ae2f6d99f0bbb9a653" + integrity sha512-h2OW79w4opcqOhdxyabKWKBAavguQK7MJNXf/msyxpfhybsRllu2BlA6YR88lM9NBVs3k3/SfbuKHC4TB/yMHQ== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"