Skip to content

chore(deps): bump fast-xml-parser and @nextcloud/eslint-config#530

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-e18a706b22
Open

chore(deps): bump fast-xml-parser and @nextcloud/eslint-config#530
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-e18a706b22

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps fast-xml-parser to 5.10.0 and updates ancestor dependency @nextcloud/eslint-config. These dependencies need to be updated together.

Updates fast-xml-parser from 4.5.6 to 5.10.0

Release notes

Sourced from fast-xml-parser's releases.

v5.10.0

What's Changed

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

v5.9.3

What's Changed

New Contributors

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

v5.9.2

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

v5.9.1

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

update strnum, use is-unsafe

  • update strnum to 2.3.0
    • you can set hex, binary, enotation, infinity, unicode
  • validate unsafe HTML or XML data in doctype entities unsing 'is-unsafe' library. User can override rules by overriding EntityDecoder.

update strnum, FXB. Use xml-naming for DOCTYPE

  • integrate xml-naming to validate DOCTYPE entity name and notation name (using qname because of backward compatibility)
    • This will consider xml-version as well. '1.0' is default
  • update strnum to 2.3.0
    • You can set octal and binary parsing which is by deault off
  • update fast-xml-builder to 1.2.0
    • can sanitize tag names if found invalid
    • fix format output

fix minor old bugs and update builder

  • fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
  • fix stop node expression when ns prefix is removed (found by iruizsalinas)
  • update XML Builder to 1.1.7
  • mark addEntity deprecated

backward compatibility for numerical external entity, fix #705, #817

  • allow numerical external entity for backward compatibility
  • fix #705: attributesGroupName working with preserveOrder
  • fix #817: stackoverflow when tag expression is very long

upgrade @​nodable/entities and FXB

