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: heroku/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.59.2
Choose a base ref
...
head repository: heroku/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.59.3
Choose a head ref
  • 10 commits
  • 20 files changed
  • 4 contributors

Commits on Dec 1, 2021

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

Commits on Jan 20, 2022

  1. chore(deps): bump handlebars from 4.7.6 to 4.7.7 (#1803)

    Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
    - [Release notes](https://github.com/wycats/handlebars.js/releases)
    - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
    - [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    828f9bc View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump hosted-git-info from 2.8.5 to 2.8.9 (#1828)

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.5...v2.8.9)
    
    ---
    updated-dependencies:
    - dependency-name: hosted-git-info
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    9221f69 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump node-notifier from 5.4.0 to 10.0.0 (#1825)

    Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 5.4.0 to 10.0.0.
    - [Release notes](https://github.com/mikaelbr/node-notifier/releases)
    - [Changelog](https://github.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md)
    - [Commits](mikaelbr/node-notifier@v5.4.0...v10.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: node-notifier
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    114d0fe View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#1852)

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    5deffd1 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump url-parse from 1.4.4 to 1.5.3 (#1857)

    Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.3.
    - [Release notes](https://github.com/unshiftio/url-parse/releases)
    - [Commits](unshiftio/url-parse@1.4.4...1.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: url-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    7104136 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. update message to reflect that intermediate certificates may not be d…

    …irectly added/updated (#1929)
    mimen authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    8e1aaae View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. fix(ci): fix windows tests (#1948)

    There's a yarn issue where the latest version of yarn for windows is not being published. But yarn is being installed as a dependency already so this extra installation step is unnecessary.
    tevanoff authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    5291c48 View commit details
    Browse the repository at this point in the history
  2. fix(container-registry-v5): Increase number of retries when fetching …

    …container logs (#1947)
    
    * fix(container-registry-v5): fake setTimeout in tests
    
    This shaves 15 seconds off of these tests.
    
    * fix(container-registry-v5): increase number of log stream retries
    
    https://heroku.support/1081019
    tevanoff authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    04e2dd0 View commit details
    Browse the repository at this point in the history
  3. v7.59.3 (#1949)

    tevanoff authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    7fdabc6 View commit details
    Browse the repository at this point in the history
Loading