Skip to content

chore(deps): update dependency fast-xml-parser to v5.9.3#321

Open
specmatic-builder wants to merge 1 commit into
masterfrom
renovate/fast-xml-parser-5.x-lockfile
Open

chore(deps): update dependency fast-xml-parser to v5.9.3#321
specmatic-builder wants to merge 1 commit into
masterfrom
renovate/fast-xml-parser-5.x-lockfile

Conversation

@specmatic-builder

@specmatic-builder specmatic-builder commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v5.9.3

Compare Source

What's Changed

New Contributors

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

v5.9.2

Compare Source

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

v5.9.1

Compare Source

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

v5.9.0: update strnum, use is-unsafe

Compare Source

  • update strnum to 2.3.0
    • you can set hex, binary, enotation, infinity, unicode
  • validate unsafe HTML or XML data in doctype entities unsing 'is-unsafe' library. User can override rules by overriding EntityDecoder.

v5.8.0: update strnum, FXB. Use xml-naming for DOCTYPE

Compare Source

  • integrate xml-naming to validate DOCTYPE entity name and notation name (using qname because of backward compatibility)
    • This will consider xml-version as well. '1.0' is default
  • update strnum to 2.3.0
    • You can set octal and binary parsing which is by deault off
  • update fast-xml-builder to 1.2.0
    • can sanitize tag names if found invalid
    • fix format output

v5.7.3: fix minor old bugs and update builder

Compare Source

  • fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
  • fix stop node expression when ns prefix is removed (found by iruizsalinas)
  • update XML Builder to 1.1.7
  • mark addEntity deprecated

v5.7.2: backward compatibility for numerical external entity, fix #​705, #​817

Compare Source

  • allow numerical external entity for backward compatibility
  • fix #​705: attributesGroupName working with preserveOrder
  • fix #​817: stackoverflow when tag expression is very long

v5.7.1: upgrade @​nodable/entities and FXB

Compare Source

  • Use @nodable/entities v2.1.0
    • breaking changes
      • single entity scan. You're not allowed to use entity value to form another entity name.
      • you cant add numeric external entity
      • entity error message when expantion limit is crossed might change
    • typings are updated for new options related to process entity
    • please follow documentation of @nodable/entities for more detail.
    • performance
      • if processEntities is false, then there should not be impact on performance.
      • if processEntities is true, but you dont pass entity decoder separately then performance may degrade by approx 8-10%
      • if processEntities is true, and you pass entity decoder separately
        • if no entity then performance should be same as before
        • if there are entities then performance should be increased from past versions
    • ignoreAttributes is not required to be set to set xml version for NCR entity value
  • update 'fast-xml-builder' to sanitize malicious CDATA and comment's content

Configuration

📅 Schedule: (UTC)

  • 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 force-pushed the renovate/fast-xml-parser-5.x-lockfile branch 2 times, most recently from 92ea29f to 600c3b3 Compare June 18, 2026 01:00
@specmatic-builder specmatic-builder changed the title chore(deps): update dependency fast-xml-parser to v5.9.0 chore(deps): update dependency fast-xml-parser to v5.9.2 Jun 18, 2026
@specmatic-builder specmatic-builder force-pushed the renovate/fast-xml-parser-5.x-lockfile branch from 600c3b3 to 57c2f04 Compare June 19, 2026 01:06
@specmatic-builder specmatic-builder force-pushed the renovate/fast-xml-parser-5.x-lockfile branch from 57c2f04 to 592eecf Compare June 20, 2026 00:56
@specmatic-builder specmatic-builder changed the title chore(deps): update dependency fast-xml-parser to v5.9.2 chore(deps): update dependency fast-xml-parser to v5.9.3 Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant