Transition to Github Actions (#2658)

* Delete .travis.yml

* Try again to create Github Actions

* Remove global? Seems to cause problems

* Try to add Windows support

* Remove AppVeyor as GA replaces it :(

* Change README

* Remove specific branch (to help the renaming)

* Update node versions

* Remove appveyor from legacy grunt (to see if github doesnt complain)

* Update README

* Update dependencies

* Update testing actions

Co-authored-by: Markel F <git@markel.dev>
This commit is contained in:
Veeck
2021-07-10 20:15:35 +02:00
committed by GitHub
parent 689165a67c
commit 70d10792ac
7 changed files with 56 additions and 78 deletions

52
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"codecov": "^3.8.2",
"del": "^6.0.0",
"eslint": "^7.30.0",
"eslint-plugin-jsdoc": "^35.4.2",
"eslint-plugin-jsdoc": "^35.4.3",
"find-parent-dir": "^0.3.1",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
@@ -1646,17 +1646,17 @@
}
},
"node_modules/@es-joy/jsdoccomment": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.8.0.tgz",
"integrity": "sha512-Xd3GzYsL2sz2pcdtYt5Q0Wz1ol/o9Nt2UQL4nFPDcaEomvPmwjJsbjkKx1SKhl2h3TgwazNBLdcNr2m0UiGiFA==",
"version": "0.9.0-alpha.1",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.9.0-alpha.1.tgz",
"integrity": "sha512-Clxxc0PwpISoYYBibA+1L2qFJ7gvFVhI2Hos87S06K+Q0cXdOhZQJNKWuaQGPAeHjZEuUB/YoWOfwjuF2wirqA==",
"dev": true,
"dependencies": {
"comment-parser": "^1.1.5",
"comment-parser": "1.1.6-beta.0",
"esquery": "^1.4.0",
"jsdoc-type-pratt-parser": "1.0.4"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
}
},
"node_modules/@eslint/eslintrc": {
@@ -3270,9 +3270,9 @@
}
},
"node_modules/comment-parser": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.1.5.tgz",
"integrity": "sha512-RePCE4leIhBlmrqiYTvaqEeGYg7qpSl4etaIabKtdOQVi+mSTIBBklGUwIr79GXYnl3LpMwmDw4KeR2stNc6FA==",
"version": "1.1.6-beta.0",
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.1.6-beta.0.tgz",
"integrity": "sha512-q3cA8TSMyqW7wcPSYWzbO/rMahnXgzs4SLG/UIWXdEsnXTFPZkEkWAdNgPiHig2OzxgpPLOh4WwsmClDxndwHw==",
"dev": true,
"engines": {
"node": ">= 10.0.0"
@@ -3966,13 +3966,13 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "35.4.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.4.2.tgz",
"integrity": "sha512-Ls6a1DDWS0XHx0ZH9iMaHNy/HltQseG2kO0S0xlaS1vataPSPjGpv2vSdQUAHnvwpH75VfNad6OvlLCfKalL+w==",
"version": "35.4.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.4.3.tgz",
"integrity": "sha512-hBEn+VNjVX0IKoZ2OdZs0Z1fU8CqZkBSzLqD8ZpwZEamrdi2TUgKvujvETe8gXYQ/67hpRtbR5iPFTgmWpRevw==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "^0.8.0",
"comment-parser": "1.1.5",
"@es-joy/jsdoccomment": "^0.9.0-alpha.1",
"comment-parser": "1.1.6-beta.0",
"debug": "^4.3.2",
"esquery": "^1.4.0",
"jsdoc-type-pratt-parser": "^1.0.4",
@@ -13921,12 +13921,12 @@
}
},
"@es-joy/jsdoccomment": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.8.0.tgz",
"integrity": "sha512-Xd3GzYsL2sz2pcdtYt5Q0Wz1ol/o9Nt2UQL4nFPDcaEomvPmwjJsbjkKx1SKhl2h3TgwazNBLdcNr2m0UiGiFA==",
"version": "0.9.0-alpha.1",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.9.0-alpha.1.tgz",
"integrity": "sha512-Clxxc0PwpISoYYBibA+1L2qFJ7gvFVhI2Hos87S06K+Q0cXdOhZQJNKWuaQGPAeHjZEuUB/YoWOfwjuF2wirqA==",
"dev": true,
"requires": {
"comment-parser": "^1.1.5",
"comment-parser": "1.1.6-beta.0",
"esquery": "^1.4.0",
"jsdoc-type-pratt-parser": "1.0.4"
}
@@ -15241,9 +15241,9 @@
"dev": true
},
"comment-parser": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.1.5.tgz",
"integrity": "sha512-RePCE4leIhBlmrqiYTvaqEeGYg7qpSl4etaIabKtdOQVi+mSTIBBklGUwIr79GXYnl3LpMwmDw4KeR2stNc6FA==",
"version": "1.1.6-beta.0",
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.1.6-beta.0.tgz",
"integrity": "sha512-q3cA8TSMyqW7wcPSYWzbO/rMahnXgzs4SLG/UIWXdEsnXTFPZkEkWAdNgPiHig2OzxgpPLOh4WwsmClDxndwHw==",
"dev": true
},
"commondir": {
@@ -16125,13 +16125,13 @@
}
},
"eslint-plugin-jsdoc": {
"version": "35.4.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.4.2.tgz",
"integrity": "sha512-Ls6a1DDWS0XHx0ZH9iMaHNy/HltQseG2kO0S0xlaS1vataPSPjGpv2vSdQUAHnvwpH75VfNad6OvlLCfKalL+w==",
"version": "35.4.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.4.3.tgz",
"integrity": "sha512-hBEn+VNjVX0IKoZ2OdZs0Z1fU8CqZkBSzLqD8ZpwZEamrdi2TUgKvujvETe8gXYQ/67hpRtbR5iPFTgmWpRevw==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "^0.8.0",
"comment-parser": "1.1.5",
"@es-joy/jsdoccomment": "^0.9.0-alpha.1",
"comment-parser": "1.1.6-beta.0",
"debug": "^4.3.2",
"esquery": "^1.4.0",
"jsdoc-type-pratt-parser": "^1.0.4",