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 graalvm.version from 21.1.0 to 22.0.0 #2828

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2024

Bumps graalvm.version from 21.1.0 to 22.0.0.
Updates org.graalvm.compiler:compiler from 21.1.0 to 22.0.0

Commits
  • 20eea97 GraalVM 22.0.0 release
  • 29ef592 [GR-35915] Warn user when a native image uses vulnerable log4j libraries.
  • 55d12aa [GR-35915] Warn user when a native image uses vulnerable log4j libraries.
  • 6aacddd [GR-36270] Backport to 22.0: Fix inlining before analysis when escape analysi...
  • 3341447 Fix inlining before analysis when escape analysis runs after parsing
  • 2d416ae [GR-36257] Ensure BuilderIO gets restored in case of errors in CreationStage.
  • abcb417 Ensure BuilderIO gets restored in case of errors in CreationStage
  • 9afe174 [GR-36224] Backport to 22.0: Installation of WebLogic failing using graalvm 2...
  • 2df54ca Disallow usage of jdk.vm.ci.code.Architecture methods in InvocationPlugins
  • b6cde27 Convert leading/trailing plugins into lowerable nodes
  • Additional commits viewable in compare view

Updates org.graalvm.truffle:truffle-api from 21.1.0 to 22.0.0

Commits
  • 20eea97 GraalVM 22.0.0 release
  • 29ef592 [GR-35915] Warn user when a native image uses vulnerable log4j libraries.
  • 55d12aa [GR-35915] Warn user when a native image uses vulnerable log4j libraries.
  • 6aacddd [GR-36270] Backport to 22.0: Fix inlining before analysis when escape analysi...
  • 3341447 Fix inlining before analysis when escape analysis runs after parsing
  • 2d416ae [GR-36257] Ensure BuilderIO gets restored in case of errors in CreationStage.
  • abcb417 Ensure BuilderIO gets restored in case of errors in CreationStage
  • 9afe174 [GR-36224] Backport to 22.0: Installation of WebLogic failing using graalvm 2...
  • 2df54ca Disallow usage of jdk.vm.ci.code.Architecture methods in InvocationPlugins
  • b6cde27 Convert leading/trailing plugins into lowerable nodes
  • Additional commits viewable in compare view

Updates org.graalvm.sdk:graal-sdk from 21.1.0 to 22.0.0

Commits
  • 20eea97 GraalVM 22.0.0 release
  • 29ef592 [GR-35915] Warn user when a native image uses vulnerable log4j libraries.
  • 55d12aa [GR-35915] Warn user when a native image uses vulnerable log4j libraries.
  • 6aacddd [GR-36270] Backport to 22.0: Fix inlining before analysis when escape analysi...
  • 3341447 Fix inlining before analysis when escape analysis runs after parsing
  • 2d416ae [GR-36257] Ensure BuilderIO gets restored in case of errors in CreationStage.
  • abcb417 Ensure BuilderIO gets restored in case of errors in CreationStage
  • 9afe174 [GR-36224] Backport to 22.0: Installation of WebLogic failing using graalvm 2...
  • 2df54ca Disallow usage of jdk.vm.ci.code.Architecture methods in InvocationPlugins
  • b6cde27 Convert leading/trailing plugins into lowerable nodes
  • Additional commits viewable in compare view

Updates org.graalvm.js:js from 21.1.0 to 22.0.0

Release notes

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

GraalJS - GraalVM Community Edition 21.3.3.1

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/

GraalJS - GraalVM Community Edition 21.3.3

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/

GraalJS - GraalVM Community Edition 21.3.2

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/

GraalJS - GraalVM Community Edition 21.3.1

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/

Graal.js - GraalVM Community Edition 21.3.0

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.

Node.js 14.17.6 runtime for JavaScript is not enabled by default and must be installed: gu install nodejs. The JavaScript runtime continue to be included in the base GraalVM installation.

More information is available on the website: https://www.graalvm.org/javascript/

GraalJS - GraalVM Community Edition 21.2.0

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/

Changelog

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

Version 22.0.0

  • ECMAScript 2022 mode/features enabled by default.
  • Implemented the Intl.DisplayNames v2 proposal.
  • Implemented the Intl Locale Info proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Intl.DateTimeFormat.prototype.formatRange proposal.
  • Implemented the Extend TimeZoneName Option proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Intl Enumeration API proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Updated Node.js to version 14.18.1.
  • Added option js.esm-bare-specifier-relative-lookup (default: false) to customize how bare specifiers for ES Modules are resolved. When disabled, bare specifiers are resolved with an absolute path lookup. When enabled, bare specifiers are resolved relative to the importing module's path.
  • ICU4J library moved to truffle.

Version 21.3.0

  • Implemented the Private Fields in in proposal. It is available behind the experimental option --js.private-fields-in.
  • Implemented the JavaScript BigInt to WebAssembly i64 integration proposal. It can be disabled using the --js.wasm-bigint=false option.
  • Updated Node.js to version 14.17.6.
  • Implemented the Error Cause proposal. It is available behind the experimental option --js.error-cause.
  • Implemented the Import Assertions proposal. It is available behind the experimental option --js.import-assertions.
  • Added support for collation option of Intl.Collator.
  • Added support for dayPeriod and fractionalSecondDigits options of Intl.DateTimeFormat.
  • Changed foreign hash map access using map[key] syntax to convert the key to a string or symbol.
  • Implemented Object.hasOwn (Accessible Object.hasOwnProperty proposal). It is available in ECMAScript 2022 (--js.ecmascript-version=2022).
  • Implemented class static initialization blocks proposal. It is available in ECMAScript 2022 (--js.ecmascript-version=2022).
  • Added experimental Polyglot Context option --js.esm-eval-returns-exports. When enabled, eval() of an ES module will return a Polyglot Value containing the ES module exported namespace object. The option is disabled by default.

Version 21.2.0

  • Graal.js now prints a warning when runtime compilation is not supported. This warning can be disabled using the '--engine.WarnInterpreterOnly=false' option or the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.
  • Added the js.unhandled-rejections option to track unhandled promise rejections in a polyglot Context. By default, the option is set to none, and unhandled promise rejections are not tracked.
  • Implemented the New Set Methods proposal. It is available behind an experimental flag (--js.new-set-methods).
  • Implemented experimental operator overloading support. Use the experimental option --js.operator-overloading to enable it and consult the documentation.
  • Updated RegExp Match Indices proposal with opt-in using the d flag. Available in ECMAScript 2022 (--js.ecmascript-version=2022). Deprecated --js.regexp-match-indices option.
  • Nashorn compatibility mode now defaults to compatiblity with ECMAScript version 5, unless another version is explicitly selected.
  • Date.prototype built-ins use ICU (not JDK) algorithms and data (like timezone data) by now (in order to reduce inconsistencies between Date and Intl.DateTimeFormat).
  • Updated ICU4J library to version 69.1.
Commits
  • 8b45fea GraalVM 22.0.0 release
  • 81a5372 [GR-35922] Backport: CompileFunctionInContext() should create the function in...
  • b6f1e97 Adding a regression test of parsingContext option of vm.compileFunction().
  • e8e0641 CompileFunctionInContext() should create the function in the right context.
  • c173cf9 [GR-35646] Update Truffle import to 22.0 release branch.
  • a403280 Fixed naming scheme for language libraries
  • 4d5a31e [GR-24501] Backport: Removing the definition of ICU4J library from graal-js.
  • 34ecc9d TestV8 test-suite status update with the expectation of ICU4J update to 70.1.
  • 7b6e55b Adding a note about the move of ICU4J library into change-log.
  • 977fb45 Removing the definition of ICU4J library from graal-js.
  • Additional commits viewable in compare view

Updates org.graalvm.js:js-scriptengine from 21.1.0 to 22.0.0

Release notes

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

GraalJS - GraalVM Community Edition 21.3.3.1

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/

GraalJS - GraalVM Community Edition 21.3.3

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/

GraalJS - GraalVM Community Edition 21.3.2

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/

GraalJS - GraalVM Community Edition 21.3.1

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/

Graal.js - GraalVM Community Edition 21.3.0

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.

Node.js 14.17.6 runtime for JavaScript is not enabled by default and must be installed: gu install nodejs. The JavaScript runtime continue to be included in the base GraalVM installation.

More information is available on the website: https://www.graalvm.org/javascript/

GraalJS - GraalVM Community Edition 21.2.0

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/

Changelog

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

Version 22.0.0

  • ECMAScript 2022 mode/features enabled by default.
  • Implemented the Intl.DisplayNames v2 proposal.
  • Implemented the Intl Locale Info proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Intl.DateTimeFormat.prototype.formatRange proposal.
  • Implemented the Extend TimeZoneName Option proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Intl Enumeration API proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Updated Node.js to version 14.18.1.
  • Added option js.esm-bare-specifier-relative-lookup (default: false) to customize how bare specifiers for ES Modules are resolved. When disabled, bare specifiers are resolved with an absolute path lookup. When enabled, bare specifiers are resolved relative to the importing module's path.
  • ICU4J library moved to truffle.

Version 21.3.0

  • Implemented the Private Fields in in proposal. It is available behind the experimental option --js.private-fields-in.
  • Implemented the JavaScript BigInt to WebAssembly i64 integration proposal. It can be disabled using the --js.wasm-bigint=false option.
  • Updated Node.js to version 14.17.6.
  • Implemented the Error Cause proposal. It is available behind the experimental option --js.error-cause.
  • Implemented the Import Assertions proposal. It is available behind the experimental option --js.import-assertions.
  • Added support for collation option of Intl.Collator.
  • Added support for dayPeriod and fractionalSecondDigits options of Intl.DateTimeFormat.
  • Changed foreign hash map access using map[key] syntax to convert the key to a string or symbol.
  • Implemented Object.hasOwn (Accessible Object.hasOwnProperty proposal). It is available in ECMAScript 2022 (--js.ecmascript-version=2022).
  • Implemented class static initialization blocks proposal. It is available in ECMAScript 2022 (--js.ecmascript-version=2022).
  • Added experimental Polyglot Context option --js.esm-eval-returns-exports. When enabled, eval() of an ES module will return a Polyglot Value containing the ES module exported namespace object. The option is disabled by default.

Version 21.2.0

  • Graal.js now prints a warning when runtime compilation is not supported. This warning can be disabled using the '--engine.WarnInterpreterOnly=false' option or the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.
  • Added the js.unhandled-rejections option to track unhandled promise rejections in a polyglot Context. By default, the option is set to none, and unhandled promise rejections are not tracked.
  • Implemented the New Set Methods proposal. It is available behind an experimental flag (--js.new-set-methods).
  • Implemented experimental operator overloading support. Use the experimental option --js.operator-overloading to enable it and consult the documentation.
  • Updated RegExp Match Indices proposal with opt-in using the d flag. Available in ECMAScript 2022 (--js.ecmascript-version=2022). Deprecated --js.regexp-match-indices option.
  • Nashorn compatibility mode now defaults to compatiblity with ECMAScript version 5, unless another version is explicitly selected.
  • Date.prototype built-ins use ICU (not JDK) algorithms and data (like timezone data) by now (in order to reduce inconsistencies between Date and Intl.DateTimeFormat).
  • Updated ICU4J library to version 69.1.
Commits
  • 8b45fea GraalVM 22.0.0 release
  • 81a5372 [GR-35922] Backport: CompileFunctionInContext() should create the function in...
  • b6f1e97 Adding a regression test of parsingContext option of vm.compileFunction().
  • e8e0641 CompileFunctionInContext() should create the function in the right context.
  • c173cf9 [GR-35646] Update Truffle import to 22.0 release branch.
  • a403280 Fixed naming scheme for language libraries
  • 4d5a31e [GR-24501] Backport: Removing the definition of ICU4J library from graal-js.
  • 34ecc9d TestV8 test-suite status update with the expectation of ICU4J update to 70.1.
  • 7b6e55b Adding a note about the move of ICU4J library into change-log.
  • 977fb45 Removing the definition of ICU4J library from graal-js.
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `graalvm.version` from 21.1.0 to 22.0.0.

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

Updates `org.graalvm.truffle:truffle-api` from 21.1.0 to 22.0.0
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-21.1.0...vm-22.0.0)

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

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

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

---
updated-dependencies:
- dependency-name: org.graalvm.compiler:compiler
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.graalvm.truffle:truffle-api
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.graalvm.sdk:graal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.graalvm.js:js
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.graalvm.js:js-scriptengine
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants