Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: riok/mapperly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0-next.1
Choose a base ref
...
head repository: riok/mapperly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0-next.2
Choose a head ref
  • 12 commits
  • 41 files changed
  • 2 contributors

Commits on Oct 14, 2024

  1. chore(deps): Bump Microsoft.EntityFrameworkCore.Sqlite (#1533)

    Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) from 9.0.0-rc.1.24451.1 to 9.0.0-rc.2.24474.1.
    - [Release notes](https://github.com/dotnet/efcore/releases)
    - [Commits](dotnet/efcore@v9.0.0-rc.1.24451.1...v9.0.0-rc.2.24474.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.EntityFrameworkCore.Sqlite
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9995e7a View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump Meziantou.Polyfill from 1.0.39 to 1.0.40 (#1532)

    Bumps [Meziantou.Polyfill](https://github.com/meziantou/Meziantou.Polyfill) from 1.0.39 to 1.0.40.
    - [Commits](https://github.com/meziantou/Meziantou.Polyfill/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Meziantou.Polyfill
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    94fac83 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump stylelint from 16.9.0 to 16.10.0 in /docs (#1529)

    Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.9.0 to 16.10.0.
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
    - [Commits](stylelint/stylelint@16.9.0...16.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: stylelint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6c5108d View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump @easyops-cn/docusaurus-search-local in /docs (#1528)

    Bumps [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local/tree/HEAD/packages/docusaurus-search-local) from 0.44.5 to 0.45.0.
    - [Release notes](https://github.com/easyops-cn/docusaurus-search-local/releases)
    - [Commits](https://github.com/easyops-cn/docusaurus-search-local/commits/v0.45.0/packages/docusaurus-search-local)
    
    ---
    updated-dependencies:
    - dependency-name: "@easyops-cn/docusaurus-search-local"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c2fc50a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    5333523 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    e9abaf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. 1 Configuration menu
    Copy the full SHA
    e229bf2 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    c406812 View commit details
    Browse the repository at this point in the history
  3. simplify could not generate mapping exception syntax (#1559)

    Replace the comment preceding the exception with a more straightforward exception message.
    latonz authored Oct 24, 2024
    1 Configuration menu
    Copy the full SHA
    93f0b62 View commit details
    Browse the repository at this point in the history
  4. Fix inconsistent handling of mixed nullable contexts (#1558)

    Allow using non-null returning mapping methods when target type does allow nulls
    latonz authored Oct 24, 2024
    1 Configuration menu
    Copy the full SHA
    027445d View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump http-proxy-middleware (#1557)

    Bumps the npm_and_yarn group in /docs with 1 update: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware).
    
    
    Updates `http-proxy-middleware` from 2.0.6 to 2.0.7
    - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
    - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
    - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: http-proxy-middleware
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    eb58e9c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. 1 Configuration menu
    Copy the full SHA
    5ab24a9 View commit details
    Browse the repository at this point in the history
Loading