Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency fast-xml-parser to v4 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fast-xml-parser ^3.21.1 -> ^4.5.1 age adoption passing confidence

Release Notes

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

v4.5.1

Compare Source

v4.5.0

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.7

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4: Security Fix

Compare Source

Update to this release if you use entity parsing in Fast XML Parser.

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.15

Compare Source

v4.0.14

Compare Source

v4.0.13

Compare Source

v4.0.12

Compare Source

v4.0.11

Compare Source

v4.0.10

Compare Source

v4.0.9

Compare Source

v4.0.8

Compare Source

v4.0.7

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0: v4

Compare Source

  • Generating different combined, parser only, builder only, validator only browser bundles
  • Keeping cjs modules as they can be imported in cjs and esm modules both. Otherwise refer esm branch.

4.0.0-beta.8 / 2021-12-13

  • call tagValueProcessor for stop nodes

4.0.0-beta.7 / 2021-12-09

  • fix Validator bug when an attribute has no value but '=' only
  • XML Builder should suppress unpaired tags by default.
  • documents update for missing features
  • refactoring to use Object.assign
  • refactoring to remove repeated code

4.0.0-beta.6 / 2021-12-05

  • Support PI Tags processing
  • Support suppressBooleanAttributes by XML Builder for attributes with value true.

4.0.0-beta.5 / 2021-12-04

  • fix: when a tag with name "attributes"

4.0.0-beta.4 / 2021-12-02

  • Support HTML document parsing
  • skip stop nodes parsing when building the XML from JS object
  • Support external entites without DOCTYPE
  • update dev dependency: strnum v1.0.5 to fix long number issue

4.0.0-beta.3 / 2021-11-30

  • support global stopNodes expression like "*.stop"
  • support self-closing and paired unpaired tags
  • fix: CDATA should not be parsed.
  • Fix typings for XMLBuilder (#​396)(By Anders Emil Salvesen)
  • supports XML entities, HTML entities, DOCTYPE entities

⚠️ 4.0.0-beta.2 / 2021-11-19

  • rename attrMap to attibutes in parser output when preserveOrder:true
  • supports unpairedTags

⚠️ 4.0.0-beta.1 / 2021-11-18

  • Parser returns an array now
    • to make the structure common
    • and to return root level detail
  • renamed cdataTagName to cdataPropName
  • Added commentPropName
  • fix typings

⚠️ 4.0.0-beta.0 / 2021-11-16

  • Name change of many configuration properties.
    • attrNodeName to attributesGroupName
    • attrValueProcessor to attributeValueProcessor
    • parseNodeValue to parseTagValue
    • ignoreNameSpace to removeNSPrefix
    • numParseOptions to numberParseOptions
    • spelling correction for suppressEmptyNode
  • Name change of cli and browser bundle to fxparser
  • isArray option is added to parse a tag into array
  • preserveOrder option is added to render XML in such a way that the result js Object maintains the order of properties same as in XML.
  • Processing behaviour of tagValueProcessor and attributeValueProcessor are changes with extra input parameters
  • j2xparser is renamed to XMLBuilder.
  • You need to build XML parser instance for given options first before parsing XML.
  • fix #​327, #​336: throw error when extra text after XML content
  • fix #​330: attribute value can have '\n',
  • fix #​350: attributes can be separated by '\n' from tagname

Configuration

📅 Schedule: Branch creation - "after 7am on the first day of the month" (UTC), 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 added the dependencies label Feb 1, 2022
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from d93f161 to 245bdd5 Compare February 4, 2022 02:14
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 245bdd5 to 9c9d852 Compare February 15, 2022 01:57
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch 4 times, most recently from 8da8df0 to a156926 Compare March 8, 2022 04:07
@renovate renovate bot changed the title Update dependency fast-xml-parser to v4 fix(deps): update dependency fast-xml-parser to v4 Mar 12, 2022
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from a156926 to e50eb2a Compare March 18, 2022 04:02
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from e50eb2a to 3b13367 Compare May 1, 2022 09:59
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch 2 times, most recently from d62db47 to 305806c Compare June 1, 2022 11:06
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 305806c to 34f9f74 Compare July 1, 2022 12:04
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 34f9f74 to be0bcb0 Compare July 10, 2022 04:43
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from be0bcb0 to ef1e50d Compare September 14, 2022 03:55
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from ef1e50d to 348d1fa Compare October 5, 2022 14:07
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 348d1fa to 34fd221 Compare November 19, 2022 14:18
@renovate renovate bot changed the title fix(deps): update dependency fast-xml-parser to v4 Update dependency fast-xml-parser to v4 Dec 17, 2022
@renovate renovate bot changed the title Update dependency fast-xml-parser to v4 fix(deps): update dependency fast-xml-parser to v4 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 34fd221 to 3b79551 Compare January 7, 2023 08:44
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch 2 times, most recently from 4f8ab94 to 9d6b067 Compare January 25, 2023 07:27
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch 2 times, most recently from 873c100 to 1b53e78 Compare February 3, 2023 03:32
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 1b53e78 to 77028d4 Compare February 12, 2023 15:37
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 77028d4 to a4242b2 Compare March 16, 2023 07:04
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch 2 times, most recently from ab2fb94 to 4ce6f0b Compare April 9, 2023 11:12
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch 2 times, most recently from f00d834 to 9a13393 Compare April 19, 2023 02:47
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 9a13393 to 58d8d0e Compare May 1, 2023 08:19
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch 2 times, most recently from 87d7692 to 8f066d9 Compare June 6, 2023 02:27
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 8f066d9 to f035a79 Compare June 22, 2023 15:47
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from f035a79 to d4d5680 Compare July 17, 2023 14:28
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from d4d5680 to 00ad537 Compare July 30, 2023 09:27
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch 2 times, most recently from f4b8dfb to 0a3cca8 Compare September 24, 2023 06:40
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 0a3cca8 to 1887150 Compare October 2, 2023 16:56
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 1887150 to 07b7517 Compare November 1, 2023 07:43
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 07b7517 to 45d22e1 Compare January 10, 2024 06:24
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 45d22e1 to 7484bbf Compare January 30, 2024 13:17
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 7484bbf to 7eeddef Compare February 24, 2024 05:03
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 7eeddef to 07617b0 Compare March 16, 2024 09:01
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 07617b0 to 946a3e5 Compare May 18, 2024 14:42
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 946a3e5 to f5f1f8f Compare July 28, 2024 02:03
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from f5f1f8f to 8fef84c Compare September 3, 2024 08:56
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 8fef84c to 83ca328 Compare December 15, 2024 09:12
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from 83ca328 to f2ea3ad Compare January 1, 2025 07:58
@renovate renovate bot force-pushed the renovate/fast-xml-parser-4.x branch from f2ea3ad to c6268d5 Compare January 23, 2025 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants