📎 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] [code value]
(if (some? 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: " value ". Code: " code)))
(throw (js/Error. (dm/str "[PENPOT PLUGIN] Value not valid. Code: " code)))) (throw (js/Error. (dm/str "[PENPOT PLUGIN] Value not valid. Code: " code)))))
nil)
(defn not-valid (defn not-valid
[plugin-id code value] [plugin-id code value]

View File

@ -1,5 +1,5 @@
import { defineConfig, mergeConfig } from "vite"; import { defineConfig, mergeConfig } from "vite";
import baseConfig from "./vite.config"; import baseConfig from "./vite.config.ts";
export default mergeConfig( export default mergeConfig(
baseConfig, 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 - hono@4.12.34
packages: packages:
- "./packages/common" - "packages/common"
- "./packages/server" - "packages/server"
- "./packages/plugin" - "packages/plugin"
overrides: overrides:
'@hono/node-server@<2.0.5': ^2.0.5 '@hono/node-server@<2.0.5': ^2.0.5