Update dependency StyraInc/regal to v0.18.0 #247
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.17.0
->v0.18.0
Release Notes
StyraInc/regal (StyraInc/regal)
v0.18.0
Compare Source
Only a week after v0.17.0, this release comes a little earlier than planned as we found a few issues in the VS Code OPA extension integration that we wanted to address as soon as possible. Nothing serious, but having that extension provide a great Regal experience feels important enough for us to warrant an earlier v0.18.0 release. That's not all there is to this release though, as we have both a new linter rule as well as a bunch of fixes included here. Enjoy!
New rule:
ignored-import
Category:
imports
Use of explicit references (like
data.user.roles
) that could instead point to an existing import will now be flagged in order to ensure that the imports a user has declared aren't ignored later in the policy.For more information, see the docs on ignored-import.
Improvements
http
) and not just shadowing of the full name (likehttp.send
)=
into account (previous only==
would be checked for)Bugs Fixed
only-scalars
config option in prefer-value-in-head rule wasn't working — now it does!Changelog
a2e8c46
: Addressexternal-reference
missing cases (#570) (@anderseknert)4455680
: docs: update path where version is saved to (#571) (@charlieegan3)e012e10
: Fix brokenonly-scalars
config inprefer-value-in-head
rule (#573) (@anderseknert)ded8df1
: Fix:rule-shadows-builtin
to flag shadowed namespaces (#576) (@anderseknert)3f73ca5
: Fixprefer-some-in-iteration
false positive on contains check (#574) (@anderseknert)55b8fa7
: Fix:use-in-operator
should includeeq
(=
) in check (#575) (@anderseknert)3205762
: Rule:ignored-import
(#577) (@anderseknert)21a0dc4
: Language server initialisation adjustments (#580) (@charlieegan3)c3d3fe0
: Renameunused-return-value
->unassigned-return-value
(#581) (@anderseknert)b1a6fbe
: OPA v0.62.0 (#583) (@anderseknert)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.