ruby-cldr
ruby-cldr copied to clipboard
Bump ruby-lsp from 0.23.8 to 0.23.11
Bumps ruby-lsp from 0.23.8 to 0.23.11.
Release notes
Sourced from ruby-lsp's releases.
v0.23.11
✨ Enhancements
- Add custom request to return LSP internal state (Shopify/ruby-lsp#3194) by
@vinistock
- Add test items collection builder (Shopify/ruby-lsp#3169) by
@vinistock
- Add discover tests custom request (Shopify/ruby-lsp#3180) by
@vinistock
🐛 Bug Fixes
- Fix backward compatibility for Bundler versions < 2.2.17 (Shopify/ruby-lsp#3152) by
@Artes02
- Fix off by one error when fetching lazy comments (Shopify/ruby-lsp#3167) by
@vinistock
- Fix composed bundle reference to gemfile in higher-level directory (Shopify/ruby-lsp#3135) by
@mckeed
📦 Other Changes
- Update Kate editor regarding incremental text updates (Shopify/ruby-lsp#3164) by
@larskanis
- Accept nil name for actual nesting (Shopify/ruby-lsp#3182) by
@vinistock
- Accept module/class node's constant path for constant name (Shopify/ruby-lsp#3183) by
@vinistock
v0.23.10
🐛 Bug Fixes
- Prevent relative require completion from failing on permissions (Shopify/ruby-lsp#3151) by
@vinistock
- Avoid indexing client managed documents twice (Shopify/ruby-lsp#3159) by
@vinistock
- Rescue failing add-on watched files handlers (Shopify/ruby-lsp#3160) by
@vinistock
📦 Other Changes
- Pass machine ID to server for telemetry (Shopify/ruby-lsp#3157) by
@vinistock
v0.23.9
✨ Enhancements
- Enhance log message and server action for new releases (Shopify/ruby-lsp#3126) by
@Hungle2911
- Code actions for attribute accessor creation (Shopify/ruby-lsp#2739) by
@rogancodes
🐛 Bug Fixes
- Handle invalid URIs in magic source links (Shopify/ruby-lsp#3132) by
@vinistock
- Avoid collecting duplicates in reference finder (Shopify/ruby-lsp#3098) by
@vicocamacho
- Prevent workspace dependencies from failing when gems aren't installed (Shopify/ruby-lsp#3138) by
@vinistock
- Use unique IDs for registering watchers (Shopify/ruby-lsp#3144) by
@vinistock
Commits
25c3a13
Bump extension version to v0.9.53e9c3ed
Add command to show LSP's internal state for diagnosing issues (#3195)0cf2dba
Avoid focusing on test items on document switch (#3197)45ae6f6
Remove unused instance variable (#3198)e02a704
Resolve test items with server request (#3186)7db4a9f
Add discover tests custom request (#3180)44a38fa
Add test items collection builder (#3169)632113a
Add custom request to return LSP internal state (#3194)1347d79
Add machine id to telemetry logger properties (#3193)72f6641
Illustrate how to configure an add-on with nvim-lspconfig (#3192)- Additional commits viewable in compare view
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)