-
Notifications
You must be signed in to change notification settings - Fork 970
Remove unused deps and update public suffix list #13236
Conversation
btw - i just noticed we should probably be running we should probably also consolidate |
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.
i am always concerned when a package bumps its major version number. usually that indicates an incompatibility. for example, when hapi went from 16.x to 17.x, many things broke. was any research done to verify that tldjs 2.x is backwards compatible with 1.x?
where are we calling tldjs in a blocking manner? one of the reasons that the ledger middleware is so "full-figured" is because it goes to a lot of effort to be non-blocking! |
|
@diracdeltas - great!
|
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.
lgtm
0.23.x / 0.24.x: b7b07fc |
Fix #12620
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests