-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: use Pinst to disable Husky in published NPM package * fix: ensure we always publish to the correct repository * chore: bump version, update CHANGELOG.md * fix: ignore peer dependencies when running Syncpack * refactor: move format check step to only run on CI * refactor: always format w/ `pretty-quick` for consistency * refactor: run Syncpack directly instead of using `yarn dlx` * chore: de-duplicate yarn.lock * chore: update yarn.lock with weird changes from tests * refactor: move CRA test into dedicated/isolated directory * refactor: remove cra-test from root worktree * ci: temporarily disable CRA test until we can improve it
- Loading branch information
1 parent
49f5714
commit 74dfa56
Showing
11 changed files
with
13,045 additions
and
509 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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
yarn pretty-quick --staged | ||
yarn dlx syncpack format | ||
yarn syncpack format |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules |
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,16 @@ | ||
{ | ||
"name": "cra-test", | ||
"packageManager": "[email protected]", | ||
"private": true, | ||
"workspaces": [ | ||
"cra-tmp/cra-app" | ||
], | ||
"dependencies": { | ||
"graphql": "16.5.0", | ||
"graphql-request": "4.3.0", | ||
"graphql-tag": "2.12.6", | ||
"mobx": "6.6.1", | ||
"mobx-react": "7.5.2", | ||
"mobx-state-tree": "5.1.5" | ||
} | ||
} |
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.