build(deps): bump fast-xml-parser from 5.3.6 to 5.4.1 by dependabot[bot] · Pull Request #992 · docker/actions-toolkit (original) (raw)

Bumps fast-xml-parser from 5.3.6 to 5.4.1.

Release notes

Sourced from fast-xml-parser's releases.

Separate Builder

XML Builder was the part of fast-xml-parser for years. But considering that any bug in builder may false-alarm the users who are only using parser and vice-versa, we have decided to split it into a separate package.

Migration

To migrate to fast-xml-builder;

From

import { XMLBuilder } from "fast-xml-parser";

To

import XMLBuilder from "fast-xml-builder";

XMLBuilder will be removed from current package in any next major version of this library. So better to migrate.

support strictReservedNames

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

handle non-array input for XML builder && support maxNestedTags

CJS typing fix

What's Changed

New Contributors

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.3.6...v5.3.7

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.

Note: Due to some last quick changes on v4, detail of v4.5.3 & v4.5.4 are not updated here. v4.5.4x is the last tag of v4 in github repository. I'm extremely sorry for the confusion

5.4.1 / 2026-02-25

5.4.0 / 2026-02-25

5.3.9 / 2026-02-25

5.3.8 / 2026-02-25

5.3.7 / 2026-02-20

5.3.6 / 2026-02-14

5.3.5 / 2026-02-08

5.3.4 / 2026-01-30

5.3.3 / 2025-12-12

5.3.2 / 2025-11-14

5.3.1 / 2025-11-03

5.3.0 / 2025-10-03

... (truncated)

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: