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: netlify/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.29.16
Choose a base ref
...
head repository: netlify/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.29.17
Choose a head ref
  • 5 commits
  • 13 files changed
  • 4 contributors

Commits on May 17, 2021

  1. chore(deps): update dependency @netlify/eslint-config-node to ^2.6.10 (

    …#2412)
    
    * chore(deps): update dependency @netlify/eslint-config-node to ^2.6.10
    
    * chore: fix linting
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: ehmicky <ehmicky@gmail.com>
    3 people authored May 17, 2021
    1
    Copy the full SHA
    080798d View commit details
  2. chore(deps): lock file maintenance (#2411)

    * chore(deps): lock file maintenance
    
    * chore: fix linting
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: ehmicky <ehmicky@gmail.com>
    3 people authored May 17, 2021
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    76db455 View commit details
  3. fix(deps): update dependency @netlify/zip-it-and-ship-it to ^4.0.1 (#…

    …2414)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 17, 2021
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    28b1fa3 View commit details
  4. fix(deps): update dependency @netlify/build to ^11.17.2 (#2415)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored May 17, 2021
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8683b9b View commit details
  5. chore: release 3.29.17 (#2416)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored May 17, 2021
    1
    Copy the full SHA
    f3226d0 View commit details
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@ module.exports = {
'fp/no-let': 0,
'fp/no-this': 0,
'fp/no-mutation': 0,
'import/extensions': [2, 'always'],
'node/no-unsupported-features/es-syntax': 0,
'unicorn/consistent-destructuring': 0,
'max-lines': 0,
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [3.29.17](https://www.github.com/netlify/cli/compare/v3.29.16...v3.29.17) (2021-05-17)


### Bug Fixes

* **deps:** update dependency @netlify/build to ^11.17.2 ([#2415](https://www.github.com/netlify/cli/issues/2415)) ([8683b9b](https://www.github.com/netlify/cli/commit/8683b9b9c475132c11daeb50d9461f4cc3070b3f))
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^4.0.1 ([#2414](https://www.github.com/netlify/cli/issues/2414)) ([28b1fa3](https://www.github.com/netlify/cli/commit/28b1fa3ffad8e8cf5ed28fdae5ec86738be3989f))

### [3.29.16](https://www.github.com/netlify/cli/compare/v3.29.15...v3.29.16) (2021-05-17)


Loading