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

Bump mini_racer from 0.2.15 to 0.6.4 #977

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps mini_racer from 0.2.15 to 0.6.4.

Changelog

Sourced from mini_racer's changelog.

  • 0.6.4 - 25-05-2022

    • Target Node 16.19.0.0
  • 0.6.3 - 16-08-2022

    • Truffle ruby support! Thanks to Brandon Fish and the truffle team
    • Hide libv8 symbols on ELF targets
    • Slightly shrunk binary size
    • Simplified timeout implementation
    • Some stability fixes
  • 17-01-2022 - 0.6.2

    • Fix support for compilation on 2.6, llvm compiles
    • Stability patches to handle rare memory leaks
    • Corrected re-raising of exceptions to support strings
    • During early termination of context under certain conditions MiniRacer could crash
  • 0.6.1 - 31-12-2021

    • Added support for single threaded platform: MiniRacer::Platform.set_flags! :single_threaded must be called prior to booting ANY MiniRacer::Context
  • 0.6.0 - 11-04-2021

    • Ruby 3.1 support
    • Fixes memory leak in heap snapshotting
    • Improved compilation ergonomics in clang
    • Migrated internal storage in c extension to TypedData
  • 0.5.0

    • Fixes issues on aarch (Apple M1)
    • Update to use libv8-node 16.x (#210) [Loic Nageleisen]
    • FEATURE: Configurable max marshal stack depth (#202) [seanmakesgames]
    • Ruby 2.3 and 2.4 are EOL, we no longer support them
  • 0.4.0 - 08-04-2021

    • FEATURE: upgrade to libv8 node 15.14.0 (v8 8.6.395.17)
    • Promote 0.4.0.beta1 to release, using libv8-node release path
  • 0.4.0.beta1 - 23-07-2020

    • FIX: on downgrade mkmf was picking the wrong version of libv8, this fix will correct future issues
    • FEATURE: upgraded libv8 to use node libv8 build which supports M1 and various ARM builds v8 moved to (8.6.395.17)

... (truncated)

Commits
  • f0e20ba cut a new release
  • b05d691 adds note on Windows support to README (#268)
  • 719abdb Mention all the requirements for MiniRacer on TruffleRuby (#257)
  • 9935d5a changelog and version bump
  • 3d11076 Fix GitHub Actions and add tests for mutable strings (#256)
  • e0f5a7a FEATURE: Implement MiniRacer for TruffleRuby (#253)
  • 7419fd1 fix an incorrect syntax (#246)
  • 4414ea4 hide all libv8 symbols on ELF targets
  • 9cf4ed6 Ruby internals are optimized for common encodings such as UTF-8,
  • bdb0977 simplify timeout implementation
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [mini_racer](https://github.com/discourse/mini_racer) from 0.2.15 to 0.6.4.
- [Changelog](https://github.com/rubyjs/mini_racer/blob/main/CHANGELOG)
- [Commits](rubyjs/mini_racer@v0.2.15...v0.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jun 5, 2023
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.

None yet

0 participants