[PR #433] [CLOSED] Bump crx3 from 1.1.1 to 1.1.2 #1570

Closed
opened 2026-02-25 22:40:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/433
Author: @dependabot-preview[bot]
Created: 1/14/2020
Status: Closed

Base: developHead: dependabot/npm_and_yarn/crx3-1.1.2


📝 Commits (1)

  • 9e65d96 Bump crx3 from 1.1.1 to 1.1.2

📊 Changes

2 files changed (+5 additions, -16 deletions)

View changed files

📝 package-lock.json (+4 -15)
📝 package.json (+1 -1)

📄 Description

Bumps crx3 from 1.1.1 to 1.1.2.

Changelog

Sourced from crx3's changelog.

Changelog

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
  • df45c11 chore: make sure crx3.proto is up-to-date
  • 5eba893 chore: release 1.1.2
  • b8872f0 docs: bump copyrights
  • bd60664 chore: update Changelog
  • 8cacaba chore: update dev dependencies
  • 5f1e93c fix: allow to pass source directory or manifest file without TTY
  • 5c1e3f9 test: improve testing with puppeteer, so it does not fail randomly
  • 57365f3 fix: npm run checkCoverage script does not have to rename output
  • d7c7dfb docs: added some links and info in README
  • 19f7f93 chore: update dependencies
  • Additional commits viewable in compare view

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 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/433 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/14/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/crx3-1.1.2` --- ### 📝 Commits (1) - [`9e65d96`](https://github.com/floccusaddon/floccus/commit/9e65d96fb1adba3b9d663d0c279085c3e7ed8527) Bump crx3 from 1.1.1 to 1.1.2 ### 📊 Changes **2 files changed** (+5 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -15) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [crx3](https://github.com/ahwayakchih/crx3) from 1.1.1 to 1.1.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ahwayakchih/crx3/blob/master/CHANGELOG.md">crx3's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p><strong>v1.1.2</strong> - 2020-01-11</p> <ul> <li>Support running without TTY while allowing to specify sources, instead of piping ZIP content</li> <li>Improve tests: test generated CRX with puppeteer on Cirrus CI, keep failed artifacts, cache modules, etc...</li> <li>It works with Podman (instead of Docker) too!</li> </ul> <p><strong>v1.1.1</strong> - 2019-10-09</p> <ul> <li>Output error info when private key cannot be loaded</li> <li>Finish CRX stream when no manifest.json is found</li> <li>Setup CI runners on AppVeyor (Windows) and Cirrus CI (Linux &amp; MacOS)</li> </ul> <p><strong>v1.1.0</strong> - 2019-10-04</p> <ul> <li>Add support for manifest files</li> <li>Example extension will add decoration to localhost HTML</li> <li>Improve API documentation</li> <li>Improve tests: when possible test extension in Chromium browser</li> </ul> <p><strong>v1.0.1</strong> - 2019-03-25</p> <ul> <li>Specify min. required Node.js version</li> </ul> <p><strong>v1.0.0</strong> - 2019-03-25</p> <ul> <li>Initial release</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ahwayakchih/crx3/commit/df45c1177a6a02788891c40000e79bac0f9afd95"><code>df45c11</code></a> chore: make sure crx3.proto is up-to-date</li> <li><a href="https://github.com/ahwayakchih/crx3/commit/5eba893807a565ec74f4d76de370bd92c7ea4604"><code>5eba893</code></a> chore: release 1.1.2</li> <li><a href="https://github.com/ahwayakchih/crx3/commit/b8872f01979373743f1bea6e2ba56dfd24fc6e31"><code>b8872f0</code></a> docs: bump copyrights</li> <li><a href="https://github.com/ahwayakchih/crx3/commit/bd6066443d8e3c27656e085d18e1d0efa43999a7"><code>bd60664</code></a> chore: update Changelog</li> <li><a href="https://github.com/ahwayakchih/crx3/commit/8cacaba88698bd9e0cd9024f35f2e17b5ee69283"><code>8cacaba</code></a> chore: update dev dependencies</li> <li><a href="https://github.com/ahwayakchih/crx3/commit/5f1e93cfb9596cd55a3f97db59d7c4a92e8ac836"><code>5f1e93c</code></a> fix: allow to pass source directory or manifest file without TTY</li> <li><a href="https://github.com/ahwayakchih/crx3/commit/5c1e3f943e499fc9c0cff96d553da1bb64cd0eb4"><code>5c1e3f9</code></a> test: improve testing with puppeteer, so it does not fail randomly</li> <li><a href="https://github.com/ahwayakchih/crx3/commit/57365f36de74def063b2c78aa92b5760edde0b47"><code>57365f3</code></a> fix: <code>npm run checkCoverage</code> script does not have to rename output</li> <li><a href="https://github.com/ahwayakchih/crx3/commit/d7c7dfb8fc354baa39128cc73e57570c3c8b69f5"><code>d7c7dfb</code></a> docs: added some links and info in README</li> <li><a href="https://github.com/ahwayakchih/crx3/commit/19f7f93eadd4a4d93920274b181bd9524b1e2987"><code>19f7f93</code></a> chore: update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/ahwayakchih/crx3/compare/v1.1.1...v1.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=crx3&package-manager=npm_and_yarn&previous-version=1.1.1&new-version=1.1.2)](https://dependabot.com/compatibility-score.html?dependency-name=crx3&package-manager=npm_and_yarn&previous-version=1.1.1&new-version=1.1.2) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:40:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1570
No description provided.