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

nuget(deps): bump JavaScriptEngineSwitcher.Core from 3.3.0 to 3.21.0 #173

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2023

Bumps JavaScriptEngineSwitcher.Core from 3.3.0 to 3.21.0.

Release notes

Sourced from JavaScriptEngineSwitcher.Core's releases.

v3.21.0

Version: 3.21.0 Published: 4/1/2023 Change Set: c75b012

  • Added a module based on the YantraJS. Special thanks to Akash Kava
  • In JavaScriptEngineSwitcher.ChakraCore:
    • ChakraCore was updated to version of January 26, 2023
    • In configuration settings of the ChakraCore JS engine was added one new property - AllowReflection (default false)
  • In JavaScriptEngineSwitcher.Jint:
    • Jint was updated to version 3.0.0 Beta 2048
    • In configuration settings of the Jint JS engine was added two new properties: AllowReflection (default false) and DisableEval (default false)
  • In JavaScriptEngineSwitcher.Jurassic improved a conversion of results to a host types
  • In JavaScriptEngineSwitcher.Msie:
    • MSIE JavaScript Engine was updated to version 3.2.1
    • In configuration settings of the MSIE JS engine was added one new property - AllowReflection (default false)
  • In JavaScriptEngineSwitcher.NiL added support of NiL.JS version 2.5.1661
  • In JavaScriptEngineSwitcher.V8:
    • Microsoft ClearScript.V8 was updated to version 7.4.0 (support of V8 version 11.1.277.14)
    • In configuration settings of the V8 JS engine was added one new property - AllowReflection (default false)

NuGet Packages

Core
JS engines

... (truncated)

Changelog

Sourced from JavaScriptEngineSwitcher.Core's changelog.

v3.21.0 - April 1, 2023

  • Added a module based on the YantraJS. Special thanks to Akash Kava
  • In JavaScriptEngineSwitcher.ChakraCore:
    • ChakraCore was updated to version of January 26, 2023
    • In configuration settings of the ChakraCore JS engine was added one new property - AllowReflection (default false)
  • In JavaScriptEngineSwitcher.Jint:
    • Jint was updated to version 3.0.0 Beta 2048
    • In configuration settings of the Jint JS engine was added two new properties: AllowReflection (default false) and DisableEval (default false)
  • In JavaScriptEngineSwitcher.Jurassic improved a conversion of results to a host types
  • In JavaScriptEngineSwitcher.Msie:
    • MSIE JavaScript Engine was updated to version 3.2.1
    • In configuration settings of the MSIE JS engine was added one new property - AllowReflection (default false)
  • In JavaScriptEngineSwitcher.NiL added support of NiL.JS version 2.5.1661
  • In JavaScriptEngineSwitcher.V8:
    • Microsoft ClearScript.V8 was updated to version 7.4.0 (support of V8 version 11.1.277.14)
    • In configuration settings of the V8 JS engine was added one new property - AllowReflection (default false)

v3.20.10 - January 23, 2023

  • In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.3.7 (support of V8 version 10.9.194.10)

v3.20.9 - January 19, 2023

  • In JavaScriptEngineSwitcher.Jint added support of Jint version 3.0.0 Beta 2046
  • In JavaScriptEngineSwitcher.NiL:
    • NiL.JS was updated to version 2.5.1623
    • Added support of .NET 7.0

v3.20.8 - December 20, 2022

  • In JavaScriptEngineSwitcher.Jint added support of Jint version 3.0.0 Beta 2044
  • In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.3.6 (support of V8 version 10.8.168.24)

v3.20.7 - November 13, 2022

  • In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.3.5 (support of V8 version 10.7.193.22)

v3.20.6 - November 11, 2022

  • In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version of November 9, 2022
  • In JavaScriptEngineSwitcher.Jint added support of Jint version 3.0.0 Beta 2043

v3.20.5 - October 12, 2022

  • In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version of October 7, 2022
  • In JavaScriptEngineSwitcher.Jurassic added support of Jurassic version of September 20, 2022

v3.20.4 - September 30, 2022

  • In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.3.4 (support of V8 version 10.6.194.14)

v3.20.3 - September 28, 2022

  • In JavaScriptEngineSwitcher.V8 added support of Microsoft ClearScript.V8 version 7.3.3 (support of V8 version 10.6.194.14)

v3.20.2 - September 16, 2022

  • In JavaScriptEngineSwitcher.Jint the implementation of script interruption has been refactored
  • In JavaScriptEngineSwitcher.V8:

... (truncated)

Commits
  • c75b012 Version 3.21.0
  • b87c088 In JavaScriptEngineSwitcher.ChakraCore added support of ChakraCore version of...
  • f218a20 In JavaScriptEngineSwitcher.NiL added support of NiL.JS version 2.5.1661
  • dfc2ed7 In JavaScriptEngineSwitcher.Yantra added support of YantraJS version 1.2.129
  • 16fd9a4 In configuration settings of the Yantra JS engine was added two new propertie...
  • ca370b3 In JavaScriptEngineSwitcher.Yantra added support of YantraJS version 1.2.121
  • c07bae6 In JavaScriptEngineSwitcher.Jint was made complete unification of using of th...
  • 576dddf In JavaScriptEngineSwitcher.NiL added support of NiL.JS version 2.5.1655
  • 7748901 In JavaScriptEngineSwitcher.Jint was made incomplete unification of using of ...
  • a0328d2 In JavaScriptEngineSwitcher.Yantra improved a conversion of results to a host...
  • 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 [JavaScriptEngineSwitcher.Core](https://github.com/Taritsyn/JavaScriptEngineSwitcher) from 3.3.0 to 3.21.0.
- [Release notes](https://github.com/Taritsyn/JavaScriptEngineSwitcher/releases)
- [Changelog](https://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/CHANGELOG.md)
- [Commits](Taritsyn/JavaScriptEngineSwitcher@v3.3.0...v3.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants