question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dependabot has released an update to support pnpm package manager, and the associated feature request was closed as completed. The docs have also been updated to show the new package manager support matrix.

I’ve been trying to verify the changes in our Azure Devops repo, where we use pnpm v8.6.5 and Dependabot via this extension. I’m seeing the package.json file is having the proper version bump, but the pnpm-lock.yaml (using version 6.0) is not being updated. This lead me to wonder if maybe the Dependabot Azure Devops extension is not yet using the latest version of Dependabot?

If it is, do you have any ideas about increasing logging to see why the lockfile is not being updated and included in the PRs that are opened?

Issue Analytics

  • State:closed
  • Created 3 months ago
  • Comments:16 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
mburumaxwellcommented, Jul 25, 2023

Just an update, I have managed to repro the issue. Hopefully, it does not take too long to resolve.

1reaction
mburumaxwellcommented, Jul 31, 2023

@AndrewCraswell

In the latest version, this has been addressed. The release is major and I hope it does not affect your other setups (if any). Release notes: 1.20.0 Validation build: https://dev.azure.com/tingle/dependabot/_build/results?buildId=63019&view=results

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fast, disk space efficient package manager | pnpm
PNpm. Fast, disk space efficient package manager ... Supports monorepos. pnpm has built-in support for multiple packages in a repository ...
Read more >
pnpm/pnpm: Fast, disk space efficient package manager
pnpm uses a content-addressable filesystem to store all files from all module directories on a disk. When using npm, if you have 100...
Read more >
Why should we use pnpm?
pnpm is an alternative package manager for Node.js. It is a drop-in replacement for npm, but faster and more efficient. How fast? 3...
Read more >
pnpm
pnpm uses a content-addressable filesystem to store all files from all module directories on a disk. When using npm, if you have 100...
Read more >
pnpm Support
pnpm Support. Support for pnpm is currently experimental. To enable it, ensure that the environment variable VOLTA_FEATURE_PNPM is set to 1 .
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found