Bumps the nuget group with 1 update in the /Software/ESC-POS-.NET/ESCPOS_NET directory: SixLabors.ImageSharp.
Bumps the nuget group with 1 update in the /Software/ESC-POS-.NET/ESCPOS_NET.ConsoleTest directory: Newtonsoft.Json.
Updates SixLabors.ImageSharp from 1.0.0 to 2.1.8
Release notes
Sourced from SixLabors.ImageSharp's releases.
v2.1.8
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.7...v2.1.8
v2.1.7
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.6...v2.1.7
v2.1.6
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.5...v2.1.6
v2.1.5
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.4...v2.1.5
v2.1.4
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.3...v2.1.4
v2.1.3
What's Changed
Full Changelog: SixLabors/ImageSharp@v2.1.2...v2.1.3
v2.1.2
What's Changed
... (truncated)
Commits
f21d641 Merge pull request #2715 from SixLabors/backport/v2-memlimit
8f0b4d3 Merge pull request #2717 from SixLabors/backport/v2-clear-buffers
cf9496d test allocation limits
3d298db Adapt BmpDecoder_ThrowsException_Issue2696 for V2
a78ce27 Merge pull request #2719 from SixLabors/backport/v2-check-palette-indices
e620914 Clamp read palette indices.
c122185 Clear pixel buffers on decode.
5c6ec5d Limit all allocations
fa7d712 Merge pull request #2688 from SixLabors/js/backport-2681
36b3533 Use correct property to disable upstream warnings.
- Additional commits viewable in compare view
Updates Newtonsoft.Json from 12.0.1 to 13.0.1
Release notes
Sourced from Newtonsoft.Json's releases.
13.0.1
- New feature - Add JsonSelectSettings with configuration for a regex timeout
- Change - Remove portable assemblies from NuGet package
- Change - JsonReader and JsonSerializer MaxDepth defaults to 64
- Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
- Fix - Fixed throwing missing member error on ignored fields
- Fix - Fixed various nullable annotations
- Fix - Fixed annotations not being copied when tokens are cloned
- Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
- Fix - Fixed serializing nullable struct dictionaries
- Fix - Fixed JsonWriter.WriteToken to allow null with string token
- Fix - Fixed missing error when deserializing JToken with a contract type mismatch
- Fix - Fixed JTokenWriter when writing comment to an object
12.0.3
- New feature - Added support for nullable reference types
- New feature - Added KebabCaseNamingStrategy
- Change - Package now uses embedded package icon
- Fix - Fixed bug when merging JToken with itself
- Fix - Fixed performance of calling ICustomTypeDescriptor.GetProperties
- Fix - Fixed serializing Enumerable.Empty and empty arrays on .NET Core 3.0
- Fix - Fixed deserializing some collection types with constructor
- Fix - Fixed deserializing IImmutableSet to ImmutableHashSet instead of ImmutableSortedSet
- Fix - Fixed deserializing IImmutableDictionary to ImmutableDictionary instead of ImmutableSortedDictionary
- Fix - Fixed deserializing into constructors with more than 256 parameters
- Fix - Fixed hang when deserializing JTokenReader with preceding comment
- Fix - Fixed JSONPath scanning with nested indexer
- Fix - Fixed deserializing incomplete JSON object to JObject
- Fix - Fixed using StringEnumConverter with naming strategy and specified values
12.0.2
- New feature - Added MissingMemberHandling to JsonObjectAttribute and JsonObjectContract
- New feature - Added constructor to JTokenReader to specify initial path
- New feature - Added JsonProperty.IsRequiredSpecified
- New feature - Added JsonContract.InternalConverter
- Change - Moved embedded debug symbols in NuGet package to a symbol package on NuGet.org
- Fix - Fixed deserializing nullable struct collections
- Fix - Fixed memory link when serializing enums to named values
- Fix - Fixed error when setting JsonLoadSettings.DuplicatePropertyNameHandling to Replace
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
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps the nuget group with 1 update in the /Software/ESC-POS-.NET/ESCPOS_NET directory: SixLabors.ImageSharp.
Bumps the nuget group with 1 update in the /Software/ESC-POS-.NET/ESCPOS_NET.ConsoleTest directory: Newtonsoft.Json.
Updates
SixLabors.ImageSharpfrom 1.0.0 to 2.1.8Release notes
Sourced from SixLabors.ImageSharp's releases.
... (truncated)
Commits
f21d641Merge pull request #2715 from SixLabors/backport/v2-memlimit8f0b4d3Merge pull request #2717 from SixLabors/backport/v2-clear-bufferscf9496dtest allocation limits3d298dbAdapt BmpDecoder_ThrowsException_Issue2696 for V2a78ce27Merge pull request #2719 from SixLabors/backport/v2-check-palette-indicese620914Clamp read palette indices.c122185Clear pixel buffers on decode.5c6ec5dLimit all allocationsfa7d712Merge pull request #2688 from SixLabors/js/backport-268136b3533Use correct property to disable upstream warnings.Updates
Newtonsoft.Jsonfrom 12.0.1 to 13.0.1Release notes
Sourced from Newtonsoft.Json's releases.
Commits
ae9fe44Remove compiler package and update sourcelink (#2498)8ef6621Remove prerelease for 13.0.111331f5Update SDK to 5.0.200 (#2495)c7e8abcUpdate to 13.0.1-beta21745d7cFix JTokenWriter when writing comment to an object (#2493)583eb12Fix missing error when deserializing JToken with a contract type mismatch (#2...b6dc05bChange MaxDepth default to 64 (#2473)15525f1Fix JsonWriter.WriteToken to allow null with string token (#2472)926d2f0Enable embed untracked sources (#2471)0a56633Fixes #2372 - variable typos (#2465)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.