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.13.5
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.13.6
Choose a head ref
  • 9 commits
  • 16 files changed
  • 4 contributors

Commits on Mar 22, 2021

  1. chore(deps): lock file maintenance (#2035)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 22, 2021
    Copy the full SHA
    ac64754 View commit details
  2. Copy the full SHA
    dc89e8e View commit details
  3. chore(deps): update dependency @netlify/eslint-config-node to ^2.5.3 (#…

    …2036)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 22, 2021
    Copy the full SHA
    2364b3c View commit details
  4. Copy the full SHA
    f95f0a5 View commit details
  5. chore(deps): update dependency qs to v6.10.1 (#2034)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 22, 2021
    Copy the full SHA
    1e6d48d View commit details
  6. Copy the full SHA
    624cc5f View commit details
  7. fix(deps): update dependency @netlify/build to ^9.11.3 (#2041)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 22, 2021
    Copy the full SHA
    08565ff View commit details
  8. fix(deps): update dependency @netlify/plugin-edge-handlers to ^1.11.6 (

    …#2042)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Mar 22, 2021
    Copy the full SHA
    0cfc4c5 View commit details
  9. Copy the full SHA
    6d7a984 View commit details
3 changes: 0 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -26,9 +26,6 @@ module.exports = {
'fp/no-this': 0,
'import/max-dependencies': 0,
'node/no-sync': 0,
'promise/no-callback-in-promise': 0,
'promise/no-return-wrap': 0,
'promise/prefer-await-to-callbacks': 0,
'unicorn/prefer-spread': 0,
'unicorn/consistent-destructuring': 0,

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,15 @@ 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.13.6](https://www.github.com/netlify/cli/compare/v3.13.5...v3.13.6) (2021-03-22)


### Bug Fixes

* **command-link:** don't modify gitignore if a pattern includes .netlify ([#2031](https://www.github.com/netlify/cli/issues/2031)) ([624cc5f](https://www.github.com/netlify/cli/commit/624cc5f69b6e7eb3e9a3f0639a5b3298da0d98e6))
* **deps:** update dependency @netlify/build to ^9.11.3 ([#2041](https://www.github.com/netlify/cli/issues/2041)) ([08565ff](https://www.github.com/netlify/cli/commit/08565ff4eff03af855cb87fce53a835efa5bbccd))
* **deps:** update dependency @netlify/plugin-edge-handlers to ^1.11.6 ([#2042](https://www.github.com/netlify/cli/issues/2042)) ([0cfc4c5](https://www.github.com/netlify/cli/commit/0cfc4c5ed2eb360b49926c4e36cb9ad1e827c81c))

### [3.13.5](https://www.github.com/netlify/cli/compare/v3.13.4...v3.13.5) (2021-03-21)


Loading