Skip to content

Bump mini_racer from 0.6.4 to 0.21.1#4633

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/mini_racer-0.21.1
Open

Bump mini_racer from 0.6.4 to 0.21.1#4633
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/mini_racer-0.21.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps mini_racer from 0.6.4 to 0.21.1.

Changelog

Sourced from mini_racer's changelog.

  • 0.21.1 - 25-05-2026

    • Run :single_threaded V8 dispatches on a reusable mini_racer-owned native thread so V8 does not execute on Ruby-owned threads
    • Stop and join the reusable :single_threaded runner when contexts are disposed
    • Document :single_threaded fork-safety requirements for pre-fork contexts
  • 0.21.0 - 16-04-2026

    • Add MiniRacer::Binary for returning Uint8Array to JavaScript from attached Ruby callbacks
  • 0.20.0 - 24-02-2026

    • Add Snapshot.load to restore snapshots from binary data, enabling disk persistence
  • 0.19.2 - 24-12-2025

    • upgrade to node 24.12.0
  • 0.19.1 - 20-10-2025

    • JS code can now catch ruby exceptions - Ben Noordhuis
    • Retain string encoding when raising exceptions - Ben Noordhuis
    • Fix object identity bug with Ruby to JS conversion - Benjamin Wood
  • 0.19.0 - 24-06-2025

    • upgrade to node 24.1.0
  • 0.18.1 - 03-04-2025

    • Convert round doubles to fixnum for very big floats - this has better parity with JavaScript - Ben Noorhuis
  • 0.18.0 - 05-03-2025

    • Time for a major release
    • Handle ActiveSupport TimeWithZone objects during serialization - Sam Saffron
  • 0.18.0.pre1 - 06-02-2025

    • Updated to node 23.6.1.0
  • 0.17.0.pre13 - 04-02-2025

    • Only issue idle GC once post dispatch - reduces CPU usage for auto cleanup - Sam Saffron
  • 0.17.0.pre12 - 23-01-2025

    • Corrected off-by-one error with object serialization - Ben Noordhuis
  • 0.17.0.pre11 - 21-01-2025

    • Corrected encoding bug with deserialization of strings - Ben Noordhuis
  • 0.17.0.pre10 - 20-01-2025

    • Added back support for partially deserialized objects (objects that do not translate across boundaries are returned as Error properties) - Ben Noordhuis
  • 0.17.0.pre9 - 13-01-2025

    • For backwards compatibility convert v8 return values to UTF-8 (invalidly encoded string still get returned using V8 encoding)
  • 0.17.0.pre8 - 11-01-2025

    • Fix handling of UTF 32 LE and Ascii encoding strings - Ben Noordhuis
    • Handle rare edge case in V8 serialization - Ben Noordhuis

... (truncated)

Commits
  • fcfa4bf FIX: reuse native runner across fork
  • 6cf79b4 Bump ruby/setup-ruby from 1.306.0 to 1.308.0 (#414)
  • c1eb715 Fix TruffleRuby job in CI (#410)
  • e0b553e Bump ruby/setup-ruby from 1.301.0 to 1.306.0 (#408)
  • 40d83a3 FEATURE: add Ruby-to-JS Uint8Array support (#406)
  • 89e6eec Test on the latest TruffleRuby release and simplify CI (#405)
  • afe08c2 Bump ruby/setup-ruby from 1.299.0 to 1.301.0 (#403)
  • b0217fb Bump ruby/setup-ruby from 1.295.0 to 1.299.0 (#402)
  • 9f5d0b2 Bump ruby/setup-ruby from 1.293.0 to 1.295.0 (#401)
  • ac22e90 Bump ruby/setup-ruby from 1.286.0 to 1.293.0 (#400)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies ruby Pull requests that update ruby code labels Jun 2, 2026
Comment thread Gemfile
group :development, :test do
gem 'factory_bot_rails'
gem "mini_racer", "~> 0.6.3"
gem "mini_racer", "~> 0.21.1"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

@dependabot dependabot Bot force-pushed the dependabot/bundler/mini_racer-0.21.1 branch 2 times, most recently from ecf92be to 8bb1896 Compare June 2, 2026 18:32
Bumps [mini_racer](https://github.com/discourse/mini_racer) from 0.6.4 to 0.21.1.
- [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG)
- [Commits](rubyjs/mini_racer@v0.6.4...v0.21.1)

---
updated-dependencies:
- dependency-name: mini_racer
  dependency-version: 0.21.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/mini_racer-0.21.1 branch from 8bb1896 to 07b2600 Compare June 2, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants