Skip to content

Bump crx3 from 1.1.3 to 2.0.0#4

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/crx3-2.0.0
Open

Bump crx3 from 1.1.3 to 2.0.0#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/crx3-2.0.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 27, 2025

Bumps crx3 from 1.1.3 to 2.0.0.

Changelog

Sourced from crx3's changelog.

Changelog

v2.0.0 - 2025-11-23

  • Updated dependencies
  • Bumped minimum Node.js version to 22, not required but older versions are unsupported anyway
  • Improved error output when private key cannot be loaded
  • Example extension uses manifest v3 now, since Chromium/Chrome stopped accepting v2
  • Updated example ZIP and CRX binaries because tests failed on differences in compression ratio (of exactly the same sources!)
  • Dropped use of runners on AppVeyor (Windows) and Cirrus CI (Linux & MacOS) in favor of GitHub Actions
  • Added puppeteer.containerfile and modified info about testing
  • keypair() now returns null when key path was specified, but file could not be created, e.g., in read-only directory
  • Tests now pass also when run with Bun (tested with Bun v1.2.18 and v1.3.0)

v1.1.3 - 2020-11-06

  • Fixed error handling when manifest.json is not found
  • Check Node.js version when run from CLI
  • Generated CRX files work in Opera browser too!
  • Fixed compatibility with Node.js v15+

v1.1.2 - 2020-01-11

  • Support running without TTY while allowing to specify sources, instead of piping ZIP content
  • Improve tests: test generated CRX with puppeteer on Cirrus CI, keep failed artifacts, cache modules, etc...
  • It works with Podman (instead of Docker) too!

v1.1.1 - 2019-10-09

  • Output error info when private key cannot be loaded
  • Finish CRX stream when no manifest.json is found
  • Setup CI runners on AppVeyor (Windows) and Cirrus CI (Linux & MacOS)

v1.1.0 - 2019-10-04

  • Add support for manifest files
  • Example extension will add decoration to localhost HTML
  • Improve API documentation
  • Improve tests: when possible test extension in Chromium browser

v1.0.1 - 2019-03-25

  • Specify min. required Node.js version

v1.0.0 - 2019-03-25

  • Initial release
Commits
  • 6b5ba50 chore: release v2.0.0
  • 77a3a2d fix: running prepublish with bun
  • 5a03905 chore: update proto and how it is called
  • 219c342 chore: update dependencies, drop tap-diff
  • e4b8dba style: fix some of the warnings reported by ESLint
  • 398d065 chore: update dependencies, puppeteer versions
  • 1c9bb19 test: explain overcomplication of "test" GitHub Action in additional comments
  • c64aa7a test: fix node versions matrix for GitHub Action
  • d034a66 test: fix GitHub Actions
  • 7c9cc1c test: bump node to v25 and bun to v1.3 in GitHub Actions
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

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

Bumps [crx3](https://github.com/ahwayakchih/crx3) from 1.1.3 to 2.0.0.
- [Changelog](https://github.com/ahwayakchih/crx3/blob/master/CHANGELOG.md)
- [Commits](ahwayakchih/crx3@v1.1.3...v2.0.0)

---
updated-dependencies:
- dependency-name: crx3
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Dec 27, 2025
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