Skip to content

Commit

Permalink
Merge pull request #72 from embroider-build/update-got
Browse files Browse the repository at this point in the history
add a test to exercise latest-version dependency and update it
  • Loading branch information
mansona authored Jul 11, 2024
2 parents 9a92e6f + 035e027 commit b99987d
Show file tree
Hide file tree
Showing 5 changed files with 439 additions and 364 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/node_modules/
/build/
/dist/
/.git/
/.git/
/coverage/
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"build": "tsc",
"lint": "eslint .",
"prepare": "npm run build",
"test": "vitest"
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@manypkg/get-packages": "^2.2.0",
Expand All @@ -32,7 +33,7 @@
"fs-extra": "^10.0.0",
"github-changelog": "^1.0.0",
"js-yaml": "^4.1.0",
"latest-version": "^5.0.0",
"latest-version": "^9.0.0",
"parse-github-repo-url": "^1.4.1",
"semver": "^7.3.5",
"yargs": "^17.0.1"
Expand All @@ -42,12 +43,13 @@
"@types/parse-github-repo-url": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-v8": "^2.0.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"vitest": "^1.0.1"
"vitest": "^2.0.2"
}
}
Loading

0 comments on commit b99987d

Please sign in to comment.