... (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.10.0 / 2026-07-11

  • upgrade:
    • xml-naming v0.3.0: cache support
    • PEM v1.6.2: sibling bug fix
    • is-unsafe v2.0.0: tree shaking

*5.9.3 / 2026-06-19

  • update strnum

*5.9.2 / 2026-06-17

  • dummy release to test changes in github action

*5.9.1 / 2026-06-17

  • dummy release to test release from github action

*5.9.0 / 2026-06-15

  • update strnum to 2.3.0
    • you can set hex, binary, enotation, infinity, unicode
  • validate unsafe HTML or XML data in doctype entities unsing 'is-unsafe' library. User can override rules by overriding EntityDecoder.

*5.8.0 / 2026-05-12

  • integrate xml-naming to validate DOCTYPE entity name and notation name (using qname becaue of backward compatibility)
    • This will consider xml-version as well. '1.0' is default
  • update strnum to 2.3.0
    • You can set octal and binary parsing which is bydeault off
  • update fast-xml-builder to 1.2.0
    • can sanitize tag names if found invalid
    • fix format output

5.7.3 / 2006-05-05

  • fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
  • fix stop node expression when ns prefix is removed (found by iruizsalinas)
  • update XML Builder to 1.1.7
  • mark addEntity deprecated

5.7.2 / 2026-04-25

  • allow numerical external entity for backward compatibility
  • fix #705: attributesGroupName working with preserveOrder
  • fix #817: stackoverflow when tag expression is very long

5.7.1 / 2026-04-20

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for fast-xml-parser since your current version.


Updates @nextcloud/eslint-config from 8.4.2 to 9.0.1

Release notes

Sourced from @​nextcloud/eslint-config's releases.

v9.0.1

v9.0.1 (2026-07-07)

Fixed

  • fix(vue): error on vue/attributes-order and vue/order-in-components instead of warn #1445 (susnux)
  • fix: no-deprecated-library-* rules incorrectly behave for nextcloud/vue syntax #1452 (Antreesy)
  • fix(no-deprecated-library-props): support win32 filesystem and different @nextcloud/vue directory structures #1454 (ShGKme)
  • fix(no-deprecated-library-props): support camelCase attributes #1453 (Antreesy)
  • fix: increase min. Node version to 22.14 #1455 (susnux)

v9.0.0

v9.0.0 (2026-06-26)

Breaking

This package now is using ESLint v10 and requires ESLint flat configurations. Please refer to the README on how to adjust your configuration for flat config.

Potential pitfalls

Some of the used eslint plugins still keep a ESLint v8 compatibility, this can cause some issues if not all packages are updated to the ESLint v10 compatible version.

If you see a linter error like the one below make sure to update all nested dependencies, either using the sledge hammer method (remove the lock file and run npm i) or by running npm update.

TypeError: scopeManager.addGlobals is not a function

Added

  • feat: migrate to ESLint v10 #1323 (susnux)
  • feat: new modular config for (and with) ESLint v9 support #887
  • feat: merge plugin repository #899
  • feat: enforce non-breaking spaces before ellipsis for translations #948
  • feat: add special config for libraries #949
  • feat: add import and export rules #981
  • feat: introduce @​nextcloud/vue eslint plugin #939
  • feat(codeStyle): enforce top-level-function #1033 (ShGKme)
  • feat(nextcloud-vue): add rule for deprecated NcButton props #1045 (susnux)
  • feat(vue): add vue/no-useless-v-bind rule #1063 (susnux)
  • feat(vue): add vue/prefer-separate-static-class rule #1065 (susnux)
  • feat(vue3): add script-setup releated rules #1064 (susnux)
  • feat(no-deprecated-props): extend existing rules to support other components #1069 (Antreesy)
  • feat(imports): add custom plugin to suggest file extensions #1110 (susnux)
  • feat(filesystem): ignore all files within the .gitignore #1108 (susnux)
  • feat(l10n-plugin): also handle vue templates #1113 (susnux)
  • feat(nextcloud-vue-plugin): deprecate additional props #1163 (Antreesy)
  • feat(nextcloud-vue-plugin): deprecate additional exports #1162 (Antreesy)
  • feat(nextcloud-vue-plugin): deprecate NcPopover props #1165 (Antreesy)
  • feat(vue): add vue/component-options-name-casing with PascalCase #1261 (ShGKme)
  • feat(vue3): force camelCase for events in <script> #1262 (ShGKme)
  • feat(vue3): force camelCase for events in \<template> #1263 (ShGKme)
  • feat(vue3): force camelCase for slot names #1264 (ShGKme)
  • feat(vue3): force camelCase for props in template #1266 (ShGKme)

... (truncated)

Changelog

Sourced from @​nextcloud/eslint-config's changelog.

v9.0.1 (2026-07-07)

Fixed

  • fix(vue): error on vue/attributes-order and vue/order-in-components instead of warn #1445 (susnux)
  • fix: no-deprecated-library-* rules incorrectly behave for nextcloud/vue syntax #1452 (Antreesy)
  • fix(no-deprecated-library-props): support win32 filesystem and different @nextcloud/vue directory structures #1454 (ShGKme)
  • fix(no-deprecated-library-props): support camelCase attributes #1453 (Antreesy)
  • fix: increase min. Node version to 22.14 #1455 (susnux)

v9.0.0 (2026-06-26)

Breaking

This package now is using ESLint v10 and requires ESLint flat configurations. Please refer to the README on how to adjust your configuration for flat config.

Potential pitfalls

Some of the used eslint plugins still keep a ESLint v8 compatibility, this can cause some issues if not all packages are updated to the ESLint v10 compatible version.

If you see a linter error like the one below make sure to update all nested dependencies, either using the sledge hammer method (remove the lock file and run npm i) or by running npm update.

TypeError: scopeManager.addGlobals is not a function

Added

  • feat: migrate to ESLint v10 #1323 (susnux)
  • feat: new modular config for (and with) ESLint v9 support #887
  • feat: merge plugin repository #899
  • feat: enforce non-breaking spaces before ellipsis for translations #948
  • feat: add special config for libraries #949
  • feat: add import and export rules #981
  • feat: introduce @​nextcloud/vue eslint plugin #939
  • feat(codeStyle): enforce top-level-function #1033 (ShGKme)
  • feat(nextcloud-vue): add rule for deprecated NcButton props #1045 (susnux)
  • feat(vue): add vue/no-useless-v-bind rule #1063 (susnux)
  • feat(vue): add vue/prefer-separate-static-class rule #1065 (susnux)
  • feat(vue3): add script-setup releated rules #1064 (susnux)
  • feat(no-deprecated-props): extend existing rules to support other components #1069 (Antreesy)
  • feat(imports): add custom plugin to suggest file extensions #1110 (susnux)
  • feat(filesystem): ignore all files within the .gitignore #1108 (susnux)
  • feat(l10n-plugin): also handle vue templates #1113 (susnux)
  • feat(nextcloud-vue-plugin): deprecate additional props #1163 (Antreesy)
  • feat(nextcloud-vue-plugin): deprecate additional exports #1162 (Antreesy)
  • feat(nextcloud-vue-plugin): deprecate NcPopover props #1165 (Antreesy)
  • feat(vue): add vue/component-options-name-casing with PascalCase #1261 (ShGKme)
  • feat(vue3): force camelCase for events in <script> #1262 (ShGKme)
  • feat(vue3): force camelCase for events in \<template> #1263 (ShGKme)
  • feat(vue3): force camelCase for slot names #1264 (ShGKme)
  • feat(vue3): force camelCase for props in template #1266 (ShGKme)
  • feat(import): enforce consistent types imports and ban usage of inline type specifiers #1382 (susnux)

Fixed

... (truncated)

Commits
  • 660197b Merge pull request #1456 from nextcloud-libraries/chore/v901
  • f466ba3 chore: prepare v9.0.1
  • 3755602 Merge pull request #1455 from nextcloud-libraries/fix/reg-node
  • c3e12f3 Merge pull request #1453 from nextcloud-libraries/fix/1001/adjust-rules-camel...
  • 282d890 fix: support camelCase attributes for deprecations
  • 6e88372 fix: increase min. Node version to 22.14
  • 4f469a3 Merge pull request #1454 from nextcloud-libraries/fix/find-package-json-lib
  • 1662e34 fix(no-deprecated-library-props): support win32 fs
  • 0e56404 Merge pull request #1447 from nextcloud-libraries/dependabot/npm_and_yarn/esl...
  • 60bb082 Merge pull request #1452 from nextcloud-libraries/fix/1001/adjust-rules
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​nextcloud/eslint-config since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 13, 2026
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) to 5.10.0 and updates ancestor dependency [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config). These dependencies need to be updated together.


Updates `fast-xml-parser` from 4.5.6 to 5.10.0
- [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.5.6...v5.10.0)

Updates `@nextcloud/eslint-config` from 8.4.2 to 9.0.1
- [Release notes](https://github.com/nextcloud-libraries/eslint-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/eslint-config/blob/main/CHANGELOG.md)
- [Commits](nextcloud-libraries/eslint-config@v8.4.2...v9.0.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
  dependency-version: 9.0.1
  dependency-type: direct:development
- dependency-name: fast-xml-parser
  dependency-version: 5.10.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-e18a706b22 branch from f4aa993 to 016a85c Compare July 13, 2026 07:05
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