Skip to content

chore(deps): bump minimatch, glob, puppeteer and puppeteer-cluster#87

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-0e5897aff5
Open

chore(deps): bump minimatch, glob, puppeteer and puppeteer-cluster#87
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-0e5897aff5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps minimatch to 10.2.2 and updates ancestor dependencies minimatch, glob, puppeteer and puppeteer-cluster. These dependencies need to be updated together.

Updates minimatch from 3.1.2 to 10.2.2

Changelog

Sourced from minimatch's changelog.

change log

10.2

  • Add braceExpandMax option

10.1

  • Add magicalBraces option for escape
  • Fix makeRe when partial: true is set.
  • Fix makeRe when pattern ends in a final ** path part.

10.0

  • Require node 20 or 22 and higher

9.0

  • No default export, only named exports.

8.0

  • Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
  • Bump required Node.js version

7.4

  • Add escape() method
  • Add unescape() method
  • Add Minimatch.hasMagic() method

7.3

  • Add support for posix character classes in a unicode-aware way.

7.2

  • Add windowsNoMagicRoot option

7.1

  • Add optimizationLevel configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.

... (truncated)

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates glob from 7.1.4 to 13.0.6

Changelog

Sourced from glob's changelog.

changeglob

13

  • Move the CLI program out to a separate package, glob-bin. Install that if you'd like to continue using glob from the command line.

12

  • Remove the unsafe --shell option. The --shell option is now ONLY supported on known shells where the behavior can be implemented safely.

11.1

GHSA-5j98-mcp5-4vw2

  • Add the --shell option for the command line, with a warning that this is unsafe. (It will be removed in v12.)
  • Add the --cmd-arg/-g as a way to safely add positional arguments to the command provided to the CLI tool.
  • Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding shell:true execution.

11.0

  • Drop support for node before v20

10.4

  • Add includeChildMatches: false option
  • Export the Ignore class

10.3

  • Add --default -p flag to provide a default pattern
  • exclude symbolic links to directories when follow and nodir are both set

10.2

  • Add glob cli

10.1

  • Return '.' instead of the empty string '' when the current working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on

... (truncated)

Commits
Maintainer changes

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

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates puppeteer from 2.1.1 to 24.37.5

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.37.5

24.37.5 (2026-02-19)

🛠️ Fixes

puppeteer: v24.37.5

24.37.5 (2026-02-19)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.37.4 to 24.37.5

puppeteer-core: v24.37.4

24.37.4 (2026-02-18)

🛠️ Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.12.1 to 2.13.0

puppeteer: v24.37.4

24.37.4 (2026-02-18)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.37.5 (2026-02-19)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.37.4 to 24.37.5

🛠️ Fixes

24.37.4 (2026-02-18)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.12.1 to 2.13.0

🛠️ Fixes

24.37.3 (2026-02-13)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for puppeteer since your current version.

Install script changes

This version adds postinstall script that runs during installation. Review the package contents before updating.


Updates puppeteer-cluster from 0.18.0 to 0.25.0

Release notes

Sourced from puppeteer-cluster's releases.

v0.25.0

Note: Use a version older than 0.25.0 if you want to use a puppeteer version older than 24.0.0.

Changed

  • Updated puppeteer types to version 24
  • Updated dependencies to their latest versions
  • Exported more types for improved TypeScript use

Fixed

  • Cluster retrying in error cases when it was already closed

v0.24.0

Note: Use a version older than 0.24.0 if you want to use a puppeteer version older than 22.0.0.

Changed

  • Updated all dependencies to their latest versions
  • Added a missing timeout case when closing the browser
  • Removed package-lock.json as otherwise yarn complains (warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.).
  • Dropped support (in tests) for Node.js <=16 as puppeteer also support for these versions

Fixed

  • Fixed breaking puppeteer changes introduced in version 22 (renamed createIncognitoBrowserContext to createBrowserContext)

v0.23.0

Changed

  • Updated dependencies which haven't been updated for more than one year
  • Moved from Travis to Github Actions
  • Remove the linter for now, but will probably add it back later after having a look at the pull requests.

Fixed

  • Fixed bug #395 not using perBrowserOptions

v0.22.0

Changed

  • Updated dependencies to their latest versions
    • In particular the devDependencies puppeteer and puppeteer-core received a major upgrade (to version 5)
    • peerDependencies was changed accordingly.

v0.21.0

Changed

  • Updated dependencies to their latest versions
    • In particular the devDependencies puppeteer and puppeteer-core received a major upgrade (to version 3)
  • peerDependencies was changed to ^1.5.0 || ^2.0.0 || ^3.0.0 as there were no changes regarding the API that this library uses.
  • Removed support for Node.js version 8 as puppeteer dropped support for it.
  • Added check to ensure maxConcurrency is set (#243)

v0.20.0

Added

  • Add a new option perBrowserOptions for using different args for each puppeteer instance
    • Allowing to use a different proxy for each worker

Changed

  • Updated dev dependencies to their latest versions

... (truncated)

Changelog

Sourced from puppeteer-cluster's changelog.

[0.25.0] - 2025-11-13

Note: Use a version older than 0.25.0 if you want to use a puppeteer version older than 24.0.0.

Changed

  • Updated puppeteer types to version 24
  • Updated dependencies to their latest versions
  • Exported more types for improved TypeScript use

Fixed

  • Cluster retrying in error cases when it was already closed

[0.24.0] - 2024-03-17

Note: Use a version older than 0.24.0 if you want to use a puppeteer version older than 22.0.0.

Changed

  • Updated all dependencies to their latest versions
  • Added a missing timeout case when closing the browser
  • Removed package-lock.json as otherwise yarn complains (warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.).
  • Dropped support (in tests) for Node.js <=16 as puppeteer also support for these versions

Fixed

  • Fixed breaking puppeteer changes introduced in version 22 (renamed createIncognitoBrowserContext to createBrowserContext)

[0.23.0] - 2022-01-23

Changed

  • Updated dependencies which haven't been updated for more than one year
  • Moved from Travis to Github Actions
  • Remove the linter for now, but will probably add it back later after having a look at the pull requests.

Fixed

  • Fixed bug #395 not using perBrowserOptions

[0.22.0] - 2020-08-06

Changed

  • Updated dependencies to their latest versions
    • In particular the devDependencies puppeteer and puppeteer-core received a major upgrade (to version 5)
    • peerDependencies was changed accordingly.

[0.21.0] - 2020-05-24

Changed

  • Updated dependencies to their latest versions
    • In particular the devDependencies puppeteer and puppeteer-core received a major upgrade (to version 3)
  • peerDependencies was changed to ^1.5.0 || ^2.0.0 || ^3.0.0 as there were no changes regarding the API that this library uses.
  • Removed support for Node.js version 8 as puppeteer dropped support for it.
  • Added check to ensure maxConcurrency is set (#243)

[0.20.0] - 2020-03-26

Added

  • Add a new option perBrowserOptions for using different args for each puppeteer instance
    • Allowing to use a different proxy for each worker

Changed

  • Updated dev dependencies to their latest versions

[0.19.0] - 2020-02-16

Changed

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

Bumps [minimatch](https://github.com/isaacs/minimatch) to 10.2.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [glob](https://github.com/isaacs/node-glob), [puppeteer](https://github.com/puppeteer/puppeteer) and [puppeteer-cluster](https://github.com/thomasdondorf/puppeteer-cluster). These dependencies need to be updated together.


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

Updates `glob` from 7.1.4 to 13.0.6
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v7.1.4...v13.0.6)

Updates `puppeteer` from 2.1.1 to 24.37.5
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@v2.1.1...puppeteer-v24.37.5)

Updates `puppeteer-cluster` from 0.18.0 to 0.25.0
- [Release notes](https://github.com/thomasdondorf/puppeteer-cluster/releases)
- [Changelog](https://github.com/thomasdondorf/puppeteer-cluster/blob/master/CHANGELOG.md)
- [Commits](thomasdondorf/puppeteer-cluster@v0.18.0...v0.25.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 10.2.2
  dependency-type: indirect
- dependency-name: glob
  dependency-version: 13.0.6
  dependency-type: direct:production
- dependency-name: puppeteer
  dependency-version: 24.37.5
  dependency-type: direct:production
- dependency-name: puppeteer-cluster
  dependency-version: 0.25.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 19, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants