chore(deps): update all non-major dependencies - #124
renovate[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Secrets | Sep 14, 2026 10:13p.m. | Review ↗ | |
| Python | Sep 14, 2026 10:13p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
There was a problem hiding this comment.
🟡 Changes recommended
Two moderate findings require regenerating and committing the Cytoscape vendor assets.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates non-major dependencies across frontend demos and A2A/MCP examples.
Changes:
- Updates Cytoscape and lockfiles.
- Refreshes MCP and LangChain dependencies.
- Updates PDF.js for the Drive MCP vendor.
File summaries
| File | Reviewed change |
|---|---|
music/package.json |
Moderate (3 votes): Regenerate and commit the served Cytoscape asset and license output using the documented vendor command. |
music/package-lock.json |
Cytoscape lockfile update. |
instant-stack/package.json |
Moderate (3 votes): Regenerate and commit the served Cytoscape asset and license output using the documented vendor command. |
instant-stack/package-lock.json |
Cytoscape lockfile update. |
a2a/iag-token-exchange/weather_agent/requirements.txt |
MCP dependency update. |
a2a/iag-token-exchange/retriever_agent/requirements.txt |
MCP and LangChain dependency updates. |
a2a/iag-token-exchange/analyst_agent/requirements.txt |
MCP and LangChain dependency updates. |
a2a/iag-mcp-demo/weather_agent/requirements.txt |
MCP dependency update. |
a2a/iag-mcp-demo/retriever_agent/requirements.txt |
MCP and LangChain dependency updates. |
a2a/iag-mcp-demo/orchestrator_agent/requirements.txt |
LangChain dependency updates. |
a2a/iag-mcp-demo/erp_mcp/requirements.txt |
MCP dependency update. |
a2a/iag-mcp-demo/drive_mcp/vendor/package.json |
PDF.js dependency update. |
a2a/iag-mcp-demo/analyst_agent/requirements.txt |
MCP and LangChain dependency updates. |
Review details
Files not reviewed (2)
- instant-stack/package-lock.json: Generated file
- music/package-lock.json: Generated file
- Files reviewed: 10/13 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "dependencies": { | ||
| "cose-base": "2.2.0", | ||
| "cytoscape": "3.34.1", | ||
| "cytoscape": "3.34.3", |
| "dependencies": { | ||
| "cose-base": "2.2.0", | ||
| "cytoscape": "3.34.1", | ||
| "cytoscape": "3.34.3", |
|
DO NOT MERGE THESE DEPENDENCIES WITHOUT TESTING - EVER - |
cowan-macady
left a comment
There was a problem hiding this comment.
dependencies to be tested - often bugged
|
on no circumstances cytoscape should be upgraded by renovate directly: it needs testing and building |
This PR contains the following updates:
3.34.1→3.34.3==1.5.4→==1.6.3==4.3.3→==4.4.0==1.29.0→==1.30.04.8.69→4.10.38Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cytoscape/cytoscape.js (cytoscape)
v3.34.3Compare Source
Release version v3.34.3
v3.34.2Compare Source
Release version v3.34.2
modelcontextprotocol/python-sdk (mcp)
v1.30.0Compare Source
Maintenance release of the 1.x line. 2.x is the current line; 1.x docs are at https://py.sdk.modelcontextprotocol.io/v1/.
A few defaults changed in this release. If you run a server or client on 1.x, skim these first:
Behaviour changes
HTTP client redirects are only followed within the endpoint's origin (#3448)
streamable_http_clientandsse_clientfollow a redirect only if it stays on the same scheme, host and port (or upgradeshttptohttpson the same host).httpx.HTTPStatusError. If that other URL is the server you meant, use it as the endpoint URL.follow_redirectssetting on anhttpx.AsyncClientyou pass in is no longer used for MCP requests, so you don't need it for the trailing-slash redirect any more.OAuthClientProviderapplies the same rule to its own requests.Idle Streamable HTTP sessions now expire (#3426)
FastMCP(..., session_idle_timeout=None, max_sessions=None).The OAuth client checks the authorization server's
issuer(#3431)issuerdoesn't match the server it was fetched for is now rejected withOAuthFlowError: Authorization server metadata issuer mismatch.Two new
DeprecationWarnings (#3431, #3451)ClientCredentialsOAuthProvider/PrivateKeyJWTOAuthProviderwithoutissuer=. Pass your authorization server's issuer URL.AuthSettingswithresource_server_urlset butvalidate_token_resourceunset. Set it toTrueorFalse.New
AuthSettings.validate_token_resource: only accept tokens yourTokenVerifierreports as issued for this server (#3451).issuer=onClientCredentialsOAuthProviderandPrivateKeyJWTOAuthProvider(#3431).session_idle_timeout=andmax_sessions=onFastMCP(#3426).What's Changed
Full Changelog: modelcontextprotocol/python-sdk@v1.29.1...v1.30.0
v1.29.1Compare Source
What's Changed
Full Changelog: modelcontextprotocol/python-sdk@v1.29.0...v1.29.1
mozilla/pdf.js (pdfjs-dist)
v4.10.38Compare Source
This release contains improvements for accessibility, the annotation editor, font conversion, performance, SMasks and the viewer.
Changes since v4.9.155
pdfjs.configby @timvandermeij in #19178PDFNetworkStream(issue 19075) by @Snuffleupagus in #19114PDFFindBaroptions with theEnterkey (issue 19175) by @Snuffleupagus in #19185issue14307.pdfintegration tests by @timvandermeij in #19192userUnitinto account in thePageViewportclass (issue 19176) by @Snuffleupagus in #19196Path2Dglyph-objects by @Snuffleupagus in #19200getDocumentoptions (PR 18776 follow-up) by @Snuffleupagus in #192244.10by @Snuffleupagus in #19225AbortSignal.anyis unsupported (PR 19216 follow-up) by @Snuffleupagus in #192261938087) by @calixteman in #19238handle reading ranges with missing/invalid "Content-Range" headerunit-test in Google Chrome (PR 19114 follow-up) by @Snuffleupagus in #19237startWorkerTaskcalls in the "SaveDocument" handler by @Snuffleupagus in #19246if-statements in thesrc/core/folder by @Snuffleupagus in #19260glyphNameMapparameter fromType2Compiledby @Snuffleupagus in #19263fontMatrixis always valid incompileGlyphby @Snuffleupagus in #19262requestRange/requestFullmethods from theNetworkManagerclass by @Snuffleupagus in #19273v4.9.155Compare Source
This release primarily contains a bugfix for a Node.js-specific regression in the previous release; see #19145 and #19149 for context. Moreover, improvements for the annotation editor are included.
Changes since v4.9.124
pdfjs.configby @timvandermeij in #191391899731) by @ryzokuken in #189001929311) by @calixteman in #19155Promise.try()usage in the code-base by @Snuffleupagus in #19161.toggleButton, as used in the findbar, always have visible hover/focus state (issue 19165) by @Snuffleupagus in #19172import.meta.urlstatements during building (issue 19145) by @Snuffleupagus in #19149v4.9.124Compare Source
This release contains improvements for the annotation editor, form rendering, image conversion, text selection and the viewer.
Changes since v4.8.69
pdfjs.configby @timvandermeij in #18994toBase64Utilhelper function in the unit-tests by @Snuffleupagus in #18999XRef.indexObjects(issue 18986) by @Snuffleupagus in #19007src/core/core_utils.jsby @Snuffleupagus in #19005test/unit/api_spec.jsby @Snuffleupagus in #190034.9by @Snuffleupagus in #19002Page.prototype.userUnitgetter slightly by @Snuffleupagus in #19019canvaspackage with@napi-rs/canvasby @Snuffleupagus in #19015PartialEvaluatorhelper for fetching CMap and Standard Font data by @Snuffleupagus in #19021getDocumentoption to disableImageDecoderusage by @Snuffleupagus in #19031extensions/chromium/.eslintrcfile (PR 19029 follow-up) by @Snuffleupagus in #19052no-varrule in thesrc/core/evaluator.jsfile by @Snuffleupagus in #19050no-consolerule in parts of the code-base by @Snuffleupagus in #19042extendCMap(PR 5101 follow-up) by @Snuffleupagus in #19057Dict-implementation to use aMapinternally by @Snuffleupagus in #19051#_hcmCache-data inDOMFilterFactory.prototype.destroyby @Snuffleupagus in #19059ImageDecoderusage by default in Chromium browsers by @Snuffleupagus in #19045unicorn/no-single-promise-in-promise-methodsESLint plugin rule by @Snuffleupagus in #19071getUuidhelper function by @Snuffleupagus in #19084getPdfManagerfunction to be asynchronous by @Snuffleupagus in #19091stopEventhelper function everywhere possible by @Snuffleupagus in #191211934157) by @calixteman in #19131src/display/api.jsfile by @Snuffleupagus in #19135WorkerMessageHandlerclass a little bit by @Snuffleupagus in #19136getPagecall inPDFDocumentPropertiesclass by @Snuffleupagus in #19137Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.