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: martincostello/update-dotnet-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.0
Choose a base ref
...
head repository: martincostello/update-dotnet-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 1, 2025

  1. Bump version (#1274)

    * Bump version
    
    Bump version to 3.5.1 for the next release.
    
    * Update SHA
    
    Use the SHA for the `v3.5.0` tag.
    
    ---------
    
    Co-authored-by: Martin Costello <[email protected]>
    costellobot and martincostello authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    57bbf6c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Bump actions/dependency-review-action from 4.5.0 to 4.6.0 (#1275)

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.5.0 to 4.6.0.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@3b139cf...ce3cf95)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      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 Apr 2, 2025
    Configuration menu
    Copy the full SHA
    52262da View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Bump eslint-plugin-prettier from 5.2.5 to 5.2.6 (#1276)

    Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.2.5 to 5.2.6.
    - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-plugin-prettier@v5.2.5...v5.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-prettier
      dependency-version: 5.2.6
      dependency-type: direct:development
      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 Apr 3, 2025
    Configuration menu
    Copy the full SHA
    f96438d View commit details
    Browse the repository at this point in the history
  2. Bump undici from 7.6.0 to 7.7.0 (#1277)

    Bumps [undici](https://github.com/nodejs/undici) from 7.6.0 to 7.7.0.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v7.6.0...v7.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-version: 7.7.0
      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 Apr 3, 2025
    Configuration menu
    Copy the full SHA
    c47bfd7 View commit details
    Browse the repository at this point in the history
  3. Add dependency-version to commit

    - Add `dependency-version` to the YAML frontmatter in the commit messages to replicate recent changes to dependabot.
    - Bump version to 3.6.0.
    martincostello committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    1b4329e View commit details
    Browse the repository at this point in the history
  4. Fix snapshot

    Fix copy-paste error in snapshot.
    martincostello committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    6a869c3 View commit details
    Browse the repository at this point in the history
  5. Update SHA

    Update the action SHA to pick up changes from #1278.
    martincostello committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    ef7653e View commit details
    Browse the repository at this point in the history
Loading