microsoft / PSRule.Rules.GitHub

A suite of rules to validate GitHub repositories using PSRule.
MIT License
21 stars 15 forks source link

Bump System.Management.Automation and Newtonsoft.Json #248

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps System.Management.Automation and Newtonsoft.Json. These dependencies needed to be updated together. Updates System.Management.Automation from 7.3.7 to 7.3.12

Release notes

Sourced from System.Management.Automation's releases.

v7.3.12 Release of PowerShell

7.3.12 - 2024-04-11

Build and Packaging Improvements

SHA256 Hashes of the release artifacts

  • hashes.sha256
    • 853A155EF847650BC539C4ED4873824773F8D77F8E80B2EE140F9F45B46AF10E
  • powershell_7.3.12-1.deb_amd64.deb
    • 6167E2B4AC81B4C57AED800CAB6F851BF24C8D108FEE9E47811171792877E74E
  • powershell-7.3.12-1.cm.aarch64.rpm
    • 5071171D2EC6D4108D86DA17715B42D937E677A81019F1EA0417C2091C5F1C10
  • powershell-7.3.12-1.cm.x86_64.rpm
    • E7B5D373E2A3D6ED0C7C2124E0AA1814120C70B199EFA52D1A09D5439302553F
  • powershell-7.3.12-1.rh.x86_64.rpm
    • EE480213A010B475E6335EC50F205944C3EF994AFD255084865480CF101B73B9
  • powershell-7.3.12-linux-alpine-x64.tar.gz
    • AE7B591637971EBD66FF5B907220FE7E0AE4ACF9E49650434F2B07FAE68624CC
  • powershell-7.3.12-linux-arm32.tar.gz
    • EFB0EFC89A31375DC901A363EC4A5D8F99E2E93626C7DF1C2A434B1DF3A9837B
  • powershell-7.3.12-linux-arm64.tar.gz
    • C0B465BB60B4D8814682E7F4078006C3A118EC10CF98DEB2143849AC18AA2E39
  • powershell-7.3.12-linux-x64-fxdependent.tar.gz
    • 4EBB09C0C1FB7DCE4287ECBC8592FE44F52B669915406B3667669E9BEA9860EF
  • powershell-7.3.12-linux-x64.tar.gz

... (truncated)

Commits
  • a48fb22 Merged PR 30732: [release/v7.3.12] Update CHANGELOG
  • 09d15dd Merged PR 30709: Update SDK, deps and cgmanifest for 7.3.12
  • 1a050df Merged PR 30676: Revert changes to packaging.psm1
  • ccb70f2 Merged PR 30666: [release/v7.3.12] Verify environment variable for OneBranch ...
  • d0519cf [release/v7.3.12] Multiple fixes in official build pipeline (#21408) (#21433)
  • e180acc [release/v7.3.12] PowerShell co-ordinated build OneBranch pipeline (#21364) (...
  • 1a2c11f Merged PR 30196: Backport "Add dotenv install as latest version does not work...
  • 9d6d4be Merged PR 30175: Backport "Remove surrogateFile setting of APIScan (#21238)"
  • 1e8b0bf Merged PR 30161: Update CG manifest for 7.3.12
  • 5cea816 Merged PR 30149: Update dotnet and dependencies
  • Additional commits viewable in compare view


Updates Newtonsoft.Json from 13.0.1 to 13.0.3

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.3

  • Fix - Fixed parsed zero decimals losing trailing zeroes
  • Fix - Fixed parsed negative zero double losing negative
  • Fix - Fixed null string being reported as String rather than JTokenType.Null

13.0.2

  • New feature - Add support for DateOnly and TimeOnly
  • New feature - Add UnixDateTimeConverter.AllowPreEpoch property
  • New feature - Add copy constructor to JsonSerializerSettings
  • New feature - Add JsonCloneSettings with property to disable copying annotations
  • Change - Add nullable annotation to JToken.ToObject(Type, JsonSerializer)
  • Change - Reduced allocations by reusing boxed values
  • Fix - Fixed MaxDepth when used with ToObject inside of a JsonConverter
  • Fix - Fixed deserializing mismatched JToken types in properties
  • Fix - Fixed merging enumerable content and validate content
  • Fix - Fixed using $type with arrays of more than two dimensions
  • Fix - Fixed rare race condition in name table when deserializing on device with ARM processors
  • Fix - Fixed deserializing via constructor with ignored base type properties
  • Fix - Fixed MaxDepth not being used with ISerializable deserialization
Commits
  • 0a2e291 Remove prerelease for 13.0.3
  • 4949c66 Update to 13.0.3-beta1
  • 5702581 Fix: Null String being reported as String rather than JTokenType.Null (#2796)
  • c908de3 Fix not returning negative double from box cache (#2777)
  • 2afdccd Fix parsed decimal losing trailing zeroes (#2769)
  • 4fba53a Remove prerelease for 13.0.2
  • b15df4b Add missing headers
  • 789bfd3 Update to 13.0.2-beta3
  • b13717a Add JsonCloneSettings to disable copy annotations (#2757)
  • d0a328e Fix MaxDepth not being used with ISerializable deserialization (#2736)
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 2 months ago

Superseded by #250.