Skip to content

Bump @xmldom/xmldom and codeceptjs#49

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-39527a4e50
Open

Bump @xmldom/xmldom and codeceptjs#49
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-39527a4e50

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 9, 2026

Bumps @xmldom/xmldom to 0.9.9 and updates ancestor dependency codeceptjs. These dependencies need to be updated together.

Updates @xmldom/xmldom from 0.9.5 to 0.9.9

Release notes

Sourced from @​xmldom/xmldom's releases.

0.9.9

Commits

Added

Fixed

Code that passes a string containing "]]>" to createCDATASection and relied on the previously unsafe behavior will now receive InvalidCharacterError. Use a mutation method such as appendData if you intentionally need "]]>" in a CDATASection node's data.

Chore

  • updated dependencies

Thank you, @​stevenobiajulu, @​yoshi389111, @​thesmartshadow, for your contributions

xmldom/xmldom#435

0.9.8

Commits

Fixed

Chore

Thank you, @​kboshold, @​Ponynjaa, for your contributions.

xmldom/xmldom#435

0.9.7

Commits

... (truncated)

Changelog

Sourced from @​xmldom/xmldom's changelog.

0.9.9

Added

Fixed

Code that passes a string containing "]]>" to createCDATASection and relied on the previously unsafe behavior will now receive InvalidCharacterError. Use a mutation method such as appendData if you intentionally need "]]>" in a CDATASection node's data.

Chore

  • updated dependencies

Thank you, @​stevenobiajulu, @​yoshi389111, @​thesmartshadow, for your contributions

0.8.12

Fixed

Code that passes a string containing "]]>" to createCDATASection and relied on the previously unsafe behavior will now receive InvalidCharacterError. Use a mutation method such as appendData if you intentionally need "]]>" in a CDATASection node's data.

Thank you, @​thesmartshadow, @​stevenobiajulu, for your contributions

0.8.11

Fixed

Thank you, @​shunkica, for your contributions

0.9.8

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by karfau, a new releaser for @​xmldom/xmldom since your current version.


Updates codeceptjs from 3.6.9 to 3.7.8

Release notes

Sourced from codeceptjs's releases.

3.7.8

What's Changed

Full Changelog: codeceptjs/CodeceptJS@3.7.7...3.7.8

3.7.7

What's Changed

New Contributors

Full Changelog: codeceptjs/CodeceptJS@3.7.6...3.7.7

3.7.5

❤️ Thanks all to those who contributed to make this release! ❤️

✨ Features

  • feat: Add configurable sensitive data masking with custom patterns (#5109)

Backward Compatible Boolean Configuration

// codecept.conf.js
exports.config = {
  maskSensitiveData: true, // Uses built-in patterns for common sensitive data
  // ... other config
}

Advanced Custom Patterns Configuration

</tr></table> 

... (truncated)

Changelog

Sourced from codeceptjs's changelog.

3.7.8

❤️ Thanks all to those who contributed to make this release! ❤️

🧹 Chores & Maintenance

3.7.7

❤️ Thanks all to those who contributed to make this release! ❤️

🐛 Bug Fixes

  • fix: run-workers --by suite parallelization broken by test file sorting (#5412) (#5419) - by @​mirao
  • fix: support Playwright 1.58+ output format in codeceptjs info (#5423) - by @​mirao

📖 Documentation

🧹 Chores & Maintenance

3.7.6

❤️ Thanks all to those who contributed to make this release! ❤️

✨ Features

🐛 Bug Fixes

  • fix(runner): test files are not executed in alphabetical order (#5386) - by DenysKuchma
  • fix(html-reporter): handle edgeInfo properly (#5327)
  • fix(html-reporter): improvements and stability fixes (#5242) - by @​kobenguyent
  • fix(html-reporter): address multiple rendering issues (#5240) - by @​kobenguyent
  • fix(screenshots): prevent filename collisions using unique names (#5299) - by @​mirao
  • fix(playwright): always use keyboard.type for strings and add national characters test (#5280) - by @​mirao
  • fix(playwright): remove redundant async initialization of selector engines (#5206) - by @​Samuel-StO
  • fix(timeout): apply global timeout before suite execution (#5275) - by @​mirao
  • fix(retryFailedStep): handle missing options to prevent promise chaining error (#5276) - by @​mirao
  • fix(workers): correct stats when running with workers (#5215) - by @​kobenguyent
  • fix(appium): resolve platformName handling issue (#5214) - by @​mirao

... (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.

Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) to 0.9.9 and updates ancestor dependency [codeceptjs](https://github.com/Codeception/codeceptjs). These dependencies need to be updated together.


Updates `@xmldom/xmldom` from 0.9.5 to 0.9.9
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.9.5...0.9.9)

Updates `codeceptjs` from 3.6.9 to 3.7.8
- [Release notes](https://github.com/Codeception/codeceptjs/releases)
- [Changelog](https://github.com/codeceptjs/CodeceptJS/blob/3.x/CHANGELOG.md)
- [Commits](codeceptjs/CodeceptJS@3.6.9...3.7.8)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-version: 0.9.9
  dependency-type: indirect
- dependency-name: codeceptjs
  dependency-version: 3.7.8
  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 Apr 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 9, 2026 03:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 9, 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