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

build(deps): bump github.com/styrainc/regal from 0.21.0 to 0.21.3 #3193

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/styrainc/regal from 0.21.0 to 0.21.3.

Release notes

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

v0.21.3

No one wants to wait for bugs to get fixed! So we don't. This third patch release following v0.21.0 fixes an issue where deleted or renamed files would still have violations reported by the language server.

Changelog

  • e1708346751779f3ec4cbc4e05b5c5e7ad78d046: fix: Avoid panic in config finder (#686) (@​anderseknert)
  • 51c9a94e626219a11e739f32a339b86fb2201865: fix: make sure deleted items aren't added back to the cache (#685) (@​anderseknert)

v0.21.2

This is patch release addressing two bugs reported by users.

The first bug fixed is in the new unresolved-import rule, where Regal would mistakenly report a reference to a map-generating rule as unresolved. Thanks @​nevumx for making us aware of that issue!

The other bug fixed was a panic that could occur when Regal traverses directories looking for a config file. The cause of this is still not known, but at least we'll now fail gracefully and without a panic. Thanks @​scoop96 for reporting the issue!

Changelog

  • 0cb54f0fc589e1cc111935084d4dbca169aaf071: Fix false positive in unresolved-import and map rules (#680) (@​anderseknert)
  • e42be60d26b9bdd17d05d090237a650e1570b701: build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (#683) (@​dependabot[bot])
  • 0c3043d057c694b538400c399fead6bad3c32004: Avoid panic when searching for .regal/config.yaml (#684) (@​anderseknert)

v0.21.1

This patch releases fixes an issue in the language server, which would previously send back an error to the client (i.e. your editor) when a new and empty file was created in the workspace. This would have the server fail to read any document symbols as a result. This has now been fixed to only log the error on the server without sending it back to the client.

Thanks @​johanfylling for reporting the issue!

Changelog

  • 03c38aaf6218dfb5c8c51ec4d595b8241308f489: lsp: More graceful shutdown (#676) (@​charlieegan3)
  • 55a1294b3d2319abf578b7f423425f1884b47506: fix: log but don't send back file read errors in documentSymbol handle (#678) (@​anderseknert)
Commits
  • 51c9a94 fix: make sure deleted items aren't added back to the cache (#685)
  • e170834 fix: Avoid panic in config finder (#686)
  • 0c3043d Avoid panic when searching for .regal/config.yaml (#684)
  • e42be60 build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (#683)
  • 0cb54f0 Fix false positive in unresolved-import and map rules (#680)
  • 55a1294 fix: log but don't send back file read errors in documentSymbol handle (#678)
  • 03c38aa lsp: More graceful shutdown (#676)
  • 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.21.0 to 0.21.3.
- [Release notes](https://github.com/styrainc/regal/releases)
- [Changelog](https://github.com/StyraInc/regal/blob/main/.goreleaser.yaml)
- [Commits](StyraInc/regal@v0.21.0...v0.21.3)

---
updated-dependencies:
- dependency-name: github.com/styrainc/regal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 29, 2024 06:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 29, 2024
@coveralls
Copy link

Coverage Status

coverage: 50.517%. remained the same
when pulling 9b041d1 on dependabot/go_modules/github.com/styrainc/regal-0.21.3
into a4eabe5 on main.

@eleftherias eleftherias merged commit 5e874da into main Apr 29, 2024
21 checks passed
@eleftherias eleftherias deleted the dependabot/go_modules/github.com/styrainc/regal-0.21.3 branch April 29, 2024 07:03
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.

2 participants