chore(deps): update dependency jint to v4#1604
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
eb384eb to
1b2ceae
Compare
1b2ceae to
df16bf9
Compare
df16bf9 to
3613da1
Compare
3613da1 to
b8b6bc5
Compare
5b2f63b to
1182bd6
Compare
1182bd6 to
0c23074
Compare
0c23074 to
8503050
Compare
8503050 to
e93b1ec
Compare
e93b1ec to
7d7fc10
Compare
7d7fc10 to
6298659
Compare
6298659 to
4e9126f
Compare
Contributor
|
✅ All contributors have signed the CLA! Thank you for signing the Contributor License Agreement. Your contribution can now be reviewed and merged! 🚀 |
57f64e2 to
d46c5c3
Compare
5043e1e to
598af89
Compare
a6ec4c6 to
e0a0187
Compare
|
e0a0187 to
36448f5
Compare
ddb63cc to
d126091
Compare
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



This PR contains the following updates:
3.0.1→4.8.0Release Notes
sebastienros/jint (Jint)
v4.8.0What's Changed
New Contributors
Full Changelog: sebastienros/jint@v4.7.1...v4.8.0
v4.7.1What's Changed
Full Changelog: sebastienros/jint@v4.7.0...v4.7.1
v4.7.0What's Changed
Full Changelog: sebastienros/jint@v4.6.4...v4.7.0
v4.6.4What's Changed
PreparedScriptBenchmarkclass closer to the original by @Taritsyn in #2325New Contributors
Full Changelog: sebastienros/jint@v4.6.3...v4.6.4
v4.6.3What's Changed
Full Changelog: sebastienros/jint@v4.6.2...v4.6.3
v4.6.2What's Changed
New Contributors
Full Changelog: sebastienros/jint@v4.6.1...v4.6.2
v4.6.1What's Changed
toJSONmethod invocation inJSON.stringifyby @Copilot in #2292UnwrapIfPromiseAsyncextension method for non-blocking promise resolution by @Copilot in #2298Object.freeze()support for CLR dictionary-backedObjectWrapperby @Copilot in #2296InvalidCastExceptionwhen a property getter is a bound function by @Copilot in #2301Dateoperations and object resolution by @Copilot in #2288Full Changelog: sebastienros/jint@v4.6.0...v4.6.1
v4.6.0This release brings Temporal and internationalization APIs available. There still might be some rough edges and specific non-English cultures might be missing specific formatting. There's a breaking change for custom
IReferenceResolverin #2266 ,undefinedandnullsemantics changed to make engine work as required by the official specification.Temporal and internationalization APIs are augmented with plugins to provide data from NodaTime and ICU4N, see https://github.com/sebastienros/jint/tree/main/Jint.Tests.Test262 for example implementations.
What's Changed
New Contributors
Full Changelog: sebastienros/jint@v4.5.0...v4.6.0
v4.5.0This is a significant milestone as this release graduates generators functionality from experimental and contains proper suspension and resume logic for both generators and async/await logic. There are a lot of changes to internals so make sure you test thoroughly.
Task interop is still marked as experimental and requires enabling explicitly in Engine options, but it also has had improvements to make it work better in Engine's event loop.
For background work to complete without engine interaction (evaluation) you need to manually process the tasks (for example if you have a timeout pending after script has been run).
What's Changed
New Contributors
Full Changelog: sebastienros/jint@v4.4.2...v4.5.0
v4.4.2What's Changed
BigIntmodulo assignment by @lahma in #2178Object.iswhen providingBigIntvalues by @tomatosalat0 in #2183Full Changelog: sebastienros/jint@v4.4.1...v4.4.2
v4.4.1What's Changed
Options.Constraints.PromiseTimeoutTo Control timeout forDisposeHint.AsyncandJintAwaitExpressionby @rocklau in #2150New Contributors
Full Changelog: sebastienros/jint@v4.4.0...v4.4.1
v4.4.0This release brings both
usingandawait usingstatements available to both native JS usage and NET interop. Interop will automatically wrapIDisposableandIAsyncDisposableto have handlers that will be called afterusingscope ends. Read more about the proposal.What's Changed
IListunder interop by @lahma in #2135spacearg toOptions.Interop.SerializeToJsonby @Zaitonn in #2142usingandawait usingby @lahma in #2139New Contributors
Full Changelog: sebastienros/jint@v4.3.0...v4.4.0
v4.3.0What's Changed
ObjectAccessBenchmarktest by @mac-michael in #2100BuildTargetBinderDelegateby @warappa in #2116Halfinterop handling by @lahma in #2121evalsyntax checks not descend into function declarations by @rg1 in #2123Upsertby @lahma in #2127New Contributors
Full Changelog: sebastienros/jint@v4.2.2...v4.3.0
v4.2.2This release improves interop performance when you target CLR methods with lambda functions, like
List<string>.Find(x => x === "test").What's Changed
Full Changelog: sebastienros/jint@v4.2.1...v4.2.2
v4.2.1What's Changed
DateFlagscalculation inJsDateconstructor by @nil4 in #2058New Contributors
Full Changelog: sebastienros/jint@v4.2.0...v4.2.1
v4.2.0What's Changed
Array.Resizewhen growingArrayInstanceby @lahma in #1997net472to run full framework tests by @lahma in #2026Error.isErrorby @lahma in #2030MaxStatementsConstraintby @nicolay-f in #2035ExpressionCacheto unify constant lookups by @lahma in #2037JintFunctionDefinitionby @lahma in #2039DromaeoBenchmarkwith modern JS syntax by @lahma in #2041Function.toString()logic by @lahma in #2043Atomics.pauseiterations by @lahma in #2047New Contributors
Full Changelog: sebastienros/jint@v4.1.0...v4.2.0
v4.1.0This release contains a breaking change for interop for static fields and properties. They are no longer exposed as part of interop wrapper by default. You read more about the reasoning here.
To access public static fields or properties you should use registered
TypeReferences.Following example shows the new behavior:
If you want to expose static instance fields and properties as part of instance wrappers, you need to configure the engine to do so:
Static methods can still be accessed as before, but you could limit exposing them too if you wish to do so:
What's Changed
Array.prototype.toString()stackoverflow by @xBaank in #1976Promise.withResolvers()returned object had resolve and reject functions swapped by @tomatosalat0 in #1983ObjectPoolto avoid loop execution by @tomatosalat0 in #1985JsSetpublic by @kenlyon in #1987JsMappublic by @lahma in #1988ObjectWrapperby default by @lahma in #1981Options.InteropOptions.BuildCallStackHandlerby @scgm0 in #1793SearchValues<char>by @lahma in #1990New Contributors
Full Changelog: sebastienros/jint@v4.0.3...v4.1.0
v4.0.3What's Changed
Math.sumPreciseby @lahma in #1966New Contributors
Full Changelog: sebastienros/jint@v4.0.2...v4.0.3
v4.0.2With this release you will start to see CLR methods also reported as object members under interop when calling functions like
Object.getOwnPropertyNames(x). You can revert back to old behavior by configuring an optionoptions.Interop.ObjectWrapperReportedMemberTypes = MemberTypes.Field | MemberTypes.Property;.What's Changed
ObjectWrapperReportedMemberTypestoOptionsby @lofcz in #1947ObjectWrapperClrTypepublic by @lofcz in #1946FunctionDeclarationby @lofcz in #1949SourceTextModuleby @viceice in #1952New Contributors
Full Changelog: sebastienros/jint@v4.0.1...v4.0.2
v4.0.1What's Changed
README.mdagainst v4 by @lahma in #1928NUnit3TestAdapterto version 4.6.0 by @lahma in #1920Atomics.pauseby @lahma in #1929Meziantou.Analyzerfrom 2.0.161 to 2.0.162 in the all-dependencies group by @dependabot in #1930.git-blame-ignore-revsby @lahma in #1932Meziantou.Analyzerfrom 2.0.162 to 2.0.163 in the all-dependencies group by @dependabot in #1933TypedArray.setissues by @lahma in #1934Full Changelog: sebastienros/jint@v4.0.0...v4.0.1
v4.0.0This release changes internal JavaScript parser from Esprima to Acornima and adds some new ECMAScript features.
Relevant bug fixes below have been backported into 3.x and are already part of its releases.
What's Changed
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.