Skip to content

chore(deps): update dependency fast-xml-parser to v5.8.0#112

Merged
kroese merged 1 commit into
masterfrom
renovate/fast-xml-parser-5.x-lockfile
May 12, 2026
Merged

chore(deps): update dependency fast-xml-parser to v5.8.0#112
kroese merged 1 commit into
masterfrom
renovate/fast-xml-parser-5.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 27, 2026

This PR contains the following updates:

Package Change Age Confidence
fast-xml-parser 5.7.05.8.0 age confidence

Release Notes

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update dependency fast-xml-parser to v5.7.2 chore(deps): update dependency fast-xml-parser to v5.7.3 May 5, 2026
@renovate renovate Bot force-pushed the renovate/fast-xml-parser-5.x-lockfile branch from a8f5bd5 to 21b19df Compare May 5, 2026 02:14
@renovate renovate Bot changed the title chore(deps): update dependency fast-xml-parser to v5.7.3 chore(deps): update dependency fast-xml-parser to v5.8.0 May 12, 2026
@renovate renovate Bot force-pushed the renovate/fast-xml-parser-5.x-lockfile branch from 21b19df to 7d01aa2 Compare May 12, 2026 04:57
@kroese kroese merged commit 6aca455 into master May 12, 2026
@kroese kroese deleted the renovate/fast-xml-parser-5.x-lockfile branch May 12, 2026 11:07
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