Update dependency open-policy-agent/regal to v0.38.1 #1

Merged
volker.raschek merged 1 commits from renovate/open-policy-agent-regal-0.x into master 2026-01-25 14:36:58 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
open-policy-agent/regal patch 0.38.0 -> 0.38.1

Release Notes

open-policy-agent/regal (open-policy-agent/regal)

v0.38.1

Compare Source

This patch release fixes several bugs including some found in the recent v0.38.0 release, as well some other improvements.

Bug Fixes

Improvements

  • Code action for prefer-equals-comparison fixer now available in the language server (#​1810)
  • New option for prefer-value-in-head rule to count interpolated strings as scalars (#​1817)
  • Minor performance improvement for any_set_item, used for selecting items from sets (#​1815)

Changelog


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [open-policy-agent/regal](https://github.com/open-policy-agent/regal) | patch | `0.38.0` -> `0.38.1` | --- ### Release Notes <details> <summary>open-policy-agent/regal (open-policy-agent/regal)</summary> ### [`v0.38.1`](https://github.com/open-policy-agent/regal/releases/tag/v0.38.1) [Compare Source](https://github.com/open-policy-agent/regal/compare/v0.38.0...v0.38.1) This patch release fixes several bugs including some found in the recent [v0.38.0](https://github.com/open-policy-agent/regal/releases/tag/v0.38.0) release, as well some other improvements. #### Bug Fixes - Fix for `prefer-equals-comparison` fixer failing to parse policies with multiple "=" in expressions ([#&#8203;1824](https://github.com/open-policy-agent/regal/issues/1824), fixes [#&#8203;1818](https://github.com/open-policy-agent/regal/issues/1818) reported by [@&#8203;gusega](https://github.com/gusega)) - Fix for incorrect fixable violation count display in lint output ([#&#8203;1825](https://github.com/open-policy-agent/regal/issues/1825), fixes [#&#8203;1813](https://github.com/open-policy-agent/regal/issues/1813) reported by [@&#8203;gusega](https://github.com/gusega)) - Fix for false positive in `prefer-equals-comparison` rule with comprehension term vars ([#&#8203;1828](https://github.com/open-policy-agent/regal/issues/1828), fixes [#&#8203;1826](https://github.com/open-policy-agent/regal/issues/1826) reported by [@&#8203;SeanLedford](https://github.com/SeanLedford)) - bundle: Surface configured rule notices as messages in lint output ([#&#8203;1827](https://github.com/open-policy-agent/regal/issues/1827), fixes [#&#8203;1795](https://github.com/open-policy-agent/regal/issues/1795) reported by [@&#8203;ghmer](https://github.com/ghmer)) #### Improvements - Code action for `prefer-equals-comparison` fixer now available in the language server ([#&#8203;1810](https://github.com/open-policy-agent/regal/issues/1810)) - New option for `prefer-value-in-head` rule to count interpolated strings as scalars ([#&#8203;1817](https://github.com/open-policy-agent/regal/issues/1817)) - Minor performance improvement for `any_set_item`, used for selecting items from sets ([#&#8203;1815](https://github.com/open-policy-agent/regal/issues/1815)) #### Changelog - [`f1c5f74`](https://github.com/open-policy-agent/regal/commit/f1c5f74988260b96f9c67ac83a77f25b91291315): bundle: Improve performance of any\_set\_item ([#&#8203;1815](https://github.com/open-policy-agent/regal/issues/1815)) ([@&#8203;charlieegan3](https://github.com/charlieegan3)) - [`9300420`](https://github.com/open-policy-agent/regal/commit/9300420de7f73069c42ccabf40997259289b30da): Implemented Code action for prefer-equals-comparison fixer ([#&#8203;1810](https://github.com/open-policy-agent/regal/issues/1810)) ([@&#8203;SeanLedford](https://github.com/SeanLedford)) - [`28121f0`](https://github.com/open-policy-agent/regal/commit/28121f089c214fa368423447814e572c6d8b0955): build(deps): bump github/codeql-action in the dependencies group ([#&#8203;1823](https://github.com/open-policy-agent/regal/issues/1823)) ([@&#8203;dependabot](https://github.com/dependabot)\[bot]) - [`54cdcb6`](https://github.com/open-policy-agent/regal/commit/54cdcb674fa580b7bce384bff2fdc9caf9ee3a22): Add `prefer-value-in-head` option to count interpolated string as scalar ([#&#8203;1817](https://github.com/open-policy-agent/regal/issues/1817)) ([@&#8203;anderseknert](https://github.com/anderseknert)) - [`e68184d`](https://github.com/open-policy-agent/regal/commit/e68184d2617e25f8a549ddc15421fdd947cb98d0): Fix false positivie in prefer-equals-comparison ([#&#8203;1828](https://github.com/open-policy-agent/regal/issues/1828)) ([@&#8203;anderseknert](https://github.com/anderseknert)) - [`593e221`](https://github.com/open-policy-agent/regal/commit/593e22107baf22a46fe93c6a4077bd2936b4aadf): fix: Prefer-Equals-Comparison Edge Case With Multiple "=" ([#&#8203;1824](https://github.com/open-policy-agent/regal/issues/1824)) ([@&#8203;SeanLedford](https://github.com/SeanLedford)) - [`3dc28bb`](https://github.com/open-policy-agent/regal/commit/3dc28bb732695e14bcc820972f57d63479b7057b): bundle: Surface configured rule notices ([#&#8203;1827](https://github.com/open-policy-agent/regal/issues/1827)) ([@&#8203;charlieegan3](https://github.com/charlieegan3)) - [`aac9618`](https://github.com/open-policy-agent/regal/commit/aac961813de240184180cbf433c8d1f9751c410d): Updated lint reporter to track fixable violation count separate from fixable violation Set ([#&#8203;1825](https://github.com/open-policy-agent/regal/issues/1825)) ([@&#8203;SeanLedford](https://github.com/SeanLedford)) - [`fd6dd4d`](https://github.com/open-policy-agent/regal/commit/fd6dd4d160ef7eafee9d5d606f2e8536ce889bb0): Updated example for prefer-equals-comparison edge case to not include false positive ([#&#8203;1829](https://github.com/open-policy-agent/regal/issues/1829)) ([@&#8203;SeanLedford](https://github.com/SeanLedford)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
CSRBot added 1 commit 2026-01-25 14:34:00 +01:00
volker.raschek merged commit 4b27e0a23b into master 2026-01-25 14:36:58 +01:00
volker.raschek deleted branch renovate/open-policy-agent-regal-0.x 2026-01-25 14:36:59 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/opa-regal-pkg#1