Skip to content

build(deps): bump graalvm.version from 22.3.3 to 23.0.2#1284

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/graalvm.version-23.0.2
Closed

build(deps): bump graalvm.version from 22.3.3 to 23.0.2#1284
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/graalvm.version-23.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps graalvm.version from 22.3.3 to 23.0.2.
Updates org.graalvm.sdk:graal-sdk from 22.3.3 to 23.0.2

Commits
  • 8bc24f2 GR-49127 : make GraalVM 23.0.2
  • a8aeee9 [GR-49390] Update to jvmci-23.0-b21.
  • ba568c3 update to jvmci-23.0-b21
  • 66b451d [GR-49219] Backport 23.0 : Properly handle negative instance sizes on HotSpot.
  • 59857a6 fix suite.py
  • 003cca1 Filter out explicitly selected GCs
  • 7e2bd5c Disable fast path allocation for types which must be slow path allocated
  • 33bde2c Add HumongousReferenceObjectTest
  • f278cb7 Promote to long before shifting when computing array size
  • fcb8daf [GR-48554] Documentation: Update support doc for Oracle GraalVM for JDK 17.
  • Additional commits viewable in compare view

Updates org.graalvm.js:js from 22.3.3 to 23.0.2

Release notes

Sourced from org.graalvm.js:js's releases.

GraalJS - GraalVM Community 23.0.1

GraalVM provides an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard compliant, execute applications with high performance, and provide all benefits from the GraalVM stack, including language interoperability and common tooling.

More information is available on the GraalVM website: http://www.graalvm.org/reference-manual/js/

GraalJS - GraalVm Community 23.0.0

GraalVM provides an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard compliant, execute applications with high performance, and provide all benefits from the GraalVM stack, including language interoperability and common tooling.

More information is available on the GraalVM website: http://www.graalvm.org/reference-manual/js/

Changelog

Sourced from org.graalvm.js:js's changelog.

GraalVM JavaScript (Graal.js) Changelog

This changelog summarizes major changes between GraalVM versions of the GraalVM JavaScript (ECMAScript) language runtime. The main focus is on user-observable behavior of the engine. Changelog may include unreleased versions. See release calendar for release dates.

Version 24.0.0

  • Implemented the WebAssembly threads proposal.
  • Implemented the Promise.withResolvers proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implementation of Async Iterator Helpers proposal (that was split out from Iterator Helpers proposal) was moved behind the experimental option --js.async-iterator-helpers.

Version 23.1.0

  • NOTE: GraalVM no longer ships with a "js" ScriptEngine. Please either use the Maven dependency or explicitly put js-scriptengine.jar on the module path. See ScriptEngine documentation for details.
  • ECMAScript 2023 mode/features enabled by default.
  • Updated Node.js to version 18.17.1.
  • Implemented the Async Context proposal. It is available behind the experimental option --js.async-context.
  • FinalizationRegistry.prototype.cleanupSome is not enabled by default any more; it has been moved to ECMAScript staging mode (--js.ecmascript-version=staging).
  • Added an experimental option --js.allow-narrow-spaces-in-date-format (enabled by default). When this option is set to false then narrow spaces in date/time formats are replaced by a space (0x20).
  • Made option js.console stable and allowed in SandboxPolicy.UNTRUSTED.
  • Made option js.unhandled-rejections stable and allowed in SandboxPolicy.CONSTRAINED.
  • Added option js.allow-eval that is stable and allowed in SandboxPolicy.UNTRUSTED.
  • Deprecated option js.disable-eval, superseded by js.allow-eval.
  • Implemented the String.dedent proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Duplicate named capture groups are now supported in regular expressions, as per the duplicate named capturing groups proposal.
  • Implemented the RegExp v flag proposal. It is available behind the experimental option --js.regexp-unicode-sets.
  • The Maven coordinates for embedding the GraalVM JavaScript have been updated. For consuming the enterprise GraalVM JavaScript, use:
    <dependency>
      <groupId>org.graalvm.polyglot</groupId>
      <artifactId>js</artifactId>
      <version>${graalvm.version}</version>
      <type>pom</type>
    </dependency>
    For consuming the community GraalVM JavaScript, use:
    <dependency>
      <groupId>org.graalvm.polyglot</groupId>
      <artifactId>js-community</artifactId>
      <version>${graalvm.version}</version>
      <type>pom</type>
    </dependency>

Version 23.0.0

  • Implemented the WebAssembly reference types proposal.
  • Implemented the Iterator Helpers proposal. It is available behind the experimental option --js.iterator-helpers.
  • Implemented the ShadowRealm proposal. It is available behind the experimental option --js.shadow-realm.

... (truncated)

Commits
  • e2b74f4 GR-49127 : make GraalVM 23.0.2
  • 60f4a03 new dev cycle 23.0.2
  • b8af554 GR-47149 : make release GraalVM 23.0.1
  • 83299e3 [GR-44911] 23.0.0 release and next dev cycle.
  • dde9b76 Next dev cycle
  • 940f9a3 GraalVM 23.0.0
  • da30923 [GR-45673] Backport: Drop max heap flag from native-image.properties.
  • c74c02e [GR-43146] Fix dynamic import in an indirect eval/dynamic function (23.0).
  • da0a749 Convert CachedSourceKey record to normal class.
  • 2c03245 Skip transiently failing test/parallel/test-worker-init-failure.js.
  • 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 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)

Bumps `graalvm.version` from 22.3.3 to 23.0.2.

Updates `org.graalvm.sdk:graal-sdk` from 22.3.3 to 23.0.2
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-22.3.3...vm-ee-23.0.2)

Updates `org.graalvm.js:js` from 22.3.3 to 23.0.2
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-22.3.3...vm-ee-23.0.2)

---
updated-dependencies:
- dependency-name: org.graalvm.sdk:graal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.graalvm.js:js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Oct 23, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2023

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Nov 10, 2023
@dependabot dependabot bot deleted the dependabot/maven/graalvm.version-23.0.2 branch November 10, 2023 23:32
mergify bot added a commit that referenced this pull request May 25, 2025
Bumps `jline.version` from 3.30.1 to 3.30.3.
Updates `org.jline:jline-terminal` from 3.30.1 to 3.30.3
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> JLine 3.30.3
> ------------
>
> 🚀 New features and improvements
> -------------------------------
>
> * Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/pull/1284)) [`@​gnodet`](https://github.com/gnodet)
> * [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/pull/1283)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/pull/1281)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67.0 ([#1288](https://redirect.github.com/jline/jline3/pull/1288)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/pull/1279)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/pull/1280)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 👻 Maintenance
> -------------
>
> * chore: Fix build.bat syntax errors and preserve arguments in rebuild command ([#1286](https://redirect.github.com/jline/jline3/pull/1286)) [`@​gnodet`](https://github.com/gnodet)
> * chore: Fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/pull/1287)) [`@​gnodet`](https://github.com/gnodet)
> * chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/pull/1285)) [`@​gnodet`](https://github.com/gnodet)
>
> JLine 3.30.2
> ------------
>
> 🐛 Bug Fixes
> -----------
>
> * fix: enhance nanorc loading and introduce a ClasspathResourceUtil utility ([#1276](https://redirect.github.com/jline/jline3/pull/1276)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.1 to 0.5.2 ([#1277](https://redirect.github.com/jline/jline3/pull/1277)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`6616485`](jline/jline3@6616485) [maven-release-plugin] prepare release jline-3.30.3
* [`da3c465`](jline/jline3@da3c465) Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/issues/1284))
* [`0076600`](jline/jline3@0076600) [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/issues/1283))
* [`3420773`](jline/jline3@3420773) chore: Fix build.bat syntax errors ([#1286](https://redirect.github.com/jline/jline3/issues/1286))
* [`8e91c99`](jline/jline3@8e91c99) chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67....
* [`80e05df`](jline/jline3@80e05df) chore: fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/issues/1287))
* [`d41dcb9`](jline/jline3@d41dcb9) Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/issues/1281))
* [`a7cf4b3`](jline/jline3@a7cf4b3) chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/issues/1285))
* [`7c30a7e`](jline/jline3@7c30a7e) chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/issues/1279))
* [`b84ab56`](jline/jline3@b84ab56) chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/issues/1280))
* Additional commits viewable in [compare view](jline/jline3@jline-3.30.1...jline-3.30.3)
  
Updates `org.jline:jline-reader` from 3.30.1 to 3.30.3
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> JLine 3.30.3
> ------------
>
> 🚀 New features and improvements
> -------------------------------
>
> * Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/pull/1284)) [`@​gnodet`](https://github.com/gnodet)
> * [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/pull/1283)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/pull/1281)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67.0 ([#1288](https://redirect.github.com/jline/jline3/pull/1288)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/pull/1279)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/pull/1280)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 👻 Maintenance
> -------------
>
> * chore: Fix build.bat syntax errors and preserve arguments in rebuild command ([#1286](https://redirect.github.com/jline/jline3/pull/1286)) [`@​gnodet`](https://github.com/gnodet)
> * chore: Fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/pull/1287)) [`@​gnodet`](https://github.com/gnodet)
> * chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/pull/1285)) [`@​gnodet`](https://github.com/gnodet)
>
> JLine 3.30.2
> ------------
>
> 🐛 Bug Fixes
> -----------
>
> * fix: enhance nanorc loading and introduce a ClasspathResourceUtil utility ([#1276](https://redirect.github.com/jline/jline3/pull/1276)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.1 to 0.5.2 ([#1277](https://redirect.github.com/jline/jline3/pull/1277)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`6616485`](jline/jline3@6616485) [maven-release-plugin] prepare release jline-3.30.3
* [`da3c465`](jline/jline3@da3c465) Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/issues/1284))
* [`0076600`](jline/jline3@0076600) [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/issues/1283))
* [`3420773`](jline/jline3@3420773) chore: Fix build.bat syntax errors ([#1286](https://redirect.github.com/jline/jline3/issues/1286))
* [`8e91c99`](jline/jline3@8e91c99) chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67....
* [`80e05df`](jline/jline3@80e05df) chore: fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/issues/1287))
* [`d41dcb9`](jline/jline3@d41dcb9) Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/issues/1281))
* [`a7cf4b3`](jline/jline3@a7cf4b3) chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/issues/1285))
* [`7c30a7e`](jline/jline3@7c30a7e) chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/issues/1279))
* [`b84ab56`](jline/jline3@b84ab56) chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/issues/1280))
* Additional commits viewable in [compare view](jline/jline3@jline-3.30.1...jline-3.30.3)
  
Updates `org.jline:jline-terminal-jni` from 3.30.1 to 3.30.3
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> JLine 3.30.3
> ------------
>
> 🚀 New features and improvements
> -------------------------------
>
> * Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/pull/1284)) [`@​gnodet`](https://github.com/gnodet)
> * [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/pull/1283)) [`@​gnodet`](https://github.com/gnodet)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/pull/1281)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67.0 ([#1288](https://redirect.github.com/jline/jline3/pull/1288)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/pull/1279)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/pull/1280)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 👻 Maintenance
> -------------
>
> * chore: Fix build.bat syntax errors and preserve arguments in rebuild command ([#1286](https://redirect.github.com/jline/jline3/pull/1286)) [`@​gnodet`](https://github.com/gnodet)
> * chore: Fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/pull/1287)) [`@​gnodet`](https://github.com/gnodet)
> * chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/pull/1285)) [`@​gnodet`](https://github.com/gnodet)
>
> JLine 3.30.2
> ------------
>
> 🐛 Bug Fixes
> -----------
>
> * fix: enhance nanorc loading and introduce a ClasspathResourceUtil utility ([#1276](https://redirect.github.com/jline/jline3/pull/1276)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.1 to 0.5.2 ([#1277](https://redirect.github.com/jline/jline3/pull/1277)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`6616485`](jline/jline3@6616485) [maven-release-plugin] prepare release jline-3.30.3
* [`da3c465`](jline/jline3@da3c465) Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/issues/1284))
* [`0076600`](jline/jline3@0076600) [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/issues/1283))
* [`3420773`](jline/jline3@3420773) chore: Fix build.bat syntax errors ([#1286](https://redirect.github.com/jline/jline3/issues/1286))
* [`8e91c99`](jline/jline3@8e91c99) chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67....
* [`80e05df`](jline/jline3@80e05df) chore: fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/issues/1287))
* [`d41dcb9`](jline/jline3@d41dcb9) Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/issues/1281))
* [`a7cf4b3`](jline/jline3@a7cf4b3) chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/issues/1285))
* [`7c30a7e`](jline/jline3@7c30a7e) chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/issues/1279))
* [`b84ab56`](jline/jline3@b84ab56) chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/issues/1280))
* Additional commits viewable in [compare view](jline/jline3@jline-3.30.1...jline-3.30.3)
  
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)
---
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 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)
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.

0 participants