|
1 | 1 | {
|
2 | 2 | "name": "nodejs-create-release",
|
3 |
| - "version": "0.0.19", |
| 3 | + "version": "0.0.20", |
4 | 4 | "description": "NodeJS Create Release",
|
5 | 5 | "main": "./dist/index.js",
|
6 | 6 | "scripts": {
|
|
10 | 10 | "prebuild": "eslint ./src/**/*.ts && tsc --noEmit --project ./",
|
11 | 11 | "build": "cross-env NODE_ENV=production ncc build ./src/index.ts -m -o ./dist/",
|
12 | 12 | "lint": "markdownlint --config .mdlrc . && remark --frail --rc-path .remarkrc-full.mjs .",
|
13 |
| - "pretest": "rimraf ./test/*", |
| 13 | + "pretest": "rimraf --glob ./test/*", |
14 | 14 | "test": "jest",
|
15 | 15 | "watch": "tsc -w --project ./",
|
16 | 16 | "prepare": "husky install",
|
|
96 | 96 | "dependencies": {
|
97 | 97 | "@actions/core": "1.10.0",
|
98 | 98 | "@actions/github": "5.1.1",
|
99 |
| - "@octokit/rest": "19.0.5" |
| 99 | + "@octokit/rest": "19.0.7" |
100 | 100 | },
|
101 | 101 | "devDependencies": {
|
102 |
| - "@commitlint/cli": "17.3.0", |
103 |
| - "@commitlint/config-conventional": "17.3.0", |
104 |
| - "@types/jest": "29.2.4", |
105 |
| - "@types/semver": "7.3.13", |
106 |
| - "@typescript-eslint/eslint-plugin": "5.47.1", |
107 |
| - "@typescript-eslint/parser": "5.47.1", |
108 |
| - "@vercel/ncc": "0.36.0", |
| 102 | + "@commitlint/cli": "17.6.3", |
| 103 | + "@commitlint/config-conventional": "17.6.3", |
| 104 | + "@types/jest": "29.5.1", |
| 105 | + "@types/semver": "7.5.0", |
| 106 | + "@typescript-eslint/eslint-plugin": "5.59.5", |
| 107 | + "@typescript-eslint/parser": "5.59.5", |
| 108 | + "@vercel/ncc": "0.36.1", |
109 | 109 | "conventional-changelog-cli": "2.2.2",
|
110 | 110 | "cross-env": "7.0.3",
|
111 | 111 | "dictionary-en": "3.2.0",
|
112 |
| - "eslint": "8.30.0", |
113 |
| - "eslint-config-prettier": "8.5.0", |
114 |
| - "eslint-plugin-jest": "27.1.7", |
| 112 | + "eslint": "8.40.0", |
| 113 | + "eslint-config-prettier": "8.8.0", |
| 114 | + "eslint-plugin-jest": "27.2.1", |
115 | 115 | "eslint-plugin-prettier": "4.2.1",
|
116 |
| - "eslint-plugin-unicorn": "45.0.2", |
| 116 | + "eslint-plugin-unicorn": "47.0.0", |
117 | 117 | "generate-changelog": "1.8.0",
|
118 |
| - "husky": "8.0.2", |
119 |
| - "jest": "29.3.1", |
120 |
| - "jest-cli": "29.3.1", |
121 |
| - "jest-html-reporter": "3.7.0", |
122 |
| - "jest-junit": "15.0.0", |
| 118 | + "husky": "8.0.3", |
| 119 | + "jest": "29.5.0", |
| 120 | + "jest-cli": "29.5.0", |
| 121 | + "jest-html-reporter": "3.9.0", |
| 122 | + "jest-junit": "16.0.0", |
123 | 123 | "jest-spec-reporter": "1.0.19",
|
124 |
| - "lint-staged": "13.1.0", |
125 |
| - "markdownlint": "0.27.0", |
126 |
| - "markdownlint-cli": "0.32.2", |
127 |
| - "prettier": "2.8.1", |
| 124 | + "lint-staged": "13.2.2", |
| 125 | + "markdownlint": "0.28.2", |
| 126 | + "markdownlint-cli": "0.34.0", |
| 127 | + "prettier": "2.8.8", |
128 | 128 | "remark-cli": "11.0.0",
|
129 | 129 | "remark-frontmatter": "4.0.1",
|
130 | 130 | "remark-lint": "9.1.1",
|
|
137 | 137 | "remark-preset-lint-markdown-style-guide": "5.1.2",
|
138 | 138 | "remark-preset-lint-recommended": "6.1.2",
|
139 | 139 | "remark-retext": "5.0.1",
|
140 |
| - "remark-validate-links": "12.1.0", |
| 140 | + "remark-validate-links": "12.1.1", |
141 | 141 | "retext-contractions": "5.2.0",
|
142 | 142 | "retext-diacritics": "4.2.0",
|
143 | 143 | "retext-english": "4.1.0",
|
144 |
| - "retext-equality": "6.6.0", |
145 |
| - "retext-indefinite-article": "4.1.0", |
| 144 | + "retext-equality": "6.7.0", |
| 145 | + "retext-indefinite-article": "4.3.0", |
146 | 146 | "retext-passive": "4.2.0",
|
147 | 147 | "retext-profanities": "7.2.2",
|
148 | 148 | "retext-quotes": "5.2.0",
|
|
153 | 153 | "retext-spell": "5.3.0",
|
154 | 154 | "retext-syntax-urls": "3.1.2",
|
155 | 155 | "retext-usage": "0.5.0",
|
156 |
| - "rimraf": "3.0.2", |
157 |
| - "ts-jest": "29.0.3", |
158 |
| - "typescript": "4.9.4" |
| 156 | + "rimraf": "5.0.0", |
| 157 | + "ts-jest": "29.1.0", |
| 158 | + "typescript": "5.0.4" |
159 | 159 | }
|
160 | 160 | }
|
0 commit comments