Skip to content

chore(deps): update dependency mochawesome to v7#23

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mochawesome-7.x
Open

chore(deps): update dependency mochawesome to v7#23
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mochawesome-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2024

This PR contains the following updates:

Package Change Age Confidence
mochawesome ~1.2.1~7.1.0 age confidence

Release Notes

adamgruber/mochawesome (mochawesome)

v7.1.4

Compare Source

Changed

v7.1.3

Compare Source

Changed
Fixed
  • Unhandled TypeError attempting to set filename of empty suite #​373

v7.1.2

Compare Source

Changed
  • Bump marge to 6.1.1 to fix #​195

v7.1.1

Compare Source

Fixed
  • Add fallback when attempting to set file and fullFile on root suite. #​371

v7.1.0

Compare Source

Added
  • Support for [name] replacement token in reportFilename option
Changed
  • Bump mochawesome-report-generator to 6.1.0

v7.0.1

Compare Source

Changed
  • Bump marge to 6.0.1 to fix #​363

v7.0.0

Compare Source

Changed
  • BREAKING Update mochawesome-report-generator to 6.0.0 (Drops support for Node<12)
  • Update strip-ansi dependency to latest non-ESM version
  • Update chalk dependency

v6.3.1

Compare Source

Fixed
  • Ignore retriedTest serialization to avoid circular issues #​356

v6.3.0

Compare Source

Changed

v6.2.2

Compare Source

Changed
  • Greenkeep dependencies

v6.2.1

Compare Source

Fixed
  • Add register.js to "files" array

v6.2.0

Compare Source

Changed
Fixed
  • Unhandled TypeError attempting to set filename of empty suite #​373

v6.1.1

Compare Source

Changed
  • Bump marge to 6.1.1 to fix #​195

v6.1.0

Compare Source

Added
  • Support for [name] replacement token in reportFilename option
Changed
  • Bump mochawesome-report-generator to 6.1.0

v6.0.0

Compare Source

Changed
  • BREAKING Update mochawesome-report-generator to 6.0.0 (Drops support for Node<12)
  • Update strip-ansi dependency to latest non-ESM version
  • Update chalk dependency

v5.0.0

Compare Source

Changed
  • BREAKING Bump mochawesome-report-generator to 5.0.0 (Requires react and react-dom be installed separately)
  • Update all other dependencies

v4.1.0

Compare Source

Added
  • New consoleReporter option to allow specifying console reporter to use or disabling console reporter entirely #​99

v4.0.1

Compare Source

Fixed
  • Issue where using addContext inside a before or after hook would incorrectly apply context to the test #​284

v4.0.0

Compare Source

  • Breaking changes to JSON data structure:
  • Renamed allSuites to results and made it an array of suites
  • Removed isRoot property from cleaned tests (only suites can be a root)
  • Removed class-related stats (passPercentClass, pendingPercentClass)
  • Added uuid to suites
  • Removed rounding of passPercent and pendingPercent
  • Removed copyrightYear property
  • Added new meta property to track info about the test run (useful for debugging)
Changed
  • Drop support for Node <8
  • Require peer dependency of mocha >5
  • Removed Babel dependency
  • Replace lodash dependency with individual modules
  • Updated codeclimate config to version 2
  • Updated various dependencies

v3.1.2

Compare Source

Fixed
  • Issue where a suite with skipped tests reports duration as 0. #​276

v3.1.1

Compare Source

Changed
  • Switch from RegExp to state machine for stripping function start in cleanCode method. #​257

v3.1.0

Compare Source

Changed
  • Invert logic for getting test code by checking for test.body before test.fn inside cleanTest method #​252

v3.0.3

Compare Source

Changed
  • Reworked cleanCode regexes to handle more cases #​244

v3.0.2

Compare Source

Changed

v3.0.1

Compare Source

Fixed
  • Updated RegExp in cleanCode method to handle arrow functions without braces. #​220

v3.0.0

Compare Source

This release is in tandem with and requires mochawesome-report-generator >= 3.0.0.

Added
  • New option: html. Allows user to specify whether or not to generate the HTML report. Defaults to true.
Changed
  • BREAKING: This release features a trimmed-down data output that removes properties that are not necessary for the report generation. This change will only affect things that consume the JSON output and does not affect usage of the reporter itself.
  • Suites are now cleaned by mapping over them instead of a breadth-first traversal
  • Options handling was overhauled and greatly simplified. The reporter will only concern itself with options directly related to the reporter. All other options are passed through to the report generator as-is.
  • Updated the done function to display better output when only one or no files have been generated.
Removed
  • enableTestCode option was deprecated as of 2.0.3 and has been removed. Use enableCode instead.

v2.3.1

Compare Source

Fixed

v2.3.0

Compare Source

Added
  • Added showHooks option #​168
  • Support mocha's --inline-diffs option #​167
  • Normalize error objects for consistent display #​166
  • Bumped mochawesome-report-generator dependency to 2.2.0

v2.2.1

Compare Source

Changed
  • Separated out before and after hooks
  • Bumped mochawesome-report-generator dependency to 2.1.0

v2.2.0

Compare Source

Changed
  • Enable using addContext in beforeEach and afterEach test hooks
  • Fix a bug where you could pass an object with empty title string to addContext
  • Allow a context value of undefined to be displayed in the report

v2.1.0

Compare Source

Added
  • Added new options: overwrite and timestamp

v2.0.5

Compare Source

Fixed
  • Fix UnhandledPromiseRejectionWarning error when calling nonexistant exit function
  • Limit files included in package

v2.0.4

Compare Source

Changed
  • Better handling of different coding styles in test code. #​98
  • Separate utility functions from main reporter code for better test coverage
  • Bump mochawesome-report-generator and fs-extra packages

v2.0.3

Compare Source

Added
  • Add enableCode option to be consistent with mochawesome-report-generator options
  • Add dev option for testing
Changed
  • Deprecate enableTestCode option
Fixed
  • Fixed #​126
  • Fix default options handling

v2.0.2

Compare Source

Fixed

v2.0.1

Compare Source

Fixed
  • Fixed an issue where reportFilename was not propagated to config object
  • Updated handling of reportDir option to allow relative paths
  • Bumped mochawesome-report-generator dependency (requires 1.0.3 or higher)

v2.0.0

Compare Source

Changed
  • Moved report generation to mochawesome-report package
  • Updated dependencies
  • Switched from jshint to eslint
  • Rewritten using ES6
  • Fixed an issue where test uuid was not generated properly
  • Added done function that will get called before mocha exits (eliminates need for --no-exit option)
  • Unit tests!
  • Added diff for test error
  • Added ability to display additional test context
  • Breaking reportName option changed to reportFilename

v1.5.5

Compare Source

Hotfix to address #​107

  • Change fs.close call to fs.closeSync

v1.5.4

Compare Source

Changed
  • Run pending tests thru cleanTest function. Fixes possible scenario where a pending test with a large amount of text could cause node to run out of memory. See #​94

v1.5.3

Compare Source

Fixed
  • Fixed build issues on Windows. See #​84

v1.5.2

Compare Source

Changed
  • Updated mocha peerDependency to allow any version

v1.5.1

Compare Source

Added
  • Added missing LICENSE.md file

v1.5.0

Compare Source

Changed
  • Moved mocha to peerDependencies and devDependencies and fixed it to ~2. See #​69

v1.4.0

Compare Source

Added
  • Added slide-over navigation menu for quickly jumping to a test suite. See #​49

v1.3.5

Compare Source

Fixed
  • Removed extra slash in @font-path LESS variable. See #​53

v1.3.4

Compare Source

Added
  • Added option to auto open report. Also fixed an issue with boolean options. See #​44

v1.3.3

Compare Source

Added
  • Added support for creating custom dir where the parent dir(s) may not exist yet. See #​40

v1.3.2

Compare Source

Fixed
  • Removed allHooks array since it was not being used and could lead to an issue where node runs out of memory while rendering the template. See #​33

v1.3.1

Compare Source

Changed
  • Update copyright in template

v1.3.0

Compare Source

Fixed
  • Changes to support mocha 2.4.0 and later (fixes empty code blocks). See #​29

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch 2 times, most recently from 3dd482e to f464852 Compare August 13, 2025 15:00
@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch from f464852 to ec47f54 Compare August 31, 2025 12:43
@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch from ec47f54 to 99b54a6 Compare September 15, 2025 16:24
@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch from 99b54a6 to d35b4f8 Compare September 25, 2025 20:46
@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch from d35b4f8 to cb72136 Compare October 21, 2025 14:19
@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch from cb72136 to 2c85902 Compare November 10, 2025 20:13
@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch from 2c85902 to 37b8a1b Compare November 18, 2025 12:02
@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch from 37b8a1b to 8bb5e8d Compare December 3, 2025 22:21
@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch from 8bb5e8d to 6181dcb Compare December 31, 2025 15:11
@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch from 6181dcb to c2108f8 Compare January 8, 2026 18:28
@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch 2 times, most recently from c86efc3 to 2dc7880 Compare January 23, 2026 19:17
@renovate renovate bot force-pushed the renovate/mochawesome-7.x branch from 2dc7880 to 4e2180b Compare February 2, 2026 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants