renovate/package.json

283 lines
9.4 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": {
"renovate": "dist/renovate.js",
"renovate-config-validator": "dist/config-validator.js"
},
2017-01-10 21:38:37 +00:00
"scripts": {
"build": "run-s clean generate:* compile:*",
"clean": "rimraf dist",
"clean-cache": "node bin/clean-cache.js",
"compile:ts": "tsc -p tsconfig.app.json",
2021-03-02 16:16:05 +00:00
"config-validator": "node -r ts-node/register/transpile-only -- lib/config-validator.ts",
"create-json-schema": "node -r ts-node/register/transpile-only -- bin/create-json-schema.js && prettier --write \"renovate-schema.json\"",
"debug": "node --inspect-brk -r ts-node/register/transpile-only -- lib/renovate.ts",
"doc-fix": "run-s markdown-lint-fix prettier-fix",
"eslint": "eslint --ext .js,.mjs,.ts lib/ test/ tools/",
"eslint-fix": "eslint --ext .js,.mjs,.ts --fix lib/ test/ tools/",
"generate": "run-s generate:*",
"generate:imports": "node tools/generate-imports.mjs",
2020-02-21 18:29:55 +00:00
"jest": "cross-env NODE_ENV=test LOG_LEVEL=fatal node --expose-gc node_modules/jest/bin/jest.js",
"jest-debug": "cross-env NODE_ENV=test LOG_LEVEL=fatal node --expose-gc --inspect-brk node_modules/jest/bin/jest.js",
"jest-silent": "cross-env NODE_ENV=test yarn jest --reporters jest-silent-reporter",
"lint": "run-s ls-lint eslint prettier markdown-lint",
"lint-fix": "run-s eslint-fix prettier-fix markdown-lint-fix",
2020-12-11 12:29:43 +00:00
"ls-lint": "ls-lint",
"markdown-lint": "markdownlint-cli2",
"markdown-lint-fix": "markdownlint-cli2-fix",
"prepare": "run-s prepare:*",
"prepare:husky": "husky install",
"prepare:generate": "run-s generate:*",
"prepare:re2": "node tools/check-re2.mjs",
"prepare:tools": "tsc -p tools",
"prestart": "run-s generate:* ",
"pretest": "run-s generate:* ",
"prettier": "prettier --check \"**/*.{ts,js,mjs,json,md}\"",
"prettier-fix": "prettier --write \"**/*.{ts,js,mjs,json,md}\"",
"release": "node tools/release.mjs",
2021-03-02 16:16:05 +00:00
"start": "node -r ts-node/register/transpile-only -- lib/renovate.ts",
"test": "run-s lint test-schema type-check jest",
"test-dirty": "git diff --exit-code",
2020-06-22 19:57:17 +00:00
"test-e2e": "npm pack && cd test/e2e && yarn install --no-lockfile --ignore-optional --prod && yarn test",
2021-03-02 16:16:05 +00:00
"test-schema": "node -r ts-node/register/transpile-only -- test/json-schema.ts",
"tsc": "tsc",
"type-check": "run-s generate:* \"tsc --noEmit {@}\"",
"verify": "node tools/verify.mjs"
2017-01-10 21:38:37 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/renovatebot/renovate.git"
2017-01-10 21:38:37 +00:00
},
"keywords": [
"automated",
2018-12-12 11:05:40 +00:00
"bazel",
"bitbucket",
"buildkite",
"dependencies",
"dependency",
"docker",
2018-12-12 11:05:40 +00:00
"github",
"gitlab",
"management",
"meteor",
"node",
2017-01-10 21:38:37 +00:00
"npm",
"outdated",
2018-12-12 11:05:40 +00:00
"php",
"python",
"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": [
2020-11-24 19:15:08 +00:00
"Alex DelVecchio <alex@de.lvecch.io>",
2019-07-11 15:22:28 +00:00
"Andreas Bexelius <andreas.brostrom@nordnet.se>",
2018-06-15 05:28:12 +00:00
"Ayoub Kaanich <kayoub5@live.com>",
"Dragomir Țurcanu <dragomirt22@gmail.com>",
"Filip Stenbeck <filip.stenbeck@gmail.com>",
"HonkingGoose",
2019-07-11 15:22:28 +00:00
"Hutson Betts <hutson@hyper-expanse.net>",
"IKEDA Sho <suicaicoca@gmail.com>",
"Israel Bethencourt <ieb.core@gmail.com>",
2019-07-11 15:22:28 +00:00
"James King <james@jamesking56.uk>",
"Jamie Magee <jamie.magee@gmail.com>",
"Jan Sauer <jan@jansauer.de>",
"Jean-Yves Couët <jycouet@gmail.com>",
"Kevin James <KevinJames@thekev.in>",
2019-07-11 15:22:28 +00:00
"Klaus Meinhardt <klaus.meinhardt1@gmail.com>",
"Matt Lavin <matt.lavin@gmail.com>",
"Maximilian Gaß <mxey@mxey.net>",
2019-07-11 15:22:28 +00:00
"Michael Elufimov <elufimov@gmail.com>",
"Michael Kriese <michael.kriese@visualon.de>",
"Mike Bryant <mike@mikebryant.me.uk>",
"Nicolas Byl <nico@nicolas-byl.eu>",
"Pravesh Tora <pravesh.tora@gmail.com>",
"Rishabh Jain <contact@rishabh1403.com>",
"Roope Hakulinen <roope.hakulinen@gmail.com>",
2019-09-22 09:37:50 +00:00
"Ryan Murfitt <rmurfitt@gmail.com>",
2019-07-11 15:22:28 +00:00
"Sam Bull <lsb@pocketuniverse.ca>",
"Sam Neirinck <sam@samneirinck.com>",
"Sourav Das <souravdasslg95@gmail.com>",
2019-07-11 15:22:28 +00:00
"Tanuel <tanuel.mategi@gmail.com>",
"Viral Ruparel <viralruparel@gmail.com>",
"Vladimir Starkov <iamstarkov@gmail.com>",
"Mikhail Yakushin <driver733@gmail.com>",
"Sebastian Poxhofer <sebastian@poxhofer.at>",
2021-04-15 09:18:51 +00:00
"Henry Sachs <henrysachs@gmail.com>",
"Arkadiusz Kosmala <kosmala.arkadiusz@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/renovatebot/renovate/issues"
2017-01-10 21:38:37 +00:00
},
"homepage": "https://renovatebot.com",
2017-01-11 18:32:45 +00:00
"engines": {
"node": "^12.22.0 || >=14.15.0",
2020-05-16 09:45:12 +00:00
"yarn": "^1.17.0"
2017-01-11 18:32:45 +00:00
},
"engines-next": {
"description": "Versions other than the below are deprecated and a warning will be logged",
"node": ">=14.15.0"
},
2016-12-18 06:51:25 +00:00
"dependencies": {
"@aws-sdk/client-ecr": "3.5.0",
"@breejs/later": "4.0.2",
"@iarna/toml": "2.2.5",
"@renovate/pep440": "1.0.0",
"@renovatebot/ruby-semver": "1.0.0",
"@sindresorhus/is": "4.0.1",
"@yarnpkg/core": "2.4.0",
"@yarnpkg/parsers": "2.3.0",
"azure-devops-node-api": "10.2.2",
"bunyan": "1.8.15",
"cacache": "15.1.0",
"chalk": "4.1.1",
"changelog-filename-regex": "2.0.1",
"clean-git-ref": "2.0.1",
"commander": "7.2.0",
"conventional-commits-detector": "1.0.3",
"crypto-random-string": "3.3.1",
"deepmerge": "4.2.2",
"delay": "5.0.0",
2021-03-10 22:04:12 +00:00
"dequal": "2.0.2",
"detect-indent": "6.0.0",
"email-addresses": "4.0.0",
"fast-safe-stringify": "2.0.7",
"find-up": "5.0.0",
"fs-extra": "10.0.0",
"git-url-parse": "11.4.4",
"github-url-from-git": "1.5.0",
"global-agent": "2.2.0",
"got": "11.8.2",
"handlebars": "4.7.7",
"handy-redis": "2.2.1",
"hasha": "5.2.2",
"ignore": "5.1.8",
"ini": "2.0.0",
"js-yaml": "4.1.0",
"json-dup-key-validator": "1.0.3",
"json-stringify-pretty-compact": "3.0.0",
"json5": "2.2.0",
"luxon": "1.27.0",
"markdown-it": "12.0.6",
"markdown-table": "2.0.0",
"minimatch": "3.0.4",
"moo": "0.5.1",
"node-emoji": "1.10.0",
"node-html-parser": "3.3.0",
"p-all": "3.0.0",
"p-map": "4.0.0",
"p-queue": "6.6.2",
"parse-diff": "0.8.1",
"parse-link-header": "1.0.1",
"redis": "3.1.2",
"registry-auth-token": "4.2.1",
"remark": "13.0.0",
"remark-github": "10.1.0",
"semver": "7.3.5",
"semver-stable": "3.0.0",
"semver-utils": "1.1.4",
2020-05-11 15:49:38 +00:00
"shlex": "2.0.2",
"shortid": "2.2.16",
"simple-git": "2.39.0",
"slugify": "1.5.3",
"traverse": "0.6.6",
"upath": "2.0.1",
"url-join": "4.0.1",
2019-01-27 07:36:14 +00:00
"validate-npm-package-name": "3.0.0",
"www-authenticate": "0.6.2",
2020-06-12 15:27:39 +00:00
"xmldoc": "1.1.2"
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
},
2019-08-25 12:29:51 +00:00
"optionalDependencies": {
"re2": "1.16.0"
2019-08-25 12:29:51 +00:00
},
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": {
"@actions/core": "1.2.7",
"@jest/globals": "26.6.2",
"@jest/reporters": "26.6.2",
"@jest/test-result": "26.6.2",
"@ls-lint/ls-lint": "1.9.2",
"@semantic-release/exec": "5.0.0",
"@types/bunyan": "1.8.6",
"@types/cacache": "15.0.0",
"@types/changelog-filename-regex": "2.0.0",
"@types/clean-git-ref": "2.0.0",
"@types/conventional-commits-detector": "1.0.0",
"@types/eslint": "7.2.10",
"@types/fs-extra": "9.0.11",
"@types/git-url-parse": "9.0.0",
"@types/github-url-from-git": "1.5.0",
"@types/global-agent": "2.1.0",
"@types/ini": "1.3.30",
"@types/jest": "26.0.23",
"@types/js-yaml": "4.0.1",
"@types/json-dup-key-validator": "1.0.0",
"@types/linkify-markdown": "1.0.0",
"@types/luxon": "1.26.5",
"@types/markdown-it": "12.0.1",
"@types/markdown-table": "2.0.0",
"@types/moo": "0.5.4",
"@types/nock": "10.0.3",
"@types/node": "14.17.0",
"@types/node-emoji": "1.8.1",
"@types/parse-link-header": "1.0.0",
"@types/registry-auth-token": "4.2.0",
"@types/semver": "7.3.6",
"@types/semver-stable": "3.0.0",
"@types/semver-utils": "1.1.0",
"@types/shelljs": "0.8.8",
"@types/traverse": "0.6.32",
2021-02-23 09:24:22 +00:00
"@types/url-join": "4.0.0",
"@types/xmldoc": "1.1.5",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"conventional-changelog-conventionalcommits": "4.6.0",
"cross-env": "7.0.3",
"eslint": "7.26.0",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.3.6",
"eslint-plugin-promise": "5.1.0",
"glob": "7.1.7",
"graphql": "15.5.0",
"husky": "6.0.0",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"jest-extended": "0.11.5",
"jest-junit": "12.0.0",
"jest-mock-extended": "1.0.15",
"jest-silent-reporter": "0.5.0",
"markdownlint-cli2": "0.1.3",
"mockdate": "3.0.5",
"nock": "13.0.11",
2019-05-21 15:23:30 +00:00
"npm-run-all": "4.1.5",
"prettier": "2.3.0",
"pretty-quick": "3.1.0",
"rimraf": "3.0.2",
"semantic-release": "17.4.3",
"shelljs": "0.8.4",
"strip-ansi": "6.0.0",
"tmp-promise": "3.0.2",
"ts-jest": "26.5.6",
"ts-node": "10.0.0",
"type-fest": "1.1.3",
"typescript": "4.2.4",
"unified": "9.2.1"
},
2019-03-04 04:40:57 +00:00
"resolutions": {
2021-04-02 08:49:17 +00:00
"underscore": "^1.12.1",
"jest-silent-reporter/jest-util": ">=25.1.0",
2020-03-10 07:35:31 +00:00
"jest-junit/jest-validate": ">=25.1.0",
2021-04-02 13:43:02 +00:00
"trim": "^1.0.0",
2020-03-10 07:35:31 +00:00
"**/acorn": ">=6.4.1 <7.0.0 || >=7.1.1",
2020-10-23 09:24:51 +00:00
"**/kind-of": ">=6.0.3",
"**/lock-verify/@iarna/cli": ">=2"
2019-03-04 04:40:57 +00:00
},
"files": [
"dist"
]
2016-12-18 06:51:25 +00:00
}