soartech / soar-language-server

Language Server for the Soar Language
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Bump org.eclipse.lsp4j from 0.10.0 to 0.19.0 #766

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps org.eclipse.lsp4j from 0.10.0 to 0.19.0.

Release notes

Sourced from org.eclipse.lsp4j's releases.

LSP4J 0.19.0

LSP4J 0.19.0 has now been released and been contributed to simrel, tagged and uploaded to maven central.

Changelog entry

v0.19.0 (November 2022)

Fixed issues: https://github.com/eclipse/lsp4j/milestone/26?closed=1

Breaking API changes:

  • Removed WorkspaceDocumentDiagnosticReportTypeAdapter, which was effectively replaced with WorkspaceDocumentDiagnosticReportListAdapter as part of fixing issue eclipse/lsp4j#682.

japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.19.0/japicmp-report/

What's Changed (auto-generated)

Full Changelog: https://github.com/eclipse/lsp4j/compare/v0.18.0...v0.19.0

LSP4J 0.18.0

LSP4J 0.18.0 has now been released and been contributed to simrel, tagged and uploaded to maven central.

Changelog entry

v0.18.0 (November 2022)

  • Fixed issues related to reflection errors so that --add-opens java.base/java.util.concurrent=ALL-UNNAMED is no longer needed on Java 17.

Fixed issues: https://github.com/eclipse/lsp4j/milestone/25?closed=1

Breaking API changes:

... (truncated)

Changelog

Sourced from org.eclipse.lsp4j's changelog.

v0.19.0 (November 2022)

Fixed issues: https://github.com/eclipse/lsp4j/milestone/26?closed=1

Breaking API changes:

  • Removed WorkspaceDocumentDiagnosticReportTypeAdapter, which was effectively replaced with WorkspaceDocumentDiagnosticReportListAdapter as part of fixing issue eclipse/lsp4j#682.

japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.19.0/japicmp-report/

v0.18.0 (November 2022)

  • Fixed issues related to reflection errors so that --add-opens java.base/java.util.concurrent=ALL-UNNAMED is no longer needed on Java 17.

Fixed issues: https://github.com/eclipse/lsp4j/milestone/25?closed=1

Breaking API changes:

  • None.

japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.18.0/japicmp-report/

v0.17.0 (October 2022)

  • Update org.eclipse.xtend.lib dependency to 2.28.0 to address CVE-2020-8908 #672

Fixed issues: https://github.com/eclipse/lsp4j/milestone/24?closed=1

Breaking API changes:

  • None.

japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.17.0/japicmp-report/

v0.16.0 (October 2022)

  • Implemented DAP version 1.58.0

Fixed issues: https://github.com/eclipse/lsp4j/milestone/23?closed=1

Breaking API changes:

  • None.

japicmp report: https://download.eclipse.org/lsp4j/updates/releases/0.16.0/japicmp-report/

v0.15.0 (August 2022)

... (truncated)

Commits
  • 61945a7 Prepare for 0.19.0 release
  • 3397180 Fix type adapter for workspace/diagnostic response (#683)
  • 86611cb Update version qualifier for guava (#684)
  • 1a193c9 Prepare repo for 0.19.0 development
  • 0ca8473 Link changelog to release page
  • b09ea05 Prepare repo for 0.18.0 release
  • 2dec480 Changelog/readme for 0.18.0 release
  • 17bb202 Merge pull request #679 from eclipse/cd_issue678
  • eb017ae Copy Bnd version of Manifest to META-INF. Fixes #678
  • a8153a4 Handle methods with Void return types properly (#675)
  • Additional commits viewable 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 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)