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 in /rascal-lsp with 9 updates #350

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

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

Package From To
org.eclipse.lsp4j:org.eclipse.lsp4j 0.21.1 0.21.2
org.eclipse.lsp4j:org.eclipse.lsp4j.debug 0.21.1 0.21.2
org.apache.logging.log4j:log4j-core 2.22.0 2.22.1
org.apache.logging.log4j:log4j-api 2.22.0 2.22.1
org.apache.logging.log4j:log4j-iostreams 2.22.0 2.22.1
org.apache.logging.log4j:log4j-jul 2.22.0 2.22.1
net.java.dev.jna:jna 5.13.0 5.14.0
org.apache.maven.plugins:maven-compiler-plugin 3.11.0 3.12.1
org.apache.maven.plugins:maven-surefire-plugin 3.2.2 3.2.5

Updates org.eclipse.lsp4j:org.eclipse.lsp4j from 0.21.1 to 0.21.2

Release notes

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

v0.21.2

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

Changelog entry

v0.21.2 (January 2024)

This release widens the dependency range of Guava dependency and includes in the p2 site newer versions of third party dependencies. See #785 for details.

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

Breaking API changes:

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

What's Changed

Full Changelog: https://github.com/eclipse-lsp4j/lsp4j/compare/v0.21.1...v0.21.2

Changelog

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

v0.21.2 (January 2024)

This release widens the dependency range of Guava dependency and includes in the p2 site newer versions of third party dependencies. See #785 for details.

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

Breaking API changes:

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

Commits


Updates org.eclipse.lsp4j:org.eclipse.lsp4j.debug from 0.21.1 to 0.21.2

Release notes

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

v0.21.2

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

Changelog entry

v0.21.2 (January 2024)

This release widens the dependency range of Guava dependency and includes in the p2 site newer versions of third party dependencies. See #785 for details.

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

Breaking API changes:

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

What's Changed

Full Changelog: https://github.com/eclipse-lsp4j/lsp4j/compare/v0.21.1...v0.21.2

Changelog

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

v0.21.2 (January 2024)

This release widens the dependency range of Guava dependency and includes in the p2 site newer versions of third party dependencies. See #785 for details.

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

Breaking API changes:

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

Commits


Updates org.apache.logging.log4j:log4j-core from 2.22.0 to 2.22.1

Updates org.apache.logging.log4j:log4j-api from 2.22.0 to 2.22.1

Updates org.apache.logging.log4j:log4j-iostreams from 2.22.0 to 2.22.1

Updates org.apache.logging.log4j:log4j-jul from 2.22.0 to 2.22.1

Updates net.java.dev.jna:jna from 5.13.0 to 5.14.0

Changelog

Sourced from net.java.dev.jna:jna's changelog.

Release 5.14.0

Features

  • #1556: Add SetJob, SetPrinter to c.s.j.p.w.Winspool - @​tresf.
  • #1534: Add GetMethod, Put, SpawnInstance to c.s.j.p.win32.COM.WbemCli#IWbemClassObject and ExecMethod to c.s.j.p.win32.COM.WbemCli#IWbemServices - @​faddom.
  • #1544: Add GetPriorityClass, SetPriorityClass, GetThreadPriority, SetThreadPriority and associated constants to c.s.j.p.win32.Kernel32 - @​dEajL3kA.
  • #1548: Make interface c.s.j.p.mac.XAttr public - @​matthiasblaesing.
  • #1551: Add c.s.j.p.bsd.ExtAttr and c.s.j.p.bsd.ExtAttrUtil to wrap BSD system calls. @​rednoah.
  • #1517: Add missing O_* (e.g. O_APPEND, O_SYNC, O_DIRECT, ...) to c.s.j.p.linux.Fcntl - @​matthiasblaesing.
  • #1521: Shutdown CleanerThread once the last cleanable is removed - @​matthiasblaesing.
  • #1557: Build linux-riscv64 on Ubuntu focal to improve compatibility with older glibc versions - @​matthiasblaesing.

Bug Fixes

Important Changes

  • The interfaces between Java and native code have changed, so libjnidispatch must be rebuilt to be compatible with this release.
  • Release drops support for JDKs 6 + 7, so you'll need at least JDK 8 to update to use this version.
Commits
  • c366bc4 Release 5.14.0
  • 6706361 Merge pull request #1570 from matthiasblaesing/cleanup
  • 7775be3 Ensure propagation of handle invalidation of native library on manual unload
  • 458adcf Make NativeLibrary#encoding final, #options and #callFlags private
  • 3656295 Add dependabot to monitor GHA (#1567)
  • d8e55dc Use JDK7 and JDK8 Code Features in Platform mappings (#1565)
  • 9e5243f Use JDK7 and JDK8 Code Features (#1564)
  • 0e1f5d4 Update docs for WinNT#LOGICAL_PROCESSOR_RELATIONSHIP (#1563)
  • a4aca64 Merge pull request #1558 from matthiasblaesing/stabilize_riscv64
  • 04b6c9a Build linux-riscv64 on Ubuntu focal to improve compatibility
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.12.1

🐛 Bug Fixes

📦 Dependency updates

3.12.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 736da68 [maven-release-plugin] prepare release maven-compiler-plugin-3.12.1
  • ef93f3d [MCOMPILER-568] Bump plexusCompilerVersion from 2.14.1 to 2.14.2 (#220)
  • eb7840c [MCOMPILER-567] - Fail to compile if the "generated-sources/annotations" does...
  • 2a7a73b [maven-release-plugin] prepare for next development iteration
  • c08b0fd [maven-release-plugin] prepare release maven-compiler-plugin-3.12.0
  • a1c5b13 [MCOMPILER-565] Allow project build by Maven 4
  • 4855773 Bump plexusCompilerVersion from 2.13.0 to 2.14.1
  • 1d05342 [MCOMPILER-562] Add property maven.compiler.outputDirectory to CompilerMojo (...
  • ea74978 [MCOMPILER-381] - Refactor incremental detection (#181)
  • fd37f09 [MCOMPILER-333] Cleanup generated source files (#214)
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.5

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.2.5

JIRA link

Release Notes - Maven Surefire - Version 3.2.5


What's Changed

... (truncated)

Commits
  • 4b3a271 [maven-release-plugin] prepare release surefire-3.2.5
  • eb3f1d9 Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0
  • 430c406 Bump org.assertj:assertj-core from 3.24.2 to 3.25.1
  • 2d92f2d [SUREFIRE-2231] JaCoCo 0.8.11 fails with old TestNG releases on Java 17+
  • 3290740 Bump org.apache.maven.plugins:maven-docck-plugin from 1.1 to 1.2
  • 25a9776 Bump net.java.dev.javacc:javacc from 7.0.12 to 7.0.13
  • 7752f7e Bump commons-io:commons-io from 2.15.0 to 2.15.1
  • 8874add Revert "Bump jacocoVersion from 0.8.8 to 0.8.11"
  • c0f7755 Fix formatting
  • e5f4545 Bump jacocoVersion from 0.8.8 to 0.8.11
  • 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 will merge this PR once CI passes on it, as requested by @DavyLandman.


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
DavyLandman commented 6 months ago

@dependabot rebase

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

DavyLandman commented 6 months ago

@dependabot squash and merge