Skip to content

chore(deps): update dependency fast-xml-parser to v5.5.9 - autoclosed#307

Closed
specmatic-builder wants to merge 1 commit intomasterfrom
renovate/fast-xml-parser-5.x-lockfile
Closed

chore(deps): update dependency fast-xml-parser to v5.5.9 - autoclosed#307
specmatic-builder wants to merge 1 commit intomasterfrom
renovate/fast-xml-parser-5.x-lockfile

Conversation

@specmatic-builder
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fast-xml-parser 5.3.65.5.9 age adoption passing confidence

Release Notes

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

v5.5.9: fix typins and matcher instance in callbacks

Compare Source

combine typings file to avoid configuration changes
pass readonly instance of matcher to the call backs to avoid accidental push/pop call

v5.5.8

Compare Source

v5.5.7: fix bugs of entity parsing and value parsing

Compare Source

fix: entity expansion limits
update strnum package to 2.2.0

v5.5.6: fix entity expansion and incorrect replacement and performance

Compare Source

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

v5.5.5: support onDangerousProperty

Compare Source

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

v5.5.4

Compare Source

v5.5.3

Compare Source

v5.5.2: update dependecies to fix typings

Compare Source

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

v5.5.1: integrate path-expression-matcher

Compare Source

  • support path-expression-matcher
  • fix: stopNode should not be parsed
  • performance improvement for stopNode checking

v5.5.0

Compare Source

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

v5.3.8: handle non-array input for XML builder && support maxNestedTags

Compare Source

v5.3.7: CJS typing fix

Compare Source

What's Changed

New Contributors

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


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot. Specmatic specific configuration is managed here.

@specmatic-builder specmatic-builder changed the title chore(deps): update dependency fast-xml-parser to v5.5.9 chore(deps): update dependency fast-xml-parser to v5.5.9 - autoclosed Mar 29, 2026
@specmatic-builder specmatic-builder deleted the renovate/fast-xml-parser-5.x-lockfile branch March 29, 2026 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant