-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove root monorepo package.json engines requirement * Add knip and fix all issues * changeset * Up CI node version to 18, necessary for Knip * update changeset
- Loading branch information
Showing
14 changed files
with
196 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@manypkg/cli": minor | ||
--- | ||
|
||
Remove the `find-up` dependency. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"$schema": "https://unpkg.com/knip@5/schema.json", | ||
"ignoreWorkspaces": ["test-gatsby", "packages/gatsby-source-workspace"], | ||
"workspaces": { | ||
".": { | ||
"ignoreBinaries": ["gatsby", "manypkg"] | ||
} | ||
}, | ||
"ignore": ["__fixtures__/**"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
"format": "prettier --write .", | ||
"format:check": "prettier --check .", | ||
"postinstall": "preconstruct dev && manypkg check", | ||
"knip": "knip", | ||
"release": "preconstruct build && changeset publish", | ||
"test": "jest", | ||
"test-gatsby": "cd test-gatsby && gatsby develop" | ||
|
@@ -29,21 +30,18 @@ | |
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/cli": "^2.26.0", | ||
"@preconstruct/cli": "^2.2.2", | ||
"@types/fs-extra": "^8.0.1", | ||
"@types/jest": "^29.2.4", | ||
"@types/normalize-path": "^3.0.0", | ||
"@types/parse-github-url": "^1.0.0", | ||
"@types/semver": "^6.0.1", | ||
"jest": "^29.3.1", | ||
"jest-watch-typeahead": "^2.2.1", | ||
"knip": "^5.33.3", | ||
"prettier": "^2.8.1", | ||
"prettier-plugin-packagejson": "^2.3.0", | ||
"typescript": "^5.3.2" | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", | ||
"engines": { | ||
"node": ">=14.18.0" | ||
}, | ||
"preconstruct": { | ||
"packages": [ | ||
"packages/!(gatsby)*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.