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: eficode/wait-for
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.2
Choose a base ref
...
head repository: eficode/wait-for
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.3
Choose a head ref
  • 12 commits
  • 6 files changed
  • 4 contributors

Commits on May 2, 2021

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

Commits on May 14, 2021

  1. build(deps): bump actions/checkout from 2 to 2.3.4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v2.3.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Addono committed May 14, 2021
    Configuration menu
    Copy the full SHA
    e265666 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump semantic-release from 17.4.2 to 17.4.3

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.2 to 17.4.3.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v17.4.2...v17.4.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Addono committed May 14, 2021
    Configuration menu
    Copy the full SHA
    416daa2 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump lodash from 4.17.20 to 4.17.21

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.20...4.17.21)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Addono committed May 14, 2021
    Configuration menu
    Copy the full SHA
    b669ad7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    be6e0a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e2b6e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. build(deps): bump normalize-url from 6.0.0 to 6.0.1

    Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/sindresorhus/normalize-url/releases)
    - [Commits](sindresorhus/normalize-url@v6.0.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: normalize-url
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Addono committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    4a21192 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. build(deps): bump trim-newlines from 3.0.0 to 3.0.1

    Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
    - [Commits](https://github.com/sindresorhus/trim-newlines/commits)
    
    ---
    updated-dependencies:
    - dependency-name: trim-newlines
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Addono committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    23cd9a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. build(deps-dev): bump semantic-release from 17.4.3 to 17.4.4

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.3 to 17.4.4.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v17.4.3...v17.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Addono committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    845d5f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. build(deps): bump actions/setup-node from 2.1.5 to 2.2.0

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2.1.5...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Addono committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    1c98224 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    db2479e View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.1.3 [skip ci]

    ## [2.1.3](v2.1.2...v2.1.3) (2021-07-12)
    
    ### Bug Fixes
    
    * typo in error message for missing wget command ([db2479e](db2479e))
    semantic-release-bot committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    a13902c View commit details
    Browse the repository at this point in the history
Loading