Skip to content

Bump minimatch, glob-stream, mocha and istanbul#9

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/minimatch-and-glob-stream-and-mocha-and-istanbul-3.1.2
Open

Bump minimatch, glob-stream, mocha and istanbul#9
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/minimatch-and-glob-stream-and-mocha-and-istanbul-3.1.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps minimatch to 3.1.2 and updates ancestor dependencies minimatch, glob-stream, mocha and istanbul. These dependencies need to be updated together.

Updates minimatch from 0.2.14 to 3.1.2

Commits
Maintainer changes

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


Updates glob-stream from 3.1.18 to 7.0.0

Release notes

Sourced from glob-stream's releases.

glob-stream v7.0.0

⚠ BREAKING CHANGES

  • Normalize repository, dropping node <10.13 support (#101)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#101) (c110ed1)

v6.1.0

New

v6.0.0

Breaking

  • Convert to ReadableStream (2af4876) - Closes #81 #85
  • Remove path normalization (fc60840) - Closes #79
  • Remove createStream external API (9911598) - Closes #74
  • Upgrade to glob 7, implement ignore & remove RegExp as negative matchers (4e4c332) - Closes #24 #57

Fix

  • Avoid mutating the options passed in (f369978) - Closes #75

New

  • Normalize string ignore to array (3b47b57) - Closes #77

Update

  • Fix flakey tests (fb92691) - Closes #89
  • Remove explicit nonull option because it does nothing with the Event API of glob (dfa35eb)
  • Complete test refactor (8a84056) - Closes #72 #88
  • Begin test refactor (37f7110)
  • Fix linting error by using ternaries (b6aae57)
  • Use pumpify to propagate errors/destroy (755b7b4)
  • Support ignore option in combination with negative globs (d617960)
  • Utilize is-negated-glob module to test for negated globs (63dcc39)

Docs

  • Document new API & all options (47ba31f) - Closes #78

Upgrade

  • Update ordered-read-streams and dev dependencies (9858d68)
  • Use latest glob-parent (4b7a54b)

Scaffold

v5.3.5

... (truncated)

Changelog

Sourced from glob-stream's changelog.

7.0.0 (2021-10-31)

⚠ BREAKING CHANGES

  • Normalize repository, dropping node <10.13 support (#101)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#101) (c110ed1)
Commits
Maintainer changes

This version was pushed to npm by phated, a new releaser for glob-stream since your current version.


Updates mocha from 1.13.0 to 10.1.0

Release notes

Sourced from mocha's releases.

v10.1.0

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

v10.0.0

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

Also thanks to @​ea2305 and @​SukkaW for improvements to our documentation.

v9.2.2

9.2.2 / 2022-03-11

Please also note our announcements.

🐛 Fixes

... (truncated)

Changelog

Sourced from mocha's changelog.

10.1.0 / 2022-10-16

🎉 Enhancements

🔩 Other

10.0.0 / 2022-05-01

💥 Breaking Changes

🔩 Other

Also thanks to @​ea2305 and @​SukkaW for improvements to our documentation.

9.2.2 / 2022-03-11

🐛 Fixes

🔩 Other

... (truncated)

Commits
  • 5f96d51 build(v10.1.0): release
  • ed74f16 build(v10.1.0): update CHANGELOG
  • 51d4746 chore(devDeps): update 'ESLint' to v8 (#4926)
  • 4e06a6f fix(browser): increase contrast for replay buttons (#4912)
  • 41567df Support prefers-color-scheme: dark (#4896)
  • 61b4b92 fix the regular expression for function clean in utils.js (#4770)
  • 77c18d2 chore: use standard 'Promise.allSettled' instead of polyfill (#4905)
  • 84b2f84 chore(ci): upgrade GH actions to latest versions (#4899)
  • 023f548 build(v10.0.0): release
  • 62b1566 build(v10.0.0): update CHANGELOG
  • Additional commits viewable in compare view
Maintainer changes

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


Updates istanbul from 0.1.44 to 0.4.5

Changelog

Sourced from istanbul's changelog.

Changelog

... (truncated)

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.

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [glob-stream](https://github.com/gulpjs/glob-stream), [mocha](https://github.com/mochajs/mocha) and [istanbul](https://github.com/gotwarlost/istanbul). These dependencies need to be updated together.


Updates `minimatch` from 0.2.14 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v0.2.14...v3.1.2)

Updates `glob-stream` from 3.1.18 to 7.0.0
- [Release notes](https://github.com/gulpjs/glob-stream/releases)
- [Changelog](https://github.com/gulpjs/glob-stream/blob/master/CHANGELOG.md)
- [Commits](gulpjs/glob-stream@v3.1.18...v7.0.0)

Updates `mocha` from 1.13.0 to 10.1.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@1.13.0...v10.1.0)

Updates `istanbul` from 0.1.44 to 0.4.5
- [Release notes](https://github.com/gotwarlost/istanbul/releases)
- [Changelog](https://github.com/gotwarlost/istanbul/blob/master/CHANGELOG.md)
- [Commits](gotwarlost/istanbul@v0.1.44...v0.4.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: glob-stream
  dependency-type: direct:production
- dependency-name: mocha
  dependency-type: direct:development
- dependency-name: istanbul
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 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