Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2025

Bumps fast-xml-parser from 4.3.6 to 4.4.1.

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.

Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

5.2.5 / 2025-06-08

  • Inform user to use fxp-cli instead of in-built CLI feature
  • Export typings for direct use

5.2.4 / 2025-06-06

  • fix (#747): fix EMPTY and ANY with ELEMENT in DOCTYPE

5.2.3 / 2025-05-11

  • fix (#747): support EMPTY and ANY with ELEMENT in DOCTYPE

5.2.2 / 2025-05-05

  • fix (#746): update strnum to fix parsing issues related to enotations

5.2.1 / 2025-04-22

  • fix: read DOCTYPE entity value correctly
  • read DOCTYPE NOTATION, ELEMENT exp but not using read values

5.2.0 / 2025-04-03

5.1.0 / 2025-04-02

  • feat: declare package as side-effect free (#738) (By Thomas Bouffard)
  • fix cjs build mode
  • fix builder return type to string

5.0.9 / 2025-03-14

  • fix: support numeric entities with values over 0xFFFF (#726) (By Marc Durdin)
  • fix: update strnum to fix parsing 0 if skiplike option is used

5.0.8 / 2025-02-27

  • fix parsing 0 if skiplike option is used.
    • updating strnum dependency

5.0.7 / 2025-02-25

  • fix (#724) typings for cjs.

5.0.6 / 2025-02-20

5.0.5 / 2025-02-20

  • fix parsing of string starting with 'e' or 'E' by updating strnum

5.0.4 / 2025-02-20

  • fix CLI to support all the versions of node js when displaying library version.
  • fix CJS import in v5

... (truncated)

Commits
  • d40e29c update package detail and browser bundles
  • d0bfe8a fix maxlength for currency value
  • 2c14fcf Update bug-report-or-unexpected-output.md
  • acf610f fix #634: build attributes with oneListGroup and attributesGroupName (#653)
  • 931e910 fix: get oneListGroup to work as expected for array of strings (#662)
  • b8e40c8 Update ISSUE_TEMPLATE.md
  • a6265ba chore: add trend image (#658)
  • db1c548 redesign README.md
  • 338a2c6 Rename 1.Getting Started.md to 1.GettingStarted.md
  • c762537 Rename v5 docs filenames (#659)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.3.6 to 4.4.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@v4.3.6...v4.4.1)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 4.4.1
  dependency-type: direct:development
...

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 Jun 20, 2025
@dependabot dependabot bot requested review from a team as code owners June 20, 2025 10:37
@grigasp grigasp closed this Jun 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 20, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@grigasp grigasp reopened this Jun 20, 2025
@grigasp grigasp enabled auto-merge (squash) June 20, 2025 10:56
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Tree-Widget benchmark

Benchmark suite Current: 95b6956 Previous: 6bb80f1 Deviation Status
categories tree creates initial filtered view for 50k items 2414.97 ms 2510.66 ms -3.81% 〰️
categories tree creates initial filtered view for 50k items (P95 of main thread blocks) 1667 ms 1686 ms -1.13% 〰️
categories tree changing category visibility changes visibility for 50k subCategories 10646.65 ms 10433.74 ms 2.04% 〰️
categories tree changing category visibility changes visibility for 50k subCategories (P95 of main thread blocks) 4021 ms 3502 ms 14.82% 🚨
categories tree changing definition container visibility changes visibility for 50k categories 7328.57 ms 6665.74 ms 9.94% 〰️
categories tree changing definition container visibility changes visibility for 50k categories (P95 of main thread blocks) 4096 ms 3980 ms 2.91% 〰️
models tree creates initial filtered view for 50k target items 2399.81 ms 2239.55 ms 7.16% 〰️
models tree creates initial filtered view for 50k target items (P95 of main thread blocks) 354 ms 77 ms 359.74% 🚨
models tree changing model visibility changes visibility for 50k elements 53845.62 ms 51880.27 ms 3.79% 〰️
models tree changing model visibility changes visibility for 50k elements (P95 of main thread blocks) 310 ms 294 ms 5.44% 〰️
models tree changing category visibility changes visibility for 50k elements 53811.6 ms 50770.24 ms 5.99% 〰️
models tree changing category visibility changes visibility for 50k elements (P95 of main thread blocks) 293 ms 382 ms -23.30%
models tree changing per-model-category override changes visibility for 50k elements 52054.12 ms 50632.69 ms 2.81% 〰️
models tree changing per-model-category override changes visibility for 50k elements (P95 of main thread blocks) 293 ms 275 ms 6.55% 〰️
models tree changing element visibility changes only parent nodes visibility with 50k elements 51982.24 ms 52375.19 ms -0.75% 〰️
models tree changing element visibility changes only parent nodes visibility with 50k elements (P95 of main thread blocks) 515 ms 490 ms 5.10% 〰️

This comment was automatically generated by workflow using github-action-benchmark.

@grigasp grigasp merged commit 834cdd6 into master Jun 20, 2025
24 of 26 checks passed
@grigasp grigasp deleted the dependabot/npm_and_yarn/packages/itwin/tree-widget/fast-xml-parser-4.4.1 branch June 20, 2025 11:12
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