- upgrade to eslint 8.0.x

- use fixed eslint-plugin-github
- update all dependencies to llatest stable release
- semver 7.3.9
- webpack 5.59.1
- node 8
This commit is contained in:
Mike Penz
2021-10-22 10:47:42 +02:00
parent e6530eb32b
commit b823dff75e
3 changed files with 1012 additions and 1266 deletions
+10 -10
View File
@@ -36,24 +36,24 @@
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@octokit/rest": "^18.12.0",
"@types/semver": "^7.3.8",
"@types/semver": "^7.3.9",
"moment": "^2.29.1",
"semver": "^7.3.5",
"webpack": "^5.58.2"
"webpack": "^5.59.1"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@typescript-eslint/parser": "^4.33.0",
"@types/node": "^16.11.0",
"@typescript-eslint/parser": "^5.1.0",
"@types/node": "^16.11.3",
"@vercel/ncc": "^0.31.1",
"eslint": "^7.32.0",
"eslint-plugin-github": "^4.3.2",
"eslint-plugin-jest": "^24.5.2",
"jest": "^27.2.5",
"jest-circus": "^27.2.5",
"eslint": "^8.0.1",
"eslint-plugin-github": "github/eslint-plugin-github#0688bafaac755c06af5449afd6203314f11d285c",
"eslint-plugin-jest": "^25.2.2",
"jest": "^27.3.1",
"jest-circus": "^27.3.1",
"js-yaml": "^4.1.0",
"prettier": "2.4.1",
"ts-jest": "^27.0.6",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
}
}