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

Update to sinon 7 (Fixes: #261) #268

Closed
wants to merge 1 commit into from
Closed

Conversation

guimard
Copy link
Contributor

@guimard guimard commented Dec 7, 2019

This fixes #261

@XhmikosR
Copy link
Contributor

XhmikosR commented Dec 7, 2019

You need to do npm i properly. You missed the lockfile.

And you should reference the issue in the PR description, and squash your patches into one.

@guimard
Copy link
Contributor Author

guimard commented Dec 7, 2019

Hi, issue is referenced in the title

@XhmikosR
Copy link
Contributor

XhmikosR commented Dec 7, 2019

The lock file still isn't right.

Install the latest Node.js 12.x, and do npm cache clean -fg && rm -rf ./node_modules/ && npm i and then commit the updated lock file

@guimard
Copy link
Contributor Author

guimard commented Dec 7, 2019

Hi, I posted here my Debian patches [1 & 2] to help. Debian Node.js version is 10.16 and I don't want to update it. Feel free to accept or reject this PR.

Cheers,
Xavier

[1]: sinon 7
[2]: Replace sinon-restore by sinon

@XhmikosR
Copy link
Contributor

XhmikosR commented Dec 7, 2019

First of all it's not my project either :)

The thing is that your npm version generates quite different lock file. IMHO this shouldn't be merged unless the lock file is properly updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update sinon
2 participants