renovate/package.json

196 lines
4.7 KiB
JSON
Raw Normal View History

2016-12-18 06:51:25 +00:00
{
2017-01-10 21:38:37 +00:00
"name": "renovate",
"description": "Automated dependency updates. Flexible so you don't need to be.",
"version": "0.0.0-semantic-release",
"bin": {
2018-03-27 15:56:58 +00:00
"renovate": "lib/renovate.js",
"renovate-config-validator": "bin/config-validator.js"
},
2017-01-10 21:38:37 +00:00
"scripts": {
"clean-cache": "node bin/clean-cache.js",
2017-01-17 13:30:25 +00:00
"heroku-push": "git push heroku master",
"heroku-scheduler": "heroku addons:open scheduler",
"jest": "yarn clean-cache && cross-env NODE_ENV=test LOG_LEVEL=fatal jest",
"lint-fix": "eslint --fix lib test",
"lint": "eslint lib test",
"prettier": "prettier \"**/*.{js,json,md}\" --write",
"start": "node lib/renovate",
"test-dirty": "git diff --exit-code",
"test": "yarn prettier --list-different && yarn lint && yarn jest"
2017-01-10 21:38:37 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/renovateapp/renovate.git"
2017-01-10 21:38:37 +00:00
},
"keywords": [
"automated",
"dependency",
"docker",
"management",
"meteor",
"node",
2017-01-10 21:38:37 +00:00
"npm",
"outdated",
"update",
"yarn"
2017-01-10 21:38:37 +00:00
],
2017-01-15 16:28:32 +00:00
"author": "Rhys Arkins <rhys@arkins.net>",
"contributors": [
"Hutson Betts <hutson@hyper-expanse.net>",
"Jean-Yves Couët <jycouet@gmail.com>"
],
2018-04-09 05:08:03 +00:00
"license": "AGPL-3.0",
2017-01-10 21:38:37 +00:00
"bugs": {
"url": "https://github.com/renovateapp/renovate/issues"
2017-01-10 21:38:37 +00:00
},
"homepage": "https://github.com/renovateapp/renovate#readme",
2017-01-11 18:32:45 +00:00
"engines": {
"node": ">= 8.11.0"
2017-01-11 18:32:45 +00:00
},
2016-12-18 06:51:25 +00:00
"dependencies": {
"@yarnpkg/lockfile": "1.0.1",
"bunyan": "1.8.12",
"cacache": "11.0.2",
2018-04-26 05:19:17 +00:00
"chalk": "2.4.1",
"changelog-filename-regex": "1.1.1",
"child-process-promise": "2.2.1",
"clean-git-ref": "1.0.3",
"commander": "2.15.1",
"compare-versions": "3.1.0",
"conventional-commits-detector": "0.1.1",
"convert-hrtime": "2.0.0",
"deepcopy": "0.6.3",
"delay": "2.0.0",
"detect-indent": "5.0.0",
"email-addresses": "3.0.1",
"fast-clone": "1.5.3",
"fs-extra": "6.0.1",
"get-installed-path": "4.0.8",
"gh-got": "7.0.0",
"github-url-from-git": "1.5.0",
"gl-got": "8.0.0",
2018-05-01 07:33:05 +00:00
"got": "8.3.1",
"handlebars": "4.0.11",
"ini": "1.3.5",
"js-yaml": "3.11.0",
"json-dup-key-validator": "1.0.2",
"json-stringify-pretty-compact": "1.2.0",
"later": "1.2.0",
"lodash": "4.17.10",
"markdown-it": "8.4.1",
"minimatch": "3.0.4",
"moment": "2.22.1",
"moment-timezone": "0.5.17",
2018-05-10 04:27:06 +00:00
"npm": "6.0.1",
"openpgp": "2.6.2",
"p-all": "1.0.0",
"parse-link-header": "1.0.1",
2018-05-12 09:44:08 +00:00
"pnpm": "1.43.1",
"registry-auth-token": "3.3.2",
"root-require": "0.3.1",
2018-04-13 04:52:08 +00:00
"safe-regex": "1.1.0",
"semver": "5.5.0",
"semver-stable": "2.0.4",
"semver-utils": "1.1.2",
"showdown": "1.8.6",
"slugify": "1.2.9",
"tmp-promise": "1.0.4",
"traverse": "0.6.6",
2018-04-27 18:03:37 +00:00
"upath": "1.0.5",
"validator": "10.2.0",
"vso-node-api": "6.5.0",
2018-04-15 13:33:14 +00:00
"yarn": "1.6.0"
Add eslint Closes #17 commit 12d7e50a818720ff2c44e4e9475eef78a1dc0174 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 22:27:56 2017 +0100 Update eslintrc commit f583442dcdf7e3180d2da5464693df12f4419152 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 22:22:15 2017 +0100 Add eslint and config commit 59334f7a7311c451ef7aa4e0759d9c09686e86c6 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 22:20:24 2017 +0100 Refactor promise for linting commit 288f0e753a3d1e93f1b14e3e80692861fab0fff0 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 19:09:48 2017 +0100 Fix more promise lints commit 7f602a149c60da123bc010965ec8be78b3fa7ab1 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 18:30:18 2017 +0100 lint github promises commit dd6b78340e5a9c128e83aa87da8e3714e3947e82 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 18:30:10 2017 +0100 lint npm promises commit 5c48c159c7ab89999e7966d93c4b1c9f1179d95d Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:25:13 2017 +0100 Lint packageJson helper commit b440eb83fccdc2c1afbd3e3b74c6798e35b3533f Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:04:56 2017 +0100 Fix github helper lint commit 269c84a2be8a2e9cd495d4f90893eaaccd8a2156 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:00:48 2017 +0100 Fix typo commit 548ca6c31f3f4417995c65f4466d216a4918387e Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 15:00:29 2017 +0100 Fix npm lint commit f8ea5d5b72745e7cbebad184f46fc3046f57a525 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:56:15 2017 +0100 lint defaults commit 6130092a57d37d62ed8f1274817ce81dfdae84bc Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:52:16 2017 +0100 Finish index commit 9e2b6f5e02fad38904172b40811043a0caab879b Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:40:06 2017 +0100 Fix string concatenation commit 47b7cdac3f0acc6588e403dff3cacfda27789472 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:38:23 2017 +0100 Fix arrow syntax commit 27b8db685f7ee66e914754fd578d421f39656397 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:29:10 2017 +0100 Refactor updateDependency commit 272f012583ac514709c81ffd7a68f50f0b4ed2b3 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 14:15:43 2017 +0100 Refactor ensureCommit commit 1e1ff56d6b94a8ef6a360213715563452a0957e8 Author: Rhys Arkins <rhys@keylocation.sg> Date: Tue Jan 10 13:54:02 2017 +0100 Refactor ensurePr
2017-01-10 21:28:22 +00:00
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "6.26.0",
"chai": "4.1.2",
"codecov": "3.0.2",
"cross-env": "5.1.5",
"eslint": "4.19.1",
"eslint-config-airbnb-base": "12.1.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-promise": "3.7.0",
"jest": "22.4.3",
"mockdate": "2.0.2",
"nock": "9.2.5",
"prettier": "1.12.1",
"semantic-release": "15.4.1"
},
"files": [
"bin/config-validator.js",
2017-10-08 05:28:01 +00:00
"lib"
],
"babel": {
"plugins": [
"transform-object-rest-spread"
]
2017-01-22 15:17:06 +00:00
},
"jest": {
2017-06-30 14:02:40 +00:00
"cacheDirectory": ".cache/jest",
"coverageDirectory": "./coverage",
"collectCoverage": true,
"collectCoverageFrom": [
"lib/**/*.js"
],
"coverageReporters": [
"json",
"lcov",
"text-summary"
],
"setupFiles": [
2017-11-08 05:44:03 +00:00
"./test/globals.js"
],
"setupTestFrameworkScriptFile": "./test/chai.js",
2018-04-13 04:52:08 +00:00
"snapshotSerializers": [
"./test/newline-snapshot-serializer.js"
]
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
},
2017-01-22 15:17:06 +00:00
"renovate": {
"extends": [
"config:base",
2017-12-20 19:36:23 +00:00
":rebaseStalePrs",
2018-03-02 13:17:44 +00:00
":automergeMinor",
":label(ready)",
":assignee(rarkins)"
],
"docker": {
"semanticCommitType": "fix"
},
"packageRules": [
{
2018-04-30 12:07:13 +00:00
"packageNames": [
"semantic-release"
],
"semanticCommitType": "fix"
}
],
"semanticCommitScope": null
},
"publishConfig": {
"tag": "next"
},
"release": {
"branch": "master",
"tagFormat": "${version}",
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
2017-10-20 04:45:19 +00:00
{
"type": "docs",
"scope": "readme.md",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
}
]
}
2016-12-18 06:51:25 +00:00
}
}