diff --git a/.changeset/known-templates-symlinks.md b/.changeset/known-templates-symlinks.md deleted file mode 100644 index 4c627a0..0000000 --- a/.changeset/known-templates-symlinks.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@marko/vite": patch ---- - -Stop following symlinks when discovering known templates for optimized builds: pnpm layouts link node_modules as cyclic symlink graphs, so the walk previously never terminated and exhausted the heap. diff --git a/CHANGELOG.md b/CHANGELOG.md index f3d6128..c90e47d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 6.1.7 + +### Patch Changes + +- [#297](https://github.com/marko-js/vite/pull/297) [`b73226a`](https://github.com/marko-js/vite/commit/b73226a9d4a968d8123842e4dbd15c723c16a0ad) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Stop following symlinks when discovering known templates for optimized builds: pnpm layouts link node_modules as cyclic symlink graphs, so the walk previously never terminated and exhausted the heap. + ## 6.1.6 ### Patch Changes diff --git a/package.json b/package.json index e8926c4..73edd2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marko/vite", - "version": "6.1.6", + "version": "6.1.7", "description": "A Marko plugin for Vite", "keywords": [ "loader",