-
Notifications
You must be signed in to change notification settings - Fork 135
Bump merge-deep from 3.0.2 to 3.0.3 #659
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
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. |
nielslange
left a comment
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:
|
mikeyarce
left a comment
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
628ff473.0.3cfbe20crun verb to generate README documentatione370968Merge pull request #17 from jonschlinkert/key-properties393e2cbadding a test to ensure using merge-deep for inheritance still worksc39b161add test to ensure constructor is not cloned11e5dd5add 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.