Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot sometimes only edits package-lock.json, not package.json #9071

Open
1 task done
adamlui opened this issue Feb 17, 2024 · 1 comment
Open
1 task done

Dependabot sometimes only edits package-lock.json, not package.json #9071

adamlui opened this issue Feb 17, 2024 · 1 comment
Labels
T: bug 🐞 Something isn't working

Comments

@adamlui
Copy link

adamlui commented Feb 17, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

npm

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

https://github.com/KudoAI/chatgpt.js/blob/main/package.json
https://github.com/adamlui/js-utils/blob/main/scss-to-css/package.json

dependabot.yml content

https://github.com/KudoAI/chatgpt.js/blob/main/.github/dependabot.yml
https://github.com/adamlui/js-utils/blob/main/.github/dependabot.yml

Updated dependency

@adamlui/scss-to-css from 1.0.1 to 1.1.1
sass from 1.70.0 to 1.71.0

What you expected to see, versus what you actually saw

Expected: bumps to new dependency versions in both package.json and package-lock.json
Seen: bump to new dependency version in package-lock.json only

Native package manager behavior

When running npm update --save it updates both manifests

Images of the diff or a link to the PR, issue, or logs

KudoAI/chatgpt.js#180
adamlui/js-utils#4

Smallest manifest that reproduces the issue

No response

@carlincherry
Copy link
Member

#2178 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants