-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bump import-meta-resolve (#12240)
import-meta-resolve 4.0.0 uses the fs.Stats constructor, which is deprecated in Node 22, resulting in cryptic console spam when e.g. running npx svelte-migrate self-closing-tags if a local Svelte installation can't be found. It's fixed in 4.1.0
- Loading branch information
1 parent
460d452
commit 16cd900
Showing
5 changed files
with
390 additions
and
32 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,7 @@ | ||
--- | ||
'@sveltejs/adapter-auto': patch | ||
'svelte-migrate': patch | ||
'@sveltejs/kit': patch | ||
--- | ||
|
||
fix: bump import-meta-resolve to remove deprecation warnings |
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.