|
1 | 1 | { |
2 | 2 | "name": "parser", |
3 | 3 | "description": "Convert issue form responses to JSON", |
4 | | - "version": "4.2.0", |
| 4 | + "version": "5.0.0", |
5 | 5 | "author": "Nick Alteen <ncalteen@github.com>", |
6 | 6 | "type": "module", |
7 | 7 | "homepage": "https://github.com/issue-ops/parser#readme", |
|
43 | 43 | "@actions/core": "^1.11.1", |
44 | 44 | "@github/issue-parser": "^2.0.0", |
45 | 45 | "dedent-js": "^1.0.1", |
46 | | - "yaml": "^2.8.1" |
| 46 | + "yaml": "^2.8.2" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | 49 | "@eslint/compat": "^1.4.1", |
50 | 50 | "@github/local-action": "^6.0.2", |
51 | | - "@rollup/plugin-commonjs": "^28.0.6", |
| 51 | + "@rollup/plugin-commonjs": "^29.0.0", |
52 | 52 | "@rollup/plugin-node-resolve": "^16.0.3", |
53 | 53 | "@rollup/plugin-typescript": "^12.3.0", |
54 | 54 | "@types/jest": "^30.0.0", |
55 | | - "@types/node": "^24.10.0", |
56 | | - "@typescript-eslint/eslint-plugin": "^8.46.3", |
57 | | - "@typescript-eslint/parser": "^8.31.1", |
58 | | - "eslint": "^9.39.0", |
| 55 | + "@types/node": "^24.10.1", |
| 56 | + "@typescript-eslint/eslint-plugin": "^8.48.0", |
| 57 | + "@typescript-eslint/parser": "^8.48.0", |
| 58 | + "eslint": "^9.39.1", |
59 | 59 | "eslint-config-prettier": "^10.1.8", |
60 | 60 | "eslint-import-resolver-typescript": "^4.4.4", |
61 | 61 | "eslint-plugin-import": "^2.32.0", |
62 | | - "eslint-plugin-jest": "^29.0.1", |
| 62 | + "eslint-plugin-jest": "^29.2.1", |
63 | 63 | "eslint-plugin-prettier": "^5.5.4", |
64 | 64 | "jest": "^30.2.0", |
65 | 65 | "jest-junit": "^16.0.0", |
66 | | - "js-yaml": "^4.1.0", |
| 66 | + "js-yaml": "^4.1.1", |
67 | 67 | "make-coverage-badge": "^1.2.0", |
68 | | - "prettier": "^3.6.2", |
| 68 | + "prettier": "^3.7.3", |
69 | 69 | "prettier-eslint": "^16.4.2", |
70 | | - "rollup": "^4.52.5", |
71 | | - "ts-jest": "^29.4.5", |
| 70 | + "rollup": "^4.53.3", |
| 71 | + "ts-jest": "^29.4.6", |
72 | 72 | "ts-jest-resolver": "^2.0.1", |
73 | 73 | "ts-node": "^10.9.2", |
74 | 74 | "typescript": "^5.9.3" |
|
0 commit comments