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

fix(deps): update graalvmjsversion #1622

Open
wants to merge 1 commit into
base: next-minor
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.graalvm.js:js (source) 23.0.5 -> 23.0.7 age adoption passing confidence
org.graalvm.js:js-scriptengine (source) 23.0.5 -> 23.1.6 age adoption passing confidence

Release Notes

graalvm/graaljs (org.graalvm.js:js-scriptengine)

v23.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>

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 30, 2024 14:53
@renovate renovate bot force-pushed the renovate/graalvmjsversion branch from 299ad7d to dffc6a7 Compare October 30, 2024 15:08
@ThomasMinkeRitense
Copy link
Contributor

@Klaas-Ritense can you please check the first bullet in the release notes (the NOTE:) and consider the impact of this change on our javascript engine being available for script tasks?

Copy link
Contributor

@ThomasMinkeRitense ThomasMinkeRitense left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check backwards compatibility

@renovate renovate bot force-pushed the renovate/graalvmjsversion branch 9 times, most recently from 2aee88f to 3fd8b58 Compare November 7, 2024 15:36
@renovate renovate bot force-pushed the renovate/graalvmjsversion branch 8 times, most recently from 25d166d to d58175c Compare November 18, 2024 08:07
@renovate renovate bot force-pushed the renovate/graalvmjsversion branch 7 times, most recently from 1353a04 to daa17d5 Compare November 22, 2024 12:56
@renovate renovate bot force-pushed the renovate/graalvmjsversion branch 2 times, most recently from 389d15a to 5cc7a5d Compare November 29, 2024 11:11
@renovate renovate bot force-pushed the renovate/graalvmjsversion branch 7 times, most recently from b983daa to 43c6480 Compare December 20, 2024 16:30
@renovate renovate bot force-pushed the renovate/graalvmjsversion branch 2 times, most recently from 8696184 to 9b0c2bd Compare January 7, 2025 08:39
@renovate renovate bot force-pushed the renovate/graalvmjsversion branch 9 times, most recently from 0e5762a to 7743d69 Compare January 16, 2025 16:20
@renovate renovate bot force-pushed the renovate/graalvmjsversion branch 5 times, most recently from 8050ad1 to 06c6317 Compare January 27, 2025 11:00
@renovate renovate bot force-pushed the renovate/graalvmjsversion branch 4 times, most recently from 37cb680 to 0683f0b Compare February 3, 2025 08:03
@renovate renovate bot force-pushed the renovate/graalvmjsversion branch from 0683f0b to 6165326 Compare February 4, 2025 12:57
@renovate renovate bot force-pushed the renovate/graalvmjsversion branch from 6165326 to db78172 Compare February 5, 2025 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant