also looking at this
chore(deps): update all non-major dependencies
#79This PR contains the following updates:
Package Updates Summary
| Type | Count |
|---|---|
| 📦 NPM Packages | 1 |
| 🔧 System Dependencies | 1 |
| Total | 2 |
📦 npm Dependencies
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| fast-xml-parser (source) | 5.3.5 -> 5.4.2 |
🔧 System Dependencies
| Package | Change | Type | File |
|---|---|---|---|
| bun.com | ^1.3.2 → ^1.3.4 | 🟢 patch | deps.yaml |
Release Notes
NaturalIntelligence/fast-xml-parser (fast-xml-parser)
5.3.5 -> 5.4.2
v5.4.0
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.
Released by amitguptagwl on 2/25/2026
v5.3.9
Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.9...v5.3.9
Released by amitguptagwl on 2/25/2026
v5.3.8
- support maxNestedTags
- handle non-array input for XML builder when preserveOrder is true (By Angelo Coetzee)
- save use of js properies Full Changelog: https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.7...v5.3.8
Released by amitguptagwl on 2/25/2026
📊 Package Statistics
- fast-xml-parser: 65,866,363 weekly downloads
- bun.com: Popular JavaScript runtime and package manager
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Buddy 🤖
3 changed files on the files tab, with 0 review threads.