Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Bump ruby-head-wasm-wasi from 0.4.0 to 0.5.0 #57

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps ruby-head-wasm-wasi from 0.4.0 to 0.5.0.

Release notes

Sourced from ruby-head-wasm-wasi's releases.

ruby-head-wasm-wasi-0.5.0

channel source
head ruby/ruby@0a9d51ee9d2b3d0111832e5ea1c8195a16e2f99b

What's Changed

begin
  JS.eval("throw new Error('foo')") 
rescue JS::Error => e
  puts e
end
const text = await vm.evalAsync(`
  require "js"
  response = JS.global.fetch("https://httpbin.org/user-agent").await
  response.text.await
`)
console.log(text.toString())

New Contributors

Full Changelog: ruby/ruby.wasm@ruby-head-wasm-wasi-0.4.0...ruby-head-wasm-wasi-0.5.0

Commits
  • c6f990e Bump ruby-head-wasm-wasi version to 0.5.0
  • adbc6bd Add rake npm:bump_version task
  • 62f73a7 Fix paths for links in README.md
  • bd9532a Report VM dump whenever non-RbError caught
  • 74de0dc Eval async code as top level code
  • a81cb61 rake format
  • 98c306a Add doc comment for RubyVM.evalAsync
  • dd80925 Add doc comment for JS::Object#await
  • 5617b39 Enhance await test cases
  • 24bd9e4 Make eval_async to be private method, and remove evalAsync restriction
  • 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 [ruby-head-wasm-wasi](https://github.com/ruby/ruby.wasm) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/ruby/ruby.wasm/releases)
- [Commits](ruby/ruby.wasm@ruby-head-wasm-wasi-0.4.0...ruby-head-wasm-wasi-0.5.0)

---
updated-dependencies:
- dependency-name: ruby-head-wasm-wasi
  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 javascript Pull requests that update Javascript code labels Nov 14, 2022
@github-actions github-actions bot merged commit 1efcc9b into main Nov 14, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ruby-head-wasm-wasi-0.5.0 branch November 14, 2022 02:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants