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

Commits on Mar 9, 2021

  1. fix(deps): update dependency form-data to v4 (#1965)

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

    Verified

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

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

    Verified

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

Commits on Mar 10, 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
    ce848cb View commit details
Showing with 85 additions and 37 deletions.
  1. +8 −0 CHANGELOG.md
  2. +65 −25 package-lock.json
  3. +4 −4 package.json
  4. +7 −7 src/functions-templates/js/url-shortener/package-lock.json
  5. +1 −1 src/functions-templates/js/url-shortener/package.json
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.10.8](https://www.github.com/netlify/cli/compare/v3.10.7...v3.10.8) (2021-03-09)


### Bug Fixes

* **deps:** update dependency form-data to v4 ([#1965](https://www.github.com/netlify/cli/issues/1965)) ([b35ac78](https://www.github.com/netlify/cli/commit/b35ac78bee85e8bbb01f8f9b44ff3d57edd97b46))
* **deps:** update netlify packages ([#1973](https://www.github.com/netlify/cli/issues/1973)) ([a8a2c1b](https://www.github.com/netlify/cli/commit/a8a2c1b44d873e5e4a771d4eed6a5cd0f1c11d1a))

### [3.10.7](https://www.github.com/netlify/cli/compare/v3.10.6...v3.10.7) (2021-03-09)


90 changes: 65 additions & 25 deletions package-lock.json

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

8 changes: 4 additions & 4 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.7",
"version": "3.10.8",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
@@ -74,8 +74,8 @@
"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.9.0",
"@netlify/config": "^4.1.0",
"@netlify/build": "^9.9.1",
"@netlify/config": "^4.1.1",
"@netlify/framework-info": "^2.3.0",
"@netlify/plugin-edge-handlers": "^1.11.5",
"@netlify/traffic-mesh-agent": "^0.27.10",
@@ -178,7 +178,7 @@
"@oclif/dev-cli": "^1.23.1",
"@oclif/test": "^1.2.5",
"ava": "^3.15.0",
"form-data": "^3.0.0",
"form-data": "^4.0.0",
"from2-string": "^1.1.0",
"globby": "^10.0.1",
"got": "^11.8.1",
14 changes: 7 additions & 7 deletions src/functions-templates/js/url-shortener/package-lock.json

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

2 changes: 1 addition & 1 deletion src/functions-templates/js/url-shortener/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"form-data": "^3.0.0",
"form-data": "^4.0.0",
"hashids": "^1.2.2"
}
}