Skip to content

Commit

Permalink
Bump FastExpressionCompiler from 4.2.1 to 4.2.2 in /src/HomeInventory (
Browse files Browse the repository at this point in the history
…#1008)

Bumps
[FastExpressionCompiler](https://github.com/dadhi/FastExpressionCompiler)
from 4.2.1 to 4.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dadhi/FastExpressionCompiler/releases">FastExpressionCompiler's
releases</a>.</em></p>
<blockquote>
<h2>v4.2.2 Bug-fix release</h2>
<ul>
<li>fix: <a
href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/418">#418</a>
Wrong output when comparing NaN value</li>
<li>fix: <a
href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/419">#419</a>
System.InvalidProgramException : The JIT compiler encountered invalid IL
code or an internal limitation</li>
<li>fix: <a
href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/420">#420</a>
Nullable<!-- raw HTML omitted --> comparison differs from
Expression.Compile</li>
<li>fix: <a
href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/421">#421</a>
Date difference is giving wrong negative value</li>
<li>fix: <a
href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/422">#422</a>
[bug] InvalidProgramException when having TryCatch + Default in
Catch</li>
<li>fix: <a
href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/423">#423</a>
Converting a uint to a float gives the wrong result</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dadhi/FastExpressionCompiler/commit/4505ffd9fc724f84a5d0f6e6ffc1802c10869399"><code>4505ffd</code></a>
release v4.2.2</li>
<li><a
href="https://github.com/dadhi/FastExpressionCompiler/commit/1d979078825e2d377fbadc24869931d505a112b2"><code>1d97907</code></a>
already fixed <a
href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/420">#420</a></li>
<li><a
href="https://github.com/dadhi/FastExpressionCompiler/commit/7272c31f42840b1d34a09e66fab7771f694b6e8d"><code>7272c31</code></a>
optimizing for the nullable double?</li>
<li><a
href="https://github.com/dadhi/FastExpressionCompiler/commit/5393e03a74dfa1d852248ef30c0e09498893741f"><code>5393e03</code></a>
small thingy</li>
<li><a
href="https://github.com/dadhi/FastExpressionCompiler/commit/2d14b5921c68dacfbc4d9a82538ce4a7977e6fdb"><code>2d14b59</code></a>
remove unused labels in TryEmitArithmetic</li>
<li><a
href="https://github.com/dadhi/FastExpressionCompiler/commit/85fc8d7c77a27e8494cae22deaa9ceddb12ec9d1"><code>85fc8d7</code></a>
adding 2nd case test for the <a
href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/419">#419</a></li>
<li><a
href="https://github.com/dadhi/FastExpressionCompiler/commit/a111c187ef197a650f7d92533e3fe88d824721d9"><code>a111c18</code></a>
adding <a
href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/419">#419</a>
tests to the net472 test runner</li>
<li><a
href="https://github.com/dadhi/FastExpressionCompiler/commit/706de20ad3a3f650c5416948a35c97449c983947"><code>706de20</code></a>
fixed <a
href="https://redirect.github.com/dadhi/FastExpressionCompiler/issues/419">#419</a></li>
<li><a
href="https://github.com/dadhi/FastExpressionCompiler/commit/b70292aff9af8ba65c3783290db96edaad51dee9"><code>b70292a</code></a>
perf: using GetNullableConstructor</li>
<li><a
href="https://github.com/dadhi/FastExpressionCompiler/commit/455e7c1db293faa8783efe7a5f0fd4b42928bec1"><code>455e7c1</code></a>
updated test</li>
<li>Additional commits viewable in <a
href="https://github.com/dadhi/FastExpressionCompiler/compare/v4.2.1...v4.2.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=FastExpressionCompiler&package-manager=nuget&previous-version=4.2.1&new-version=4.2.2)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>
  • Loading branch information
gritcsenko authored Oct 15, 2024
2 parents f17b732 + 3698e7d commit 47cd352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HomeInventory/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageVersion Include="BCrypt.Net-Next" Version="4.0.3" />
<PackageVersion Include="Ben.Demystifier" Version="0.4.1" />
<PackageVersion Include="Carter" Version="8.2.1" />
<PackageVersion Include="FastExpressionCompiler" Version="4.2.1" />
<PackageVersion Include="FastExpressionCompiler" Version="4.2.2" />
<PackageVersion Include="FluentValidation" Version="11.10.0" />
<PackageVersion Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageVersion Include="Flurl" Version="4.0.0" />
Expand Down

0 comments on commit 47cd352

Please sign in to comment.