Skip to content

Bump fast-xml-parser from 5.3.6 to 5.7.1#361

Merged
jhroemer merged 1 commit intomainfrom
dependabot/npm_and_yarn/fast-xml-parser-5.7.1
Apr 19, 2026
Merged

Bump fast-xml-parser from 5.3.6 to 5.7.1#361
jhroemer merged 1 commit intomainfrom
dependabot/npm_and_yarn/fast-xml-parser-5.7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Bumps fast-xml-parser from 5.3.6 to 5.7.1.

Release notes

Sourced from fast-xml-parser's releases.

upgrade @​nodable/entities and FXB

  • 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

use @​nodable/entities to replace entities

  • No API change
  • No change in performance for basic usage
  • No typing change
  • No config change
  • new dependency
  • breaking: error messages for entities might have been changed.

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

performance improvment, increase entity expansion default limit

  • increase default entity explansion limit as many projects demand for that
maxEntitySize: 10000,
maxExpansionDepth: 10000,
maxTotalExpansions: Infinity,
maxExpandedLength: 100000,
maxEntityCount: 1000,
  • performance improvement
    • reduce calls to toString
    • early return when entities are not present
    • prepare rawAttrsForMatcher only if user sets jPath: false

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

fix typins and matcher instance in callbacks

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

fix bugs of entity parsing and value parsing

fix: entity expansion limits update strnum package to 2.2.0

... (truncated)

Commits
  • 0f08303 fix typo
  • f529642 update to release v5.7.0
  • 52a8583 Revert "improve performance of attributes reading"
  • 8d187f9 update builder
  • e174168 improve performance of attributes reading
  • 79a8dde update docs
  • f5cd5a5 set xml version to decoder even if attributes are ignored
  • f44b923 remove unwanted tests
  • 869ec8b Use @​nodable/entities v2.1.0
  • 7cb49e5 update release detail
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.6 to 5.7.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.3.6...v5.7.1)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.7.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 18, 2026
@github-actions
Copy link
Copy Markdown

⚠️ Duplicate Dependencies (found: 30, threshold: 1)

📦 Package 📋 Versions
semver
2 versions
  • jensroemer-astro@0.0.1
    • @astrojs/solid-js@5.1.3
      • vite-plugin-solid@2.11.10
        • @babel/core@7.28.5
          • @babel/helper-compilation-targets@7.27.2
            • semver@6.3.1

  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • semver@7.7.3

lru-cache
2 versions
  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • unstorage@1.17.4
        • lru-cache@11.2.4

  • jensroemer-astro@0.0.1
    • @astrojs/solid-js@5.1.3
      • vite-plugin-solid@2.11.10
        • @babel/core@7.28.5
          • @babel/helper-compilation-targets@7.27.2
            • lru-cache@5.1.1

@babel/helper-module-imports
2 versions
  • jensroemer-astro@0.0.1
    • @astrojs/solid-js@5.1.3
      • vite-plugin-solid@2.11.10
        • babel-preset-solid@1.9.10
          • babel-plugin-jsx-dom-expressions@0.40.3
            • @babel/helper-module-imports@7.18.6

  • jensroemer-astro@0.0.1
    • @astrojs/solid-js@5.1.3
      • vite-plugin-solid@2.11.10
        • @babel/core@7.28.5
          • @babel/helper-module-transforms@7.28.3
            • @babel/helper-module-imports@7.27.1

eslint-visitor-keys
3 versions
  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • @eslint-community/eslint-utils@4.9.1
        • eslint-visitor-keys@3.4.3

  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • @eslint/eslintrc@3.3.1
        • espree@10.4.0
          • eslint-visitor-keys@4.2.1

  • jensroemer-astro@0.0.1
    • eslint-plugin-astro@1.6.0
      • astro-eslint-parser@1.3.0
        • @typescript-eslint/scope-manager@8.57.2
          • @typescript-eslint/visitor-keys@8.57.2
            • eslint-visitor-keys@5.0.1

@humanwhocodes/retry
2 versions
  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • @humanfs/node@0.16.6
        • @humanwhocodes/retry@0.3.1

  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • @humanwhocodes/retry@0.4.2

estree-walker
2 versions
  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • @rollup/pluginutils@5.3.0
        • estree-walker@2.0.2

  • jensroemer-astro@0.0.1
    • @astrojs/mdx@4.3.13
      • @mdx-js/mdx@3.1.1
        • estree-walker@3.0.3

tailwindcss
2 versions
  • jensroemer-astro@0.0.1
    • @tailwindcss/vite@4.1.18
      • @tailwindcss/node@4.1.18
        • tailwindcss@4.1.18

  • jensroemer-astro@0.0.1
    • tailwindcss@4.2.2

@types/unist
2 versions
  • jensroemer-astro@0.0.1
    • @astrojs/mdx@4.3.13
      • ...
        • mdast-util-mdx-jsx@3.2.0
          • parse-entities@4.0.2
            • @types/unist@2.0.11

  • jensroemer-astro@0.0.1
    • @astrojs/mdx@4.3.13
      • @astrojs/markdown-remark@6.3.10
        • hast-util-from-html@2.0.3
          • @types/hast@3.0.4
            • @types/unist@3.0.3

ignore
2 versions
  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • @eslint/eslintrc@3.3.1
        • ignore@5.3.2

  • jensroemer-astro@0.0.1
    • typescript-eslint@8.57.2
      • @typescript-eslint/eslint-plugin@8.57.2
        • ignore@7.0.5

balanced-match
2 versions
  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • @eslint/config-array@0.21.1
        • minimatch@3.1.2
          • brace-expansion@1.1.11
            • balanced-match@1.0.2

  • jensroemer-astro@0.0.1
    • typescript-eslint@8.57.2
      • ...
        • minimatch@10.2.4
          • brace-expansion@5.0.5
            • balanced-match@4.0.4

brace-expansion
2 versions
  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • @eslint/config-array@0.21.1
        • minimatch@3.1.2
          • brace-expansion@1.1.11

  • jensroemer-astro@0.0.1
    • typescript-eslint@8.57.2
      • ...
        • @typescript-eslint/typescript-estree@8.57.2
          • minimatch@10.2.4
            • brace-expansion@5.0.5

minimatch
2 versions
  • jensroemer-astro@0.0.1
    • typescript-eslint@8.57.2
      • @typescript-eslint/eslint-plugin@8.57.2
        • @typescript-eslint/type-utils@8.57.2
          • @typescript-eslint/typescript-estree@8.57.2
            • minimatch@10.2.4

  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • @eslint/config-array@0.21.1
        • minimatch@3.1.2

ansi-regex
2 versions
  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • ...
        • string-width@4.2.3
          • strip-ansi@6.0.1
            • ansi-regex@5.0.1

  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • boxen@8.0.1
        • string-width@7.2.0
          • strip-ansi@7.1.0
            • ansi-regex@6.1.0

emoji-regex
2 versions
  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • boxen@8.0.1
        • string-width@7.2.0
          • emoji-regex@10.4.0

  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • boxen@8.0.1
        • ansi-align@3.0.1
          • string-width@4.2.3
            • emoji-regex@8.0.0

string-width
2 versions
  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • boxen@8.0.1
        • ansi-align@3.0.1
          • string-width@4.2.3

  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • boxen@8.0.1
        • string-width@7.2.0

strip-ansi
2 versions
  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • boxen@8.0.1
        • ansi-align@3.0.1
          • string-width@4.2.3
            • strip-ansi@6.0.1

  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • boxen@8.0.1
        • string-width@7.2.0
          • strip-ansi@7.1.0

ansi-styles
2 versions
  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • chalk@4.1.2
        • ansi-styles@4.3.0

  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • boxen@8.0.1
        • wrap-ansi@9.0.0
          • ansi-styles@6.2.1

picomatch
2 versions
  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • unstorage@1.17.4
        • anymatch@3.1.3
          • picomatch@2.3.1

  • jensroemer-astro@0.0.1
    • @astrojs/solid-js@5.1.3
      • vite@6.4.1
        • picomatch@4.0.3

chalk
2 versions
  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • chalk@4.1.2

  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • boxen@8.0.1
        • chalk@5.4.1

css-tree
2 versions
  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • svgo@4.0.0
        • csso@5.0.5
          • css-tree@2.2.1

  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • svgo@4.0.0
        • css-tree@3.1.0

mdn-data
2 versions
  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • svgo@4.0.0
        • csso@5.0.5
          • css-tree@2.2.1
            • mdn-data@2.0.28

  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • svgo@4.0.0
        • css-tree@3.1.0
          • mdn-data@2.12.2

entities
2 versions
  • jensroemer-astro@0.0.1
    • @astrojs/mdx@4.3.13
      • @astrojs/markdown-remark@6.3.10
        • hast-util-from-html@2.0.3
          • parse5@7.2.1
            • entities@4.5.0

  • jensroemer-astro@0.0.1
    • eslint-plugin-astro@1.6.0
      • astro-eslint-parser@1.3.0
        • entities@6.0.1

escape-string-regexp
2 versions
  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • escape-string-regexp@4.0.0

  • jensroemer-astro@0.0.1
    • @astrojs/mdx@4.3.13
      • ...
        • mdast-util-gfm-autolink-literal@2.0.1
          • mdast-util-find-and-replace@3.0.2
            • escape-string-regexp@5.0.0

globals
2 versions
  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • @eslint/eslintrc@3.3.1
        • globals@14.0.0

  • jensroemer-astro@0.0.1
    • eslint-plugin-astro@1.6.0
      • globals@16.5.0

glob-parent
2 versions
  • jensroemer-astro@0.0.1
    • eslint-plugin-astro@1.6.0
      • astro-eslint-parser@1.3.0
        • fast-glob@3.3.3
          • glob-parent@5.1.2

  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • glob-parent@6.0.2

fsevents
2 versions
  • jensroemer-astro@0.0.1
    • @astrojs/solid-js@5.1.3
      • vite@6.4.1
        • rollup@4.39.0
          • fsevents@2.3.2

  • jensroemer-astro@0.0.1
    • @astrojs/solid-js@5.1.3
      • vite@6.4.1
        • fsevents@2.3.3

property-information
2 versions
  • jensroemer-astro@0.0.1
    • @astrojs/mdx@4.3.13
      • ...
        • hast-util-raw@9.1.0
          • hast-util-to-parse5@8.0.0
            • property-information@6.5.0

  • jensroemer-astro@0.0.1
    • @astrojs/mdx@4.3.13
      • ...
        • hast-util-from-parse5@8.0.3
          • hastscript@9.0.1
            • property-information@7.0.0

nanoid
2 versions
  • jensroemer-astro@0.0.1
    • @astrojs/solid-js@5.1.3
      • vite@6.4.1
        • postcss@8.5.3
          • nanoid@3.3.11

  • jensroemer-astro@0.0.1
    • ts-generate-mock-data@0.0.2
      • nanoid@5.1.2

p-limit
2 versions
  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • find-up@5.0.0
        • locate-path@6.0.0
          • p-locate@5.0.0
            • p-limit@3.1.0

  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • p-limit@6.2.0

yocto-queue
2 versions
  • jensroemer-astro@0.0.1
    • eslint@9.39.2
      • ...
        • p-locate@5.0.0
          • p-limit@3.1.0
            • yocto-queue@0.1.0

  • jensroemer-astro@0.0.1
    • astro@5.16.13
      • p-limit@6.2.0
        • yocto-queue@1.2.1

💡 To find out what depends on a specific package, run: npm ls example-package

📊 Dependency Size Changes

Warning

This PR adds 721.5 kB of new dependencies, which exceeds the threshold of 100 kB.

📦 Package 📏 Size
fast-xml-parser@5.3.6 → fast-xml-parser@5.7.1 370.7 kB
fast-xml-builder@1.1.5 156.1 kB
path-expression-matcher@1.5.0 145.2 kB
@nodable/entities@2.1.0 60.3 kB
strnum@2.1.2 → strnum@2.2.3 -10.7 kB

Total size change: 721.5 kB

@sonarqubecloud
Copy link
Copy Markdown

@jhroemer jhroemer merged commit 31d973e into main Apr 19, 2026
4 checks passed
@jhroemer jhroemer deleted the dependabot/npm_and_yarn/fast-xml-parser-5.7.1 branch April 19, 2026 15:30
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant