Upgrade tempy to version 1.0.0#4
Conversation
|
Hey! Changelogs info seems to be missing or might be in incorrect format. |
Contributors@depfu[bot] Commit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
|
Unable to locate .performanceTestingBot config file |
|
Linked documents: 0 |
|
package.json : should be {
"name": "@semantic-release/github",
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
"version": "0.0.0-development",
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
"ava": {
- "files": [
+ "title,": [
"test/**/*.test.js"
]
},
"bugs": {
"url": "https://github.com/semantic-release/github/issues"
},
"contributors": [
"Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
"Gregor Martynus (https://twitter.com/gr2m)"
],
"dependencies": {
"@octokit/rest": "^17.0.0",
"@semantic-release/error": "^2.2.0",
"aggregate-error": "^3.0.0",
"bottleneck": "^2.18.1",
"debug": "^4.0.0",
"dir-glob": "^3.0.0",
"fs-extra": "^9.0.0",
"globby": "^11.0.0",
"http-proxy-agent": "^4.0.0",
"https-proxy-agent": "^5.0.0",
"issue-parser": "^6.0.0",
"lodash": "^4.17.4",
"mime": "^2.4.3",
"p-filter": "^2.0.0",
"p-retry": "^4.0.0",
"url-join": "^4.0.0"
},
"devDependencies": {
"ava": "^3.1.0",
"clear-module": "^4.0.0",
"codecov": "^3.5.0",
"nock": "^12.0.0",
"nyc": "^15.0.0",
"proxy": "^1.0.0",
"proxyquire": "^2.0.0",
"semantic-release": "^17.0.0",
"server-destroy": "^1.0.1",
"sinon": "^9.0.0",
"tempy": "^1.0.0",
"xo": "^0.30.0"
},
"engines": {
"node": ">=10.18"
},
- "files": [
+ "title,": [
"lib",
"index.js"
],
"homepage": "https://github.com/semantic-release/github#readme",
"keywords": [
"git",
"github",
"issue",
"notifications",
"publish",
"pull-request",
"release",
"semantic-release",
"version"
],
"license": "MIT",
"main": "index.js",
"nyc": {
"include": [
"lib/**/*.js",
"index.js"
],
"reporter": [
"json",
"text",
"html"
],
"all": true
},
"peerDependencies": {
"semantic-release": ">=16.0.0 <18.0.0"
},
"prettier": {
"printWidth": 120,
"trailingComma": "es5"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/semantic-release/github.git"
},
"scripts": {
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "xo",
"pretest": "npm run lint",
"semantic-release": "semantic-release",
"test": "nyc ava -v"
},
"xo": {
"prettier": true,
"space": true,
"rules": {
"camelcase": [
"error",
{
"properties": "never"
}
],
"unicorn/string-content": "off"
}
}
} |
|
1 updated dependency for you to review. tempy - Get a random temporary file or directory path
|
|
Pull request analysis by VIZIPI Below you will find who is the most qualified team member to review your code. Reviewers with knowledge related to these changes
Potential missing files from this Pull requestNo commonly committed files found with a 40% threashold Committed file ranks(click to expand)97.87%[package.json] |

Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ tempy (^0.5.0 → ^1.0.0) · Repo
Release Notes
1.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 2 commits:
1.0.0Make `.task` methods reflect return values from callbacks (#29)Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands