Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

Bumps mini_racer from 0.4.0 to 0.6.1.

Changelog

Sourced from mini_racer's changelog.

  • 0.6.1

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

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

  • 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]
    • FEATURE: Configurable max marshal stack depth (#202) [seanmakesgames]
    • Ruby 2.3 and 2.4 are EOL, we no longer support them
Commits
  • 9420e3c Bump version and add Changelog
  • d968ee5 FEATURE: re-add support for single threaded platform
  • 2a7c5cc Version bump
  • bdeaebd add -lstdc++ for clang for non-Darwin
  • 1bd82a9 use CXXFLAGS for C++ compiler
  • 8550bb3 drop rb_gc_force_recycle use
  • feb8dc4 DEV: test_concurrent_access causing segfaults
  • 81f3004 Add most important change in 0.5.0 to changelog. (#221)
  • 0752264 rb_heap_snapshot: fix memory leak from fdopen
  • 2725152 ExternalFunction: convert from T_DATA to T_OBJECT
  • Additional commits viewable in compare view

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 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)

Bumps [mini_racer](https://github.com/discourse/mini_racer) from 0.4.0 to 0.6.1.
- [Release notes](https://github.com/discourse/mini_racer/releases)
- [Changelog](https://github.com/rubyjs/mini_racer/blob/master/CHANGELOG)
- [Commits](rubyjs/mini_racer@v0.4.0...v0.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 10, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 17, 2022

Superseded by #29.

@dependabot dependabot bot closed this Jan 17, 2022
@dependabot dependabot bot deleted the dependabot/bundler/mini_racer-0.6.1 branch January 17, 2022 21:50
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