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

chore(deps): bump graalvm from 23.0.0 to 23.0.1 #186

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps graalvm from 23.0.0 to 23.0.1.
Updates org.graalvm.sdk:graal-sdk from 23.0.0 to 23.0.1

Commits
  • bb8edf2 GR-47149 : make release GraalVM 23.0.1
  • 767295a [GR-46907] [GR-46594] [GR-47030] [GR-47081] [GR-47111] GR-47112] Backport: Fi...
  • b266319 Always include (class|module)path in error message.
  • d3461b4 Print link to build output docs if links disabled.
  • 65390b6 Document --exclude-config.
  • b828f52 Improve AWT hint to check for JNI accessed classes.
  • 1d90d9f [GR-47084] Change the compliance of com.oracle.svm.core.annotate and org.graa...
  • 1a3eb55 Make graal-sdk artefact JDK 11+ compatible
  • 48a36b1 [GR-46198] Backport to 23.0.1: Fix handling of JavaTimeSupplementary resource...
  • 24482db [GR-46707] Documentation backport: Rename subtitles to avoid duplication in t...
  • Additional commits viewable in compare view

Updates org.graalvm.nativeimage:svm from 23.0.0 to 23.0.1

Commits
  • bb8edf2 GR-47149 : make release GraalVM 23.0.1
  • 767295a [GR-46907] [GR-46594] [GR-47030] [GR-47081] [GR-47111] GR-47112] Backport: Fi...
  • b266319 Always include (class|module)path in error message.
  • d3461b4 Print link to build output docs if links disabled.
  • 65390b6 Document --exclude-config.
  • b828f52 Improve AWT hint to check for JNI accessed classes.
  • 1d90d9f [GR-47084] Change the compliance of com.oracle.svm.core.annotate and org.graa...
  • 1a3eb55 Make graal-sdk artefact JDK 11+ compatible
  • 48a36b1 [GR-46198] Backport to 23.0.1: Fix handling of JavaTimeSupplementary resource...
  • 24482db [GR-46707] Documentation backport: Rename subtitles to avoid duplication in t...
  • Additional commits viewable in compare view

Updates org.graalvm.nativeimage:svm-libffi from 23.0.0 to 23.0.1

Commits
  • bb8edf2 GR-47149 : make release GraalVM 23.0.1
  • 767295a [GR-46907] [GR-46594] [GR-47030] [GR-47081] [GR-47111] GR-47112] Backport: Fi...
  • b266319 Always include (class|module)path in error message.
  • d3461b4 Print link to build output docs if links disabled.
  • 65390b6 Document --exclude-config.
  • b828f52 Improve AWT hint to check for JNI accessed classes.
  • 1d90d9f [GR-47084] Change the compliance of com.oracle.svm.core.annotate and org.graa...
  • 1a3eb55 Make graal-sdk artefact JDK 11+ compatible
  • 48a36b1 [GR-46198] Backport to 23.0.1: Fix handling of JavaTimeSupplementary resource...
  • 24482db [GR-46707] Documentation backport: Rename subtitles to avoid duplication in t...
  • Additional commits viewable in compare view

Updates org.graalvm.truffle:truffle-api from 23.0.0 to 23.0.1

Commits
  • bb8edf2 GR-47149 : make release GraalVM 23.0.1
  • 767295a [GR-46907] [GR-46594] [GR-47030] [GR-47081] [GR-47111] GR-47112] Backport: Fi...
  • b266319 Always include (class|module)path in error message.
  • d3461b4 Print link to build output docs if links disabled.
  • 65390b6 Document --exclude-config.
  • b828f52 Improve AWT hint to check for JNI accessed classes.
  • 1d90d9f [GR-47084] Change the compliance of com.oracle.svm.core.annotate and org.graa...
  • 1a3eb55 Make graal-sdk artefact JDK 11+ compatible
  • 48a36b1 [GR-46198] Backport to 23.0.1: Fix handling of JavaTimeSupplementary resource...
  • 24482db [GR-46707] Documentation backport: Rename subtitles to avoid duplication in t...
  • Additional commits viewable in compare view

Updates org.graalvm.js:js from 23.0.0 to 23.0.1

Changelog

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

GraalVM JavaScript (Graal.js) Changelog

This changelog summarizes major changes between GraalVM versions of the GraalVM JavaScript (ECMAScript) language runtime. The main focus is on user-observable behavior of the engine. Changelog may include unreleased versions. See release calendar for release dates.

Version 23.1.0

  • ECMAScript 2023 mode/features enabled by default.
  • 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).
Commits

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` from 23.0.0 to 23.0.1.

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

Updates `org.graalvm.nativeimage:svm` from 23.0.0 to 23.0.1
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-23.0.0...vm-ee-23.0.1)

Updates `org.graalvm.nativeimage:svm-libffi` from 23.0.0 to 23.0.1
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-23.0.0...vm-ee-23.0.1)

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

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

---
updated-dependencies:
- dependency-name: org.graalvm.sdk:graal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.nativeimage:svm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.nativeimage:svm-libffi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.truffle:truffle-api
  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 added dependencies Changes that affect dependencies gradle Gradle changes labels Jul 24, 2023
@dependabot dependabot bot requested a review from sureshg July 24, 2023 19:38
@github-actions github-actions bot merged commit 58175fe into main Jul 24, 2023
@dependabot dependabot bot deleted the dependabot/gradle/graalvm-23.0.1 branch July 24, 2023 19:38
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that affect dependencies gradle Gradle changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants