Skip to content

Bump rquickjs from 0.12.0 to 0.12.2 - #1252

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rquickjs-0.12.2
Open

Bump rquickjs from 0.12.0 to 0.12.2#1252
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rquickjs-0.12.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps rquickjs from 0.12.0 to 0.12.2.

Changelog

Sourced from rquickjs's changelog.

[0.12.2] - 2026-07-27

Added

  • Added TypedArray<U8Clamped> support for Uint8ClampedArray, obtainable via TypedArray::from_object and matched by is_typed_array like other typed array classes

Fixed

  • Fixed rquickjs-sys host build failing during cross-compilation by reusing bundled bindings for the host target instead of running bindgen with a mismatched libclang #709

[0.12.1] - 2026-06-29

Changed

  • Updated phf, phf_shared and phf_generator to 0.14

Fixed

  • Fixed Constructor::new_prototype leaking a reference cycle that aborted JS_FreeRuntime with a gc_obj_list assertion failure
Commits
  • 635f932 Merge pull request #718 from DelSkayn/release/0.12.2
  • 1faa61a Bump version to 0.12.2
  • 4ff7ce6 Merge pull request #711 from richarddd/fix/host-bindgen-cross-compile
  • d2604ed Merge pull request #715 from richarddd/feat/clamped-typed-array
  • 3da0a31 Merge pull request #716 from sigmaraz/patch-1
  • 0806d4e Create SECURITY.md for vulnerability reporting guidelines
  • 2ffa1ae Support Uint8ClampedArray as TypedArray<U8Clamped>
  • ed632f1 Fix host build picking up the wrong libclang when cross-compiling by using bu...
  • 04e2734 Merge pull request #708 from richarddd/release/0.12.1
  • 81e7176 Bump version to 0.12.1
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 1, 2026
@jeffcharles

Copy link
Copy Markdown
Collaborator

This includes a change to QuickJS-ng so we need to evaluate if anything changed that would make the QuickJS bytecode incompatible before merging

Bumps [rquickjs](https://github.com/DelSkayn/rquickjs) from 0.12.0 to 0.12.2.
- [Changelog](https://github.com/DelSkayn/rquickjs/blob/master/CHANGELOG.md)
- [Commits](DelSkayn/rquickjs@v0.12.0...v0.12.2)

---
updated-dependencies:
- dependency-name: rquickjs
  dependency-version: 0.12.2
  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/cargo/rquickjs-0.12.2 branch from ada905b to 8b93bc4 Compare August 5, 2026 18:55
@jeffcharles

Copy link
Copy Markdown
Collaborator

@jeffcharles

Copy link
Copy Markdown
Collaborator

Diff is quickjs-ng/quickjs@v0.15.0...v0.15.1. I don't see anything that would impact bytecode generation. I do a bugfix in the runtime though. So we should be good to merge this update.

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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant