Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/styrainc/regal from 0.17.0 to 0.18.0 #53

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps github.com/styrainc/regal from 0.17.0 to 0.18.0.

Release notes

Sourced from github.com/styrainc/regal's releases.

v0.18.0

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

Bugs Fixed

Changelog

  • a2e8c46a2ab002ca155e98a8cac0254ae75ecd42: Address external-reference missing cases (#570) (@​anderseknert)
  • 445568040dfb3261c3a25914f427a2262f67615d: docs: update path where version is saved to (#571) (@​charlieegan3)
  • e012e1045da7c4b2f15e89ad4a9931f34d92d0c5: Fix broken only-scalars config in prefer-value-in-head rule (#573) (@​anderseknert)
  • ded8df11c59026deb998cada9e900c905f9b4ce6: Fix: rule-shadows-builtin to flag shadowed namespaces (#576) (@​anderseknert)
  • 3f73ca5c638133c359f11c9297cf4c15c5152367: Fix prefer-some-in-iteration false positive on contains check (#574) (@​anderseknert)
  • 55b8fa7e57570cbf6ae413c1bebf29f4bc1faf30: Fix: use-in-operator should include eq (=) in check (#575) (@​anderseknert)
  • 3205762160dab68f5766d58446cde74617ce9b9d: Rule: ignored-import (#577) (@​anderseknert)
  • 21a0dc4baa8b542e3162b212316b6f5ef7012bc1: Language server initialisation adjustments (#580) (@​charlieegan3)
  • c3d3fe0c023f4e24c10bb9d1fba0185ebe39d419: Rename unused-return-value -> unassigned-return-value (#581) (@​anderseknert)
  • b1a6fbee2888ea84586536055acac5ad116f4d4c: OPA v0.62.0 (#583) (@​anderseknert)
Commits
  • b1a6fbe OPA v0.62.0 (#583)
  • c3d3fe0 Rename unused-return-value -> unassigned-return-value (#581)
  • 21a0dc4 Language server initialisation adjustments (#580)
  • 3205762 Rule: ignored-import (#577)
  • 55b8fa7 Fix: use-in-operator should include eq (=) in check (#575)
  • 3f73ca5 Fix prefer-some-in-iteration false positive on contains check (#574)
  • ded8df1 Fix: rule-shadows-builtin to flag shadowed namespaces (#576)
  • e012e10 Fix broken only-scalars config in prefer-value-in-head rule (#573)
  • 4455680 docs: update path where version is saved to (#571)
  • a2e8c46 Address external-reference missing cases (#570)
  • See full diff in compare view

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/styrainc/regal](https://github.com/styrainc/regal) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/styrainc/regal/releases)
- [Changelog](https://github.com/StyraInc/regal/blob/main/.goreleaser.yaml)
- [Commits](StyraInc/regal@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: github.com/styrainc/regal
  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 Mar 4, 2024
@swaroopar swaroopar merged commit 09e2cca into main Mar 5, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/styrainc/regal-0.18.0 branch March 5, 2024 08:22
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