chore(deps): update dependency @simplewebauthn/typescript-types to v8#852
chore(deps): update dependency @simplewebauthn/typescript-types to v8#852renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #852 +/- ##
==========================================
- Coverage 95.35% 95.21% -0.15%
==========================================
Files 197 197
Lines 23853 23853
Branches 1964 1953 -11
==========================================
- Hits 22746 22711 -35
- Misses 1107 1142 +35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0ab5d57 to
d359ecc
Compare
d359ecc to
125977c
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^7.0.0->^8.0.0Release Notes
MasterKale/SimpleWebAuthn (@simplewebauthn/typescript-types)
v8.3.4Compare Source
Packages
Changes
globalThis.cryptofirst before trying to importNode's
node:cryptoas a fallback (#468)v8.3.3Compare Source
Packages
Changes
deno vendorwill no longer error out because typescript-types/src/dom.tsis missing (#466)
temporarily fixed when handling security key responses from Firefox
(#465)
v8.0.0Compare Source
This major release marks the completion of a long journey that started with the release of v7.0.0:
SimpleWebAuthn is now available for use in non-Node projects! 🎉
SimpleWebAuthn debuted in mid-2020 as a combination of libraries aiming to make WebAuthn simpler to
use across browsers and "NodeJS + CommonJS" applications. Since then NodeJS has evolved to gain ESM
support, and additional JavaScript and TypeScript runtimes have debuted that offer ESM-centric,
TypeScript-first alternatives while also implementing Web APIs to offer a more consistent and
capable execution environment for developers.
I've wanted to make this project available to developers using these Node alternatives to help them
get past some of WebAuthn's rough spots. Today I'm happy to announce that this goal has been
achieved! 😌
See the Changes below for more information, as well as additional information on breaking
changes made in this release.
Packages
Changes
Deno is now a first-class runtime for this project alongside Node
(#425)
Breaking Changes
generateRegistrationOptions()andgenerateAuthenticationOptions()are nowasynchronous methods. Refactor calls to these methods to handle the
Promisethat's now returnedin whatever way is appropriate for your project.
generateChallenge()(in@simplewebauthn/server/helpers) is now an asynchronousmethod. Refactor calls to this method to handle the
Promisethat's now returned in whatever wayis appropriate for your project.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.