-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bump merge-deep from 3.0.2 to 3.0.3 #659
Conversation
I think we should not merge this PR as a direct update to package-lock.json does not guarantee the same result when running Update: should not be an issue with This answer makes sense to me https://stackoverflow.com/a/48263958 I think we may spend time auditing and update all npm packages in the package.json file. I am looking forward to seeing other ideas/thoughts for this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When running the following commands
rm -rf node_modules
rm -rf package-lock.json
npm i --legacy-peer-deps
and then looking up package-lock.json, I see that the version of merge-deep had been bumped from 3.0.2 to 3.0.3. Therefore, I don't see a problem merging this PR.
TIL |
@dependabot recreate |
@dependabot rebase |
Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/jonschlinkert/merge-deep/releases) - [Commits](jonschlinkert/merge-deep@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: merge-deep dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
7387d09
to
19ce846
Compare
@natebot and @mikeyarce would love to see your thoughts regarding this, especially Niels' comment #659 (review) |
Looked into this and found this: It looks like the main package that we need to update is @htdat what do you think might be a sensible plan here? Should we try to update to 16.1.0 and test? |
@mikeyarce - TIL
All that's right. It's working for my local machine and GitHub Actions https://github.com/htdat/Edit-Flow/runs/2818219871
I've found out that my PR here #645 was only to update package versions that satisfy satisfy what is mentioned in package.json. That is, IMHO, a sensible plan would be:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏽
Created this follow-up issue #671 |
Bumps merge-deep from 3.0.2 to 3.0.3.
Commits
628ff47
3.0.3cfbe20c
run verb to generate README documentatione370968
Merge pull request #17 from jonschlinkert/key-properties393e2cb
adding a test to ensure using merge-deep for inheritance still worksc39b161
add test to ensure constructor is not cloned11e5dd5
add isValidKey function to ensure only valid keys are mergedDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.