Uh oh!
There was an error while loading. Please reload this page.
chore: bump ariadne from 0.5.1 to 0.6.0 - #5543
Conversation
f532e32 to
839c4d3Comparesnth
commented
Mar 27, 2026
@dependabot rebase |
839c4d3 to
2b8359cCompareprql-bot
commented
May 17, 2026
CI failing on this PR — |
…ution (#605) ## Summary Step 3 of the nightly skill only looked for conflicted PRs authored by `$BOT_LOGIN`, so Dependabot/Renovate PRs left in `CONFLICTING` after the bot stopped rebasing (typically lockfile rewrites on `main` that the bump also touched) sat untouched forever. This change extends Step 3 to also query `app/dependabot` and `app/renovate`. For each upstream-bot PR, after confirming the branch carries no human commits, the nightly run triggers the bot's own rebuild path rather than rebasing manually — the bot owns the branch and force-pushes, so a manual rebase would be discarded: - `dependabot[bot]` → post `@dependabot recreate` as a comment - `renovate[bot]` → edit the PR body to tick `[x] <!-- rebase-check -->` (Renovate has no comment-based rebase command) `pre-commit-ci[bot]` is intentionally not included — it has no recreate/rebase mechanism; conflicted autoupdate PRs get superseded by the next weekly run. Inline note flags the `app/dependabot` (PR `--author` slug) vs `dependabot[bot]` (commit-author login) discrepancy so the no-human-commits check doesn't false-positive on the bot's own commits. ## Test plan - [ ] Next PRQL nightly picks up `PRQL/prql#5374` (notify), `PRQL/prql#5543` (ariadne), `PRQL/pyprql#632` and posts `@dependabot recreate` on each - [ ] Dependabot rebuilds the branches and the PRs go from `DIRTY` to `CLEAN`
prql-bot
commented
May 31, 2026
@dependabot recreate |
2b8359c to
8f096f8Compare
prql-bot
left a comment
There was a problem hiding this comment.
Recreated on top of the MSRV bump to 1.81.0 (#5966), but test-msrv still fails: ariadne 0.6.0 declares MSRV 1.85.0 (const fn floating-point arithmetic in draw.rs — stabilized in 1.82), while this repo's rust-version is 1.81.0.
Two paths for a maintainer decision:
- Bump
prqlc/prqlc/Cargo.tomlrust-versionfrom1.81.0to1.85.0and merge. - Close this and stay on
0.5.1until ariadne's MSRV stops being a blocker.
Not auto-pushing the MSRV bump — that's a policy call. Happy to push the bump if a maintainer confirms (1) is the right path.
prql-bot
commented
Aug 30, 2026
The MSRV blocker on this PR is now cleared. ariadne 0.6.0 requires Rust 1.85.0, and #6246 raised the workspace Not approving yet: the green results on this head are from 2026-05-31, against a base whose MSRV was still 1.81.0. Recreating below to get a fresh run; a later weekly pass can approve on the new head. What was checked
|
prql-bot
commented
Aug 30, 2026
@dependabot recreate |
Bumps [ariadne](https://github.com/zesterer/ariadne) from 0.5.1 to 0.6.0. - [Changelog](https://github.com/zesterer/ariadne/blob/main/CHANGELOG.md) - [Commits](https://github.com/zesterer/ariadne/commits) --- updated-dependencies: - dependency-name: ariadne dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
8f096f8 to
45f0ff8Compareprql-bot
commented
Aug 30, 2026
Confirmed on the recreated head ( Leaving approval to a later pass rather than approving on a partially-settled run — but if the remaining matrix comes back clean, this is ready to merge as-is. |
Uh oh!
There was an error while loading. Please reload this page.
Bumps ariadne from 0.5.1 to 0.6.0.
Changelog
Sourced from ariadne's changelog.
Commits