Skip to content

Bump fast-xml-parser and @aws-sdk/client-appsync in /serverless-graphql-api/javascript-appsync-sam-js#309

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/serverless-graphql-api/javascript-appsync-sam-js/multi-cdd2b5bb4b
Closed

Bump fast-xml-parser and @aws-sdk/client-appsync in /serverless-graphql-api/javascript-appsync-sam-js#309
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/serverless-graphql-api/javascript-appsync-sam-js/multi-cdd2b5bb4b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps fast-xml-parser to 5.4.1 and updates ancestor dependency @aws-sdk/client-appsync. These dependencies need to be updated together.

Updates fast-xml-parser from 4.0.11 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

Entity security and performance

  • Improve security and performance of entity processing
    • new options maxEntitySize, maxExpansionDepth, maxTotalExpansions, maxExpandedLength, allowedTags,tagFilter
    • fast return when no edtity is present
    • improvement replacement logic to reduce number of calls

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

v5.3.5

What's Changed

... (truncated)

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.5.3 / 2026-03-11

  • upgrade builder

5.5.2 / 2026-03-11

  • update dependency to fix typings

5.5.1 / 2026-03-10

  • fix dependency

5.5.0 / 2026-03-10

  • support path-expression-matcher
  • fix: stopNode should not be parsed
  • performance improvement for stopNode checking

5.4.2 / 2026-03-03

  • support maxEntityCount option

5.4.1 / 2026-02-25

  • fix (#785) unpairedTag node should not have tag content

5.4.0 / 2026-02-25

  • migrate to fast-xml-builder

5.3.9 / 2026-02-25

  • support strictReservedNames

5.3.8 / 2026-02-25

  • support maxNestedTags
  • handle non-array input for XML builder when preserveOrder is true (By Angelo Coetzee)
  • save use of js properies

5.3.7 / 2026-02-20

5.3.6 / 2026-02-14

  • Improve security and performance of entity processing
    • new options maxEntitySize, maxExpansionDepth, maxTotalExpansions, maxExpandedLength, allowedTags,tagFilter
    • fast return when no edtity is present
    • improvement replacement logic to reduce number of calls

5.3.5 / 2026-02-08

  • fix: Escape regex char in entity name
  • update strnum to 2.1.2

... (truncated)

Commits
  • 4e7ca80 update release info
  • 36023b4 fix (#785) unpairedTag node should not have tag content
  • b366026 separate builder
  • 6f333a8 update release info
  • c3ffbab support strictReservedNames
  • c692040 update release info
  • 107e34c avoid {} to create an empty object
  • 60835a4 support maxNestedTags
  • f55657c avoid direct call to hasOwnProperty
  • c13a961 handle non-array input for XML builder when preserveOrder is true
  • Additional commits viewable in compare view

Updates @aws-sdk/client-appsync from 3.241.0 to 3.1008.0

Release notes

Sourced from @​aws-sdk/client-appsync's releases.

v3.1008.0

3.1008.0(2026-03-12)

Chores
  • disable TypeScript detection when env var is 'true' (#7838) (b21a7826)
New Features
  • clients: update client endpoints as of 2026-03-12 (c33f9da7)
  • client-datasync: DataSync's 3 location types, Hadoop Distributed File System (HDFS), FSx for Windows File Server (FSx Windows), and FSx for NetApp ONTAP (FSx ONTAP) now have credentials managed via Secrets Manager, which may be encrypted with service keys or be configured to use customer-managed keys or secret. (dee9cb3e)
  • client-ecr: Add Chainguard to PTC upstreamRegistry enum (4f3727d3)
  • client-s3: Adds support for account regional namespaces for general purpose buckets. The account regional namespace is a reserved subdivision of the global bucket namespace where only your account can create general purpose buckets. (17910287)
Bug Fixes
  • util-user-agent-node: read typescript version from app package.json (#7840) (5253141c)

For list of updated packages, view updated-packages.md in assets-3.1008.0.zip

v3.1007.0

3.1007.0(2026-03-11)

New Features
  • clients: update client endpoints as of 2026-03-11 (b7f094d3)
  • client-eks: Adds support for a new tier in controlPlaneScalingConfig on EKS Clusters. (289c5b71)
  • client-sagemaker: SageMaker training plans allow you to extend your existing training plans to avoid workload interruptions without workload reconfiguration. When a training plan is approaching expiration, you can extend it directly through the SageMaker AI console or programmatically using the API or AWS CLI. (85b667e0)
  • client-customer-profiles: Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions. (810cc7be)
  • client-polly: Added support for the new voices - Ambre (fr-FR), Beatrice (it-IT), Florian (fr-FR), Lennart (de-DE), Lorenzo (it-IT) and Tiffany (en-US). They are available as a Generative voices only. (44817c34)
  • client-simpledbv2: Introduced Amazon SimpleDB export functionality enabling domain data export to S3 in JSON format. Added three new APIs StartDomainExport, GetExport, and ListExports via SimpleDBv2 service. Supports cross-region exports and KMS encryption. (0de020c7)
  • client-workspaces: Added WINDOWS SERVER 2025 OperatingSystemName. (bf045be8)

For list of updated packages, view updated-packages.md in assets-3.1007.0.zip

v3.1006.0

3.1006.0(2026-03-10)

Documentation Changes
  • client-database-migration-service: Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings (fbbd78b2)
New Features

... (truncated)

Changelog

Sourced from @​aws-sdk/client-appsync's changelog.

3.1008.0 (2026-03-12)

Note: Version bump only for package @​aws-sdk/client-appsync

3.1007.0 (2026-03-11)

Note: Version bump only for package @​aws-sdk/client-appsync

3.1006.0 (2026-03-10)

Note: Version bump only for package @​aws-sdk/client-appsync

3.1005.0 (2026-03-09)

Note: Version bump only for package @​aws-sdk/client-appsync

3.1004.0 (2026-03-06)

Note: Version bump only for package @​aws-sdk/client-appsync

3.1003.0 (2026-03-05)

Note: Version bump only for package @​aws-sdk/client-appsync

3.1002.0 (2026-03-04)

... (truncated)

Commits
  • 543c385 Publish v3.1008.0
  • 7718940 Publish v3.1007.0
  • fa4dc50 Publish v3.1006.0
  • e692718 Publish v3.1005.0
  • 2b96330 test(snapshot-testing): implement response snapshots (#7803)
  • 7c08152 Publish v3.1004.0
  • 4c36ea3 Publish v3.1003.0
  • 8ddd544 chore: bump '@smithy/*' dependencies (#7822)
  • 6b5b50b chore(clients): strip trailing periods when the last character is non-alphanu...
  • 03dad66 chore: set downlevel types to be used in typescript@'<4.5' (#7817)
  • Additional commits viewable in compare view

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) to 5.4.1 and updates ancestor dependency [@aws-sdk/client-appsync](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-appsync). These dependencies need to be updated together.


Updates `fast-xml-parser` from 4.0.11 to 5.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.0.11...v5.4.1)

Updates `@aws-sdk/client-appsync` from 3.241.0 to 3.1008.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-appsync/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1008.0/clients/client-appsync)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.4.1
  dependency-type: indirect
- dependency-name: "@aws-sdk/client-appsync"
  dependency-version: 3.1008.0
  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 Mar 13, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2026

Superseded by #323.

@dependabot dependabot bot closed this Mar 25, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/serverless-graphql-api/javascript-appsync-sam-js/multi-cdd2b5bb4b branch March 25, 2026 17:24
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