renovatebot-github/package.json
renovate[bot] bce6a9f3a2
chore(deps): update dependency prettier-plugin-packagejson to v3 (#999)
| datasource | package                     | from   | to    |
| ---------- | --------------------------- | ------ | ----- |
| npm        | prettier-plugin-packagejson | 2.5.22 | 3.0.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-30 14:46:43 +00:00

82 lines
2.3 KiB
JSON

{
"name": "github-action",
"version": "0.0.0-PLACEHOLDER",
"private": true,
"description": "GitHub Action to run Renovate self-hosted.",
"homepage": "https://github.com/renovatebot/github-action#readme",
"bugs": {
"url": "https://github.com/renovatebot/github-action/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renovatebot/github-action.git"
},
"license": "GPL-3.0-or-later",
"author": "Jeroen de Bruijn",
"type": "module",
"main": "src/index.ts",
"scripts": {
"build": "run-s clean compile",
"clean": "rimraf dist/",
"compile": "node tools/compile.js",
"lint": "run-s lint-es prettier",
"lint:fix": "run-s lint-es:fix prettier-fix",
"lint-es": "eslint .",
"lint-es:file": "eslint",
"lint-es:file:fix": "eslint --fix",
"lint-es:fix": "eslint --fix .",
"prepare": "husky",
"prettier": "prettier --cache --check --ignore-unknown \"{**/*,*}.*\"",
"prettier-fix": "prettier --cache --write --ignore-unknown \"{**/*,*}.*\"",
"release": "run-s clean build semantic-release",
"semantic-release": "semantic-release",
"start": "run-s build && node dist"
},
"dependencies": {
"@actions/core": "3.0.0",
"@actions/exec": "3.0.0"
},
"devDependencies": {
"@commitlint/cli": "20.3.1",
"@commitlint/config-conventional": "20.3.1",
"@eslint/js": "9.39.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "12.0.2",
"@semantic-release/npm": "13.1.3",
"@tsconfig/node22": "22.0.5",
"@tsconfig/strictest": "2.0.8",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "24.10.9",
"conventional-changelog-conventionalcommits": "9.1.0",
"esbuild": "0.27.2",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-json": "4.0.1",
"globals": "17.1.0",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"npm-run-all2": "8.0.4",
"prettier": "3.8.1",
"prettier-plugin-packagejson": "3.0.0",
"rimraf": "6.1.2",
"semantic-release": "25.0.2",
"typescript": "5.9.3",
"typescript-eslint": "8.53.1"
},
"packageManager": "pnpm@10.28.1",
"engines": {
"node": ">=24.11.0",
"pnpm": "^10.0.0"
},
"pnpm": {
"supportedArchitectures": {
"cpu": [
"x64"
],
"os": [
"linux",
"win32"
]
}
}
}