Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Coverage remained the same at 76.008% when pulling 5474258f3b2cbf5216e41401097a4df5149615c6 on depfu/update/npm/xmldom-0.5.0 into cbfff72f0bc29ea7c9264d0e94c8b592ef1f8022 on master.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ xmldom (^0.4.0 → ^0.5.0) · Repo · Changelog
Release Notes
0.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
xmldom version 0.5.0
Merge pull request from GHSA-h6q6-9hqw-rwfv
Update MDN links in readme.md (#188)
Update @stryker-mutator/core -> ^4.4.1 - devDependencies (#184)
Update stryker monorepo (major) (#140)
Fix breaking preprocessors' directives when parsing attributes (#171)
Update xmltest -> ^1.5.0 - devDependencies (#182)
fix(dom): Escape `]]>` when serializing CharData (#181)
Update eslint-config-prettier -> ^7.2.0 - devDependencies (#179)
Switch to (only) MIT license (#178)
test: Use toBe/toStrictEqual instead of toEqual (#175)
chore: Add karfau as contributor (#177)
Export DOMException; remove custom assertions; etc. (#174)
Update eslint-config-prettier -> 7 - devDependencies (#165)
Update nodemon -> ^2.0.7 - devDependencies (#170)
build(deps): bump node-notifier from 8.0.0 to 8.0.1 (#169)
Update eslint -> ^7.18.0 - devDependencies (#162)
Update eslint-plugin-prettier -> ^3.3.1 - devDependencies (#164)
Update actions/setup-node action -> 2 - action (#167)
Update prettier -> ^2.2.1 - devDependencies (#163)
build(deps): bump ini from 1.3.5 to 1.3.8 (#166)
Update eslint -> ^7.12.1 - devDependencies (#157)
Update jest -> ^26.6.3 - devDependencies (#161)
Update jest -> ^26.6.2 - devDependencies (#159)
Update eslint-config-prettier -> ^6.15.0 - devDependencies (#158)
set version to 0.4.1-dev in package.json
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands