Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump lsprotocol from 2023.0.0a3 to 2023.0.0b1 (#248)
Bumps [lsprotocol](https://github.com/microsoft/lsprotocol) from 2023.0.0a3 to 2023.0.0b1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/lsprotocol/releases">lsprotocol's releases</a>.</em></p> <blockquote> <h2>2023.0.0b1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Enhancements</h3> <ul> <li>Dev Container for lsprotocol by <a href="https://github.com/anthonykim1"><code>@anthonykim1</code></a> in <a href="https://github.com/microsoft/lsprotocol/pull/267">microsoft/lsprotocol#267</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Add PositionEncodingKind hook by <a href="https://github.com/karthiknadig"><code>@karthiknadig</code></a> in <a href="https://github.com/microsoft/lsprotocol/pull/272">microsoft/lsprotocol#272</a></li> <li>Add broad spectrum tests for python by <a href="https://github.com/karthiknadig"><code>@karthiknadig</code></a> in <a href="https://github.com/microsoft/lsprotocol/pull/273">microsoft/lsprotocol#273</a></li> </ul> <h3>Code Health</h3> <ul> <li>Add pyproject.toml path to lsprotocol project build by <a href="https://github.com/karthiknadig"><code>@karthiknadig</code></a> in <a href="https://github.com/microsoft/lsprotocol/pull/268">microsoft/lsprotocol#268</a></li> <li>Update LSP to latest spec by <a href="https://github.com/karthiknadig"><code>@karthiknadig</code></a> in <a href="https://github.com/microsoft/lsprotocol/pull/271">microsoft/lsprotocol#271</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/microsoft/lsprotocol/compare/2023.0.0a3...2023.0.0b1">https://github.com/microsoft/lsprotocol/compare/2023.0.0a3...2023.0.0b1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/lsprotocol/commit/05a4341f582d08d0b39e7ed7ad40b4589113c1e8"><code>05a4341</code></a> Add broad spectrum tests for python (<a href="https://github.com/microsoft/lsprotocol/issues/273">#273</a>)</li> <li><a href="https://github.com/microsoft/lsprotocol/commit/e547d3d578e83d7e1fd5722ac729c3ffa16fec3d"><code>e547d3d</code></a> Update LSP to latest spec (<a href="https://github.com/microsoft/lsprotocol/issues/271">#271</a>)</li> <li><a href="https://github.com/microsoft/lsprotocol/commit/7ef85230e6c4a48a2e3ebfee65ac3f92eda8a185"><code>7ef8523</code></a> Add PositionEncodingKind hook (<a href="https://github.com/microsoft/lsprotocol/issues/272">#272</a>)</li> <li><a href="https://github.com/microsoft/lsprotocol/commit/d9cd5f26eb438c6324031110536698813fe6f081"><code>d9cd5f2</code></a> Add pyproject.toml path to lsprotocol project build (<a href="https://github.com/microsoft/lsprotocol/issues/268">#268</a>)</li> <li><a href="https://github.com/microsoft/lsprotocol/commit/c9a8424669a09095095d87dafdb9f8954822edf6"><code>c9a8424</code></a> Dev Container for lsprotocol (<a href="https://github.com/microsoft/lsprotocol/issues/267">#267</a>)</li> <li>See full diff in <a href="https://github.com/microsoft/lsprotocol/compare/2023.0.0a3...2023.0.0b1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lsprotocol&package-manager=pip&previous-version=2023.0.0a3&new-version=2023.0.0b1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information