Skip to content

Bump minimatch and webdriver-manager in /example#24

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/example/multi-8cec27069b
Open

Bump minimatch and webdriver-manager in /example#24
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/example/multi-8cec27069b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Removes minimatch. It's no longer used after updating ancestor dependency webdriver-manager. These dependencies need to be updated together.

Removes minimatch

Updates webdriver-manager from 12.1.8 to 13.0.2

Changelog

Sourced from webdriver-manager's changelog.

13.0.2

Removes undeclared usage of rimraf dependency.

13.0.1

Updates adm-zip to version 0.5.2.

13.0.0

Rewrite webdriver-manager. Highlights:

  • Fixes issues with promises that are not resolved with requests.
  • Removes update-config.json file. When downloading a chromedriver binary, it will download the cached xml, downloads the compressed files, uncompresses it, and updates the chromedriver.config.json file. This new config file only has the information for that binary file instead of a summary file like update-config.json.
  • Chromedriver supports downloads for versions like 2.xx and for versions like 7x.xx.xx.
  • Adds GitHub token support to download without GitHub rate limits.
  • Use webdriver-manager as a lib or as a command line tool. The lib is new so if there are issues, please feel free to write an issue. Also in the lib, you can set the log level with:
  import * as wdm from 'webdriver-manager';

wdm.setLogLevel('debug'); // uses loglevel logger 'webdriver-manager'

  • Remove mobile support for android and appium. If this is still required, use 12.1.1 and leave add an issue on GitHub. The appium portion was worked on but was not migrated completely.
  • Adds back support to run webdriver-manager in detached mode with webdriver-manager start --detach and shutdown with webdriver-manager shutdown.

12.1.1

Bug Fix

  • (f17b226) Fix(types): Operator '==' cannot be applied to types 'string | string[]' and 'number' (#297)

    • build-enforced style changes
    • add package-lock.json
  • (7dbc1df) fix(clean): remove existing chrome meta files from update on clean command (#279)

... (truncated)

Commits
  • 9e1e479 chore(release): version bump and changelog for 13.0.2
  • 1f259be chore(circleci): disable more tests
  • 5bbb3e0 Revert "chore(tests): fix file or directory check (#350)"
  • 1b56dbf Revert "chore(docs): update readme for global install vs local install (#354)"
  • 2b9465a Revert "chore(readme): document issue with latest ChromeDriver and Chrome ver...
  • 5ed98fd Revert "chore(audit): fix vulnerabilities with npm audit fix (#362)"
  • 3d509eb Revert "fix(seleniumPort): add back seleniumPort flag (#364)"
  • a09115a Revert "chore(npmrc): allow to use npmrc for flags (#363)"
  • 865df16 Revert "fix(proxy): if the proxy is http, edit the request url (#366)"
  • 4dd06f5 Revert "chore(selenium): add selenium.LOGGER.level flag when starting the ser...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by angular, a new releaser for webdriver-manager since your current version.

Install script changes

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


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.

Removes [minimatch](https://github.com/isaacs/minimatch). It's no longer used after updating ancestor dependency [webdriver-manager](https://github.com/angular/webdriver-manager). These dependencies need to be updated together.


Removes `minimatch`

Updates `webdriver-manager` from 12.1.8 to 13.0.2
- [Changelog](https://github.com/angular/webdriver-manager/blob/13.0.2/CHANGELOG.md)
- [Commits](angular/webdriver-manager@12.1.8...13.0.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 
  dependency-type: indirect
- dependency-name: webdriver-manager
  dependency-version: 13.0.2
  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