Skip to content

Bump fast-xml-parser and @aptuitiv/website-build-tools in /test - #46

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/test/multi-8642a360ee
Open

Bump fast-xml-parser and @aptuitiv/website-build-tools in /test#46
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/test/multi-8642a360ee

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 28, 2026

Copy link
Copy Markdown

Removes fast-xml-parser. It's no longer used after updating ancestor dependency @aptuitiv/website-build-tools. These dependencies need to be updated together.

Removes fast-xml-parser

Updates @aptuitiv/website-build-tools from 1.13.1 to 1.35.0

Release notes

Sourced from @​aptuitiv/website-build-tools's releases.

v1.35.0

[1.35.0] - 2026-02-23

Changed

  • Improved the resiliency of the FTP functionality. Also batch the notifications for file uploads to prevent overloading system notifications.
  • Updated packages. Could not update eslint to version 10 because eslint-plugin-import-x in @aptuitiv/eslint-config-aptuitiv doesn’t support it yet. Could not upgrade to Stylelint 17 because stylelint-selector-bem-pattern does not support it yet.

v1.34.0

[1.34.0] - 2026-01-20

Changed

  • Removed the ai-cursor package.json script. So far this has been completely unused.

v1.33.0

[1.33.0] - 2025-10-23

Changed

  • Updated packages.
  • Added markdown lint configuration.
  • Added Cursor rules for websites and a method to copy them to a website. npm run ai-cursor or aptuitiv-build ai cursor.

v1.32.0

[1.32.0] - 2025-07-22

Changed

  • Only write the formatted JSON to the file if it’s different from the original.

Fixed

  • Fixed issue where the theme configuration file would not be written to during a watch event when reformatting.

v1.31.0

[1.31.0] - 2025-07-22

Changed

  • Improved the error handling when validating theme config files. Errors are now caught and output to the console instead of stopping a task.
  • Added validation to the theme config push command.

v1.30.1

[1.30.1] - 2025-07-22

Fixed

  • Fixed the script for pulling theme images.

... (truncated)

Changelog

Sourced from @​aptuitiv/website-build-tools's changelog.

[1.35.0] - 2026-02-23

Changed

  • Improved the resiliency of the FTP functionality. Also batch the notifications for file uploads to prevent overloading system notifications.
  • Updated packages. Could not update eslint to version 10 because eslint-plugin-import-x in @aptuitiv/eslint-config-aptuitiv doesn’t support it yet. Could not upgrade to Stylelint 17 because stylelint-selector-bem-pattern does not support it yet.

[1.34.0] - 2026-01-20

Changed

  • Removed the ai-cursor package.json script. So far this has been completely unused.

[1.33.0] - 2025-10-23

Changed

  • Updated packages.
  • Added markdown lint configuration.
  • Added Cursor rules for websites and a method to copy them to a website. npm run ai-cursor or aptuitiv-build ai cursor.

[1.32.0] - 2025-07-22

Changed

  • Only write the formatted JSON to the file if it’s different from the original.

Fixed

  • Fixed issue where the theme configuration file would not be written to during a watch event when reformatting.

[1.31.0] - 2025-07-22

Changed

  • Improved the error handling when validating theme config files. Errors are now caught and output to the console instead of stopping a task.
  • Added validation to the theme config push command.

[1.30.1] - 2025-07-22

Fixed

  • Fixed the script for pulling theme images.

[1.30.0] - 2025-07-22

Changed

  • When the config/theme-settings.json and config/theme-styles.json files are processed they will now be validated and formatted. This will help prevent JSON errors and keep the files in a consistent format.

... (truncated)

Commits
  • 825a23c Merge branch 'release/v1.35.0'
  • 03a615c Updated version to 1.35.0
  • 87b2f36 Updated packages
  • 64b0b65 Added claude code gitignore
  • 22dbcbb Updated packages
  • 804207e Improved the resiliency of the FTP program
  • b53b62c JSON formatting, no functional change
  • 3a60d43 CSS formatting - no functional change
  • 994486a Javascript formatting - no functional change
  • 1c34fef Markdown formatting
  • 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.

Note

Medium Risk
Moderate risk because a large @aptuitiv/website-build-tools version jump can change local build/lint/watch/upload behavior, though the change is scoped to the test package dependencies.

Overview
Updates the test package to use @aptuitiv/website-build-tools ^1.35.0 and refreshes package-lock.json accordingly.

Removes fast-xml-parser from the dependency set (no longer referenced/needed after the tooling update).

Written by Cursor Bugbot for commit 07aa662. This will update automatically on new commits. Configure here.

Removes [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). It's no longer used after updating ancestor dependency [@aptuitiv/website-build-tools](https://github.com/aptuitiv/website-build-tools). These dependencies need to be updated together.


Removes `fast-xml-parser`

Updates `@aptuitiv/website-build-tools` from 1.13.1 to 1.35.0
- [Release notes](https://github.com/aptuitiv/website-build-tools/releases)
- [Changelog](https://github.com/aptuitiv/website-build-tools/blob/develop/CHANGELOG.md)
- [Commits](aptuitiv/website-build-tools@v1.13.1...v1.35.0)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@aptuitiv/website-build-tools"
  dependency-version: 1.35.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 Feb 28, 2026
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