Bump Jint from 3.0.0-beta-2037 to 3.0.0-beta-2038
Created by: dependabot[bot]
Bumps Jint from 3.0.0-beta-2037 to 3.0.0-beta-2038.
Release notes
Sourced from Jint's releases.
v3.0.0-beta-2038
What's Changed
- Fix NullReferenceException in RegExp.prototype.source by
@lahma
in sebastienros/jint#1022- Let exceptions bubble from ReflectionAccessor by
@lahma
in sebastienros/jint#1023- Anonymous lambda should have empty function name by
@lahma
in sebastienros/jint#1024- Run SunSpiderTests("controlflow-recursive.js") only in release mode by
@lahma
in sebastienros/jint#1025- Array.sort should obey execution constraints by
@lahma
in sebastienros/jint#1026- ES2020 BigInt by
@lahma
in sebastienros/jint#1027- Module loading support by
@pluethi1
in sebastienros/jint#990- added int vs float diff for function overloads by
@CreepGin
in sebastienros/jint#1036- Fix JSON-serialization issues (function-valued properties) by
@resnickj
in sebastienros/jint#1037- Fix some unicode tests by
@sebastienros
in sebastienros/jint#1033- Fix JsonParser error behavior by
@resnickj
in sebastienros/jint#1038- Fix issues uncovered by latest test262 suite by
@lahma
in sebastienros/jint#1040- Fix script-level strict mode handling by
@lahma
in sebastienros/jint#1043- Bound function should not inherit from FunctionInstance by
@lahma
in sebastienros/jint#1044- Fix issues related to JSON, Math, RegExp and Proxy by
@lahma
in sebastienros/jint#1045- Allowing to use nullable propagation on callables again. Fixed #1041 by
@ayende
in sebastienros/jint#1042- Add Engine.Construct method by
@lahma
in sebastienros/jint#1047- Allow JS class to extend CLR type by
@lahma
in sebastienros/jint#1049- Update ECMAScript feature status, include ES2021 by
@lahma
in sebastienros/jint#1052- Fix more issues related to built-in objects by
@lahma
in sebastienros/jint#1053- Fix issues when running on ARM architecture by
@lahma
in sebastienros/jint#1061- Various Interop fixes by
@KurtGokhan
in sebastienros/jint#1063- Implement array find from last by
@lahma
in sebastienros/jint#1070- Fix some error related issues by
@lahma
in sebastienros/jint#1071- Fix iterator prototype and Reflect/Proxy issues by
@lahma
in sebastienros/jint#1072- Fix BigInt loose equality by
@lahma
in sebastienros/jint#1073- Improve function interop by
@KurtGokhan
in sebastienros/jint#1074- Date.parse should default to local time by
@shlomo-ildar
in sebastienros/jint#1083- Fix integer addition/subtraction overflow by
@conicgames
in sebastienros/jint#1091- Fix reference checks after delete by
@lahma
in sebastienros/jint#1095- Support ECMAScript modules (export/import statements, modules definition) by
@christianrondeau
in sebastienros/jint#1054- Explicit/implicit cast operator search should check parameter type by
@lahma
in sebastienros/jint#1098- Always allow operator overloaded conversion by
@lahma
in sebastienros/jint#1099- Allow JavaScriptException to be subclassed by
@source-transformer
in sebastienros/jint#1093- Fix class declaration hoisting and typeof double-evaluation by
@lahma
in sebastienros/jint#1104- Add .editorconfig by
@lahma
in sebastienros/jint#1105- Module support fixes and improvements by
@christianrondeau
in sebastienros/jint#1102- Add support for generic methods under interop by
@source-transformer
in sebastienros/jint#1103- Generic Methods: better generic method support. by
@source-transformer
in sebastienros/jint#1106- Debugger improvements 4b by
@Jither
in sebastienros/jint#1113- Use Test262Harness to run tests by
@lahma
in sebastienros/jint#1039- Delete Jint.Tests.Ecma by
@lahma
in sebastienros/jint#1116- Delete obsolete Jint.Tests.Test262 files by
@lahma
in sebastienros/jint#1117- Change Jint.Tests.CommonScripts run with NUnit by
@lahma
in sebastienros/jint#1118- Date related fixes and improvements by
@lahma
in sebastienros/jint#1107- Add default iterator prototype for IteratorInstance by
@lahma
in sebastienros/jint#1126- Improve dictionary based CLR interop by
@lahma
in sebastienros/jint#1127- Allow adding symbol properties to CLR objects by
@lahma
in sebastienros/jint#1131
... (truncated)
Commits
-
de1d2de
Use preview-GITHUB_RUN_NUMBER for MyGet feed version (#1132) -
6b24844
Allow adding symbol properties to CLR objects (#1131) -
21bdb74
Improve dictionary based CLR interop (#1127) -
d0eb6aa
Add default iterator prototype for IteratorInstance (#1126) -
650c0cb
Date related fixes and improvements (#1107) -
9b06023
Change Jint.Tests.CommonScripts run with NUnit (#1118) -
027b254
Delete obsolete Jint.Tests.Test262 files (#1117) -
6bbba9a
Delete Jint.Tests.Ecma (#1116) -
ba1eb41
Use Test262Harness to run tests (#1039) -
3fa1f83
Debugger improvements 4b (#1113) - Additional commits viewable 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)