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

Bump ruby-head-wasm-wasi from 2.0.0 to 2.1.0 #175

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps ruby-head-wasm-wasi from 2.0.0 to 2.1.0.

Release notes

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

2.1.0

channel source
head ruby/ruby@91e13a520730add19efb7ff05274f54824cb64fc
3_2 ruby/ruby@a528908271c678360d2d8ca232c178e7cdd340b4

What's Changed

  • New @ruby/wasm-wasi core package is added to share Ruby version-independent code among version-specific packages
  • Several js library API added: JS::Object#new, JS::True, JS::False, and boolean conversion to ? suffixed predicate method
    searchParams = JS.global[:URLSearchParams].new(JS.global[:location][:search])
    # "URLSearchParams.has" returns Boolean in JS,
    # and '?' indicates the returned JS boolean is converted to Ruby boolean
    if searchParams.has?('q')
      # ...
    end
  • JS::Object#await is now available also under <script type="text/ruby" data-eval="async">
  • Improved stack size related crashes

Pull Requests

Full Changelog: ruby/ruby.wasm@2.0.0...2.1.0

Commits
  • d95aa40 Bump version to 2.1.0
  • 2c0f150 Skip e2e tests with CDN assets when the version is not released yet
  • b08c2bc Add exports field to guide JS bundler tools to find .d.ts
  • 67ae96b Add doc comment for JS::Object#method_missing
  • e314d5d Add boolean conversion to ? suffixed predicate method
  • 7c1c482 Adopt standard .rb directory structure
  • 900ccab Bump @​rollup/plugin-commonjs from 24.1.0 to 25.0.3
  • 034fc6a Bump @​rollup/plugin-node-resolve from 15.0.2 to 15.1.0
  • 29bf01e Bump @​types/node from 18.16.3 to 20.4.4
  • 0e10ff6 Bump babel-jest from 29.5.0 to 29.6.1
  • 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 2.0.0 to 2.1.0.
- [Release notes](https://github.com/ruby/ruby.wasm/releases)
- [Commits](ruby/ruby.wasm@2.0.0...2.1.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 Jul 31, 2023
@github-actions github-actions bot merged commit 9d43416 into main Jul 31, 2023
1 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ruby-head-wasm-wasi-2.1.0 branch July 31, 2023 02:34
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