-
Notifications
You must be signed in to change notification settings - Fork 112
Update dependency jose to v6 #426
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
devin-ai-integration[bot] marked this conversation as resolved.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔍 No changeset accompanies this runtime dependency bump This PR bumps a published runtime dependency of Was this helpful? React with 👍 or 👎 to provide feedback.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Package still claims support for Node 18 although the new dependency requires a newer Node The declared minimum supported runtime was left at Node 18 ( Mechanism: engines range vs. jose v6 support matrixjose v6's breaking changes include "drop support for Node.js 18.x and earlier"; its own (Refers to line 65) Was this helpful? React with 👍 or 👎 to provide feedback. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,7 +46,7 @@ | |
| "dependencies": { | ||
| "@bufbuild/protobuf": "^1.10.1", | ||
| "@livekit/protocol": "^1.48.0", | ||
| "jose": "^5.1.2" | ||
| "jose": "^6.0.0" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 CommonJS users of the server SDK can no longer load it on most Node versions The token-signing library was upgraded to a version published only as modern ES modules ( Mechanism: externalized ESM-only dependency inside the emitted .cjs bundleThe build is configured with Was this helpful? React with 👍 or 👎 to provide feedback.
devin-ai-integration[bot] marked this conversation as resolved.
devin-ai-integration[bot] marked this conversation as resolved.
|
||
| }, | ||
| "devDependencies": { | ||
| "@changesets/cli": "^2.27.1", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.