Skip to content

Bump fast-xml-parser and @aws-sdk/s3-request-presigner#1948

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-5d3e81f32f
Open

Bump fast-xml-parser and @aws-sdk/s3-request-presigner#1948
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-5d3e81f32f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Removes fast-xml-parser. It's no longer used after updating ancestor dependency @aws-sdk/s3-request-presigner. These dependencies need to be updated together.

Removes fast-xml-parser

Updates @aws-sdk/s3-request-presigner from 3.971.0 to 3.987.0

Release notes

Sourced from @​aws-sdk/s3-request-presigner's releases.

v3.987.0

3.987.0(2026-02-10)

Chores
  • client-iotanalytics: remove iot analytics due to service shutdown (#7727) (e3140d04)
  • client-evidently: remove evidently due to service shutdown (#7725) (5b9942f9)
New Features
  • clients: update client endpoints as of 2026-02-10 (1bee3fec)
  • client-rds: This release adds backup configuration for RDS and Aurora restores, letting customers set backup retention period and preferred backup window during restore. It also enables viewing backup settings when describing snapshots or automated backups for instances and clusters. (dfcf7f3d)
  • client-bedrock-agentcore: Added AgentCore browser proxy configuration support, allowing routing of browser traffic through HTTP and HTTPS proxy servers with authentication and bypass rules. (9bdc1cf8)
  • client-eks: Introducing an optional policy field, an IAM policy applied to pod identity associations in addition to IAM role policies. When specified, pod permissions are the intersection of IAM role policies and the policy field, ensuring the principle of least privilege. (c35168e3)
  • client-connect: Amazon Connect now supports per-channel auto-accept and After Contact Work (ACW) timeouts. Configure agents with auto-accept and ACW timeout settings for chat, tasks, emails, and callbacks. Use the new UpdateUserConfig API to manage these settings. (9408c413)
  • client-kafka: Amazon MSK adds three new APIs, CreateTopic, UpdateTopic, and DeleteTopic for managing Kafka topics in your MSK clusters. (cc06eb6f)

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

v3.986.0

3.986.0(2026-02-09)

Chores
  • codegen: smithy-typescript-aws-codegen 0.44.0 (#7719) (1a8de1bf)
Documentation Changes
  • client-lakeformation: Allow cross account v5 in put data lake settings (e10aebc6)
  • client-transfer: This release adds a documentation update for MdnResponse of type "ASYNC" (a9087979)
New Features
  • clients: update client endpoints as of 2026-02-09 (b81f169c)
  • client-connectcampaignsv2: Add the missing event type for WhatsApp (6b19703e)
  • client-pcs: Introduces RESUMING state for clusters, compute node groups, and queues. (78ec45d5)
  • client-eks: Amazon EKS adds a new DescribeUpdate update type, VendedLogsUpdate, to support an integration between EKS Auto Mode and Amazon CloudWatch Vended Logs. (85135c4a)
  • client-neptunedata: Added edgeOnlyLoad boolean parameter to Neptune bulk load request. When TRUE, files are loaded in order without scanning. When FALSE (default), the loader scans files first, then loads vertex files before edge files automatically. (012843ab)
  • client-imagebuilder: EC2 Image Builder now supports wildcard patterns in lifecycle policies with recipes and enhances the experience of tag-scoped policies. (f015ab63)
  • client-ec2: Amazon Secondary Networks is a networking feature that provides high-performance, low-latency connectivity for specialized workloads. (0ba27c28)
Tests
  • middleware-websocket: improve integ test for websocket (#7718) (e25063ae)

... (truncated)

Changelog

Sourced from @​aws-sdk/s3-request-presigner's changelog.

3.987.0 (2026-02-10)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.986.0 (2026-02-09)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.985.0 (2026-02-06)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.984.0 (2026-02-05)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.983.0 (2026-02-04)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.982.0 (2026-02-03)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.981.0 (2026-02-02)

... (truncated)

Commits

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.

Removes [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). It's no longer used after updating ancestor dependency [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner). These dependencies need to be updated together.


Removes `fast-xml-parser`

Updates `@aws-sdk/s3-request-presigner` from 3.971.0 to 3.987.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.987.0/packages/s3-request-presigner)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@aws-sdk/s3-request-presigner"
  dependency-version: 3.987.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Feb 11, 2026
@github-project-automation github-project-automation bot moved this to Backlog in LEMS Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

0 participants