Skip to content

fix(deps): update non-major dependencies#713

Merged
leomp12 merged 1 commit intomainfrom
renovate/many-minor-patch
Mar 9, 2026
Merged

fix(deps): update non-major dependencies#713
leomp12 merged 1 commit intomainfrom
renovate/many-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2026

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) ^20.4.2^20.4.3 age confidence
@commitlint/config-conventional (source) ^20.4.2^20.4.3 age confidence
@commitlint/rules (source) ^20.4.2^20.4.3 age confidence
@types/node (source) ^20.19.35^20.19.37 age confidence
axios (source) ^1.13.5^1.13.6 age confidence
fast-xml-parser ^5.3.7^5.4.2 age confidence
firebase (source, changelog) ^12.9.0^12.10.0 age confidence
firebase-functions ^7.0.6^7.1.0 age confidence
lint-staged ^16.2.7^16.3.2 age confidence
turbo (source) ^2.8.11^2.8.13 age confidence
unocss (source) ^66.6.2^66.6.5 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.4.3

Compare Source

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.4.3

Compare Source

Bug Fixes
conventional-changelog/commitlint (@​commitlint/rules)

v20.4.3

Compare Source

Bug Fixes
axios/axios (axios)

v1.13.6

Compare Source

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#​5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#​7385)

🐛 Bug Fixes

  • Environment Compatibility:

    • Fixed module exports for React Native and Browserify environments. (#​7386)
    • Added safe FormData detection for the WeChat Mini Program environment. (#​7324)
  • Error Handling:

    • AxiosError.message is now correctly enumerable. (#​7392)
    • AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation. (#​7403)

🔧 Maintenance & Chores

🌟 New Contributors

We are thrilled to welcome our new contributors! Thank you for helping improve the project:

Full Changelog: v1.13.5...v1.13.6

NaturalIntelligence/fast-xml-parser (fast-xml-parser)

v5.4.2

Compare Source

v5.4.1

Compare Source

v5.4.0: Separate Builder

Compare Source

XML Builder was the part of fast-xml-parser for years. But considering that any bug in builder may false-alarm the users who are only using parser and vice-versa, we have decided to split it into a separate package.

Migration

To migrate to fast-xml-builder;

From

import { XMLBuilder } from "fast-xml-parser";

To

import  XMLBuilder  from "fast-xml-builder";

XMLBuilder will be removed from current package in any next major version of this library. So better to migrate.

v5.3.9: support strictReservedNames

Compare Source

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.3.9...v5.3.9

firebase/firebase-js-sdk (firebase)

v12.10.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.9.0

Minor Changes
  • 47f8521 #​9489 - Added automatic function calling capability when using ChatSession.
Patch Changes

@​firebase/data-connect@​0.4.0

Minor Changes
  • eebba69 #​9439 - Add Memory-Based caching to Queries in Firebase Data Connect.
Patch Changes

firebase@​12.10.0

Minor Changes
  • 14d9745 #​9483 - Support added for mapSet, mapValues, mapEntries, mapKeys Pipelines expressions.

  • 47f8521 #​9489 - Added automatic function calling capability when using ChatSession.

  • f8996c4 #​9479 - Support added for the following string Pipeline expressions: stringRepeat, stringReplaceOne, stringReplaceAll, stringIndexOf, ltrim, rtrim.

  • eebba69 #​9439 - Add Memory-Based caching to Queries in Firebase Data Connect.

  • 659d9bb #​9576 - Add support for first, last, array_agg and array_agg_distinct expressions

  • 852162b #​9498 - Add support for rand and trunc pipeline expressions

  • 6041509 #​9484 - feat(firestore): Support added for the isType Pipeline expression.

Patch Changes

@​firebase/firestore@​4.12.0

Minor Changes
  • 14d9745 #​9483 - Support added for mapSet, mapValues, mapEntries, mapKeys Pipelines expressions.

  • f8996c4 #​9479 - Support added for the following string Pipeline expressions: stringRepeat, stringReplaceOne, stringReplaceAll, stringIndexOf, ltrim, rtrim.

  • 659d9bb #​9576 - Add support for first, last, array_agg and array_agg_distinct expressions

  • 852162b #​9498 - Add support for rand and trunc pipeline expressions

  • 6041509 #​9484 - feat(firestore): Support added for the isType Pipeline expression.

Patch Changes

@​firebase/util@​1.14.0

Minor Changes
  • eebba69 #​9439 - Add Memory-Based caching to Queries in Firebase Data Connect.

@​firebase/analytics@​0.10.20

Patch Changes

@​firebase/analytics-compat@​0.2.26

Patch Changes

@​firebase/app@​0.14.9

Patch Changes

@​firebase/app-check@​0.11.1

Patch Changes

@​firebase/app-check-compat@​0.4.1

Patch Changes

@​firebase/app-compat@​0.5.9

Patch Changes

@​firebase/auth@​1.12.1

Patch Changes

@​firebase/auth-compat@​0.6.3

Patch Changes

@​firebase/component@​0.7.1

Patch Changes

@​firebase/database@​1.1.1

Patch Changes

@​firebase/database-compat@​2.1.1

Patch Changes

@​firebase/database-types@​1.0.17

Patch Changes

@​firebase/firestore-compat@​0.4.6

Patch Changes

@​firebase/functions@​0.13.2

Patch Changes

@​firebase/functions-compat@​0.4.2

Patch Changes

@​firebase/installations@​0.6.20

Patch Changes

@​firebase/installations-compat@​0.2.20

Patch Changes

@​firebase/messaging@​0.12.24

Patch Changes

@​firebase/messaging-compat@​0.2.24

Patch Changes

@​firebase/performance@​0.7.10

Patch Changes

@​firebase/performance-compat@​0.2.23

Patch Changes

@​firebase/remote-config@​0.8.1

Patch Changes

@​firebase/remote-config-compat@​0.2.22

Patch Changes

@​firebase/storage@​0.14.1

Patch Changes

@​firebase/storage-compat@​0.4.1

Patch Changes
firebase/firebase-functions (firebase-functions)

v7.1.0

Compare Source

lint-staged/lint-staged (lint-staged)

v16.3.2

Compare Source

Patch Changes
  • #​1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

v16.3.1

Compare Source

Patch Changes
  • #​1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Compare Source

Minor Changes
  • #​1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #​1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes
  • #​1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
vercel/turborepo (turbo)

v2.8.13: Turborepo v2.8.13

Compare Source

What's Changed

@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.12...v2.8.13

unocss/unocss (unocss)

v66.6.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v66.6.4

Compare Source

   🚀 Features
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 9, 2026
@leomp12 leomp12 merged commit e384c29 into main Mar 9, 2026
3 checks passed
@leomp12 leomp12 deleted the renovate/many-minor-patch branch March 9, 2026 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant