-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolve
punycode
deprecation notice (#3537)
* chore: fix `punycode` warning * chore: changeset * Update .changeset/seven-balloons-kick.md * chore: release to npm * chore: clean up CLI paths * chore: added overrides for templates chore: added overrides for templates * chore: pls resolve * Revert "chore: pls resolve" This reverts commit 18073b2. * chore: corrected overrides * Update .github/workflows/pr-release.yaml * Update packages/create-fuels/src/cli.ts * Update .changeset/seven-balloons-kick.md --------- Co-authored-by: Anderson Arboleya <[email protected]>
- Loading branch information
1 parent
a278e71
commit 10612b2
Showing
9 changed files
with
143 additions
and
86 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 @@ | ||
--- | ||
"create-fuels": patch | ||
--- | ||
|
||
fix: resolve `punycode` deprecation notice |
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 |
---|---|---|
|
@@ -128,6 +128,7 @@ | |
}, | ||
"pnpm": { | ||
"overrides": { | ||
"whatwg-url": "14.1.0", | ||
"cross-fetch": "4.0.0" | ||
} | ||
} | ||
|
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.