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 dependency org.graalvm.js:js-scriptengine to v23.1.5 - autoclosed #362

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2023

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

Copy link

github-actions bot commented Nov 23, 2023

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 238d54d. ± Comparison against base commit 5de3aee.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/version.graalvm branch from d887a77 to 8d3bf4d Compare February 20, 2024 05:54
@renovate renovate bot changed the title chore(deps): update dependency org.graalvm.js:js-scriptengine to v23.1.1 fix(deps): update dependency org.graalvm.js:js-scriptengine to v23.1.2 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/version.graalvm branch 14 times, most recently from f9fa88e to 9e25185 Compare February 23, 2024 00:10
@renovate renovate bot force-pushed the renovate/version.graalvm branch 2 times, most recently from b36da41 to 849094c Compare February 27, 2024 15:02
@renovate renovate bot force-pushed the renovate/version.graalvm branch 6 times, most recently from ccf96e1 to 8fbdb9b Compare March 11, 2024 03:32
@renovate renovate bot force-pushed the renovate/version.graalvm branch 4 times, most recently from 990c3f1 to 3e32161 Compare March 25, 2024 18:25
@renovate renovate bot force-pushed the renovate/version.graalvm branch from 3e32161 to 3fc3ff7 Compare April 3, 2024 19:34
@renovate renovate bot force-pushed the renovate/version.graalvm branch 3 times, most recently from a2ca0ed to a05f993 Compare August 27, 2024 19:29
@renovate renovate bot force-pushed the renovate/version.graalvm branch 4 times, most recently from fed6a2d to ba76d45 Compare September 10, 2024 17:27
@renovate renovate bot force-pushed the renovate/version.graalvm branch 2 times, most recently from fc602c8 to d9d0fe0 Compare September 24, 2024 20:25
@renovate renovate bot force-pushed the renovate/version.graalvm branch 7 times, most recently from 7a6f553 to dd0fcae Compare October 2, 2024 22:00
@renovate renovate bot force-pushed the renovate/version.graalvm branch 2 times, most recently from 552088d to 53f31ef Compare October 15, 2024 15:43
@renovate renovate bot changed the title fix(deps): update dependency org.graalvm.js:js-scriptengine to v23.1.4 fix(deps): update dependency org.graalvm.js:js-scriptengine to v23.1.5 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/version.graalvm branch 6 times, most recently from bbd7616 to 1f97f18 Compare October 16, 2024 08:19
@renovate renovate bot force-pushed the renovate/version.graalvm branch from 1f97f18 to 238d54d Compare October 16, 2024 08:24
@renovate renovate bot changed the title fix(deps): update dependency org.graalvm.js:js-scriptengine to v23.1.5 fix(deps): update dependency org.graalvm.js:js-scriptengine to v23.1.5 - autoclosed Oct 16, 2024
@renovate renovate bot closed this Oct 16, 2024
@renovate renovate bot deleted the renovate/version.graalvm branch October 16, 2024 08:30
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.

0 participants