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

Update graalVersion to v22.3.5 #122

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.graalvm.js:js-scriptengine (source) 22.0.0.2 -> 22.3.5 age adoption passing confidence
org.graalvm.js:js (source) 22.0.0.2 -> 22.3.5 age adoption passing confidence
org.graalvm.sdk:graal-sdk 22.0.0.2 -> 22.3.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)

v22.3.0

  • Implemented the WebAssembly multi-value proposal.
  • Added an experimental option --js.unhandled-rejections=handler that allows to use a custom callback to track unhandled promise rejections.
  • Updated Node.js to version 16.17.1.
  • ECMA-402 Internationalization API has been enabled by default. It can be disabled by --js.intl-402=false option.
  • Implemented the Decorators (stage 3) proposal.

v22.2.0

  • GraalVM JavaScript is now an installable component of GraalVM. It can be installed with gu install js.
  • Enabled option js.foreign-object-prototype by default. Polyglot Interop objects now get a fitting JavaScript prototype assigned unless explicitly turned off using this flag.
  • Added intermediate prototype for foreign objects to simplify adapting functionality.
  • Removed deprecated experimental option experimental-foreign-object-prototype.
  • Removed experimental option commonjs-global-properties. The same functionality can be achieved in user code with a direct call to require() after context creation.
  • Added an experimental option --js.zone-rules-based-time-zones that allows to use timezone-related data from ZoneRulesProvider (instead of ICU4J data files).
  • Temporal objects can be converted to compatible Java objects when possible, using the Value API's methods like asDate().

v22.1.0

  • Updated Node.js to version 16.14.2.
  • Graal.js now requires Java 11+ and no longer supports Java 8.
  • Implemented the Intl.NumberFormat v3 proposal.
  • Implemented the Array Grouping v3 proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Temporal proposal. It is available behind the experimental option --js.temporal.
  • Implemented the Array Find from Last proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Optimized closures to only keep references on variables in the lexical environment that are needed by (one or more) closures. This optimization can be disabled with the experimental option --js.scope-optimization=false.
  • Moved the internal string representation to the new TruffleString type.
  • Added option --js.string-lazy-substrings (default: true) to allow toggling the copying behavior of string slices. When enabled, string slices internally create string views instead of copying the given string region, which increases performance but may also increase memory utilization.

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.

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


  • 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 force-pushed the renovate/graalversion branch from c12dc79 to 01add2e Compare July 19, 2022 13:45
@renovate renovate bot changed the title Update graalVersion to v22.1.0.1 Update graalVersion to v22.2.0 Jul 19, 2022
@renovate renovate bot force-pushed the renovate/graalversion branch from 01add2e to c03cd91 Compare October 11, 2022 14:04
@renovate renovate bot changed the title Update graalVersion to v22.2.0 Update graalVersion to v22.2.0.1 Oct 11, 2022
@renovate renovate bot force-pushed the renovate/graalversion branch from c03cd91 to 33847e1 Compare October 18, 2022 19:23
@renovate renovate bot changed the title Update graalVersion to v22.2.0.1 Update graalVersion to v22.3.0 Oct 18, 2022
@renovate renovate bot force-pushed the renovate/graalversion branch from 33847e1 to 47b7e4c Compare March 17, 2023 02:05
@renovate renovate bot changed the title Update graalVersion to v22.3.0 Update graalVersion to v22.3.1 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/graalversion branch from 47b7e4c to a6149f5 Compare April 3, 2023 09:07
@renovate renovate bot force-pushed the renovate/graalversion branch from a6149f5 to 4e2bc84 Compare April 18, 2023 19:32
@renovate renovate bot changed the title Update graalVersion to v22.3.1 Update graalVersion to v22.3.2 Apr 18, 2023
@renovate renovate bot changed the title Update graalVersion to v22.3.2 Update graalVersion to v22.3.3 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/graalversion branch from 4e2bc84 to a006023 Compare July 18, 2023 15:53
@renovate renovate bot force-pushed the renovate/graalversion branch from a006023 to 295385c Compare October 17, 2023 16:13
@renovate renovate bot changed the title Update graalVersion to v22.3.3 Update graalVersion to v22.3.4 Oct 17, 2023
@renovate renovate bot force-pushed the renovate/graalversion branch from 295385c to b3fa970 Compare January 28, 2024 23:42
@renovate renovate bot changed the title Update graalVersion to v22.3.4 Update graalVersion to v22.3.5 Jan 28, 2024
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