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

Bump graalvmVersion from 23.0.2 to 23.0.3 #8913

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2024

Bumps graalvmVersion from 23.0.2 to 23.0.3.
Updates org.graalvm.sdk:graal-sdk from 23.0.2 to 23.0.3

Commits
  • 6e2ed2c GR-50540 : release GraalVM 23.0.3
  • cc48ed3 [GR-51030] Update JVMCI to jvmci-23.0-b27
  • 81011a5 [GR-49481] Backport to 23.0: Remove explicit null check exceptions from genCh...
  • 247b7a9 update to jvmci-23.0-b27
  • a79ef82 [GR-49481] Remove explicit null check exceptions from genCheckCast and genIns...
  • 9c24b11 [GR-50952] Backport to 23.0 : Respect maximum eden size in AggressiveShrinkCo...
  • 0e80671 [GR-50820] Update JVMCI to jvmci-23.0-b26
  • e0faae4 Backport to 23.0: Improve OutOfMemoryError messages.
  • 634e1d7 update to jvmci-23.0-b26
  • 2cb5ba3 [GR-50383] Backport to 23.0: HeapImpl.dirtyAllReferencesOf must be no-op for ...
  • Additional commits viewable in compare view

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

Release notes

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

GraalJS 23.0.2.1 (NodeJS only)

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/

This release contains critical update for NodeJS artifacts only.

Changelog

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

Version 23.0.3

  • Updated Node.js to version 18.18.2.

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.
  • Removed experimental option v8-legacy-const.
  • Removed non-standard SharedArrayBuffer.isView.
  • Updated Node.js to version 18.14.1.
  • Implemented the Symbols as WeakMap keys proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the ArrayBuffer.prototype.transfer and friends proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Change Array by copy proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Added BigInteger interop support. Note that foreign BigIntegers require an explicit type cast using the BigInt function to opt into JS BigInt semantics. The default semantics is to treat all foreign numbers like JS Number values, regardless of the original value or type. Arithmetic operators perform an implicit lossy conversion to double; mixing a JS BigInt with any non-JS number always throws. Comparison operators attempt to do a precise value comparison where possible. JS BigInt values can now be converted to java.math.BigInteger host objects, although a target type mapping may still be necessary to ensure consistent type mapping if the target type is ambiguous or absent.

Version 22.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.

Version 22.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().

Version 22.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.

Version 22.0.0

... (truncated)

Commits
  • 68a2a2a GR-50540: release GraalVM 23.0.3
  • 99c8a2c [GR-49798] Backport: Upgrading the underlying Node.js to version 18.18.2.
  • 16a943a Tests of v8::Object::CreateDataProperty().
  • 3f52092 Implementation of v8::Object::CreateDataProperty().
  • d46ccab Adding a note about Node.js update (to version 18.18.2) into changelog.
  • bfb5b8a Updating Node.js license in 3rd_party_licenses.txt.
  • 8347f0b Updating the status of es-module test-suite.
  • 449190c Updating the status of parallel test-suite.
  • 2803e27 Allowing graal-js error message in test-esm-import-flag.
  • 8ddeaa0 Implementation of v8::Isolate::InContext().
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the type: dependency-upgrade Pull requests that update a dependency file label Feb 16, 2024
@github-actions github-actions bot added this to the 6.2.2 milestone Feb 16, 2024
@github-actions github-actions bot enabled auto-merge (squash) February 16, 2024 22:07
Bumps `graalvmVersion` from 23.0.2 to 23.0.3.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/6.2.x/graalvmVersion-23.0.3 branch from 76c0cd4 to a120aa5 Compare February 16, 2024 22:09
@github-actions github-actions bot merged commit e2b115c into 6.2.x Feb 16, 2024
3 checks passed
@github-actions github-actions bot deleted the dependabot/gradle/6.2.x/graalvmVersion-23.0.3 branch February 16, 2024 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants