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

chore(deps): bump minimatch, recursive-readdir and mocha #976

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2023

Bumps minimatch to 3.1.2 and updates ancestor dependencies minimatch, recursive-readdir and mocha. These dependencies need to be updated together.

Updates minimatch from 3.0.4 to 3.1.2

Commits

Updates recursive-readdir from 2.2.2 to 2.2.3

Changelog

Sourced from recursive-readdir's changelog.

v2.2.3 - Mon, 19 Sep 2016 21:55:22 GMT

v2.1.0 - Mon, 19 Sep 2016 21:55:22 GMT

v2.0.0 - Wed, 06 Apr 2016 04:31:02 GMT

v1.3.0 - Wed, 14 Oct 2015 14:35:55 GMT

v1.2.1 - Wed, 14 Jan 2015 16:49:55 GMT

Commits
Maintainer changes

This version was pushed to npm by bnb, a new releaser for recursive-readdir since your current version.


Updates mocha from 9.1.1 to 9.2.2

Release notes

Sourced from mocha's releases.

v9.2.2

9.2.2 / 2022-03-11

Please also note our announcements.

🐛 Fixes

🔩 Other

v9.2.1

9.2.1 / 2022-02-19

Please also note our announcements.

🐛 Fixes

v9.2.0

9.2.0 / 2022-01-24

Please also note our announcements.

🎉 Enhancements

🔩 Other

v9.1.4

9.1.4 / 2022-01-14

Please also note our announcements.

🐛 Fixes

🔩 Other

... (truncated)

Changelog

Sourced from mocha's changelog.

9.2.2 / 2022-03-11

🐛 Fixes

🔩 Other

9.2.1 / 2022-02-19

🐛 Fixes

9.2.0 / 2022-01-24

🎉 Enhancements

🔩 Other

9.1.4 / 2022-01-14

🐛 Fixes

🔩 Other

9.1.3 / 2021-10-15

🐛 Fixes

🔩 Other

... (truncated)

Commits
  • 24b5243 build(v9.2.2): release
  • 22a1560 build(v9.2.2): update CHANGELOG [ci skip]
  • 632e602 chore: update dependencies (#4843)
  • 241964b fix: wrong error thrown while loading reporter (#4842)
  • 22f9306 fix(dry-run): potential call-stack crash with 'dry-run' option (#4839)
  • 547ffd7 build(v9.2.1): release
  • ca7432a build(v9.2.1): update CHANGELOG [ci skip]
  • 86305cf fix: wrong error thrown while loading config files (#4832)
  • 11c4560 fix: configurable max diff size (#4799)
  • 509938d doc: fix to show sponsors in narrow view (#4793)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [recursive-readdir](https://github.com/jergason/recursive-readdir) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

Updates `recursive-readdir` from 2.2.2 to 2.2.3
- [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3)

Updates `mocha` from 9.1.1 to 9.2.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v9.1.1...v9.2.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: recursive-readdir
  dependency-type: direct:production
- dependency-name: mocha
  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 Sep 22, 2023
@PopGoesTheWza PopGoesTheWza merged commit 16a4d93 into master Dec 27, 2023
3 checks passed
@PopGoesTheWza PopGoesTheWza deleted the dependabot/npm_and_yarn/minimatch-and-recursive-readdir-and-mocha-3.1.2 branch December 27, 2023 15:01
bmanth60 added a commit to bmanth60/clasp that referenced this pull request May 9, 2024
* Fix typo in README: "They" -> "The" (google#975)

* Add config-files and esmodules to docs/README (google#986)

* Improve output (and suppress GaxiosError) on failed push (google#857)

* fix run.md for Google Workspace user (google#898)

* chore(deps-dev): bump @babel/traverse from 7.14.2 to 7.23.2 (google#982)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump nanoid and mocha (google#977)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump minimatch, recursive-readdir and mocha (google#976)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (google#970)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (google#969)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json-schema and jsprim (google#943)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump node-forge and google-p12-pem (google#941)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump qs from 6.5.2 to 6.5.3 (google#951)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json5 from 2.2.0 to 2.2.3 (google#954)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (google#958)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [docs] Add clasp run instructions to deploy script as API Executable (google#1004)

* Fix typo (google#1002)

* update install command for `@types/google-apps-script` (google#999)

* rebuild

---------

Co-authored-by: Adam Smith <[email protected]>
Co-authored-by: Ravi van Rooijen <[email protected]>
Co-authored-by: Nu11u5 <[email protected]>
Co-authored-by: Hirokazu Takatama <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Dascalescu <[email protected]>
Co-authored-by: Alejandro Marco <[email protected]>
Co-authored-by: Joseph Mearman <[email protected]>
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.

1 participant