Skip to content

chore(deps): update dependency mapster to v10#1224

Open
renovate[bot] wants to merge 1 commit intoalphafrom
renovate/mapster-10.x
Open

chore(deps): update dependency mapster to v10#1224
renovate[bot] wants to merge 1 commit intoalphafrom
renovate/mapster-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 18, 2026

This PR contains the following updates:

Package Change Age Confidence
Mapster 7.4.010.0.7 age confidence

Release Notes

MapsterMapper/Mapster (Mapster)

v10.0.7

What's Changed

Full Changelog: MapsterMapper/Mapster@v10.0.6...10.0.7

v10.0.6

Breaking change in v10.0+ and new feature
New feature:
  • Fix #​883 - Add class ctor using default value for param

In version 7.4.0 this feature was only available for record types

If you encountered this mapping behavior in 7.4.0, it is possible that your class was recognized as a record type, or was mistakenly recognized as a record type See more.

If you need the mapping behavior as for Record, in v10.0+ you can use - [AdaptWith(AdaptDirectives.DestinationAsRecord)] .
If you need the ability to set this setting without using attributes, open issue on this topic.

Example:

[AdaptWith(AdaptDirectives.DestinationAsRecord)]
public class SimpleRecord
{
    public int Id { get; private set; }
    public string Name { get; private set; }

    public SimpleRecord(int id, string name)
    {
        this.Id = id;
        this.Name = name;
    }
}
What's Changed

Full Changelog: MapsterMapper/Mapster@v10.0.4...v10.0.6

v10.0.4

Breaking change in v10.0+ and new feature
New feature:

In version 7.4.0 this feature was only available for record types

If you encountered this mapping behavior in 7.4.0, it is possible that your class was recognized as a record type, or was mistakenly recognized as a record type See more.

If you need the mapping behavior as for Record, in v10.0+ you can use - [AdaptWith(AdaptDirectives.DestinationAsRecord)] .
If you need the ability to set this setting without using attributes, open issue on this topic.

Example:

[AdaptWith(AdaptDirectives.DestinationAsRecord)]
public class SimpleRecord
{
    public int Id { get; private set; }
    public string Name { get; private set; }

    public SimpleRecord(int id, string name)
    {
        this.Id = id;
        this.Name = name;
    }
}
What's Changed
New Contributors

Full Changelog: MapsterMapper/Mapster@v10.0.0...v10.0.4

v10.0.0

What's Changed
New Contributors

Full Changelog: MapsterMapper/Mapster@v7.4.0...v10.0.0


Configuration

📅 Schedule: (in timezone America/Vancouver)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot force-pushed the renovate/mapster-10.x branch 4 times, most recently from b7c6f25 to 72da602 Compare March 25, 2026 13:06
@renovate renovate bot force-pushed the renovate/mapster-10.x branch 5 times, most recently from 534ae87 to 0c50278 Compare April 2, 2026 03:53
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

KubeUI Tests

342 tests   339 ✅  58s ⏱️
  1 suites    0 💤
  1 files      3 ❌

For more details on these failures, see this check.

Results for commit ed395b1.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/mapster-10.x branch 2 times, most recently from a1382fc to e6d6482 Compare April 8, 2026 19:50
@renovate renovate bot force-pushed the renovate/mapster-10.x branch 2 times, most recently from 643737b to 0f90e56 Compare April 14, 2026 22:45
@renovate renovate bot force-pushed the renovate/mapster-10.x branch from 0f90e56 to ed395b1 Compare April 16, 2026 22:53
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