Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps Fluid.Core from 2.19.0 to 2.22.0.

Release notes

Sourced from Fluid.Core's releases.

2.22.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.21.0...v2.22.0

2.21.0

What's Changed

Full Changelog: sebastienros/fluid@v2.20.0...v2.21.0

2.20.0

What's Changed

Behavioral changes

  • The {% liquid %} is not parsed by default anymore. You can still use it by setting the FluidParserOptions.AllowLiquidTag to true
  • The MemberNameStrategy implementation have changed to use the ones from System.Text.Json providing better performance and logic. This could break templates that use snake case. To revert to the previous behavior set the AppContext switch Fluid.UseLegacyMemberNameStrategies to true. See https://learn.microsoft.com/en-us/dotnet/fundamentals/runtime-libraries/system-appcontext for how to set it.

Full Changelog: sebastienros/fluid@v2.19.0...v2.20.0

Commits
  • e59fd39 Add find, find_index, has and reject filters (#780)
  • cc1003b Add hmac_sha1 and hmac_sha256 filters (#753)
  • 88673c8 Bump the all-dependencies group with 3 updates (#776)
  • 7c98148 Bump DotLiquid from 2.3.107 to 2.3.162 in the all-dependencies group (#772)
  • 5363ff8 Add images in benchmarks (#774)
  • 41d0287 Fix Handlebars benchmarks (#775)
  • 4084b81 Fix System.Text.Json versions (#771)
  • 03384cc Make liquid tag optional to improve parsing performance (#770)
  • a3b3e32 Bump the all-dependencies group across 1 directory with 3 updates (#764)
  • 8f63e5e Use System.Text.Json casing logic (#766)
  • 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 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)

Bumps [Fluid.Core](https://github.com/sebastienros/fluid) from 2.19.0 to 2.22.0.
- [Release notes](https://github.com/sebastienros/fluid/releases)
- [Commits](sebastienros/fluid@v2.19.0...v2.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 21, 2025
@lahma lahma merged commit 7189a55 into main Apr 21, 2025
2 checks passed
@lahma lahma deleted the dependabot/nuget/Fluid.Core-2.22.0 branch April 21, 2025 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants