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: peter-evans/create-pull-request
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: peter-evans/create-pull-request
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.2
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 1, 2024

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

Commits on Mar 5, 2024

  1. build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 (#2797)

    Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.10.1 to 4.10.2.
    - [Release notes](https://github.com/github/eslint-plugin-github/releases)
    - [Commits](github/eslint-plugin-github@v4.10.1...v4.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-github
      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 Mar 5, 2024
    Configuration menu
    Copy the full SHA
    02c7da5 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @types/node from 18.19.18 to 18.19.21 (#2798)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.18 to 18.19.21.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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 Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b3a2c5d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. build(deps-dev): bump @types/node from 18.19.21 to 18.19.23 (#2811)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.19.21 to 18.19.23.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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 Mar 12, 2024
    Configuration menu
    Copy the full SHA
    57a1014 View commit details
    Browse the repository at this point in the history
  2. perf: shallow fetch the actual base when rebasing from working base (#…

    …2816)
    
    * Update git.fetch calls to use depth=1 (#2810)
    
    * When base is set, fetch depth=1
    
    * PR Feedback - remove depth=1 from tryFetch function
    
    * push-to-fork fix
    
    * test updates to handle shallow fetch of base
    
    ---------
    
    Co-authored-by: Eric Webb <[email protected]>
    peter-evans and webmonarch authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    70a41ab View commit details
    Browse the repository at this point in the history
Loading