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

Commits on Mar 8, 2021

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

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8419a9d View commit details
  2. chore(deps): update commitlint monorepo to v12 (#1962)

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a2b6649 View commit details
  3. chore(deps): update dependency markdown-magic to v2 (#1963)

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

    Verified

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

Commits on Mar 9, 2021

  1. fix(deps): update dependency ci-info to v3 (#1964)

    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
    edfe1f1 View commit details
  2. fix(deps): update netlify packages (#1961)

    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
    352a960 View commit details
  3. Verified

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

    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
    6d1acc1 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
    ea8382a View commit details
Showing with 1,117 additions and 1,327 deletions.
  1. +9 −0 CHANGELOG.md
  2. +855 −1,181 package-lock.json
  3. +7 −7 package.json
  4. +1 −1 renovate.json5
  5. +232 −125 site/package-lock.json
  6. +1 −1 site/package.json
  7. +6 −6 src/functions-templates/js/stripe-charge/package-lock.json
  8. +6 −6 src/functions-templates/js/stripe-subscription/package-lock.json
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.10.7](https://www.github.com/netlify/cli/compare/v3.10.6...v3.10.7) (2021-03-09)


### Bug Fixes

* **deps:** update dependency ci-info to v3 ([#1964](https://www.github.com/netlify/cli/issues/1964)) ([edfe1f1](https://www.github.com/netlify/cli/commit/edfe1f1a406c65152912f0b3eb89c83ba7a7d1ea))
* **deps:** update dependency netlify-redirect-parser to ^3.0.5 ([#1971](https://www.github.com/netlify/cli/issues/1971)) ([6d1acc1](https://www.github.com/netlify/cli/commit/6d1acc1c26998438c737a25df0dee57580267e78))
* **deps:** update netlify packages ([#1961](https://www.github.com/netlify/cli/issues/1961)) ([352a960](https://www.github.com/netlify/cli/commit/352a9607fc1011aafb0a40185366b54fd47d1b50))

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


Loading