Skip to content

chore(deps): upgrade dependencies#15

Open
nicolaracco wants to merge 1 commit intomainfrom
github-actions/upgrade-main
Open

chore(deps): upgrade dependencies#15
nicolaracco wants to merge 1 commit intomainfrom
github-actions/upgrade-main

Conversation

@nicolaracco
Copy link
Copy Markdown
Contributor

@nicolaracco nicolaracco commented Oct 3, 2024

Upgrades project dependencies. See details in workflow run.


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

@nicolaracco nicolaracco force-pushed the github-actions/upgrade-main branch 8 times, most recently from a50fe0f to 513096b Compare October 11, 2024 00:20
@nicolaracco nicolaracco force-pushed the github-actions/upgrade-main branch 7 times, most recently from 7e37920 to bb4c3d4 Compare October 18, 2024 00:21
@nicolaracco nicolaracco force-pushed the github-actions/upgrade-main branch 8 times, most recently from f5ac55b to d74fe11 Compare October 26, 2024 00:20
@nicolaracco nicolaracco force-pushed the github-actions/upgrade-main branch 7 times, most recently from 5092e83 to 78a9a16 Compare November 2, 2024 00:21
@nicolaracco nicolaracco force-pushed the github-actions/upgrade-main branch 8 times, most recently from a35577c to dfb7c66 Compare November 29, 2024 00:22
@nicolaracco nicolaracco force-pushed the github-actions/upgrade-main branch 7 times, most recently from a15777f to e96f3c0 Compare December 6, 2024 00:23
@nicolaracco nicolaracco force-pushed the github-actions/upgrade-main branch 6 times, most recently from 198ef53 to aaacabb Compare December 12, 2024 00:23
cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

cursor[bot]

This comment was marked as outdated.

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Free Tier Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Mergify conditions moved from merge-time to queue-entry checks
    • Changed queue_conditions to merge_conditions to restore merge-time validation, ensuring approvals and status checks are enforced when the PR is actually merged from the queue.

Create PR

Or push these changes by commenting:

@cursor push 3c0e7d79e4
Preview (3c0e7d79e4)
diff --git a/.mergify.yml b/.mergify.yml
--- a/.mergify.yml
+++ b/.mergify.yml
@@ -3,7 +3,7 @@
 queue_rules:
   - name: default
     update_method: merge
-    queue_conditions:
+    merge_conditions:
       - "#approved-reviews-by>=1"
       - -label~=(do-not-merge)
       - status-success=build

This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.

- name: default
update_method: merge
conditions:
queue_conditions:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mergify conditions moved from merge-time to queue-entry checks

Medium Severity

The conditions field in queue_rules was the old name for merge_conditions (verified at merge time). This PR changes it to queue_conditions, which is a semantically different field — it controls queue entry, not merge-time validation. No merge_conditions are specified, so conditions like #approved-reviews-by>=1 and status-success checks are no longer enforced when the PR is actually merged from the queue. If an approval is withdrawn or a status check fails after a PR enters the queue, the merge may still proceed.

Fix in Cursor Fix in Web

@cursor
Copy link
Copy Markdown

cursor bot commented Mar 13, 2026

You have used all of your free Bugbot PR reviews.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

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

[Workflow Run]: https://github.com/condensetech/cdk-constructs/actions/runs/23967376132

------

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

Signed-off-by: github-actions <github-actions@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant