tbrittain / SmbExplorerCompanion

Baseball-Reference style desktop application for Super Mega Baseball 4 franchise playthroughs
MIT License
2 stars 0 forks source link

Bump Riok.Mapperly from 3.2.0 to 3.3.0 #160

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps Riok.Mapperly from 3.2.0 to 3.3.0.

Release notes

Sourced from Riok.Mapperly's releases.

v3.3.0

3.3.0 (2023-12-12)

Bug Fixes

  • escape method parameters with reserved keywords (#756) (8f7528a)
  • extension method parameters for existing target mappings (#923) (86408ce)
  • improve location of reported diagnostics (#937) (980ac3e)
  • obsolete constructors should have the last priority whlie matching constructors (regression) (#898) (20b7da6)
  • remove unnecessary null conditional access in conditions of property mappings (#788) (c4eed62)
  • resolve correct mapper defaults for roslyn versions <= 4.4 (#958) (14a4ed3)
  • Respect AllowNullPropertyAssignment correctly when mapping code is not a direct assignment (#939) (cac2f2e)
  • when resolving constructors allow a non-nullable value type to be assigned to a nullable value type (#938) (6e08f8e)

Features

  • add diagnostic for nested ignores (#818) (0f61698)
  • add IncludedMembers configuration option and support private member mapping (c0ed6eb)
  • Add option to specify the format provider or culture of a property (#929) (42d3e26)
  • Add option to specify the string format of a property (#921) (236a46f)
  • add strict mapping (#700) (9d6c21a)
  • case-insensitive MapProperty configurations matching for constructor parameters (#957) (b9db799)
  • fix incorrect private set when ~MemberVisibility.Accessible is used (#933) (b60441a)
  • improve ToString handling and use simplest overloads available (#950) (574cef7)
  • support derived type mappings for existing target objects (918f59d)
  • support static mapping methods in non-static mappers (#681) (1724124)
  • use IEnumerable Dictionary constructor for synthetic mappings (#755) (1bc7bdd)

v3.3.0-next.6

3.3.0-next.6 (2023-12-06)

Bug Fixes

  • resolve correct mapper defaults for roslyn versions <= 4.4 (#958) (14a4ed3)

Features

  • case-insensitive MapProperty configurations matching for constructor parameters (#957) (b9db799)
  • support derived type mappings for existing target objects (918f59d)

v3.3.0-next.5

3.3.0-next.5 (2023-11-28)

Bug Fixes

... (truncated)

Commits
  • 73d1c71 chore: remove unneeded configure pages action (#980)
  • b9db799 feat: case-insensitive MapProperty configurations matching for constructor pa...
  • cec43ad chore(deps): Bump actions/setup-dotnet from 3 to 4 (#973)
  • 14a4ed3 fix: resolve correct mapper defaults for roslyn versions <= 4.4 (#958)
  • 918f59d feat: support derived type mappings for existing target objects
  • 35aea49 chore(deps): Bump csharpier from 0.26.3 to 0.26.4 (#971)
  • 7628cf3 chore: fix integration tests (#961)
  • 997b043 chore: increase threshold since benchmark tests have higher volatility lately...
  • 6cfdb91 chore: upgrade docusaurus (#967)
  • e7ed285 chore(deps-dev): Bump @​docusaurus/eslint-plugin in /docs (#966)
  • Additional commits viewable in compare view


Dependabot compatibility score

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)