From 94240bc0464196bd52f7006b97f6d9a43df34633 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 13 May 2026 00:57:17 +0200 Subject: [PATCH] chore: smooth cspell-unfriendly words out of the changeset --- .changeset/codeql-alert-159-followup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/codeql-alert-159-followup.md b/.changeset/codeql-alert-159-followup.md index b362e369cd..bb2cc4c01e 100644 --- a/.changeset/codeql-alert-159-followup.md +++ b/.changeset/codeql-alert-159-followup.md @@ -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)).