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: nodejs/node-core-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: nodejs/node-core-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Jun 14, 2023

  1. chore: update dependencies (#703)

    - Update the `c8` developer dependency to its new major version.
    - Update all other dependencies to their latest versions.
    VoltrexKeyva authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6477632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    015bf20 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. feat(git-node): add support for amend! commits (#710)

    Commits made using `git commit --fixup=reword:HEAD` are empty commits
    that lets the user change the commit message without needing to
    force-push the PR branch. With this commit, those are
    still ignored when using `--fixupAll` CLI flag.
    aduh95 authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d8ae7c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab820c7 View commit details
    Browse the repository at this point in the history
Loading