Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump yargs-parser, mochawesome and webpack-cli #17

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 Oct 25, 2024

Bumps yargs-parser to 21.1.1 and updates ancestor dependencies yargs-parser, mochawesome and webpack-cli. These dependencies need to be updated together.

Updates yargs-parser from 8.1.0 to 21.1.1

Release notes

Sourced from yargs-parser's releases.

yargs-parser: v21.1.1

21.1.1 (2022-08-04)

Bug Fixes

  • typescript: ignore .cts files during publish (#454) (d69f9c3), closes #452

yargs-parser: v21.1.0

21.1.0 (2022-08-03)

Features

  • allow the browser build to be imported (#443) (a89259f)

Bug Fixes

  • halt-at-non-option: prevent known args from being parsed when "unknown-options-as-args" is enabled (#438) (c474bc1)
  • node version check now uses process.versions.node (#450) (d07bcdb)
  • parse options ending with 3+ hyphens (#434) (4f1060b)

yargs-parser: v21.0.1

21.0.1 (2022-02-27)

Bug Fixes

yargs-parser yargs-parser-v21.0.0

⚠ BREAKING CHANGES

  • drops support for 10 (#421)

Bug Fixes

Code Refactoring

yargs-parser yargs-parser-v20.2.9

... (truncated)

Changelog

Sourced from yargs-parser's changelog.

21.1.1 (2022-08-04)

Bug Fixes

  • typescript: ignore .cts files during publish (#454) (d69f9c3), closes #452

21.1.0 (2022-08-03)

Features

  • allow the browser build to be imported (#443) (a89259f)

Bug Fixes

  • halt-at-non-option: prevent known args from being parsed when "unknown-options-as-args" is enabled (#438) (c474bc1)
  • node version check now uses process.versions.node (#450) (d07bcdb)
  • parse options ending with 3+ hyphens (#434) (4f1060b)

21.0.1 (2022-02-27)

Bug Fixes

21.0.0 (2021-11-15)

⚠ BREAKING CHANGES

  • drops support for 10 (#421)

Bug Fixes

Code Refactoring

20.2.9 (2021-06-20)

Bug Fixes

... (truncated)

Commits
  • 3aba24c chore(main): release yargs-parser 21.1.1 (#455)
  • d69f9c3 fix(typescript): ignore .cts files during publish (#454)
  • 90067a0 chore(main): release yargs-parser 21.1.0 (#446)
  • d07bcdb fix: node version check now uses process.versions.node (#450)
  • c0c6079 chore(deps): update dependency puppeteer to v16 (#451)
  • a89259f feat: allow the browser build to be imported (#443)
  • c474bc1 fix(halt-at-non-option): prevent known args from being parsed when "unknown-o...
  • fd30238 chore(deps): update dependency serve to v14 (#449)
  • a072f9a chore(deps): update dependency puppeteer to v15 (#444)
  • 4f1060b fix: parse options ending with 3+ hyphens (#434)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for yargs-parser since your current version.


Updates mochawesome from 3.1.1 to 7.1.3

Release notes

Sourced from mochawesome's releases.

7.1.3

7.1.2

Bump mochawesome-report-generator to 6.1.1. Fixes a regression where reportFilename option did not account for the presence of .html or .json.

adamgruber/mochawesome-report-generator#195

7.1.1

Hotfix to address #371

See changelog for more info.

7.1.0

Adds support for advanced file naming via replacement tokens in the reportFilename option. See docs for more info.

7.0.0

No release notes provided.

v6.3.1

Fixes adamgruber/mochawesome#356

v6.3.0

No release notes provided.

6.2.2

Greenkeeping

6.2.1

Fixes botched 6.2.0 release which was missing register.js file.

6.2.0

Add support for --parallel mode

6.1.1

Fixes an issue where using mocha's inlineDiffs option did not render as expected in the report

6.1.0

Bumps mochawesome-report-generator to v5.1.0 which removes react and react-dom as peer dependencies.

6.0.0

Updates mochawesome-report-generator to 5.0.0 which moved react react-dom to peer dependencies.

You must now install react and react-dom separately

5.0.0

See the changelog for release notes.

4.1.0

... (truncated)

Changelog

Sourced from mochawesome's changelog.

[7.1.3] - 2022-03-25

Changed

  • Bump marge to 6.2.0 #372

Fixed

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

[7.1.2] - 2022-03-05

Changed

  • Bump marge to 6.1.1 to fix #195

[7.1.1] - 2022-03-03

Fixed

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

[7.1.0] - 2022-02-24

Added

  • Support for [name] replacement token in reportFilename option

Changed

  • Bump mochawesome-report-generator to 6.1.0

[7.0.1] - 2021-11-05

Changed

  • Bump marge to 6.0.1 to fix #363

[7.0.0] - 2021-11-03

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

[6.3.1] - 2021-10-06

Fixed

  • Ignore retriedTest serialization to avoid circular issues #356

[6.3.0] - 2021-09-29

Changed

  • Update parallel processing so output JSON matches sync runs #353
  • Update how the total number of skipped tests is calculated #317

[6.2.2] - 2021-02-16

Changed

  • Greenkeep dependencies

[6.2.1] - 2020-11-02

Fixed

  • Add register.js to "files" array

[6.2.0] - 2020-11-01

Added

... (truncated)

Commits
  • 963f073 release v7.1.3
  • 4d0f39b fix: add rootSuite null check before setting name
  • a54bd09 doc: fix jsdoc comment
  • 0688c17 chore: bump marge to 6.2.0
  • e68c5ec release v7.1.2
  • 5922aa0 fix: bump marge to 6.1.1 to fix regression
  • 766d62b release v7.1.1
  • 3d099f7 fix: add a fallback for root file/fullFile
  • 77eba22 release v7.1.0
  • 7105e62 Merge pull request #370 from adamgruber/reportfilename-updates
  • Additional commits viewable in compare view

Updates webpack-cli from 3.2.3 to 3.3.12

Changelog

Sourced from webpack-cli's changelog.

3.3.12 (2020-06-03)

Full Changelog

3.3.11 (2020-02-11)

Full Changelog

3.3.10 (2019-10-31)

Full Changelog

New Features

  • add new flag and patch sec dep (#1102)

3.3.9 (2019-09-17)

Full Changelog

Fix

  • use process.exitCode instead of process.exit in compilerCallback (ee001bd)

3.3.8 (2019-09-05)

Full Changelog

Fix

  • support both webpack versions (d28f9f5)

Tests

3.3.7 (2019-08-18)

Full Changelog

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for webpack-cli since your current version.


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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2024
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) to 21.1.1 and updates ancestor dependencies [yargs-parser](https://github.com/yargs/yargs-parser), [mochawesome](https://github.com/adamgruber/mochawesome) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Updates `yargs-parser` from 8.1.0 to 21.1.1
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs-parser@v8.1.0...yargs-parser-v21.1.1)

Updates `mochawesome` from 3.1.1 to 7.1.3
- [Release notes](https://github.com/adamgruber/mochawesome/releases)
- [Changelog](https://github.com/adamgruber/mochawesome/blob/master/CHANGELOG.md)
- [Commits](adamgruber/mochawesome@3.1.1...7.1.3)

Updates `webpack-cli` from 3.2.3 to 3.3.12
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-cli@V.3.2.3...v3.3.12)

---
updated-dependencies:
- dependency-name: yargs-parser
  dependency-type: indirect
- dependency-name: mochawesome
  dependency-type: direct:development
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-1b113d2d13 branch from 7938810 to f397f58 Compare October 25, 2024 13:38
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