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: semantic-release/npm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.7
Choose a base ref
...
head repository: semantic-release/npm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.8
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 17, 2020

  1. fix(deps): update dependency tempy to v1 (#289)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 17, 2020
    Copy the full SHA
    5a1dbb8 View commit details
  2. chore(deps): pin dependencies (#286)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Nov 17, 2020
    Copy the full SHA
    9ff5706 View commit details
Showing with 17 additions and 17 deletions.
  1. +3 −3 package-lock.json
  2. +14 −14 package.json
6 changes: 3 additions & 3 deletions package-lock.json

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

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -29,22 +29,22 @@
"read-pkg": "^5.0.0",
"registry-auth-token": "^4.0.0",
"semver": "^7.1.2",
"tempy": "^0.7.0"
"tempy": "^1.0.0"
},
"devDependencies": {
"ava": "^3.1.0",
"clear-module": "^4.0.0",
"codecov": "^3.0.0",
"delay": "^4.0.0",
"dockerode": "^3.0.0",
"get-stream": "^5.0.0",
"got": "^11.0.0",
"nyc": "^15.0.0",
"p-retry": "^4.0.0",
"semantic-release": "^17.0.0",
"sinon": "^9.0.0",
"stream-buffers": "^3.0.2",
"xo": "^0.33.1"
"ava": "3.13.0",
"clear-module": "4.1.1",
"codecov": "3.8.1",
"delay": "4.4.0",
"dockerode": "3.2.1",
"get-stream": "5.2.0",
"got": "11.8.0",
"nyc": "15.1.0",
"p-retry": "4.2.0",
"semantic-release": "17.2.3",
"sinon": "9.2.1",
"stream-buffers": "3.0.2",
"xo": "0.33.1"
},
"engines": {
"node": ">=10.19"