forked from scaffold-eth/scaffold-eth-2
-
Notifications
You must be signed in to change notification settings - Fork 11
RC 0.0.47 #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
RC 0.0.47 #53
Changes from 33 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
7c3e5cc
Bump semver from 5.7.1 to 5.7.2
dependabot[bot] 2784d02
Bump tar from 6.1.13 to 6.2.1
dependabot[bot] 7cf8a95
Bump ip from 2.0.0 to 2.0.1
dependabot[bot] 9b86106
remove handling of generated dir and yarn.lock file
technophile-04 6d88840
allow undefined args to be passed by extensions
technophile-04 a5cc76f
simplify copyBaseFiles
technophile-04 e95f6b7
remove passing of extra option argument from copyBaseFiles
technophile-04 99608a0
Bump braces from 3.0.2 to 3.0.3
dependabot[bot] 21c75a1
remove logic nested-extension + extends extension
technophile-04 962db91
remove dangling TODO
technophile-04 e7b5b33
tidy up extension-tree.ts file
technophile-04 8e4323c
remove nested and extending section from RFC.md file
technophile-04 91d3d33
remove handlebars from dependency
technophile-04 89401d4
feat: linkr2
rin-st faba4af
fix: change base branch
rin-st 48c59fd
chore: changeset
rin-st bab3675
chore: changeset message
rin-st 8f54794
remove husky
technophile-04 2746eca
add and configure lefthook
technophile-04 9f61c72
remove lint-staged
technophile-04 48f8fde
chore: remove @types/listr
rin-st 23462be
remvoe pinst
technophile-04 51831ed
fix: render options
rin-st 3660a05
don't symlink yarn.lock in dev mode
technophile-04 4ac42dc
don't symlink deployedContracts.ts in dev mode
technophile-04 0bb4055
Merge branch 'dependabot/npm_and_yarn/semver-5.7.2' into rc-0.0.47
carletex 583a453
Merge branch 'dependabot/npm_and_yarn/tar-6.2.1' into rc-0.0.47
carletex 16f00b8
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/ip-2.0.1…
carletex e75cce0
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/braces-3…
carletex fdb7f70
Merge remote-tracking branch 'origin/fix-spamming-message' into rc-0.…
carletex 207e3d9
rename rfc-extensions to core-extensions
technophile-04 bd30a58
Regenerate yarn.lock
carletex 944e5bd
Regenerate yarn.lock
carletex 4dae0a6
Add changeset
carletex ac1dbd9
Remove changeset
carletex df5f0af
Add eip712
carletex 2b60c23
Merge branch 'cleanup' into rc-0.0.47
technophile-04 cc231a6
rename eip712 => eip-712
technophile-04 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 @@ | ||
| --- | ||
| "create-eth": patch | ||
| --- | ||
|
|
||
| change listr to listr2 | ||
This file contains hidden or 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,9 @@ | ||
| --- | ||
| "create-eth": patch | ||
| --- | ||
|
|
||
| - Cleanup unused extensions | ||
| - Fix listr spamming | ||
| - Migrate from husky to lefthook | ||
| - Upgrade dependencies | ||
| - Templatized foundry deploy script |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 @@ | ||
| pre-commit: | ||
| commands: | ||
| lint: | ||
| glob: "*.{js,ts,md}" | ||
| run: yarn eslint --fix {staged_files} |
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.