-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lower logging * add json5 * bump lockfile for json5 * allow Plugin to store actual npm name * allow character file to be json5, adjust logging, handle improper/failed to load plugins better * remove wrongly added plugin * properly handle paths with spaces * audit fix * bump turbo * don't await on async returns, note * attempt ci typing fix * try what claude says to fix CI * try what claude says to fix CI * try what claude says to fix CI * claude ci fix * go back to any * cursor attempt * cursor attempt * clean up output * sync with the other concurrent build better * sync lockfile * pnpm (biome) format, mainly import type tweaks * favor local paths for consistency * move vitest * remove tsup/readline/ws, include @jest/globals because useESM is true in jest config * move tsup to dev deps * bump lockfile * handle dependencies/handle trustdb * bump ver to 0.25.9
- Loading branch information
Showing
9 changed files
with
387 additions
and
306 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,5 +1,5 @@ | ||
{ | ||
"version": "0.25.8", | ||
"version": "0.25.9", | ||
"packages": [ | ||
"packages/*", | ||
"docs", | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.