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

chore(deps): update dependency hashicorp/terraform-ls to v0.34.0 #463

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
hashicorp/terraform-ls minor v0.33.3 -> v0.34.0

Release Notes

hashicorp/terraform-ls (hashicorp/terraform-ls)

v0.34.0

Compare Source

0.34.0 (15 July 2024)

ENHANCEMENTS:

  • Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files (#​1745)
  • Add documentation for using vim with YouCompleteMe (#​1718)
  • Enable completion for all locally installed remote modules (#​1760)
  • Re-architect the language server for improved performance and resource utilization (#​1667)

This marks the completion of a major refactoring effort. The language server will now start up much faster and use less resources, especially on larger workspaces. We achieve this by doing less work during the initial walk of a workspace. Instead, we only parse modules with open files. Whenever a file of a module is opened, we schedule all the jobs needed to understand the contents of that directory (and the referenced modules).

INTERNAL:

  • Introduce a workflow that checks for changelog entries (#​1759)
  • Split internal modules state into separate features (#​1667)

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 becomes conflicted, 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from ViBiOh as a code owner July 15, 2024 13:07
@ViBiOh ViBiOh self-assigned this Jul 15, 2024
@ViBiOh ViBiOh merged commit e53b60d into main Jul 15, 2024
1 check passed
@ViBiOh ViBiOh deleted the renovate/hashicorp-terraform-ls-0.x branch July 15, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant