-
Notifications
You must be signed in to change notification settings - Fork 7
[deps]: Update nuget minor #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/nuget-minor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+4
−4
Conversation
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
|
No New Or Fixed Issues Found |
2e0e1e9 to
c9afb0a
Compare
0609d52 to
52c3b41
Compare
38d2c68 to
e71920f
Compare
579d57a to
6ac5e65
Compare
6ac5e65 to
30af22e
Compare
30af22e to
da5844c
Compare
da5844c to
b9ad4fd
Compare
b9ad4fd to
6e24370
Compare
6e24370 to
4f434ae
Compare
4f434ae to
72c55ba
Compare
72c55ba to
fa0366a
Compare
fa0366a to
c2ff424
Compare
c2ff424 to
6168670
Compare
6168670 to
f102fbd
Compare
f102fbd to
2f4dfc0
Compare
2f4dfc0 to
c3108e9
Compare
c3108e9 to
017984e
Compare
7406542 to
0d93912
Compare
0d93912 to
16f93a1
Compare
16f93a1 to
4119f8f
Compare
4119f8f to
c7981c1
Compare
c7981c1 to
753c7e6
Compare
753c7e6 to
78a75de
Compare
78a75de to
233ecbf
Compare
AmyLGalles
previously approved these changes
Oct 8, 2025
233ecbf to
b5d433c
Compare
AmyLGalles
previously approved these changes
Nov 10, 2025
AmyLGalles
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
b5d433c to
7029840
Compare
vgrassia
previously approved these changes
Nov 21, 2025
7029840 to
e6355b2
Compare
e6355b2 to
610f3f9
Compare
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:
[2.1.4]→[2.1.6][2.4.1.4]→[2.5.4][2.0.0-beta4.22272.1]→[2.0.1][15.1.1]→[15.3.0]Release Notes
Handlebars-Net/Handlebars.Net (Handlebars.Net)
v2.1.6Compare Source
Changes
Maintenance 🧰
Added in missing SDK's for release @thompson-tomo (#579)
Added in required sdk's for the release build which was missed in #578
Update of TFM & dependency optimisation @thompson-tomo (#578)
By adjusting the TFM'S we have been able to produce a package with no dependencies on the latest frameworks hence an optimised dependency graph.
The following frameworks have been added:
The following frameworks even though requested was not added:
The following frameworks were removed:
Closes: #573
Closes: #415
Contributors
@oformaniuk and @thompson-tomo
v2.1.5Compare Source
Changes
#574 Repo readme is mirrored into nuget package @thompson-tomo (#575)
Closes #574Features 🚀
Add EmbedUntrackedSources @lahma (#570)
EmbedUntrackedSourcesto remove one warning, see https://nuget.info/packages/Handlebars.Net/2.1.4I would also suggest changing to use newer GH Actions images for building so that other warnings would go away (old SDK in use). Maybe another modernization step could be removing old unsupported full framework targets and only support oldest supported
net462. Addingnet6.0target would allow one target without dependency onMicrosoft.Csharp.Use PackageLicenseExpression in NuGet package @StefH (#564)
Bug Fixes 🐛
Introduce PartialRecursionDepthLimit @RoosterDragon (#552)
When evaluating templates with partials, it is possible to recurse in the evaluation of those partials. This can be useful for dealing with tree like data, such as rendering a list of friends-of-friends-of-friends-of-etc....
The ability to recurse can lead to stack overflows. For example if a sufficiently deep tree is provided as input data, or more simply if the partial calls itself in an infinite loop. As a stack overflow terminates the process, this is not desirable behaviour as it is an unavoidable crash.
To resolve this a configurable PartialRecursionDepthLimit is introduced, defaulting to 100. Now when a template is evaluated a HandlebarsRuntimeException will be thrown if this limit is reached. This allows the caller to catch the exception and recover gracefully, rather than terminating the process.
Allow slashes properly within escape blocks @Hoeksema (#567)
closes #566
The path parsing currently doesn't work properly when there are embedded slashes within an ignore block.
This PR fixes this issue:
//within an escaped block/to occur within an escape block without breakageBefore, the individual segments between slashes in addition to the entire escaped block were returned by PathInfo. Now, it returns just the latter, which is correct. All existing unit tests still pass and new tests were added to exercise the failing cases in #566.
Throw properly on open ignore block instead of crashing @Hoeksema (#569)
Closes #568
Resolve the hang on compile when there is an open ignore block
Reshuffle the logic so that the throw check for end of template is done before trying to process the char
Fix LiteralConverter to support long @StefH (#562)
Maintenance 🧰
Fix/ci @oformaniuk (#576)
Contributors
@Hoeksema, @RoosterDragon, @StefH, @lahma, @oformaniuk and @thompson-tomo
Handlebars-Net/Handlebars.Net.Helpers (Handlebars.Net.Helpers)
v2.5.4v2.5.3Compare Source
v2.5.2Compare Source
v2.5.1Compare Source
v2.5.0Compare Source
v2.4.13Compare Source
v2.4.12v2.4.10Compare Source
v2.4.9Compare Source
v2.4.8Compare Source
v2.4.7Compare Source
v2.4.6Compare Source
v2.4.5Compare Source
v2.4.4Compare Source
v2.4.3Compare Source
v2.4.2.1v2.4.2v2.4.1.5Compare Source
aaubry/YamlDotNet (YamlDotNet)
v15.3.0: Release 15.3.0Merge pull request #910 from lahma/symbols
Include symbols and deterministic build
Merge pull request #930 from MrLuje/fsharp-option
Add FSharpOption support
v15.1.6: Release 15.1.6Merge pull request #808 from tomer-amir/fix-hash-code-infinite-recursion
Fix infinite recursion of the hash code function of YamlMappingNode
Merge pull request #924 from kasperk81/frameworknames
use correct framework
v15.1.4: Release 15.1.4Merge pull request #903 from lahma/license-expression
Switch to using PackageLicenseExpression
Merge pull request #904 from airbreather/fix-656
Add a regression test for #656
v15.1.2: Release 15.1.2Fixed #732, quote strings starting with whitespace characters
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.