mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-07 15:09:25 +00:00
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "sticky-pull-request-comment",
|
|
"version": "3.0.1",
|
|
"private": true,
|
|
"description": "Create comment on pull request, if exists update that comment.",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "biome format --write .",
|
|
"format-check": "biome format --write .",
|
|
"lint": "biome check .",
|
|
"lint:fix": "biome check --apply .",
|
|
"package": "npx rimraf ./dist && npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"build_test": "tsc && vitest run",
|
|
"all": "npm run build && npm run format && npm run lint && npm run package && npm run test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/typescript-action.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "marocchino",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^3.0.0",
|
|
"@actions/github": "^9.0.0",
|
|
"@actions/glob": "^0.6.1",
|
|
"@octokit/graphql-schema": "^15.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.10",
|
|
"@rollup/plugin-commonjs": "^29.0.2",
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
"@types/node": "^25.5.2",
|
|
"js-yaml": "^4.1.0",
|
|
"rimraf": "^6.1.3",
|
|
"rollup": "^4.60.1",
|
|
"typescript": "^6.0.2",
|
|
"vitest": "^4.1.2"
|
|
}
|
|
}
|