Bump Jint from 3.0.0-beta-2036 to 3.0.0-beta-2037
Created by: dependabot[bot]
Bumps Jint from 3.0.0-beta-2036 to 3.0.0-beta-2037.
Release notes
Sourced from Jint's releases.
v3.0.0-beta-2036
What's Changed
- Remove IIterator interface by
@lahma
in sebastienros/jint#1000- Generic string-keyed dictionary indexing under interop by
@lahma
in sebastienros/jint#1002- Fix JSON.stringify for Lists by
@lahma
in sebastienros/jint#1006- Upgrade infrastructure to .NET 6 by
@lahma
in sebastienros/jint#1007- Improve stringify for JObject by
@lahma
in sebastienros/jint#1009- Add IConvertible handling for DateTime and empty/dbnull by
@lahma
in sebastienros/jint#1010- Improve operator overloading logic by
@lahma
in sebastienros/jint#1011- Upgrade Esprima to version 2.0.4 by
@lahma
in sebastienros/jint#1015Full Changelog: https://github.com/sebastienros/jint/compare/v3.0.0-beta-2036...v3.0.0-beta-2037
Commits
-
b5c6801
Upgrade Esprima to version 2.0.4 (#1015) -
1cf0e2b
Improve operator overloading logic (#1011) -
b3dc1d4
Add IConvertible handling for DateTime and Empty/DBNull (#1010) -
2d8f1ec
Improve stringify for JObject (#1009) -
0ba1090
Upgrade infrastructure to .NET 6 (#1007) -
b582c8b
Fix JSON.stringify for lists (#1006) -
dac5a0b
Generic string-keyed dictionary indexing under interop (#1002) -
6f4ad50
Remove IIterator interface (#1000) - See full diff in compare view
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)