build: update all non-major dependencies#3545
Merged
alan-agius4 merged 1 commit intoangular:mainfrom Mar 16, 2026
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several non-major dependencies. The update to undici is particularly important as it includes security fixes. I've added a few comments regarding inconsistent dependency versioning practices (mixing pinned versions with ranges) which could be improved for better build predictability and maintainability. Otherwise, the dependency updates themselves look good and are ready to be merged.
| "firebase-admin": "13.7.0", | ||
| "firebase-functions": "7.1.1", | ||
| "firebase-tools": "15.9.1" | ||
| "firebase-tools": "15.10.0" |
| "memfs": "^4.14.0", | ||
| "rollup": "^4.59.0", | ||
| "rollup-plugin-dts": "6.3.0", | ||
| "rollup-plugin-dts": "6.4.0", |
| "micromatch": "^4.0.8", | ||
| "typed-graphqlify": "3.1.6", | ||
| "undici": "7.22.0", | ||
| "undici": "7.24.3", |
| "@actions/core": "3.0.0", | ||
| "@google-cloud/spanner": "8.0.0", | ||
| "@google/genai": "1.44.0", | ||
| "@google/genai": "1.45.0", |
| "@bazel/bazelisk": "1.28.1", | ||
| "@bazel/buildifier": "8.2.1", | ||
| "firebase-tools": "15.9.1", | ||
| "firebase-tools": "15.10.0", |
See associated pull request for more information.
0640013 to
e620716
Compare
alan-agius4
approved these changes
Mar 16, 2026
Contributor
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.44.0→1.45.015.9.1→15.10.024.39.0→24.39.124.39.0→24.39.143.62.0→43.76.06.3.0→6.4.07.22.0→7.24.3Release Notes
googleapis/js-genai (@google/genai)
v1.45.0Compare Source
Features
firebase/firebase-tools (firebase-tools)
v15.10.0Compare Source
--onlyflag foremulators:export(#4033)firebase init hostingflow, offer to switch to App Hosting (#9887)firebase init hosting(#9843)studio:exportcommand to export Firebase Studio projects to Antigravity.puppeteer/puppeteer (puppeteer)
v24.39.1Compare Source
♻️ Chores
Dependencies
🛠️ Fixes
renovatebot/renovate (renovate)
v43.76.0Compare Source
Features
v43.75.0Compare Source
Features
v43.74.0Compare Source
Features
Miscellaneous Chores
v43.73.2Compare Source
Bug Fixes
v43.73.1Compare Source
Bug Fixes
Miscellaneous Chores
v43.73.0Compare Source
Features
renovate.json(#38646) (e8a5c70)v43.72.0Compare Source
Features
Miscellaneous Chores
v43.71.0Compare Source
Features
v43.70.0Compare Source
Features
Bug Fixes
vprefix withPackage.resolved(#41782) (25c77c6), closes #41780Miscellaneous Chores
v43.69.0Compare Source
Features
v43.66.5Compare Source
Bug Fixes
Miscellaneous Chores
v43.66.4Compare Source
Bug Fixes
Miscellaneous Chores
v43.66.3Compare Source
Bug Fixes
v43.66.2Compare Source
Miscellaneous Chores
Build System
v43.66.1Compare Source
Bug Fixes
Miscellaneous Chores
v43.66.0Compare Source
Features
v43.65.0Compare Source
Features
Miscellaneous Chores
v43.64.6Compare Source
Bug Fixes
Miscellaneous Chores
$idto schemas (#41846) (c0764fa)v43.64.5Compare Source
Bug Fixes
renovate-config-validator(#41844) (31562cb)Documentation
Miscellaneous Chores
tools/(#41842) (6432d21)v43.64.4Compare Source
Bug Fixes
Documentation
customizeDashboard(#41827) (0514898)v43.64.3Compare Source
Bug Fixes
Miscellaneous Chores
v43.64.2Compare Source
Build System
v43.64.1Compare Source
Bug Fixes
www-authenticateparser (#41813) (a065a3d)Miscellaneous Chores
v43.64.0Compare Source
Features
home-operationsreplacement rule (#41777) (4deb2dd)Miscellaneous Chores
v43.63.0Compare Source
Features
@base-ui-components/react=>@base-ui/reactrename (#41787) (9df72b1)Documentation
Miscellaneous Chores
Swatinem/rollup-plugin-dts (rollup-plugin-dts)
v6.4.0Compare Source
Features:
Fixes:
declare modulepathsThank you:
Features, fixes and improvements in this release have been contributed by:
nodejs/undici (undici)
v7.24.3Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.24.2...v7.24.3
v7.24.2Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.24.1...v7.24.2
v7.24.1Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.24.0...v7.24.1
v7.24.0Compare Source
Undici v7.24.0 Security Release Notes
This release addresses multiple security vulnerabilities in Undici.
Upgrade guidance
All users on v7 should upgrade to v7.24.0 or later.
Fixed advisories
GHSA-2mjp-6q6p-2qxm / CVE-2026-1525 (Medium)
Inconsistent interpretation of HTTP requests (request/response smuggling class issue).
GHSA-f269-vfmq-vjvj / CVE-2026-1528 (High)
Malicious WebSocket 64-bit frame length handling could crash the client.
GHSA-phc3-fgpg-7m6h / CVE-2026-2581 (Medium)
Unbounded memory consumption in deduplication interceptor response buffering (DoS risk).
GHSA-4992-7rv2-5pvq / CVE-2026-1527 (Medium)
CRLF injection via the
upgradeoption.GHSA-v9p9-hfj2-hcw8 / CVE-2026-2229 (High)
Unhandled exception from invalid
server_max_window_bitsin WebSocket permessage-deflate negotiation.GHSA-vrm6-8vpv-qv8q / CVE-2026-1526 (High)
Unbounded memory consumption in WebSocket permessage-deflate decompression.
Affected and patched ranges
7.0.0 < 7.24.0, patched7.24.07.0.0 < 7.24.0, patched7.24.0>= 7.17.0 < 7.24.0, patched7.24.07.0.0 < 7.24.0, patched7.24.07.0.0 < 7.24.0, patched7.24.07.0.0 < 7.24.0, patched7.24.0References
v7.23.0Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v7.22.0...v7.23.0