Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 11, 2022

Removes xmldom. It's no longer used after updating ancestor dependency testee. These dependencies need to be updated together.

Removes xmldom

Updates testee from 0.7.0 to 0.10.2

Release notes

Sourced from testee's releases.

0.10.2

mocha was accidentally removed as a prod dependency in 0.10.0 -- it was listed as both a prod and dev dependency in 0.9 and then removed from the wrong dependency set. This release restores mocha as a prod dependency to avoid module not found errors.

PR bitovi/testee#205 Mocha 9 and 10 are both supported. See commit: bitovi/testee@7c98561

0.10.1

grunt-testee tests were failing due to the mocha reporter object not having stats. For some reason this reporter object isn't supplied by mocha, in cases like what grunt-testee does, so this PR ensures that the runner event emitter has a stats collector.

PR bitovi/testee#204

0.10.0

Updates dependencies to newer versions:

  • launchpad
  • babel-core
  • istanbul / babel-plugin-istanbul
  • mocha
  • qunit

PR bitovi/testee#203

NodeJS 12.x and later compatibility

This release of testee depends on an updated version of https://github.com/daffl/miner , which removes some previous deep dependencies on internal features of NodeJS which are no longer available (as of Node 12) nor necessary.

Enable reporterOptions parameter to the specified Reporter

Enable reporterOptions on testee specified reporters like XUnit reporter, fixes issue #180. Add Contributing docs, fixes issue #181.

Resolve security vulnerabilities

Update dependencies to resolve security vulnerabilities #173

node_modules exposed

In this release, testee will not instrument any files in node_modules for test coverage when using the basic --coverage option.

If you use the --coverage option, the node_modules folder will be ignored automatically to prevent errors.

If using a config, the coverage option is not changed, so you can still cover node_modules if you want to for some reason by doing:

coverage: {
  ignore: []
}

bitovi/testee#170

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [testee](https://github.com/bitovi/testee). These dependencies need to be updated together.


Removes `xmldom`

Updates `testee` from 0.7.0 to 0.10.2
- [Release notes](https://github.com/bitovi/testee/releases)
- [Commits](bitovi/testee@v0.7.0...v0.10.2)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-type: indirect
- dependency-name: testee
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants