This repository was archived by the owner on Apr 5, 2020. It is now read-only.
Open
Conversation
ba63cb4 to
e2f7549
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.5.2->9.0.0Release Notes
wKovacs64/hibp
v9.0.0Compare Source
Build System
chore
Reverts
BREAKING CHANGES
distdirectory. This should be transparent if you followed the documentation, but
the changes are as follows:
lib/hibp.js→dist/cjs/hibp.jses/hibp.js→dist/esm/hibp.jsdist/hibp.mjs→dist/browser/hibp.esm.jsdist/hibp.min.mjs→dist/browser/hibp.esm.min.jsdist/hibp.js→dist/browser/hibp.umd.jsdist/hibp.min.js→dist/browser/hibp.umd.min.jstypes/hibp.d.ts→dist/hibp.d.tsv8.0.1Compare Source
Performance Improvements
Build Output
#__PURE__annotations (#121) (a6b7b57)v8.0.0Compare Source
chore
Features
BREAKING CHANGES
https://haveibeenpwned.com/API/Key to access the
breachedaccountandpasteaccountendpoints.Requests made using the
breachedAccount,pasteAccount, andsearchmodules will be rejectedwith a
401 Unauthorizedresponse unless theapiKeyoption is provided with a valid API key, oryou are proxying your requests (via the
baseUrloption) through a server that inserts an API keyon your behalf. See Troy's blog post for rationale and a full explanation.
includeUnverifiedoption previously defaulted tofalseand now defaults to
true, per Troy's preference.truncateoption previously defaulted tofalseand now defaults totrue,per Troy's preference.
Renovate configuration
📅 Schedule: "after 10pm every weekday,before 5am every weekday" in timezone Europe/London.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.