-
Notifications
You must be signed in to change notification settings - Fork 383
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
build: bump vm2 from 3.9.11 to 3.9.15 #5341
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.11 to 3.9.15. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](patriksimek/vm2@3.9.11...3.9.15) --- updated-dependencies: - dependency-name: vm2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Apr 7, 2023
github-actions bot
pushed a commit
that referenced
this pull request
Apr 11, 2023
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.11 to 3.9.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/patriksimek/vm2/releases">vm2's releases</a>.</em></p> <blockquote> <h2>3.9.15</h2> <p><strong>Fixes</strong></p> <p><a href="https://github.com/patriksimek/vm2/commit/d534e5785f38307b70d3aac1945260a261a94d50">https://github.com/patriksimek/vm2/commit/d534e5785f38307b70d3aac1945260a261a94d50</a>: Ensure no host objects are passed through to <code>Error.prepareStackTrace</code>. (Thanky to Seongil Wi from KAIST <a href="https://wsp-lab.github.io/">WSP Lab</a>)</p> <h2>3.9.14</h2> <p><strong>Fixes</strong></p> <p><a href="https://github.com/patriksimek/vm2/commit/fe3ab68832a0df066092b0b6dcee7c7f92c6a5da">https://github.com/patriksimek/vm2/commit/fe3ab68832a0df066092b0b6dcee7c7f92c6a5da</a>: Support conditional export resolution with custom resolver (thanks to nick-klaviyo).</p> <h2>3.9.13</h2> <p><strong>Fixes</strong></p> <p><a href="https://github.com/patriksimek/vm2/commit/1c365f7b834801dcd846eb80e5d44724e66348ae">https://github.com/patriksimek/vm2/commit/1c365f7b834801dcd846eb80e5d44724e66348ae</a>: Fix typescript error in <code>index.d.ts</code>.</p> <h2>3.9.12</h2> <p><strong>New Features</strong></p> <p><a href="https://github.com/patriksimek/vm2/commit/81f625d55b587564a5533b30797c10872fa2d3e1">https://github.com/patriksimek/vm2/commit/81f625d55b587564a5533b30797c10872fa2d3e1</a>: Add file system API.</p> <p><strong>Fixes</strong></p> <p><a href="https://github.com/patriksimek/vm2/commit/442feea3525a0fe3628f08157c05a930f078e96d">https://github.com/patriksimek/vm2/commit/442feea3525a0fe3628f08157c05a930f078e96d</a>: Fix parsing error with object pattern in catch clause.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md">vm2's changelog</a>.</em></p> <blockquote> <h2>v3.9.15 (2023-04-06)</h2> <p>[fix] Security fix (see <a href="https://redirect.github.com/patriksimek/vm2/issues/515">patriksimek/vm2#515</a>).</p> <h2>v3.9.14 (2023-02-05)</h2> <p>[new] Support conditional export resolution with custom resolver. (nick-klaviyo)</p> <h2>v3.9.13 (2022-12-08)</h2> <p>[fix] Fix typescript errors in index.d.ts</p> <h2>v3.9.12 (2022-11-29)</h2> <p>[new] Add file system API.<br /> [fix] Fix parsing error with object pattern in catch clause.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/patriksimek/vm2/commit/115d1644b7308a5570cba58ec461ae61b96a583c"><code>115d164</code></a> Release 3.9.15</li> <li><a href="https://github.com/patriksimek/vm2/commit/d534e5785f38307b70d3aac1945260a261a94d50"><code>d534e57</code></a> Wrap host objects passes through prepareStackTrace</li> <li><a href="https://github.com/patriksimek/vm2/commit/e541782b7ff709c07676d07d982517d0591e5774"><code>e541782</code></a> Merge pull request <a href="https://redirect.github.com/patriksimek/vm2/issues/506">#506</a> from XmiliaH/release-3.9.14</li> <li><a href="https://github.com/patriksimek/vm2/commit/066afd1e629d28965de3041e9d94d321f0e301db"><code>066afd1</code></a> Release 3.9.14</li> <li><a href="https://github.com/patriksimek/vm2/commit/fe3ab68832a0df066092b0b6dcee7c7f92c6a5da"><code>fe3ab68</code></a> Merge pull request <a href="https://redirect.github.com/patriksimek/vm2/issues/505">#505</a> from NapkinHQ/fix-conditional-export-resolve</li> <li><a href="https://github.com/patriksimek/vm2/commit/eefe3f1eb1871d500c10c700feb735c730150f95"><code>eefe3f1</code></a> update .eslintignore;update index.d.ts resolve return type</li> <li><a href="https://github.com/patriksimek/vm2/commit/c70d945fc8ab01a6310efe76a3c1180168cc017f"><code>c70d945</code></a> add 'type':'module' in es module package.json</li> <li><a href="https://github.com/patriksimek/vm2/commit/4659ce006e33d453fd25639ffb4656ace95f8a90"><code>4659ce0</code></a> add additional return type for resolve signature</li> <li><a href="https://github.com/patriksimek/vm2/commit/1da44154eedaa3d25e68740e1435b191f07814ce"><code>1da4415</code></a> add missing semicolon</li> <li><a href="https://github.com/patriksimek/vm2/commit/5a86675641bbc22e27a601b2ef462ed4c7afc47a"><code>5a86675</code></a> Support conditional export resolution with custom resolver</li> <li>Additional commits viewable in <a href="https://github.com/patriksimek/vm2/compare/3.9.11...3.9.15">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vm2&package-manager=npm_and_yarn&previous-version=3.9.11&new-version=3.9.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/quisquous/cactbot/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 37fe14f
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
javascript
Pull requests that update Javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps vm2 from 3.9.11 to 3.9.15.
Release notes
Sourced from vm2's releases.
Changelog
Sourced from vm2's changelog.
Commits
115d164
Release 3.9.15d534e57
Wrap host objects passes through prepareStackTracee541782
Merge pull request #506 from XmiliaH/release-3.9.14066afd1
Release 3.9.14fe3ab68
Merge pull request #505 from NapkinHQ/fix-conditional-export-resolveeefe3f1
update .eslintignore;update index.d.ts resolve return typec70d945
add 'type':'module' in es module package.json4659ce0
add additional return type for resolve signature1da4415
add missing semicolon5a86675
Support conditional export resolution with custom resolverDependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.