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.1.0 to 3.2.0 #101

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Riok.Mapperly from 3.1.0 to 3.2.0.

Release notes

Sourced from Riok.Mapperly's releases.

v3.2.0

3.2.0 (2023-09-18)

Bug Fixes

  • add correct type for default null-fallback statements when using nullable value types (4fa4163)
  • Allow multiple MapEnumValueAttribute (#672) (71cbfdd)
  • fix spacing for casts and enum parse mappings (#747) (137f2fb)
  • generate correct nullability for external array elements (#715) (7bf8104)
  • prevent null initializing readonly members (#678) (f3d78b4)
  • remove interface from attribute targets on the mapper attribute (#686) (b7e6e20)
  • resolve user implemented mappings correctly in queryable projections (#736) (8cee739)
  • reuse user defined modifiers in method signatures (#734) (dcb2eff)

Features

  • add mapper defaults attribute for assemblies (#657) (765aa0b)
  • Add option to use other mappers (#661) (975f374)
  • C#12 type alias support (#719) (c2f1f4f)
  • generate diagnostic warning when ignored members are explicitly mapped (#708) (4cd4e3a)
  • Implement custom source formatting to improve performance (#706) (44b5df9)
  • Remove runtime dependency on Riok.Mapperly.Abstractions (#711) (f26f026), closes #685
  • Support C#12 primary constructors (#720) (b54b9a5)
  • support for Roslyn 4.7 (#718) (876713d)

v3.2.0-next.4

3.2.0-next.4 (2023-09-12)

Bug Fixes

  • add correct type for default null-fallback statements when using nullable value types (4fa4163)

v3.2.0-next.3

3.2.0-next.3 (2023-09-11)

Bug Fixes

  • resolve user implemented mappings correctly in queryable projections (#736) (8cee739)
  • reuse user defined modifiers in method signatures (#734) (dcb2eff)

v3.2.0-next.2

3.2.0-next.2 (2023-09-05)

Bug Fixes

... (truncated)

Commits
  • 6dc12c7 docs: Clarify runtime dependency references (#753)
  • b54b9a5 feat: Support C#12 primary constructors (#720)
  • c2f1f4f feat: C#12 type alias support (#719)
  • 876713d feat: support for Roslyn 4.7 (#718)
  • 1fed304 chore(deps): Bump Verify.XUnit from 21.1.1 to 21.1.3 (#751)
  • 6001481 chore(deps): Bump Meziantou.Analyzer from 2.0.81 to 2.0.85 (#752)
  • edfa1ed chore: add diffplex to render test snapshot diffs (#750)
  • 137f2fb fix: fix spacing for casts and enum parse mappings (#747)
  • 4fa4163 fix: add correct type for default null-fallback statements when using nullabl...
  • e073f74 chore(deps): Bump NSubstitute from 5.0.0 to 5.1.0 (#741)
  • 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)