Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the nuget-dependencies group with 2 updates: Fluid.Core and TUnit.

Updates Fluid.Core from 2.19.0 to 2.21.0

Release notes

Sourced from Fluid.Core's releases.

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
  • 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)
  • c22aa21 Refactor extension methods (#767)
  • c874117 Bump the all-dependencies group across 1 directory with 2 updates (#754)
  • 0a7b833 Upgrade to Parlot 1.3.3 (#759)
  • 4a650ec Obsolete ParentesesAfterFunctionName (#756)
  • e540bac Simplify switch cases in MiscFilters (#758)
  • fa0a95c Remove redundant assignment in LogTests (#757)
  • Additional commits viewable in compare view

Updates TUnit from 0.18.52 to 0.18.60

Release notes

Sourced from TUnit's releases.

0.18.60

What's Changed

🏕 Changes

👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.18.52...v0.18.60

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the nuget-dependencies group with 2 updates: [Fluid.Core](https://github.com/sebastienros/fluid) and [TUnit](https://github.com/thomhurst/TUnit).


Updates `Fluid.Core` from 2.19.0 to 2.21.0
- [Release notes](https://github.com/sebastienros/fluid/releases)
- [Commits](sebastienros/fluid@v2.19.0...v2.21.0)

Updates `TUnit` from 0.18.52 to 0.18.60
- [Release notes](https://github.com/thomhurst/TUnit/releases)
- [Commits](thomhurst/TUnit@v0.18.52...v0.18.60)

---
updated-dependencies:
- dependency-name: Fluid.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: TUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET labels Mar 24, 2025
@hhvrc hhvrc merged commit e341698 into develop Mar 24, 2025
8 checks passed
@hhvrc hhvrc deleted the dependabot/nuget/nuget-dependencies-7cc8bc4f72 branch March 24, 2025 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants