Conversation
6543
commented
May 9, 2026
6543
commented
May 9, 2026
6543
commented
May 9, 2026
6543
commented
May 9, 2026
This comment was marked as resolved.
This comment was marked as resolved.
Flake lock file updates:
• Updated input 'nixpkgs':
'github:nixos/nixpkgs/81df7a1e2eefe78b4727c8f3d66293300bf193d1' (2026-04-08)
→ 'github:nixos/nixpkgs/2e8afb433747d87eba54496f93f90f41ee1adeab' (2026-05-09)
Contributor
|
Surge PR preview deployment was removed |
Member
|
How was this introduced in the first place? And why does pnpm pinning fixes it? |
Member
Author
|
upstream node just chnaged it's default config to serve pnpm version 11 but our tooling is not setup to support it. if we tell node to use a version we pinned it runs it witj that so the symptom is pnpm fails the cause is that pnpm was silently bumped to v11 |
Member
Author
|
... the cure is to make this not use default setting but our pined config witch renovate now can maintian ... |
xoxys
approved these changes
May 9, 2026
Member
|
Thanks. Still wondering why an lts node container silently bumps pnpm major |
lafriks
approved these changes
May 9, 2026
Member
Author
|
yes! thats breaking behaviour ... anyway will update the description now to document it better... |
Member
Author
|
... updated |
6543
added a commit
that referenced
this pull request
May 9, 2026
Member
Author
|
nice now renovate does it's job: #6561 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream node LTS image was updated with a newer Corepack whose default
"known good" pnpm version jumped to v11. Because we had no
packageManagerfield in
package.json, Corepack fell back to that default and silentlybumped pnpm to v11 without any explicit change on our side.
Our tooling does not support pnpm v11 yet, which broke CI.
The fix pins pnpm explicitly so we no longer rely on Corepack's moving
default. Renovate will keep the pinned version up to date going forward.
Also updates the nix dev env to the same pinned version for consistency.
Fixes https://ci.woodpecker-ci.org/repos/3780/pipeline/34117