- introduce experiment to fetch tags via graphQL (will offer the ability to fetch less tags, but ordered based on commit date)

This commit is contained in:
Mike Penz
2025-02-17 16:00:45 +01:00
parent c848d60dbb
commit b66fb5e3cc
3 changed files with 44 additions and 5 deletions
+4 -4
View File
@@ -48,6 +48,8 @@
"semver": "^7.7.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.12.0",
"@types/semver": "^7.5.8",
@@ -55,19 +57,17 @@
"@typescript-eslint/parser": "^8.22.0",
"@vercel/ncc": "^0.38.3",
"eslint": "^9.19.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-github": "^5.1.7",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-import-resolver-typescript": "^3.7.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "3.4.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0"
"typescript": "^5.7.3"
},
"overrides": {
"glob": "11.0.1"