build: update all non-major dependencies#3649
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several dependencies across the workspace, including firebase-tools, jsdom, @google/genai, nock, and yaml. Feedback was provided regarding an inconsistency in the @google/genai versioning, where some packages in the monorepo still resolve to an older version despite the update in ng-dev, potentially leading to multiple versions of the same library being installed.
| '@google/genai': | ||
| specifier: ^1.43.0 | ||
| version: 1.50.1(@modelcontextprotocol/sdk@1.29.0(supports-color@10.2.2))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6) | ||
| version: 1.50.1(@modelcontextprotocol/sdk@1.29.0)(bufferutil@4.1.0)(utf-8-validate@6.0.6) |
There was a problem hiding this comment.
The update to @google/genai version 1.52.0 is inconsistent across the workspace. While it has been bumped in the ng-dev package, other importers like github-actions (line 316) and github-actions/labeling (line 397) are still resolving to version 1.50.1 despite having a compatible range (^1.43.0). This results in multiple versions of the same library being installed in the monorepo. It is recommended to unify the versions across the workspace to ensure consistency and reduce lockfile size.
f1422c9 to
e5a5c26
Compare
See associated pull request for more information.
e5a5c26 to
9773e24
Compare
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This PR contains the following updates:
1.50.1→1.52.02.13.0→2.13.115.15.0→15.17.029.1.0→29.1.114.0.13→14.0.1424.42.0→24.43.024.42.0→24.43.02.8.3→2.8.40.16.1→0.16.2Release Notes
googleapis/js-genai (@google/genai)
v1.52.0Compare Source
Features
v1.51.0Compare Source
Features
output_infotoBatchJob(5327c60)puppeteer/puppeteer (@puppeteer/browsers)
v2.13.1Compare Source
🎉 Features
Dependencies
🛠️ Fixes
firebase/firebase-tools (firebase-tools)
v15.17.0Compare Source
firebase.json(#8114)uuidv4()on operations._Datainput types as variables with@allow(fields, maxCount)to constraint the input JSON, enabling batch mutations in admin SDK. Client SDK support will come soon.v15.16.0Compare Source
firebase deployon Node 22. (#10385)firebase mcp. To use it, runfirebase mcp --mode=sse --port=3000, and connect your client onhttp://localhost:3000.jsdom/jsdom (jsdom)
v29.1.1Compare Source
'border-radius'computed style serialization. (@asamuzaK)'background-origin'and'background-clip'CSS properties. (@asamuzaK)getComputedStyle(), before the cache warms up. (@asamuzaK)nock/nock (nock)
v14.0.14Compare Source
Bug Fixes
eemeli/yaml (yaml)
v2.8.4Compare Source
maxAliasCount:0(#677)e1a1a77)minFractionDigitsonly to decimal strings (#676)angular/angular (zone.js)
v0.16.2Compare Source
Promise.then(through flag) (fc6a7ee), closes angular#45273 angular#44446 angular#55590 angular#51328