-
Notifications
You must be signed in to change notification settings - Fork 37
chore: Dependency updates (c8 v11, soundcraft v5, openai, posthog) #268
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: master
Are you sure you want to change the base?
Changes from 1 commit
ef517f5
d367a26
37159ac
a4b02e5
e058872
22d4135
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,7 +26,7 @@ | |
| "url": "git@github.com:htilly/SlackONOS.git" | ||
| }, | ||
| "devDependencies": { | ||
| "c8": "^10.1.3", | ||
| "c8": "^11.0.0", | ||
| "chai": "6.2.2", | ||
| "mocha": "^11.7.5", | ||
| "sinon": "^21.0.1" | ||
|
|
@@ -49,7 +49,7 @@ | |
| "posthog-node": "^5.24.9", | ||
| "selfsigned": "^5.5.0", | ||
| "sonos": "^1.14.2", | ||
| "soundcraft-ui-connection": "^4.1.1", | ||
| "soundcraft-ui-connection": "^5.0.0", | ||
| "urlencode": "^2.0.0", | ||
|
Comment on lines
51
to
53
|
||
| "winston": "^3.18.3", | ||
| "xml2js": "^0.6.2" | ||
|
|
||
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.
c8@^11.0.0requires Node20 || >=22(per its published engines). Withpackage.jsoncurrently declaringengines.node >=17, developers may try running coverage on unsupported Node versions and hit install/runtime issues. Consider updating the project's Node engine range to match the strictest dependency requirement.