fix(deps): update non-major dependencies#767
Merged
Merged
Conversation
leomp12
approved these changes
Jun 8, 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:
^5.3.0→^5.3.1^18.3.29→^18.3.30^8.59.4→^8.60.1^8.59.4→^8.60.1^1.16.1→^1.17.0^12.13.0→^12.14.0^8.0.7→^8.0.10^7.8.1→^7.8.2^2.9.14→^2.9.16Release Notes
googleapis/google-cloud-node (@google-cloud/pubsub)
v5.3.1Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.60.1Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.60.0Compare Source
This was a version bump only for eslint-plugin 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.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.60.1Compare 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.
v8.60.0Compare 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.17.0Compare Source
v1.17.0 — June 1, 2026
This release adds Node HTTP zstd decompression, hardens config and release workflows, and fixes authentication, header, proxy, and type-handling regressions.
🔒 Security Fixes
socketPath,params, andparamsSerializerreads with own-property checks to prevent inherited prototype values from affecting request behavior, including SSRF-sensitive paths. (#10901, #10922)🚀 New Features
transitional.advertiseZstdAcceptEncodingcontrolling whetherzstdis advertised inAccept-Encoding. (#6792, #10920)🐛 Bug Fixes
httpsAgentTLS options when tunneling HTTPS requests through HTTP CONNECT proxies. (#10957)Content-Typefor React NativeFormDataso multipart boundaries can be generated correctly. (#10898)resolveConfigfrom an arrow default export to a named function export to avoid webpack and Babel transform interop failures. (#10891)AxiosHeaders.toJSON()return types and updated CommonJSisCanceltypings to narrow toCanceledError<T>. (#10956, #10952)Authorizationheader from the GitHub build helper whenGITHUB_TOKENis unset. (#10931)🔧 Maintenance & Chores
Http2Sessionsinto its own helper module and added direct unit coverage for session pooling, timeout, and cleanup behavior. (#10861)filesallowlist and dropping unneeded unminified bundle source maps. (#10939)fs-extra,qs, docs dependencies, and GitHub Actions dependencies includingactions/dependency-review-actionandzizmorcore/zizmor-action. (#10871, #10879, #10918, #10919, #10934, #10947, #10954, #10960)🌟 New Contributors
We are thrilled to welcome our new contributors. Thank you for helping improve axios:
Full Changelog
firebase/firebase-js-sdk (firebase)
v12.14.0Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/ai@2.13.0
Minor Changes
f0752a0#9800 - AddinitializeDeviceModel()method to allow explicit initialization of on-device model in hybrid mode.bd08cae#9926 - Change "beta" (public preview) tags to "public" (generally available) for all hybrid inference features.Patch Changes
bd2644b#9956 (fixes #9938) - Fix a bug that causedChatSession.sendMessageStream()andTemplateChatSession.sendMessageStream()to send duplicate user turns in the request.firebase@12.14.0
Minor Changes
3b337b9#9917 - Add new API and deprecate old API for creating and deleting fcm registrationf0752a0#9800 - AddinitializeDeviceModel()method to allow explicit initialization of on-device model in hybrid mode.d5b0f61#9913 - Added minimum and maximum FieldValue operationsbd08cae#9926 - Change "beta" (public preview) tags to "public" (generally available) for all hybrid inference features.Patch Changes
2697919#9845 (fixes #9732) - Updated_isAvailable()to use retry logic for the initial IndexedDB availability check, preventing incorrect fallbacks to in-memory persistence in environments where transactions may occasionally drop on startup.Updated dependencies [
3b337b9,bd2644b,2697919,f0752a0,d5b0f61,4d3f71a,85f6f4e,d675580,bd08cae,51e93fc,a1a2455]:@firebase/messaging@0.13.0
@firebase/app@0.14.13
@firebase/ai@2.13.0
@firebase/auth@1.13.2
@firebase/auth-compat@0.6.7
@firebase/firestore@4.15.0
@firebase/remote-config@0.8.4
@firebase/app-check@0.11.4
@firebase/data-connect@0.7.1
@firebase/messaging-compat@0.2.27
@firebase/functions@0.13.5
@firebase/app-compat@0.5.13
@firebase/firestore-compat@0.4.10
@firebase/remote-config-compat@0.2.25
@firebase/app-check-compat@0.4.4
@firebase/functions-compat@0.4.5
@firebase/firestore@4.15.0
Minor Changes
d5b0f61#9913 - Added minimum and maximum FieldValue operationsPatch Changes
85f6f4e#9985 - Improved robustness and logging in query listen stream creation and re-creation@firebase/messaging@0.13.0
Minor Changes
3b337b9#9917 - Add new API and deprecate old API for creating and deleting fcm registrationPatch Changes
a1a2455#9916 - Fix delivery metrics Firelog flushing when BigQuery export is enabled: schedule the first flush immediately (next timer tick) instead of waiting a fullLOG_INTERVAL_IN_MS, start processing only when there are queued events (so enabling export with an empty queue does not arm a day-long idle timer that blocks laterstageLogflushes), and ensure staging a log starts the service when needed. When export is disabled, clear any queued events and cancel pending flush timers immediately (rather than waiting for the background loop).Updated dependencies [
3b337b9]:@firebase/messaging-interop-types@0.2.5
@firebase/app@0.14.13
Patch Changes
@firebase/app-check@0.11.4
Patch Changes
d675580#9987 - Fix a bug wheregetLimitedUseToken()did not correctly get a limited use token because it did not send thelimited_useparam.@firebase/app-check-compat@0.4.4
Patch Changes
d675580]:@firebase/app-compat@0.5.13
Patch Changes
@firebase/auth@1.13.2
Patch Changes
2697919#9845 (fixes #9732) - Updated_isAvailable()to use retry logic for the initial IndexedDB availability check, preventing incorrect fallbacks to in-memory persistence in environments where transactions may occasionally drop on startup.@firebase/auth-compat@0.6.7
Patch Changes
2697919#9845 (fixes #9732) - Updated_isAvailable()to use retry logic for the initial IndexedDB availability check, preventing incorrect fallbacks to in-memory persistence in environments where transactions may occasionally drop on startup.Updated dependencies [
2697919]:@firebase/auth@1.13.2
@firebase/data-connect@0.7.1
Patch Changes
51e93fc#9936 - Eliminated the 1-minute delay before closing idle backend connections to save resources.@firebase/firestore-compat@0.4.10
Patch Changes
d5b0f61,85f6f4e]:@firebase/functions@0.13.5
Patch Changes
3b337b9]:@firebase/functions-compat@0.4.5
Patch Changes
@firebase/messaging-compat@0.2.27
Patch Changes
3b337b9,a1a2455]:@firebase/messaging-interop-types@0.2.5
Patch Changes
3b337b9#9917 - Add new API and deprecate old API for creating and deleting fcm registration@firebase/remote-config@0.8.4
Patch Changes
4d3f71a#9981 - Call update experiment when the last running experiment is stopped@firebase/remote-config-compat@0.2.25
Patch Changes
4d3f71a]:nodemailer/nodemailer (nodemailer)
v8.0.10Compare Source
Bug Fixes
v8.0.9Compare Source
Bug Fixes
v8.0.8Compare Source
Bug Fixes
npm/node-semver (semver)
v7.8.2Compare Source
Bug Fixes
bea6028#870 increment dotted prerelease identifiers (#870) (@liuzemei, @SheldonNeo)vercel/turborepo (turbo)
v2.9.16: Turborepo v2.9.16Compare Source
What's Changed
Changelog
.gitwhen using--no-gitflag by @anthonyshew in #12968Full Changelog: vercel/turborepo@v2.9.15...v2.9.16
v2.9.15: Turborepo v2.9.15Compare Source
What's Changed
Changelog
with-vite-module-federationexample by @gioboa in #12794TaskHashTracker-basedexpect()calls by @anthonyshew in #12836PackageGraphroot invariants by @anthonyshew in #12841expect()calls by @anthonyshew in #12845globwalk'sexpect()callsites by @anthonyshew in #12871turbopath'sexpect()callsites by @anthonyshew in #12872turbo-trace'sexpect()allow by @anthonyshew in #12876expect()usage by @anthonyshew in #12882boundaries'sexpect()usage by @anthonyshew in #12887turborepo-process'sunwrap()usage by @anthonyshew in #12888turborepo-process'sexpect()usage by @anthonyshew in #12891turbopath'sunwrap()usage by @anthonyshew in #12884auth'sexpect()usage by @anthonyshew in #12895turborepo-boundaries'sunwrap()usage by @anthonyshew in #12896turborepo-wax'sexpect()usage by @anthonyshew in #12901turborepo-filewatch'sexpect()usage by @anthonyshew in #12903turborepo-cache'sexpect()usage by @anthonyshew in #12902turborepo-daemon'sexpect()usage by @anthonyshew in #12904turborepo-engine'sunwrap()usage by @anthonyshew in #12906turborepo-lockfilesexpect()usage by @anthonyshew in #12910turborepo-lockfiles'sunwrap()usage by @anthonyshew in #12911turborepo-vt100'sunwrap()usage by @anthonyshew in #12913turborepo-lib'sunwrap()usage by @anthonyshew in #12915turborepo-lib'sexpect()usage by @anthonyshew in #12914experimentalCIobject config by @anthonyshew in #12934Configuration
📅 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.