fix(deps): update non-major dependencies#757
Merged
Merged
Conversation
leomp12
approved these changes
May 11, 2026
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:
^0.9.4→^0.9.5^20.19.39→^20.19.40^8.59.1→^8.59.2^8.59.1→^8.59.2^1.15.2→^1.16.0^5.7.2→^5.7.3^12.12.1→^12.13.0^13.8.0→^13.9.0^2.9.7→^2.9.10^2.8.3→^2.8.4Release Notes
firebase/firebase-js-sdk (@firebase/app-types)
v0.9.5Compare Source
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.59.2Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.59.2Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
axios/axios (axios)
v1.16.0Compare Source
v1.16.0 — May 2, 2026
This release adds support for the QUERY HTTP method and a new
ECONNREFUSEDerror constant, lands a substantial wave of HTTP, fetch, and XHR adapter bug fixes around redirects, aborts, headers, and timeouts, and welcomes 23 new contributors.A handful of fixes in this release are either security-adjacent or change observable behaviour. Please review before upgrading:
maxBodyLengthandmaxContentLength. These limits were silently ignored on the fetch adapter prior to 1.16.0 — anyone relying on them as a safety net (DoS protection, accidental large uploads) had no protection. (#10795)Hostheaders. Previously, the proxy path could overwrite a customHost. Virtual-host-style routing through a proxy will now behave correctly. (#10822)https://user:p%40ss@host), the decoded value is what now goes on the wire. (#10825)parseProtocolnow strictly requires a colon in the protocol separator. Strings that loosely parsed as protocols before may no longer match. (#10729)unescape()replaced with modern UTF-8 encoding. Non-ASCII URL handling is now spec-correct; consumers depending on legacyunescape()quirks may see different output bytes. (#7378)transformRequestinput typing change was reverted. The typing change introduced in #10745 was reverted in #10810 after follow-up review — net behavior is unchanged from 1.15.2. (#10745, #10810)🚀 New Features
ECONNREFUSEDas a constant onAxiosErrorso callers can match connection-refused failures without comparing string literals (closes #6485). (#10680)encodehelper frombuildURLso userland param serializers can reuse the same encoding logic that axios uses internally. (#6897)🐛 Bug Fixes
requestDetailsargument onbeforeRedirect, preserved user-suppliedHostheaders when forwarding through a proxy, and properly URL-decoded basic auth credentials. (#10794, #10800, #6241, #10822, #10825)AxiosErrorwhen a stream is aborted after headers arrive, honoured thetimeoutoption during the connect phase when redirects are disabled, and resolved an unsettled-promise hang when an aborted request was combined with compression andmaxRedirects: 0. (#10708, #10819, #7149)maxBodyLength/maxContentLengthin the fetch adapter, set theUser-Agentheader to match the HTTP adapter, preserved the original abort reason instead of replacing it with a generic error, and deferred global access so importing the module no longer throws aTypeErrorin restricted environments. (#10795, #10772, #10806, #7260)cancelTokenandAbortSignallisteners on the error, timeout, and abort code paths to prevent leaked subscriptions. (#10787)AxiosErrorwhenJSON.parsefails insidedispatchRequest, preventedsettlefrom emittingundefinederror codes, and tightened theparseProtocolregex to require a colon in the protocol separator. (#10724, #7276, #10729)CancelTokentypings with the ESM build, fixed a compiler error caused byRawAxiosHeaders, and re-exportedcreatefrom the package index. (#7414, #6389, #6460)unescape()call with a modern UTF-8 encoding implementation. (#7378)🔧 Maintenance & Chores
utilsmodule and XHR adapter to use ES6 features, and tidied the multipart boundary error message. (#10588, #7419)FormDataEPIPE failures, fixed Win32 platform support for the pipe tests, and corrected an incorrect test assumption. (#10820, #10791, #10796)paramsSerializer.encodefor strict RFC 3986 query encoding, updated theparseReviverTypeScript definitions and configuration docs for ES2023, added timeout guidance to the README's first async example, and expanded notes around the recent type changes. (#10821, #10782, #10759, #10804)transformRequestinput typing change from #10745 after follow-up review. (#10745, #10810)actions/setup-node, thegithub-actionsgroup, andpostcss(in/docs) to their latest versions. (#10785, #10813, #10814)🌟 New Contributors
We are thrilled to welcome our new contributors. Thank you for helping improve axios:
Full Changelog
NaturalIntelligence/fast-xml-parser (fast-xml-parser)
v5.7.3: fix minor old bugs and update builderCompare Source
firebase/firebase-js-sdk (firebase)
v12.13.0Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/ai@2.12.0
Minor Changes
ffa39f6#9795 - AddedLiveSession.resumeSession()to allow resuming a previousLiveSession. Also addedcontextWindowCompressionfeature.86dc0db#9819 - Added support forImageConfig(aspect ratio and size).Expanded
FinishReasonvalues to include all currently available values provided by the models.345c5f6#9458 - AI Logic : Feature : Added support for Grounding with Google Maps.Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/app-check-interop-types@0.3.4
@firebase/component@0.7.3
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/data-connect@0.7.0
Minor Changes
714b41d#9905 - Hardened the Firebase SQL Connect streaming transport with intelligent reconnection, query de-duplication, and resume optimizations.Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/auth-interop-types@0.2.5
@firebase/component@0.7.3
@firebase/logger@0.5.1
@firebase/util@1.15.1
firebase@12.13.0
Minor Changes
ffa39f6#9795 - AddedLiveSession.resumeSession()to allow resuming a previousLiveSession. Also addedcontextWindowCompressionfeature.714b41d#9905 - Hardened the Firebase SQL Connect streaming transport with intelligent reconnection, query de-duplication, and resume optimizations.86dc0db#9819 - Added support forImageConfig(aspect ratio and size).Expanded
FinishReasonvalues to include all currently available values provided by the models.345c5f6#9458 - AI Logic : Feature : Added support for Grounding with Google Maps.Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
96e81ff,ffa39f6,402b1f0,8e384c9,714b41d,86dc0db,345c5f6]:@firebase/firestore@4.14.1
@firebase/ai@2.12.0
@firebase/auth-compat@0.6.6
@firebase/analytics@0.10.22
@firebase/analytics-compat@0.2.28
@firebase/app@0.14.12
@firebase/app-check@0.11.3
@firebase/app-check-compat@0.4.3
@firebase/app-compat@0.5.12
@firebase/app-types@0.9.5
@firebase/auth@1.13.1
@firebase/data-connect@0.7.0
@firebase/database@1.1.3
@firebase/database-compat@2.1.4
@firebase/firestore-compat@0.4.9
@firebase/functions@0.13.4
@firebase/functions-compat@0.4.4
@firebase/installations@0.6.22
@firebase/installations-compat@0.2.22
@firebase/messaging@0.12.26
@firebase/messaging-compat@0.2.26
@firebase/performance@0.7.12
@firebase/performance-compat@0.2.25
@firebase/remote-config@0.8.3
@firebase/remote-config-compat@0.2.24
@firebase/storage@0.14.3
@firebase/storage-compat@0.4.3
@firebase/util@1.15.1
@firebase/analytics@0.10.22
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/installations@0.6.22
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/analytics-compat@0.2.28
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/analytics@0.10.22
@firebase/analytics-types@0.8.4
@firebase/component@0.7.3
@firebase/util@1.15.1
@firebase/analytics-interop-types@0.3.5
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/analytics-types@0.8.4
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/app@0.14.12
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/app-check@0.11.3
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/app-check-compat@0.4.3
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/app-check@0.11.3
@firebase/app-check-types@0.5.4
@firebase/component@0.7.3
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/app-check-interop-types@0.3.4
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/app-check-types@0.5.4
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/app-compat@0.5.12
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/app@0.14.12
@firebase/component@0.7.3
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/app-types@0.9.5
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/logger@0.5.1
@firebase/auth@1.13.1
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/auth-compat@0.6.6
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/auth@1.13.1
@firebase/auth-types@0.13.1
@firebase/component@0.7.3
@firebase/util@1.15.1
@firebase/auth-interop-types@0.2.5
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/auth-types@0.13.1
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/component@0.7.3
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/util@1.15.1
@firebase/database@1.1.3
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/app-check-interop-types@0.3.4
@firebase/auth-interop-types@0.2.5
@firebase/component@0.7.3
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/database-compat@2.1.4
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/database@1.1.3
@firebase/database-types@1.0.20
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/database-types@1.0.20
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/app-types@0.9.5
@firebase/util@1.15.1
@firebase/firestore@4.14.1
Patch Changes
96e81ff#9884 - Added search stage support for languageCode, offset, limit, and retrievalDepth402b1f0#9842 - fix(firestore): Assertion ID: ca9 (pendingResponses less than 0) caused by target creation race condition8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/webchannel-wrapper@1.0.6
@firebase/firestore-compat@0.4.9
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
96e81ff,402b1f0,8e384c9]:@firebase/firestore@4.14.1
@firebase/component@0.7.3
@firebase/firestore-types@3.0.4
@firebase/util@1.15.1
@firebase/firestore-types@3.0.4
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/functions@0.13.4
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/app-check-interop-types@0.3.4
@firebase/auth-interop-types@0.2.5
@firebase/component@0.7.3
@firebase/messaging-interop-types@0.2.4
@firebase/util@1.15.1
@firebase/functions-compat@0.4.4
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/functions@0.13.4
@firebase/functions-types@0.6.4
@firebase/util@1.15.1
@firebase/functions-types@0.6.4
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/installations@0.6.22
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/util@1.15.1
@firebase/installations-compat@0.2.22
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/installations@0.6.22
@firebase/installations-types@0.5.4
@firebase/util@1.15.1
@firebase/installations-types@0.5.4
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/logger@0.5.1
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/messaging@0.12.26
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/installations@0.6.22
@firebase/messaging-interop-types@0.2.4
@firebase/util@1.15.1
@firebase/messaging-compat@0.2.26
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/messaging@0.12.26
@firebase/util@1.15.1
@firebase/messaging-interop-types@0.2.4
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/performance@0.7.12
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/installations@0.6.22
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/performance-compat@0.2.25
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/logger@0.5.1
@firebase/performance@0.7.12
@firebase/performance-types@0.2.4
@firebase/util@1.15.1
@firebase/performance-types@0.2.4
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/remote-config@0.8.3
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/installations@0.6.22
@firebase/logger@0.5.1
@firebase/util@1.15.1
@firebase/remote-config-compat@0.2.24
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/logger@0.5.1
@firebase/remote-config@0.8.3
@firebase/remote-config-types@0.5.1
@firebase/util@1.15.1
@firebase/remote-config-types@0.5.1
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/rules-unit-testing@5.0.1
Patch Changes
8e384c9#9883 - Updated dependencies.@firebase/storage@0.14.3
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/util@1.15.1
@firebase/storage-compat@0.4.3
Patch Changes
8e384c9#9883 - Updated dependencies.Updated dependencies [
8e384c9]:@firebase/component@0.7.3
@firebase/storage@0.14.3
@firebase/storage-types@0.8.4
[@firebase/util](https://
Configuration
📅 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.