Skip to content

chore(deps): bump com.caoccao.javet:javet from 4.1.2 to 5.0.8#1194

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.caoccao.javet-javet-5.0.8
Open

chore(deps): bump com.caoccao.javet:javet from 4.1.2 to 5.0.8#1194
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/com.caoccao.javet-javet-5.0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps com.caoccao.javet:javet from 4.1.2 to 5.0.8.

Release notes

Sourced from com.caoccao.javet:javet's releases.

Javet v5.0.8

  • Upgraded Node.js to v24.16.0 (2026-05-21)
  • Upgraded V8 to v14.9.207.14 (2026-05-22)
  • Switched to LLVM for V8 mode on Windows
  • Enabled pointer compression and sandbox for V8 mode on Linux, MacOS, Windows
  • Enabled pointer compression for V8 mode on Android (arm64, x86_64)
  • Switched V8 mode to multi-cage pointer compression (each isolate gets its own 4 GB cage via v8::IsolateGroup)
  • Removed getV8SharedMemoryStatistics() from V8Host (the underlying V8 API is now per-IsolateGroup and cannot be queried without an entered isolate scope)
  • V8Runtime.getV8SharedMemoryStatistics() now returns CompletableFuture<V8SharedMemoryStatistics> (async, matching getV8HeapStatistics())
  • Added IJavetEnginePool.getAggregateV8SharedMemoryStatistics() which sums read-only space sizes across all live pool runtimes
  • Deprecated IJavetEnginePool.getV8SharedMemoryStatistics(); it now forwards to getAggregateV8SharedMemoryStatistics(). Values match the legacy process-wide reading only for single-runtime pools

Javet v5.0.7

  • Upgraded Node.js to v24.15.0 (2026-04-15)
  • Upgraded V8 to v14.8.178.16 (2026-04-30)
  • Upgraded Visual Studio 2022 to v17.14.31
  • Upgraded Visual Studio 2026 to v18.5.2
  • Switched to LLVM for Node.js mode on Linux
  • Upgraded temporal to v0.2.3
  • Renamed --no-experimental-require-module to --no-require-module in NodeFlags to match Node.js v24.15.0 stabilization of require(esm)
  • Removed --experimental-sqlite from NodeFlags since node:sqlite is enabled by default in Node.js (unflagged since v22.13.0/v23.4.0)

Javet v5.0.6

  • Upgraded Node.js to v24.14.1 (2026-03-24)
  • Upgraded V8 to v14.7.173.18 (2026-04-07)
  • Upgraded Visual Studio 2026 to v18.4.3
  • Added builtInModuleResolution flag to NodeRuntimeOptions to switch between Javet's module resolver and Node.js's built-in module resolver for static import statements
  • Fixed join() in JavetProxyPluginArray and JavetProxyPluginList to default to "," separator when called with no arguments, matching the JavaScript spec (previously defaulted to "")
  • Fixed with() in JavetProxyPluginArray and JavetProxyPluginList to support negative indices (e.g. arr.with(-1, value) replaces the last element), matching the JavaScript spec
  • Fixed copyWithin() in JavetProxyPluginArray and JavetProxyPluginList to distinguish between an omitted end parameter (copies to the end of the array) and an explicit end of 0 (copies nothing)
  • Fixed keys() in JavetProxyPluginArray and JavetProxyPluginList to return an Array Iterator (V8VirtualIterator) instead of a plain array, consistent with entries() and values()
  • Fixed reduceRight() in JavetProxyPluginArray and JavetProxyPluginList to register the callback context with the correct name "reduceRight" instead of "reduce"
  • Added toLocaleString() to JavetProxyPluginArray and JavetProxyPluginList, delegating to the native Array.prototype.toLocaleString with support for optional locale and options arguments
  • Added return() and throw() methods to V8VirtualIterator implementing the optional iterator protocol methods for early termination and error signaling
  • Added Symbol.toStringTag support to V8VirtualIterator returning "Iterator"
  • Fixed fill() in JavetProxyPluginArray and JavetProxyPluginList to distinguish between an omitted end parameter (fills to the end) and an explicit end of 0 (fills nothing)
  • Fixed splice() in JavetProxyPluginList to remove all elements from start to the end when deleteCount is omitted (e.g. list.splice(0) removes everything), matching the JavaScript spec (previously removed nothing)
  • Fixed toSpliced() in JavetProxyPluginArray and JavetProxyPluginList to remove all elements from start to the end when deleteCount is omitted, matching the JavaScript spec
  • Added ES2025 Set methods to JavetProxyPluginSet: difference(), intersection(), union(), symmetricDifference(), isSubsetOf(), isSupersetOf(), isDisjointFrom()
  • Fixed entries() in JavetProxyPluginSet to capture the snapshot at call time instead of at property access time, consistent with values()
  • Added toString(radix) polyfill to JavetProxyPluginDefault for BigInteger, Long (via BigInt.prototype.toString), Byte, Double, Float, Integer, Short (via Number.prototype.toString)
  • Added toString() polyfill to JavetProxyPluginDefault for Boolean (via Boolean.prototype.toString) and Character (via valueOf)
  • Added Symbol.toPrimitive registration to JavetProxyPluginDefault for Boolean, Byte, Character, Double, Float, Integer, Long, Short, String
  • Fixed Symbol.toPrimitive in BaseJavetProxyPlugin to handle Byte and Character for all hint types (number, default, boolean), preventing incorrect string concatenation in arithmetic expressions

Javet v5.0.5

  • Upgraded Node.js to v24.14.0 (2026-02-24)
  • Upgraded V8 to v14.6.202.8 (2026-02-26)
  • Added snapshot support for Node.js mode via createSnapshot() and setSnapshotBlob() on NodeRuntimeOptions
  • Added getSnapshotBlob() and setSnapshotBlob() to JavetEngineConfig so that engine pools can be initialized with a pre-existing V8 snapshot

... (truncated)

Commits

Dependabot compatibility score

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 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 [com.caoccao.javet:javet](https://github.com/caoccao/Javet) from 4.1.2 to 5.0.8.
- [Release notes](https://github.com/caoccao/Javet/releases)
- [Commits](caoccao/Javet@4.1.2...5.0.8)

---
updated-dependencies:
- dependency-name: com.caoccao.javet:javet
  dependency-version: 5.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 19, 2026
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