algolia / algoliasearch-zendesk

Integrate Algolia within your Zendesk Help Center in minutes.
https://community.algolia.com/zendesk
Other
21 stars 12 forks source link

chore(deps): bump minimist, gulp-mocha and mochawesome in /app #173

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps minimist to 1.2.8 and updates ancestor dependencies minimist, gulp-mocha and mochawesome. These dependencies need to be updated together.

Updates minimist from 1.2.5 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Updates gulp-mocha from 2.2.0 to 8.0.0

Release notes

Sourced from gulp-mocha's releases.

v8.0.0

Breaking

  • Require Node.js 10
  • Upgrade to Mocha 8 4fa531f

https://github.com/sindresorhus/gulp-mocha/compare/v7.0.2...v8.0.0

v7.0.2

  • Make Gulp an optional peer dependency 8e452db

https://github.com/sindresorhus/gulp-mocha/compare/v7.0.1...v7.0.2

v7.0.1

  • Fix regressions in v7 (#197) f60a346

https://github.com/sindresorhus/gulp-mocha/compare/v7.0.0...v7.0.1

v7.0.0

Breaking:

  • Update Mocha (release notes) 4924437
  • Require Node.js 8 and Gulp 4 4924437

https://github.com/sindresorhus/gulp-mocha/compare/v6.0.0...v7.0.0

4.0.0

  • Drop support for Node.js 0.12 and 0.10.
  • Now spawns the mocha binary instead using its broken programmatic API. This means you can use any of the mocha CLI flags (in a camelCased form). This should also fix most of the issues people have been having with this task. Thanks to @​shellscape for doing most of the work.

If you were using Babel with babel-register in your gulpfile, you now need to use the Mocha compilers option instead: {compilers: 'js:babel-core/register'}. See https://babeljs.io/docs/setup/#installation

Commits


Updates mochawesome from 1.5.5 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


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](https://github.com/algolia/algoliasearch-zendesk/network/alerts).