Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jdk-utils from 0.4.6 to 0.5.1 #189

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2024

Bumps jdk-utils from 0.4.6 to 0.5.1.

Release notes

Sourced from jdk-utils's releases.

v0.5.1

  • Fixed: /usr detected as a wrong Java home on macOS. #15

v0.5.0

  • Scan default installation directory for Zulu on Windows.#12
  • Traverse entires in env.PATH to cover all possible locations. Note, this increases disk I/O which will affect the performance depending on number of entries of env.PATH. #13
  • Add skipFrom option which allow you to skip scanning from specific source to improve overall performance. #14
Changelog

Sourced from jdk-utils's changelog.

0.5.1

  • Fixed: /usr detected as a wrong Java home on macOS. #15

0.5.0

  • Scan default installation directory for Zulu on Windows.#12
  • Traverse entires in env.PATH to cover all possible locations. Note, this increases disk I/O which will affect the performance depending on number of entries of env.PATH. #13
  • Add skipFrom option which allow you to skip scanning from specific source to improve overall performance. #14
Commits
  • e0a9e67 up version to 0.5.1
  • 7df3d38 Exclude the macOS preserved '/usr' from java home list (#16)
  • dd6ad61 Revert Update npm-publish.yml
  • 2fad7a9 Update npm-publish.yml
  • 3d0cb82 up version to 0.5.0
  • 744a365 Support skipping a specific source from resolving (#14)
  • 8026c78 Support Java runtimes from PATH which doesn't fit to looksLikeJavaHome (#13)
  • 806c6b9 Supported Zulu (#12)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jdk-utils-0.5.1 branch 2 times, most recently from aa602c6 to a921fce Compare April 11, 2024 18:08
Bumps [jdk-utils](https://github.com/Eskibear/node-jdk-utils) from 0.4.6 to 0.5.1.
- [Release notes](https://github.com/Eskibear/node-jdk-utils/releases)
- [Changelog](https://github.com/Eskibear/node-jdk-utils/blob/main/CHANGELOG.md)
- [Commits](Eskibear/node-jdk-utils@v0.4.6...v0.5.1)

---
updated-dependencies:
- dependency-name: jdk-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jdk-utils-0.5.1 branch from a921fce to 1a477cc Compare April 11, 2024 18:40
@datho7561
Copy link
Contributor

jdk-utils is only used in the case that vscode-java is not shipped with java and the user hasn't set Java in their settings.json, so this is very hard to test.

@rgrunber
Copy link
Member

@rgrunber rgrunber merged commit 2901dfc into master Sep 26, 2024
6 checks passed
@rgrunber rgrunber deleted the dependabot/npm_and_yarn/jdk-utils-0.5.1 branch September 26, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants