chore: smooth cspell-unfriendly words out of the changeset

This commit is contained in:
Zoltan Kochan
2026-05-13 00:57:17 +02:00
parent 9cad8274fd
commit 94240bc046

View File

@@ -3,4 +3,4 @@
"pnpm": patch
---
`convertEnginesRuntimeToDependencies`: switch the runtime-dependency write to `Object.defineProperty` so CodeQL's `js/prototype-polluting-assignment` analyser recognises the assignment as safe regardless of the property name (follow-up to [#11609](https://github.com/pnpm/pnpm/pull/11609)).
`convertEnginesRuntimeToDependencies`: switch the runtime-dependency write to `Object.defineProperty` so the CodeQL `js/prototype-polluting-assignment` rule treats the assignment as safe regardless of the property name (follow-up to [#11609](https://github.com/pnpm/pnpm/pull/11609)).