Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Bump minimist and tap-junit #265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 4, 2023

Bumps minimist to 1.2.6 and updates ancestor dependency tap-junit. These dependencies need to be updated together.

Updates minimist from 1.2.5 to 1.2.6

Changelog

Sourced from minimist's changelog.

v1.2.6 - 2022-03-21

Commits

  • test from prototype pollution PR bc8ecee
  • isConstructorOrProto adapted from PR c2b9819
  • security notice for additional prototype pollution issue ef88b93
Commits

Updates tap-junit from 4.0.0 to 5.0.2

Release notes

Sourced from tap-junit's releases.

v5.0.2

Fixed

v5.0.1

Added

  • Language Grade

Fixed

  • Error/Failure messaging returning undefined because it was preferring todo instead of message, which might not exist. #39

v5.0.0

Breaking Changes

  • Changed the output generation of tap-junit to follow this spec more closely #37
    • This means no more floating comments, they are now either in the system-out tag or the message attribute
  • Changed how handling tap comments works, please see the Comments section in the Readme

Improved

  • Bit of re organization of the tool
  • Bumped Docker node and tap versions

Fixed

  • Broken comments on some tap outputs

v4.2.0

Improved

  • Made the error diag more dynamic to handle different types of outputs instead of static and expecting
    • This should address #35

v4.1.0

New

  • Added the -c argument which sets the testsuite (NOT testsuites) name
    • This should fix #32 for the jenkins plugin it uses

Improved

  • Tweaked the github bug report template a little to ask for the CLI use of tap-junit

Fixed

  • Removed the old xmlbuilder dependency, woops

... (truncated)

Changelog

Sourced from tap-junit's changelog.

v5.0.2

Fixed

  • Dependency version bumps (#42)

v5.0.1

Added

  • Language Grade

Fixed

  • Error/Failure messaging returning undefined becuase it was preferring todo instead of message, which might not exist. #39

v5.0.0

Please report any issues or serliazation that does not follow the below spec for output! Thanks!

BREAKING CHANGES

  • Changed the output generation of tap-junit to follow this spec more closely
    • This means no more floating comments, they are now either in the system-out tag or the message attribute
  • Changed how handling tap comments works, please see the Comments section in the Readme

Improved

  • Bit of re organization of the tool
  • Bumped Docker node and tap versions

Fixed

  • Broken comments on some tap outputs

v4.2.0

Improved

  • Made the error diag more dynamic to handle different types of outputs instead of static and expecting

v4.1.0

New

  • Added the -c argument which sets the testsuite (NOT testsuites) name
    • This should fix #32 for the jenkins plugin it uses

... (truncated)

Commits
  • a77951e Merge pull request #43 from dhershman1/development
  • e99133b Chore: Version Bump
  • cf4d6a7 Merge pull request #42 from Turtl3Squad/fix/fix_critical_minimist_dependency
  • e99496e bump minimist version
  • 8cc6d83 Merge pull request #40 from dhershman1/development
  • 1dd73fd Updated: Changelog
  • 488315e Chore: Version bump
  • 9cbdf04 Fixed: undfined issue with failures
  • 5427984 Added: New basic test
  • 4108eb4 Added code score to readme
  • Additional commits viewable in compare view

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.

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.6 and updates ancestor dependency [tap-junit](https://github.com/dhershman1/tap-junit). These dependencies need to be updated together.


Updates `minimist` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.6)

Updates `tap-junit` from 4.0.0 to 5.0.2
- [Release notes](https://github.com/dhershman1/tap-junit/releases)
- [Changelog](https://github.com/dhershman1/tap-junit/blob/master/changelog.md)
- [Commits](dhershman1/tap-junit@v4.0.0...v5.0.2)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: tap-junit
  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 Mar 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants