From 536b76525efcb61e8c07e6fc5e41edbcbffbbcce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 03:06:16 +0000 Subject: [PATCH] [ci] release --- .changeset/known-templates-symlinks.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/known-templates-symlinks.md 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",