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

Revert ldapjs update, use forked repo instead #133

Merged
merged 1 commit into from
Jun 16, 2021
Merged

Conversation

eliykat
Copy link
Member

@eliykat eliykat commented Jun 15, 2021

Objective

Revert the update to the ldapjs dependency which I did here. The update appears to have broken syncing for some users. Reverting to our fork until we can diagnose the issue.

This will need to be cherry-picked to rc after merge.

@eliykat eliykat requested a review from a team June 15, 2021 01:13
},
"engines": {
"node": ">=0.8"
}
},
"node_modules/ldap-filter/node_modules/assert-plus": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eliykat , it would seem while you can revert the change to package.json, there have been SOOOO many other updates that it would be better to only revert that file and instead npm i to regen only the necessary portions of package-lock.json so as not to re-introduce prior packages or those handled by the jslib refactor since removed from here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I should have said "undo" rather than "revert"... I didn't use git revert, instead I did what you've suggested: I updated the line in package.json then ran npm i again, then committed changes.

I did a rough check of the changes in package-lock.json just now to make sure, and these changes all seem to be dependencies of ldapjs, I assume triggered by the downgrade.

@eliykat eliykat requested a review from cscharf June 16, 2021 00:44
@eliykat eliykat merged commit 4e09846 into master Jun 16, 2021
@eliykat eliykat deleted the revert-ldapjs branch June 16, 2021 23:02
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.

2 participants