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.10.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.10.6
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 4, 2021

  1. fix(deps): update netlify packages (#1955)

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fd8afb6 View commit details
  2. fix(deps): update netlify packages (#1958)

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0f6a0ca View commit details
  3. fix(deps): update dependency netlify-redirect-parser to ^3.0.4 (#1959)

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

    Verified

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

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c8c0ed1 View commit details
  5. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f8be6b3 View commit details
Showing with 69 additions and 59 deletions.
  1. +10 −0 CHANGELOG.md
  2. +53 −53 package-lock.json
  3. +6 −6 package.json
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,16 @@ 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.10.6](https://www.github.com/netlify/cli/compare/v3.10.5...v3.10.6) (2021-03-04)


### Bug Fixes

* **deps:** update dependency @netlify/build to ^9.8.3 ([#1960](https://www.github.com/netlify/cli/issues/1960)) ([c8c0ed1](https://www.github.com/netlify/cli/commit/c8c0ed1df67b7976e9f5341f8787dc1224242004))
* **deps:** update dependency netlify-redirect-parser to ^3.0.4 ([#1959](https://www.github.com/netlify/cli/issues/1959)) ([3161635](https://www.github.com/netlify/cli/commit/3161635a070057d7a56f7bd1e109e08ba452c7f7))
* **deps:** update netlify packages ([#1955](https://www.github.com/netlify/cli/issues/1955)) ([fd8afb6](https://www.github.com/netlify/cli/commit/fd8afb61039702c11e46bbea69d6db7bb1724fd1))
* **deps:** update netlify packages ([#1958](https://www.github.com/netlify/cli/issues/1958)) ([0f6a0ca](https://www.github.com/netlify/cli/commit/0f6a0ca13fa041cb46d5f3b36c398025a9cea3c8))

### [3.10.5](https://www.github.com/netlify/cli/compare/v3.10.4...v3.10.5) (2021-03-04)


106 changes: 53 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "3.10.5",
"version": "3.10.6",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -74,12 +74,12 @@
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,scripts,site,tests,.github}/**/*.{js,md,yml,json,html}\" \"*.{js,yml,json,html}\" \".*.{js,yml,json,html}\" \"!CHANGELOG.md\" \"!package-lock.json\""
},
"dependencies": {
"@netlify/build": "^9.7.1",
"@netlify/config": "^4.0.2",
"@netlify/build": "^9.8.3",
"@netlify/config": "^4.0.4",
"@netlify/framework-info": "^2.3.0",
"@netlify/plugin-edge-handlers": "^1.11.5",
"@netlify/traffic-mesh-agent": "^0.27.10",
"@netlify/zip-it-and-ship-it": "^2.4.3",
"@netlify/zip-it-and-ship-it": "^2.5.0",
"@oclif/command": "^1.6.1",
"@oclif/config": "^1.15.1",
"@oclif/errors": "^1.3.4",
@@ -139,8 +139,8 @@
"memoize-one": "^5.1.1",
"minimist": "^1.2.5",
"multiparty": "^4.2.1",
"netlify": "^6.1.11",
"netlify-redirect-parser": "^3.0.3",
"netlify": "^6.1.13",
"netlify-redirect-parser": "^3.0.4",
"netlify-redirector": "^0.2.1",
"node-fetch": "^2.6.0",
"open": "^7.0.0",