|
5 | 5 | "main": "dist/index.js", |
6 | 6 | "scripts": { |
7 | 7 | "build": "rm -rf dist/ && ncc build -m src/main.ts -o dist/main", |
8 | | - "lint": "eslint src/ tests/ --ext .ts,.tsx", |
9 | | - "format": "eslint src/ tests/ --ext .ts,.tsx --fix", |
10 | | - "test": "mocha -r ts-node/register -t 150s 'tests/unit/*.test.ts' --exit", |
11 | | - "e2e-tests": "mocha -r ts-node/register -t 150s 'tests/e2e.test.ts' --exit" |
| 8 | + "lint": "eslint . --ext .ts,.tsx", |
| 9 | + "format": "eslint . --ext .ts,.tsx --fix", |
| 10 | + "test": "node --require ts-node/register --test-reporter spec --test tests/unit/main.test.ts tests/unit/output-parser.test.ts", |
| 11 | + "e2e-tests": "node --require ts-node/register --test-reporter spec --test tests/e2e.test.ts" |
12 | 12 | }, |
13 | 13 | "repository": { |
14 | 14 | "type": "git", |
|
32 | 32 | "@actions/core": "^1.10.1", |
33 | 33 | "@actions/exec": "^1.1.1", |
34 | 34 | "@actions/tool-cache": "^2.0.1", |
35 | | - "@google-github-actions/actions-utils": "^0.4.9", |
| 35 | + "@google-github-actions/actions-utils": "^0.6.0", |
36 | 36 | "@google-github-actions/setup-cloud-sdk": "^1.1.3" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@types/chai": "^4.3.10", |
40 | 39 | "@types/js-yaml": "^4.0.9", |
41 | | - "@types/mocha": "^10.0.4", |
42 | | - "@types/node": "^20.9.0", |
43 | | - "@types/sinon": "^17.0.1", |
44 | | - "@typescript-eslint/eslint-plugin": "^6.10.0", |
45 | | - "@typescript-eslint/parser": "^6.10.0", |
| 40 | + "@types/node": "^20.11.5", |
| 41 | + "@typescript-eslint/eslint-plugin": "^6.19.0", |
| 42 | + "@typescript-eslint/parser": "^6.19.0", |
46 | 43 | "@vercel/ncc": "^0.38.1", |
47 | | - "chai": "^4.3.10", |
48 | | - "eslint": "^8.53.0", |
49 | | - "eslint-config-prettier": "^9.0.0", |
50 | | - "eslint-plugin-prettier": "^5.0.1", |
51 | | - "googleapis": "^128.0.0", |
52 | | - "mocha": "^10.2.0", |
53 | | - "prettier": "^3.0.3", |
54 | | - "sinon": "^17.0.1", |
55 | | - "ts-node": "^10.9.1", |
56 | | - "typescript": "^5.2.2", |
| 44 | + "eslint": "^8.56.0", |
| 45 | + "eslint-config-prettier": "^9.1.0", |
| 46 | + "eslint-plugin-prettier": "^5.1.3", |
| 47 | + "googleapis": "^131.0.0", |
| 48 | + "prettier": "^3.2.4", |
| 49 | + "ts-node": "^10.9.2", |
| 50 | + "typescript": "^5.3.3", |
57 | 51 | "yaml": "^2.3.4" |
58 | 52 | } |
59 | 53 | } |
0 commit comments