mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
[PR #855] [MERGED] fix - removed package-lock.json from .gitignore #5228
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/855
Author: @Lokowitz
Created: 6/6/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @oschwartz10612
Base:
main← Head:main📝 Commits (1)
553dffdremoved package-lock.json from .gitignore📊 Changes
2 files changed (+13791 additions, -13792 deletions)
View changed files
📝
.gitignore(+1 -2)📝
package-lock.json(+13790 -13790)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Removed package-lock.json from .gitignore because it is not recommended.
Recreated package-lock.json to avoid errors with dependabot because dependabot is not working properly without.
https://stackoverflow.com/questions/44206782/do-i-commit-the-package-lock-json-file-created-by-npm-5
I saw your merging conflict yesterday and i think this was the reason you added it to ignore?
I know the pain then updating deps and getting merging errors. Thats the reason i only update deps in the main branch and then merge it back to the other branches.
The problem you had was because i updated some deps in my PR against
devand you updated some deps at the same time in themain. If you still want to usedevas your main PR target i think you should update the deps directly intodevor intomainand then merge it directly back todev.Have a nice day,
Marvin
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.