Skip to content

Bump graalvm.version from 20.2.0 to 20.3.0#1

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/graalvm.version-20.3.0
Closed

Bump graalvm.version from 20.2.0 to 20.3.0#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/graalvm.version-20.3.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 14, 2020

Bumps graalvm.version from 20.2.0 to 20.3.0.
Updates js from 20.2.0 to 20.3.0

Release notes

Sourced from js's releases.

GraalJS - GraalVM Community Edition 20.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.

More information is available on the GraalVM website: http://www.graalvm.org/docs/reference-manual/js/

Changelog

Sourced from js's changelog.

Version 20.3.0

  • Updated Node.js to version 12.18.4.
  • Fixed field/getter/setter access order in nashorn-compat mode, see [issue #343](graalvm/graaljs#343).
  • ScriptEngine: Fixed "Multiple applicable overloads found" error in nashorn-compat mode, see [issue #286](graalvm/graaljs#286).
  • ScriptEngine: Enabled low precedence lossy number, string-to-boolean, and number-to-boolean conversions in nashorn-compat mode.
  • Fixed Java.extend to respect HostAccess.Builder.allowImplementations, see [issue #294](graalvm/graaljs#294).
  • Added Java host interop support for mapping JS objects to abstract classes (if HostAccess allows it).
  • js.foreign-object-prototype is a supported option to set JavaScript prototypes for foreign objects mimicing JavaScript types. It was renamed from js.experimental-foreign-object-prototype.
  • Changed ToPrimitive abstract operation to follow the specification for foreign objects. InteropLibrary.toDisplayString is not used by ToPrimitive/ToString conversions anymore.
Commits
  • b53c4e1 Release 20.3.0
  • bab50ab [GR-27300] Backport a fix in TopScopeObject.
  • 0232fbc add test for bindings.removeMember()
  • 2500fac fix NPE in TopScopeObject
  • 118ee3b [GR-20862] Include the new JCK compatibility flag in 20.3.
  • b0bf004 add testcase for GR-20862
  • 95a49d4 use graaljs.insecure-scriptengine-access flag in ScriptEngine for JCK compliance
  • 6a4f3b6 [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.
  • c3de480 [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.
  • 60cb438 [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.
  • Additional commits viewable in compare view

Updates js-scriptengine from 20.2.0 to 20.3.0

Release notes

Sourced from js-scriptengine's releases.

GraalJS - GraalVM Community Edition 20.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.

More information is available on the GraalVM website: http://www.graalvm.org/docs/reference-manual/js/

Changelog

Sourced from js-scriptengine's changelog.

Version 20.3.0

  • Updated Node.js to version 12.18.4.
  • Fixed field/getter/setter access order in nashorn-compat mode, see [issue #343](graalvm/graaljs#343).
  • ScriptEngine: Fixed "Multiple applicable overloads found" error in nashorn-compat mode, see [issue #286](graalvm/graaljs#286).
  • ScriptEngine: Enabled low precedence lossy number, string-to-boolean, and number-to-boolean conversions in nashorn-compat mode.
  • Fixed Java.extend to respect HostAccess.Builder.allowImplementations, see [issue #294](graalvm/graaljs#294).
  • Added Java host interop support for mapping JS objects to abstract classes (if HostAccess allows it).
  • js.foreign-object-prototype is a supported option to set JavaScript prototypes for foreign objects mimicing JavaScript types. It was renamed from js.experimental-foreign-object-prototype.
  • Changed ToPrimitive abstract operation to follow the specification for foreign objects. InteropLibrary.toDisplayString is not used by ToPrimitive/ToString conversions anymore.
Commits
  • b53c4e1 Release 20.3.0
  • bab50ab [GR-27300] Backport a fix in TopScopeObject.
  • 0232fbc add test for bindings.removeMember()
  • 2500fac fix NPE in TopScopeObject
  • 118ee3b [GR-20862] Include the new JCK compatibility flag in 20.3.
  • b0bf004 add testcase for GR-20862
  • 95a49d4 use graaljs.insecure-scriptengine-access flag in ScriptEngine for JCK compliance
  • 6a4f3b6 [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.
  • c3de480 [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.
  • 60cb438 [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.
  • 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 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 20.2.0 to 20.3.0.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 14, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 20, 2021

Superseded by #6.

@dependabot dependabot bot closed this Jan 20, 2021
@dependabot dependabot bot deleted the dependabot/maven/graalvm.version-20.3.0 branch January 20, 2021 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants