📎 Minor fixes related to pnpm12 compatibility

This commit is contained in:
Andrey Antukh 2026-08-28 10:22:30 +02:00
parent d183b89e2f
commit 0a1eb034bd
4 changed files with 2495 additions and 6 deletions

View File

@ -282,8 +282,7 @@
[code value]
(if (some? value)
(throw (js/Error. (dm/str "[PENPOT PLUGIN] Value not valid: " value ". Code: " code)))
(throw (js/Error. (dm/str "[PENPOT PLUGIN] Value not valid. Code: " code))))
nil)
(throw (js/Error. (dm/str "[PENPOT PLUGIN] Value not valid. Code: " code)))))
(defn not-valid
[plugin-id code value]

View File

@ -1,5 +1,5 @@
import { defineConfig, mergeConfig } from "vite";
import baseConfig from "./vite.config";
import baseConfig from "./vite.config.ts";
export default mergeConfig(
baseConfig,

2490
mcp/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -14,9 +14,9 @@ minimumReleaseAgeExclude:
- hono@4.12.34
packages:
- "./packages/common"
- "./packages/server"
- "./packages/plugin"
- "packages/common"
- "packages/server"
- "packages/plugin"
overrides:
'@hono/node-server@<2.0.5': ^2.0.5