Skip to content

build(deps): bump mini_racer from 0.21.4 to 0.22.1 in /docs/v3 - #5407

Merged
johha merged 1 commit into
mainfrom
dependabot/bundler/docs/v3/mini_racer-0.22.1
Sep 1, 2026
Merged

build(deps): bump mini_racer from 0.21.4 to 0.22.1 in /docs/v3#5407
johha merged 1 commit into
mainfrom
dependabot/bundler/docs/v3/mini_racer-0.22.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps mini_racer from 0.21.4 to 0.22.1.

Changelog

Sourced from mini_racer's changelog.

  • 0.22.1 - 27-08-2026

    • Fix building with Clang 22+ and big-endian bigint serialization by making bigint serialization byte-oriented instead of relying on native uint64_t/unsigned long representations
    • Fix Ruby integers at or above 512 bits being silently truncated when passed to JavaScript, and large JavaScript bigints producing an invalid internal value when returned to Ruby
    • Support Ruby and JavaScript bigints up to a 16 MiB magnitude, using allocation-free conversion for common sizes and bounded dynamic storage for larger values
  • 0.22.0 - 12-08-2026

    • Add Context#call_await and Context#eval_await: like call/eval but block until a returned Promise settles and return the settled value; rejections raise MiniRacer::RuntimeError
    • Fix a call or eval made from a Ruby callback taking the timeout or stop meant for the evaluation around it, which then kept running
    • Fix a timeout that fires just after its own evaluation ends, where it would stop the next evaluation instead
    • Fix a race introduced in 0.21.4 where a request sent right after a nested dispatch (e.g. perform_microtask_checkpoint or a nested call from an attached callback) could be dropped, deadlocking the context
Commits
  • 413b119 version bump
  • bfe3414 Add a community section (#439)
  • 554923f FIX: support clang 22+ compilation (#434)
  • 6ca86db deflake and agents.md
  • 3ea3783 Bump actions/checkout from 7.0.0 to 7.0.1 (#437)
  • 1491d72 FEATURE: add Context#call_await and Context#eval_await (#441)
  • 14209e3 FIX: don't drop requests that arrive before v8_roundtrip is re-entered (#440)
  • ff88d42 Bump ruby/setup-ruby from 1.314.0 to 1.319.0 (#436)
  • 5bd2f7b Bump ruby/setup-ruby from 1.310.0 to 1.314.0 (#432)
  • f32fde4 Bump actions/checkout from 6.0.3 to 7.0.0 (#431)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 1, 2026
johha
johha previously approved these changes Sep 1, 2026
Bumps [mini_racer](https://github.com/discourse/mini_racer) from 0.21.4 to 0.22.1.
- [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG)
- [Commits](rubyjs/mini_racer@v0.21.4...v0.22.1)

---
updated-dependencies:
- dependency-name: mini_racer
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/docs/v3/mini_racer-0.22.1 branch from d16686a to e3405e1 Compare September 1, 2026 14:08
@johha
johha merged commit 5042dc7 into main Sep 1, 2026
6 checks passed
@johha
johha deleted the dependabot/bundler/docs/v3/mini_racer-0.22.1 branch September 1, 2026 14:13
ari-wg-gitbot added a commit to cloudfoundry/capi-release that referenced this pull request Sep 1, 2026
Dependency updates in cloud_controller_ng:

- build(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.15.3 in /.devcontainer/images/mockserver
    PR: cloudfoundry/cloud_controller_ng#5400
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump mini_racer from 0.21.4 to 0.22.1 in /docs/v3
    PR: cloudfoundry/cloud_controller_ng#5407
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump gaxios from 7.3.0 to 8.0.0 in /docs/v3
    PR: cloudfoundry/cloud_controller_ng#5409
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump github/codeql-action from 4.37.8 to 4.37.9
    PR: cloudfoundry/cloud_controller_ng#5405
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump webmock from 3.26.3 to 3.26.4
    PR: cloudfoundry/cloud_controller_ng#5406
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump middleman-syntax from 3.6.1 to 3.6.2 in /docs/v3
    PR: cloudfoundry/cloud_controller_ng#5408
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant