Skip to content

chore(deps): bump fast-xml-parser from 4.4.0 to 4.5.6 in /docs/guides/examples/counter-dapp/frontend#933

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/docs/guides/examples/counter-dapp/frontend/fast-xml-parser-4.5.6
Open

chore(deps): bump fast-xml-parser from 4.4.0 to 4.5.6 in /docs/guides/examples/counter-dapp/frontend#933
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/docs/guides/examples/counter-dapp/frontend/fast-xml-parser-4.5.6

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps fast-xml-parser from 4.4.0 to 4.5.6.

Release notes

Sourced from fast-xml-parser's releases.

Summary update on all the previous releases from v4.2.4

  • Multiple minor fixes provided in the validator and parser
  • v6 is added for experimental use.
  • ignoreAttributes support function, and array of string or regex
  • Add support for parsing HTML numeric entities
  • v5 of the application is ESM module now. However, JS is also supported

Note: Release section in not updated frequently. Please check CHANGELOG or Tags for latest release information.

Commits

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 4.4.0 to 4.5.6.
- [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@v4.4.0...v4.5.6)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 4.5.6
  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 9, 2026
@cursor
Copy link
Copy Markdown

cursor Bot commented Apr 9, 2026

PR Summary

Low Risk
Low risk dependency metadata update confined to the example counter-dapp frontend; main risk is unexpected build/runtime differences from the fast-xml-parser patch update or lockfile regen.

Overview
Bumps the fast-xml-parser dependency in docs/guides/examples/counter-dapp/frontend to 4.5.6, updating the resolved tarball/integrity and package metadata in package-lock.json.

The lockfile also reflects a regeneration that removes dev: true flags from several platform-specific optional @rollup/* packages (no functional source changes).

Reviewed by Cursor Bugbot for commit 872f87b. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 872f87b. Configure here.

"cpu": [
"arm"
],
"dev": true,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rollup optional packages lost dev-only classification

Low Severity

The "dev": true flag was removed from all 16 @rollup/rollup-* platform-specific binary packages as an unintended side effect of the fast-xml-parser bump. These are optional dependencies of rollup, which itself is only needed via the vite devDependency. Without the "dev": true flag, these platform binaries will now be included in production installs (npm ci --omit=dev), unnecessarily increasing install size and time. This change is unrelated to the stated purpose of bumping fast-xml-parser.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 872f87b. Configure here.

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.

0 participants