Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps github.com/cloudflare/pint from 0.76.1 to 0.77.1.

Release notes

Sourced from github.com/cloudflare/pint's releases.

v0.77.1

Fixed

  • Fixed a panic when parsing incomplete rules using relaxed mode.

v0.77.0

Added

  • The promql/impossible check will now warn about aggregations and and binary operations that try to operate on labels that are already removed in the query. Example:

    - record: foo
      expr: sum(foo) / on(cluster) sum(bar)

    The above tries to join two series on the cluster label, but sum(...) already removed labels from the results on both side, so there will be no such label on join on.

  • The promql/impossible check will now warn about label joins using group_left(...) and group_right(...) that are not possible or not used in any way.

Fixed

  • For queries using binary expressions between two vectors Prometheus will remove the metric name from resulting series, pint will now also apply the same logic when checking queries.
Changelog

Sourced from github.com/cloudflare/pint's changelog.

v0.77.1

Fixed

  • Fixed a panic when parsing incomplete rules using relaxed mode.

v0.77.0

Added

  • The promql/impossible check will now warn about aggregations and and binary operations that try to operate on labels that are already removed in the query. Example:

    - record: foo
      expr: sum(foo) / on(cluster) sum(bar)

    The above tries to join two series on the cluster label, but sum(...) already removed labels from the results on both side, so there will be no such label on join on.

  • The promql/impossible check will now warn about label joins using group_left(...) and group_right(...) that are not possible or not used in any way.

Fixed

  • For queries using binary expressions between two vectors Prometheus will remove the metric name from resulting series, pint will now also apply the same logic when checking queries.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/cloudflare/pint](https://github.com/cloudflare/pint) from 0.76.1 to 0.77.1.
- [Release notes](https://github.com/cloudflare/pint/releases)
- [Changelog](https://github.com/cloudflare/pint/blob/main/docs/changelog.md)
- [Commits](cloudflare/pint@v0.76.1...v0.77.1)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/pint
  dependency-version: 0.77.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 17, 2025
@dependabot dependabot bot requested a review from povilasv as a code owner November 17, 2025 22:15
@dependabot dependabot bot added the go Pull requests that update Go code label Nov 17, 2025
@dependabot dependabot bot requested a review from skl as a code owner November 17, 2025 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant