From be852deb9ec33293ae99b1934a4cefce919aad24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20L=C3=BCder?= Date: Fri, 24 Apr 2026 16:53:24 -0500 Subject: [PATCH] chore(templates): remover shamefully-hoist=false do .npmrc A key `shamefully-hoist=false` e o default do pnpm e nao e reconhecida pelo npm, que emite warning em todo comando que le .npmrc (`npm view`, `npm deprecate`, etc.). Fica o header explicando a intencao, template virazio-equivalente. Cada consumer vai pegar a nova versao via `precisa sync` ou manualmente. --- .npmrc | 4 +++- templates/dotfiles/npmrc | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 25d25d0..745c1e2 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,3 @@ -shamefully-hoist=false +# Intentionally empty. pnpm defaults are fine for the ecosystem; +# avoid `shamefully-hoist=false` (the default anyway) because npm warns +# on unknown keys and the noise shows up in every `npm view`/`npm deprecate`. diff --git a/templates/dotfiles/npmrc b/templates/dotfiles/npmrc index 25d25d0..745c1e2 100644 --- a/templates/dotfiles/npmrc +++ b/templates/dotfiles/npmrc @@ -1 +1,3 @@ -shamefully-hoist=false +# Intentionally empty. pnpm defaults are fine for the ecosystem; +# avoid `shamefully-hoist=false` (the default anyway) because npm warns +# on unknown keys and the noise shows up in every `npm view`/`npm deprecate`.