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.19.0 to 0.20.1 #62

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2024

Bumps github.com/styrainc/regal from 0.19.0 to 0.20.1.

Release notes

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

v0.20.1

This release fixes a panic encountered in the language server when Regal traverses a directory it cannot read while walking the workspace.

Thanks @​frittsy for reporting the issue!

Changelog

  • e16ffba9505956634857231824dbbcfcf05bb6c5: fix: avoid panic in walkdir traversal (#628) (@​anderseknert)

v0.20.0

This release adds various improvements to the functionality of the language server as well as also including a number of housekeeping updates and fixes.

Language Server: Hover support for built-in function definitions

The language server protocol supports requesting information about the tokens under the cursor. This release implements support for such requests when users are hovering over Rego's built-in functions. Clicking the link in the tooltip heading will take you to the OPA docs for that built-in.

318763769-c21a5954-abd2-4ea6-a758-bec233687491

Language Server: Inlay Hints

Inlay Hint requests are also supported from this release. Inlay hints are allow named function arguments to be shown as users edit function calls.

screenshot_2024-04-03_at_14 17 30

Improvements

  • Running the language server with --verbose will now show the full request response logs.
  • File ignore config is now also supported by the language server.
  • Unresolved imports are not flagged as part of prefer-package-imports

Updates

  • This release updates OPA to v0.63.0, see the OPA changelog for more detail.
  • Go SARIF has also been updated to 2.3.1

Changelog

  • 356818340c331785189a259de3cf3f82f57422f6: docs: Add note about nvim-lspconfig (#604) (@​charlieegan3)
  • 9a670bf4cfce7e08d7d72b0fd1c15539eb61da33: build(deps): bump github.com/owenrumney/go-sarif/v2 from 2.3.0 to 2.3.1 (#606) (@​dependabot[bot])
  • 45705ca27b309fdbddb8a6a017295cfbcc15b2cb: Don't flag unresolved imports in prefer-package-imports (#607) (@​anderseknert)
  • 1f2b72f6beafb3fd4e73a1c962f99a4f856e4744: docs: use 4 spaces for indentation in circular-imports docs (#612) (@​anderseknert)
  • 9200ad1659bd57fba11e754294dc68e1de584101: Publish binaries from build workflow (#610) (@​anderseknert)
  • 3f0c1bc4fe7164bf0d434a5a010a8bd229b6730c: OPA v0.63.0 (#614) (@​anderseknert)
  • b5de824be7cdbbd4a57c446c31562c1214816dfc: lsp: textDocument/hover implementation (#617) (@​anderseknert)
  • 155d8f5a376933a9ad4a4a15d780cc28a1374b36: lsp: Missing built-in data is not a hard error (#619) (@​charlieegan3)
  • 9081abf3f18e40b565711e4270a3fa79cd256dc8: lsp: Support file ignore config (#620) (@​charlieegan3)

... (truncated)

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

---
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 Apr 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 23, 2024

Superseded by #63.

@dependabot dependabot bot closed this Apr 23, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/styrainc/regal-0.20.1 branch April 23, 2024 17:32
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.

0 participants