-
Notifications
You must be signed in to change notification settings - Fork 2
build(deps): bump the npm_and_yarn group across 2 directories with 9 updates #2
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |||||||||||||||||
| "description": "OpenClaw Zalo channel plugin", | ||||||||||||||||||
| "type": "module", | ||||||||||||||||||
| "dependencies": { | ||||||||||||||||||
| "undici": "7.24.6" | ||||||||||||||||||
| "undici": "7.24.0" | ||||||||||||||||||
| }, | ||||||||||||||||||
|
Comment on lines
6
to
8
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. P1 | Confidence: High This PR intentionally downgrades
Suggested change
Evidence: path:pnpm-lock.yaml |
||||||||||||||||||
| "devDependencies": { | ||||||||||||||||||
| "openclaw": "workspace:*" | ||||||||||||||||||
|
|
||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1204,7 +1204,7 @@ | |
| "express": "^5.2.1", | ||
| "file-type": "^21.3.1", | ||
| "grammy": "^1.41.1", | ||
| "hono": "4.12.7", | ||
| "hono": "4.12.18", | ||
|
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. P1 | Confidence: High This PR updates the |
||
| "https-proxy-agent": "^8.0.0", | ||
| "ipaddr.js": "^2.3.0", | ||
| "jiti": "^2.6.1", | ||
|
|
@@ -1261,12 +1261,12 @@ | |
| "pnpm": { | ||
| "minimumReleaseAge": 2880, | ||
| "overrides": { | ||
| "hono": "4.12.7", | ||
| "hono": "4.12.18", | ||
| "@hono/node-server": "1.19.10", | ||
| "fast-xml-parser": "5.3.8", | ||
| "request": "npm:@cypress/request@3.0.10", | ||
| "request-promise": "npm:@cypress/request-promise@5.0.0", | ||
| "file-type": "21.3.1", | ||
| "file-type": "21.3.2", | ||
|
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. P1 | Confidence: High Updating |
||
| "form-data": "2.5.4", | ||
| "minimatch": "10.2.4", | ||
| "qs": "6.14.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.
P1 | Confidence: Medium
Both
diagnostics-otel/package.jsonandextensions/diagnostics-otel/package.jsonbump@opentelemetry/sdk-nodefrom^0.214.0to^0.217.0. This is a span of three minor versions in a pre-1.0 package, which frequently includes breaking behavioral changes (e.g., changes tostartNodeSDK()configuration handling, log level semantics, and the OTLP transformer rewrite noted in release notes). The PR description mentions breaking changes in v0.215.0 and v0.217.0. The related context search did not find direct usage of SDK functions, so we cannot guarantee backward compat. A silent behavior change could break telemetry export without immediate test failure. Given the observability-critical role, this poses a risk to production monitoring. The maintainer should validate compatibility by reviewing changelogs and running integration tests before merging.