Skip to content
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

[deps]: Update nuget minor #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[deps]: Update nuget minor #20

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Handlebars.Net (source) 2.1.4 -> 2.1.6 age adoption passing confidence
Handlebars.Net.Helpers 2.4.1.4 -> 2.4.8 age adoption passing confidence
YamlDotNet (source) 15.1.1 -> 15.3.0 age adoption passing confidence

Release Notes

Handlebars-Net/Handlebars.Net (Handlebars.Net)

v2.1.6

Compare 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:

    • Net 6

    The following frameworks even though requested was not added:

    • Net 5

    The following frameworks were removed:

    • Net 4.5.2
    • Net 4.6

    Closes: #​573
    Closes: #​415

Contributors

@​oformaniuk and @​thompson-tomo

v2.1.5

Compare Source

Changes

Features 🚀

  • Add EmbedUntrackedSources @​lahma (#​570)

    I 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. Adding net6.0 target would allow one target without dependency on Microsoft.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:

    • No more exceptions thrown when using // within an escaped block
    • Allowing multiple / to occur within an escape block without breakage

    Before, 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 🧰

Contributors

@​Hoeksema, @​RoosterDragon, @​StefH, @​lahma, @​oformaniuk and @​thompson-tomo

Handlebars-Net/Handlebars.Net.Helpers (Handlebars.Net.Helpers)

v2.4.8

Compare Source

  • #​109 - Add PassthroughTextEncoder [enhancement] contributed by StefH

v2.4.7

Compare Source

  • #​106 - Exclude some code when running in Blazor Webassembly [bug] contributed by StefH
  • #​105 - System.Diagnostic not supported in net8.0-browser [bug]

v2.4.6

Compare Source

  • #​101 - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE [bug] contributed by StefH

v2.4.5

Compare Source

  • #​97 - Fix loading additional Handlebars.Net.Helpers dll's when running application from commandline using 'dotnet run' [bug] contributed by StefH
  • #​96 - DynamicLinq Helpers Not Registering Correctly in .NET 8.0 WebAPI Project running in Docker [bug]

v2.4.4

Compare Source

  • #​99 - Add Handlebars.Net.Helpers.Xslt [enhancement] contributed by StefH

v2.4.3

Compare Source

  • #​93 - Add String.Equals with StringComparison [enhancement] contributed by StefH
  • #​95 - When ThrowOnUnresolvedBindingExpression is False, do not throw when UndefinedBindingResult but use default value [enhancement] contributed by StefH
  • #​94 - UndefinedBindingResult Throws exception when using #String.Equal [bug]

v2.4.2.1

  • #​90 - Upgrade some NuGets [enhancement] contributed by StefH
  • #​91 - Use version 1.3.12 from System.Linq.Dynamic.Core [enhancement] contributed by StefH

v2.4.2

  • #​90 - Upgrade some NuGets [enhancement] contributed by StefH
  • #​91 - Use version 1.3.12 from System.Linq.Dynamic.Core [enhancement] contributed by StefH

v2.4.1.5

Compare Source

  • #​88 - Fixed casting problems in ExecuteUtils breaking EnumerableHelpers [bug] contributed by HenrikHoyer
aaubry/YamlDotNet (YamlDotNet)

v15.3.0: Release 15.3.0

  • Merge 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.6

  • Merge 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.4

  • Merge 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.2

  • Merge pull request #​912 from EdwardCooke/ec-732
    Fixed #​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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@bitwarden-bot
Copy link

bitwarden-bot commented Mar 4, 2024

Logo
Checkmarx One – Scan Summary & Details574a4480-097d-4168-8e6e-938e57cce3e8

No New Or Fixed Issues Found

@renovate renovate bot changed the title [deps]: Update YamlDotNet to v15.1.2 [deps]: Update nuget minor Mar 12, 2024
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 2e0e1e9 to c9afb0a Compare March 12, 2024 21:08
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from 0609d52 to 52c3b41 Compare April 3, 2024 23:13
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from 38d2c68 to e71920f Compare April 18, 2024 22:50
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from 579d57a to 6ac5e65 Compare May 12, 2024 22:09
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 6ac5e65 to 30af22e Compare May 29, 2024 16:51
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 30af22e to da5844c Compare June 16, 2024 21:15
@renovate renovate bot force-pushed the renovate/nuget-minor branch from da5844c to b9ad4fd Compare June 27, 2024 14:34
@renovate renovate bot force-pushed the renovate/nuget-minor branch from b9ad4fd to 6e24370 Compare July 12, 2024 19:59
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 6e24370 to 4f434ae Compare October 9, 2024 19:47
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 4f434ae to 72c55ba Compare November 28, 2024 19:54
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 72c55ba to fa0366a Compare December 29, 2024 09:44
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.

1 participant