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: electron/node-rcedit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: electron/node-rcedit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 1, 2020

  1. test: improve tests (#59)

    * print out the expected & actual error messages when using `assertRceditError`
    * `assertRceditError` should be used with `await` when called
    * Have a clearer message check for the nonexistent icon path test
    malept committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e6537d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. chore: bump npm from 6.14.5 to 6.14.6 (#60)

    Bumps [npm](https://github.com/npm/cli) from 6.14.5 to 6.14.6.
    - [Release notes](https://github.com/npm/cli/releases)
    - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
    - [Commits](npm/cli@v6.14.5...v6.14.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    243fe71 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. chore: bump lodash from 4.17.15 to 4.17.19

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and malept committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    32c82cd View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. chore: bump node-fetch from 2.6.0 to 2.6.1

    Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
    - [Release notes](https://github.com/bitinn/node-fetch/releases)
    - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
    - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and malept committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    abfd2ee View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. chore: bump npm-user-validate from 1.0.0 to 1.0.1

    Bumps [npm-user-validate](https://github.com/npm/npm-user-validate) from 1.0.0 to 1.0.1.
    - [Release notes](https://github.com/npm/npm-user-validate/releases)
    - [Commits](npm/npm-user-validate@v1.0.0...v1.0.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and malept committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    8c31743 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. feat: add TypeScript definition (#69)

    Co-authored-by: Erick Zhao <erick@hotmail.ca>
    malept and erickzhao committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    b695eed View commit details
    Browse the repository at this point in the history
Loading