Skip to content

Bump yauzl from 2.10.0 to removed in the npm_and_yarn group across 1 directory#84

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-e56a50b169
Open

Bump yauzl from 2.10.0 to removed in the npm_and_yarn group across 1 directory#84
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-e56a50b169

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps the npm_and_yarn group with 1 update in the / directory: yauzl.

Removes yauzl

Dependabot compatibility score

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the / directory: [yauzl](https://github.com/thejoshwolfe/yauzl).


Removes `yauzl`

---
updated-dependencies:
- dependency-name: yauzl
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

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 Mar 13, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 13, 2026 20:30
@liuliu-dev
Copy link
Contributor

@copilot fix the failing CI

Co-authored-by: liuliu-dev <6688812+liuliu-dev@users.noreply.github.com>
Copy link

Copilot AI commented Mar 13, 2026

@copilot fix the failing CI

Fixed in f09ca18. The CI was failing because the dependabot PR updated chromium from 3.0.3 to 3.2171.3008, which has a broken install.bat script on Linux.

The fix removes the chromium npm package entirely (which also removes yauzl as a transitive dependency - the original goal) and replaces it with the system Chrome available on the ubuntu-22.04 CI runner:

  • Removed chromium from package.json devDependencies
  • Removed require('chromium').path from test/karma.config.cjskarma-chrome-launcher will use CHROME_BIN automatically
  • Added CHROME_BIN: google-chrome to the CI workflow

Copilot AI requested a review from liuliu-dev March 13, 2026 20:56
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.

2 participants