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 graal.version #185

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.graalvm.js:js-scriptengine (source) 23.0.4 -> 23.1.5 age adoption passing confidence
org.graalvm.js:js (source) 23.0.4 -> 23.0.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 becomes conflicted, 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.

@IOhacker IOhacker closed this May 30, 2024
@renovate renovate bot changed the title Update dependency org.graalvm.js:js-scriptengine to v23.1.3 Update dependency org.graalvm.js:js-scriptengine to v23.1.3 - autoclosed May 30, 2024
@renovate renovate bot deleted the renovate/graal.version branch May 30, 2024 14:53
@renovate renovate bot changed the title Update dependency org.graalvm.js:js-scriptengine to v23.1.3 - autoclosed Update dependency org.graalvm.js:js-scriptengine to v23.1.3 May 30, 2024
@renovate renovate bot reopened this May 30, 2024
@renovate renovate bot restored the renovate/graal.version branch May 30, 2024 15:11
@renovate renovate bot force-pushed the renovate/graal.version branch from f2feb16 to d3b6705 Compare May 30, 2024 15:11
@renovate renovate bot changed the title Update dependency org.graalvm.js:js-scriptengine to v23.1.3 Update graal.version Jul 16, 2024
@renovate renovate bot changed the title Update graal.version fix(deps): update graal.version Sep 16, 2024
@renovate renovate bot force-pushed the renovate/graal.version branch 2 times, most recently from 1d4b899 to 70dcd53 Compare September 16, 2024 21:11
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