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 isolated-vm from 3.3.0 to 4.3.7 #20

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2022

Bumps isolated-vm from 3.3.0 to 4.3.7.

Changelog

Sourced from isolated-vm's changelog.

v4.3.0

  • v8 inspector API fixed in nodejs v16.x
  • release method added to Module

v4.2.0

  • accessors option added to reference.get()

v4.1.0

  • Support for nodejs v16.x
  • onCatastrophicError added
  • Fix for null error thrown from callback

v4.0.0

  • Callback class addeed.
  • When possible, reference.get() will return a function delegate instead of a Reference.
  • reference.get() will no longer return inherited properties by default.
  • result property on eval and evalClosure has been removed. The result is now just the return value.
  • All isolated-vm class prototypes, and most instances are frozen.
  • isolate.cpuTime and isolate.wallTime now return bigints.
  • Proxies and accessors are no longer tolerated via reference.get, and related functions.
Commits
  • 4f43568 Bump npm version -> 4.3.7
  • 16b2bc1 Fix deadlock from disposal under certain circumstances
  • 218e87a Add note about cachedData
  • 1fef844 doc: add Callback to README table of contents (#275)
  • fc2bc2d Add ScriptOrigin to ContextEvalOptions types (#280)
  • 56cc60b Bump npm version -> 4.3.6
  • 3692d80 Fix nodejs v16.11.0 ABI
  • dc5b619 Travis-CI / testing updates
  • c7ce2eb Disable spooky wasm test
  • d93021d README hyperlink update, timeout test troubleshooting
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [isolated-vm](https://github.com/laverdet/isolated-vm) from 3.3.0 to 4.3.7.
- [Release notes](https://github.com/laverdet/isolated-vm/releases)
- [Changelog](https://github.com/laverdet/isolated-vm/blob/main/CHANGELOG.md)
- [Commits](laverdet/isolated-vm@v3.3.0...v4.3.7)

---
updated-dependencies:
- dependency-name: isolated-vm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants