usethesource / rascal-language-servers

An LSP server for Rascal which includes an easy-to-use LSP generator for languages implemented in Rascal, and an interactive terminal REPL.
BSD 2-Clause "Simplified" License
10 stars 7 forks source link

Bump the upstream-libs group across 1 directory with 5 updates #378

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the upstream-libs group with 5 updates in the /rascal-lsp directory:

Package From To
org.eclipse.lsp4j:org.eclipse.lsp4j 0.22.0 0.23.1
org.eclipse.lsp4j:org.eclipse.lsp4j.debug 0.22.0 0.23.1
org.apache.maven.plugins:maven-shade-plugin 3.5.2 3.5.3
com.mycila:license-maven-plugin 4.3 4.5
org.jacoco:jacoco-maven-plugin 0.8.11 0.8.12

Updates org.eclipse.lsp4j:org.eclipse.lsp4j from 0.22.0 to 0.23.1

Release notes

Sourced from org.eclipse.lsp4j:org.eclipse.lsp4j's releases.

v0.23.1

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

Changelog entry

v0.23.1 (May 2024)

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

Breaking API changes:

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

What's Changed

Full Changelog: https://github.com/eclipse-lsp4j/lsp4j/compare/v0.23.0...v0.23.1

v0.23.0

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

Changelog entry

  • Implemented DAP version 1.65.0

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

  • The exception handling around throwing ResponseErrorException has been improved to ensure that it is unwrapped to the expected ResponseError on the receiving side. In addition, @JsonDelegates that throw exceptions have their checked exceptions wrapped in the more narrow IllegalStateException instead of a RuntimeException.
    • See #802 for detailed discussion.

Breaking API changes:

  • DAP version 1.61 removed unused ModulesViewDescriptor

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

... (truncated)

Changelog

Sourced from org.eclipse.lsp4j:org.eclipse.lsp4j's changelog.

v0.23.1 (May 2024)

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

Breaking API changes:

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

v0.23.0 (May 2024)

  • Implemented DAP version 1.65.0

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

  • The exception handling around throwing ResponseErrorException has been improved to ensure that it is unwrapped to the expected ResponseError on the receiving side. In addition, @JsonDelegates that throw exceptions have their checked exceptions wrapped in the more narrow IllegalStateException instead of a RuntimeException.
    • See #802 for detailed discussion.

Breaking API changes:

  • DAP version 1.61 removed unused ModulesViewDescriptor

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

Commits
  • a44201f broaden gson range, bundle new gson and guava (#837)
  • 96a366a Prepare repo for 0.23.1 release
  • 40de44a Prepare repo for 0.23.0 release
  • 0120b57 Prepare repo for 0.23.0 release
  • 193c3bc Document why constructor is deprecated (#831)
  • c515f17 Fix frameId type in DataBreakpointInfoArguments (#829)
  • d075751 Fix BreakpointMode and some minor issues (#828)
  • 9f66dfd Update DAP schema versions and readme/changelog for DAP 1.65 implementation
  • 8fb07f4 DAP v1.65 updates
  • 53bcd87 DAP v1.64 updates
  • Additional commits viewable in compare view


Updates org.eclipse.lsp4j:org.eclipse.lsp4j.debug from 0.22.0 to 0.23.1

Release notes

Sourced from org.eclipse.lsp4j:org.eclipse.lsp4j.debug's releases.

v0.23.1

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

Changelog entry

v0.23.1 (May 2024)

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

Breaking API changes:

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

What's Changed

Full Changelog: https://github.com/eclipse-lsp4j/lsp4j/compare/v0.23.0...v0.23.1

v0.23.0

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

Changelog entry

  • Implemented DAP version 1.65.0

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

  • The exception handling around throwing ResponseErrorException has been improved to ensure that it is unwrapped to the expected ResponseError on the receiving side. In addition, @JsonDelegates that throw exceptions have their checked exceptions wrapped in the more narrow IllegalStateException instead of a RuntimeException.
    • See #802 for detailed discussion.

Breaking API changes:

  • DAP version 1.61 removed unused ModulesViewDescriptor

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

... (truncated)

Changelog

Sourced from org.eclipse.lsp4j:org.eclipse.lsp4j.debug's changelog.

v0.23.1 (May 2024)

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

Breaking API changes:

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

v0.23.0 (May 2024)

  • Implemented DAP version 1.65.0

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

  • The exception handling around throwing ResponseErrorException has been improved to ensure that it is unwrapped to the expected ResponseError on the receiving side. In addition, @JsonDelegates that throw exceptions have their checked exceptions wrapped in the more narrow IllegalStateException instead of a RuntimeException.
    • See #802 for detailed discussion.

Breaking API changes:

  • DAP version 1.61 removed unused ModulesViewDescriptor

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

Commits
  • a44201f broaden gson range, bundle new gson and guava (#837)
  • 96a366a Prepare repo for 0.23.1 release
  • 40de44a Prepare repo for 0.23.0 release
  • 0120b57 Prepare repo for 0.23.0 release
  • 193c3bc Document why constructor is deprecated (#831)
  • c515f17 Fix frameId type in DataBreakpointInfoArguments (#829)
  • d075751 Fix BreakpointMode and some minor issues (#828)
  • 9f66dfd Update DAP schema versions and readme/changelog for DAP 1.65 implementation
  • 8fb07f4 DAP v1.65 updates
  • 53bcd87 DAP v1.64 updates
  • Additional commits viewable in compare view


Updates org.eclipse.lsp4j:org.eclipse.lsp4j.debug from 0.22.0 to 0.23.1

Release notes

Sourced from org.eclipse.lsp4j:org.eclipse.lsp4j.debug's releases.

v0.23.1

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

Changelog entry

v0.23.1 (May 2024)

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

Breaking API changes:

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

What's Changed

Full Changelog: https://github.com/eclipse-lsp4j/lsp4j/compare/v0.23.0...v0.23.1

v0.23.0

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

Changelog entry

  • Implemented DAP version 1.65.0

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

  • The exception handling around throwing ResponseErrorException has been improved to ensure that it is unwrapped to the expected ResponseError on the receiving side. In addition, @JsonDelegates that throw exceptions have their checked exceptions wrapped in the more narrow IllegalStateException instead of a RuntimeException.
    • See #802 for detailed discussion.

Breaking API changes:

  • DAP version 1.61 removed unused ModulesViewDescriptor

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

... (truncated)

Changelog

Sourced from org.eclipse.lsp4j:org.eclipse.lsp4j.debug's changelog.

v0.23.1 (May 2024)

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

Breaking API changes:

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

v0.23.0 (May 2024)

  • Implemented DAP version 1.65.0

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

  • The exception handling around throwing ResponseErrorException has been improved to ensure that it is unwrapped to the expected ResponseError on the receiving side. In addition, @JsonDelegates that throw exceptions have their checked exceptions wrapped in the more narrow IllegalStateException instead of a RuntimeException.
    • See #802 for detailed discussion.

Breaking API changes:

  • DAP version 1.61 removed unused ModulesViewDescriptor

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

Commits
  • a44201f broaden gson range, bundle new gson and guava (#837)
  • 96a366a Prepare repo for 0.23.1 release
  • 40de44a Prepare repo for 0.23.0 release
  • 0120b57 Prepare repo for 0.23.0 release
  • 193c3bc Document why constructor is deprecated (#831)
  • c515f17 Fix frameId type in DataBreakpointInfoArguments (#829)
  • d075751 Fix BreakpointMode and some minor issues (#828)
  • 9f66dfd Update DAP schema versions and readme/changelog for DAP 1.65 implementation
  • 8fb07f4 DAP v1.65 updates
  • 53bcd87 DAP v1.64 updates
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3

Commits
  • 19618cd [maven-release-plugin] prepare release maven-shade-plugin-3.5.3
  • faf233e [MSHADE-472] upgrade parent POM
  • 7de9ae7 [MSHADE-471] deal with DST
  • 58d8cfe [MSHADE-470] Bump asmVersion from 9.6 to 9.7 (#218)
  • 9074582 Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1
  • a8030f8 Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 (#215)
  • 1218bdc [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates com.mycila:license-maven-plugin from 4.3 to 4.5

Commits
  • aa05f0e [maven-release-plugin] prepare release license-maven-plugin-4.5
  • 125914e Try fix this Maven error while releasing:
  • 4c85b0d Try fix this Maven error while releasing:
  • 282f313 Try fix this Maven error while releasing:
  • 86bb517 [maven-release-plugin] rollback the release of license-maven-plugin-4.5
  • eeab7a4 [maven-release-plugin] prepare for next development iteration
  • bb16936 [maven-release-plugin] prepare release license-maven-plugin-4.5
  • 9caf0a4 Doc update
  • 0156e9a Set gpg useAgent to false
  • 536b432 Fix missing activation from release profile
  • Additional commits viewable in compare view


Updates org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12

Release notes

Sourced from org.jacoco:jacoco-maven-plugin's releases.

0.8.12

New Features

  • JaCoCo now officially supports Java 22 (GitHub #1596).
  • Experimental support for Java 23 class files (GitHub #1553).

Fixed bugs

  • Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub #1556).
  • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #1568).

Non-functional Changes

  • JaCoCo now depends on ASM 9.7 (GitHub #1600).
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

DavyLandman commented 1 month ago

@dependabot squash and merge