Skip to content

[CSR-0] chore: Bump xmlbuilder2 from 3.1.1 to 4.0.3 - #384

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/xmlbuilder2-4.0.3
Closed

[CSR-0] chore: Bump xmlbuilder2 from 3.1.1 to 4.0.3#384
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/xmlbuilder2-4.0.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps xmlbuilder2 from 3.1.1 to 4.0.3.

Changelog

Sourced from xmlbuilder2's changelog.

[4.0.3] - 2025-11-01

Bug Fixes

  • Fixed a bug where text-only element nodes were printed on new lines in callback mode (see #94).

[4.0.2] - 2025-11-01

Features

  • Added back minified browser bundle.

[4.0.1] - 2025-10-26

Bug Fixes

  • Updated dependencies.

[4.0.0] - 2025-10-08

Bug Fixes

  • Fixed a bug where attributes were grouped even if the group option was not set (see #192).

BREAKING CHANGES

  • Changed minimum required node.js version to 20.
Commits
  • 5ca638b Merge branch 'mdovhopo-master'
  • 8d50e14 Bump version
  • 5c122b3 Merge branch 'master' into mdovhopo-master
  • 9617fcf Update changelog
  • d3b76fa Merge branch 'master' into mdovhopo-master
  • f7bacc3 Wait no it's actually cjs
  • 2d6c7e3 Declare that the package is an ES Module
  • 6f83432 remove browser source configuration, as webpack seems to be disabled
  • 460b5c4 Add sponsorship links
  • 6c2a110 Update funding
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [xmlbuilder2](https://github.com/oozcitak/xmlbuilder2) from 3.1.1 to 4.0.3.
- [Changelog](https://github.com/oozcitak/xmlbuilder2/blob/master/CHANGELOG.md)
- [Commits](oozcitak/xmlbuilder2@v3.1.1...v4.0.3)

---
updated-dependencies:
- dependency-name: xmlbuilder2
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jul 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: ynahmany. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@currents-codebot

Copy link
Copy Markdown
Contributor

Superseded by #393, which applies this same bump together with the other mergeable Dependabot updates in a single lockfile-consistent change (verified: npm ci, build, lint, types, 136/136 unit tests).

Closing in favour of that PR.

agoldis added a commit that referenced this pull request Jul 30, 2026
Consolidates the mergeable Dependabot PRs into a single lockfile-consistent
change, and resolves GHSA-mh99-v99m-4gvg (CVE-2026-14257).

Dependency updates (supersedes #384, #385, #386, #387):
- xmlbuilder2 3.1.1 -> 4.0.3
- @release-it/conventional-changelog 10.0.1 -> 12.0.0 (all packages)
- @babel/preset-env 7.26.9 -> 8.0.2 (examples/jest)
- @typescript-eslint/parser 8.0.0 -> 8.65.0

Security fix:
brace-expansion had 9 nested copies still on vulnerable 1.1.16/2.1.2 even
after the top-level bump in #382, which is why the alert stayed open. Each
major line has its own backport, so per-major overrides patch every copy
without forcing a breaking jest-config major.

Verified: xmlbuilder2 3.x and 4.x produce byte-identical JUnit XML for this
codebase's usage (unicode, XML escaping, CDATA, "]]>" sequences). The
advisory PoC ('{a,b}'.repeat(1500)), which crashed the process with an
uncatchable OOM, now returns bounded output on all three major lines.

Excludes @babel/code-frame 8.0.0 (#383, #389): v8 changed `column` from
1-based to 0-based. error.ts parses columns from V8 stack traces, which are
1-based, so the bump shifts every code-frame caret one column right. Needs a
compensating fix, so it is left for a separate change.

Co-authored-by: Andrew Goldis <agoldis@gmail.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

Looks like xmlbuilder2 is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 30, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/xmlbuilder2-4.0.3 branch July 30, 2026 19:27
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.

2 participants