Verify latest release
pnpm version
11.0.3
Which area(s) of pnpm are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
- Create a global configuration file
~/.config/pnpm/config.yaml.
- Add an entry
allowedDeprecatedVersions:
allowedDeprecatedVersions:
"@humanwhocodes/config-array": "0.13.0"
- Run
pnpm config get allowedDeprecatedVersions
- Result is
undefined
Describe the Bug
Entry allowedDeprecatedVersions in global configuration file ~/.config/pnpm/config.yaml is ignored; same entry in project specific configuration file pnpm-workspace.yaml does work as expected.
Expected Behavior
Same result for both global and project specific configuration file:
{
"@humanwhocodes/config-array": "0.13.0"
}
(instead of undefined)
Which Node.js version are you using?
v25.9.0
Which operating systems have you used?
If your OS is a Linux based, which one it is? (Include the version if relevant)
No response
Verify latest release
pnpm version
11.0.3
Which area(s) of pnpm are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
No response
Reproduction steps
~/.config/pnpm/config.yaml.allowedDeprecatedVersions:pnpm config get allowedDeprecatedVersionsundefinedDescribe the Bug
Entry
allowedDeprecatedVersionsin global configuration file~/.config/pnpm/config.yamlis ignored; same entry in project specific configuration filepnpm-workspace.yamldoes work as expected.Expected Behavior
Same result for both global and project specific configuration file:
(instead of
undefined)Which Node.js version are you using?
v25.9.0
Which operating systems have you used?
If your OS is a Linux based, which one it is? (Include the version if relevant)
No response