[PR #1476] [CLOSED] Bump single-file-cli from 1.1.54 to 2.0.51 in the npm group #1434

Closed
opened 2026-03-01 14:49:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1476
Author: @dependabot[bot]
Created: 8/1/2024
Status: Closed

Base: devHead: dependabot/npm_and_yarn/dev/npm-10e1a44a1b


📝 Commits (1)

  • 296536e Bump single-file-cli from 1.1.54 to 2.0.51 in the npm group

📊 Changes

2 files changed (+18 additions, -1140 deletions)

View changed files

📝 package-lock.json (+17 -1139)
📝 package.json (+1 -1)

📄 Description

Bumps the npm group with 1 update: single-file-cli.

Updates single-file-cli from 1.1.54 to 2.0.51

Release notes

Sourced from single-file-cli's releases.

v2.0.51

What's Changed

New Contributors

v2.0.50

  • Added --infobar-template and --open-infobar options
  • Fixed replacement of special characters when using %date-custom, %date-locale, %time-locale, and %datetime-locale functions in the infobar template
  • Upgraded Deno to version 1.45.5
  • Minor fixes

v2.0.49

  • Added --output-json option to save the page as a JSON file. The JSON data contains request and response headers.
  • Fixed --dump-content option

v2.0.48

  • Fixed issues related to CSS: support of @container, CSS worklets and nested rules
  • Added new template function %datetime-custom (see the help page of the extension for more info)
  • Upgraded Deno to version 1.45.3

v2.0.47

  • Added option --error-traces-disabled(true by default) to remove stack traces in the error messages
  • Fixed regression related to the use of the --crawl-rewrite-rule option or when trying to capture an empty URL

v2.0.46

  • fixed path resolution (see #106)
  • fixed error when pressing Ctrl-C in Node.js

v2.0.45

Fixed Error: Process exited with code null when running the code with Node.js (see #91)

v2.0.44

  • Improved data fetching implementation
  • Added support of "srcdoc" attribute in frames
  • Updated Deno to version 1.44.4

v2.0.43

Fixed issue where Chromium sub-processes would not be stopped when interrupting the program in some cases (e.g. when pressing Ctrl-C)

v2.0.41

What's Changed

New Contributors

v2.0.40

What's Changed

... (truncated)

Commits

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

🔄 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/ArchiveBox/ArchiveBox/pull/1476 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/npm-10e1a44a1b` --- ### 📝 Commits (1) - [`296536e`](https://github.com/ArchiveBox/ArchiveBox/commit/296536e55748c319942f13e79665abd291da845c) Bump single-file-cli from 1.1.54 to 2.0.51 in the npm group ### 📊 Changes **2 files changed** (+18 additions, -1140 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+17 -1139) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps the npm group with 1 update: [single-file-cli](https://github.com/gildas-lormeau/single-file-cli). Updates `single-file-cli` from 1.1.54 to 2.0.51 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gildas-lormeau/single-file-cli/releases">single-file-cli's releases</a>.</em></p> <blockquote> <h2>v2.0.51</h2> <h2>What's Changed</h2> <ul> <li>Added validation of data types in the cookie by <a href="https://github.com/lucianopw"><code>@​lucianopw</code></a> in <a href="https://redirect.github.com/gildas-lormeau/single-file-cli/pull/108">gildas-lormeau/single-file-cli#108</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lucianopw"><code>@​lucianopw</code></a> made their first contribution in <a href="https://redirect.github.com/gildas-lormeau/single-file-cli/pull/108">gildas-lormeau/single-file-cli#108</a></li> </ul> <h2>v2.0.50</h2> <ul> <li>Added <code>--infobar-template</code> and <code>--open-infobar</code> options</li> <li>Fixed replacement of special characters when using <code>%date-custom</code>, <code>%date-locale</code>, <code>%time-locale</code>, and <code>%datetime-locale</code> functions in the infobar template</li> <li>Upgraded Deno to version <code>1.45.5</code></li> <li>Minor fixes</li> </ul> <h2>v2.0.49</h2> <ul> <li>Added <code>--output-json</code> option to save the page as a JSON file. The JSON data contains request and response headers.</li> <li>Fixed <code>--dump-content</code> option</li> </ul> <h2>v2.0.48</h2> <ul> <li>Fixed issues related to CSS: support of <code>@container</code>, CSS worklets and nested rules</li> <li>Added new template function <code>%datetime-custom</code> (see the help page of the extension for more info)</li> <li>Upgraded Deno to version 1.45.3</li> </ul> <h2>v2.0.47</h2> <ul> <li>Added option <code>--error-traces-disabled</code>(<code>true</code> by default) to remove stack traces in the error messages</li> <li>Fixed regression related to the use of the <code>--crawl-rewrite-rule</code> option or when trying to capture an empty URL</li> </ul> <h2>v2.0.46</h2> <ul> <li>fixed path resolution (see <a href="https://redirect.github.com/gildas-lormeau/single-file-cli/issues/106">#106</a>)</li> <li>fixed error when pressing <code>Ctrl-C</code> in Node.js</li> </ul> <h2>v2.0.45</h2> <p>Fixed <code>Error: Process exited with code null</code> when running the code with Node.js (see <a href="https://redirect.github.com/gildas-lormeau/single-file-cli/issues/91">#91</a>)</p> <h2>v2.0.44</h2> <ul> <li>Improved data fetching implementation</li> <li>Added support of &quot;srcdoc&quot; attribute in frames</li> <li>Updated Deno to version <code>1.44.4</code></li> </ul> <h2>v2.0.43</h2> <p>Fixed issue where Chromium sub-processes would not be stopped when interrupting the program in some cases (e.g. when pressing Ctrl-C)</p> <h2>v2.0.41</h2> <h2>What's Changed</h2> <ul> <li>Fixes &quot;ReferenceError: Cannot access 'options' before initialization&quot; when using <code>--browser-mobile-emulation</code>by <a href="https://github.com/masylum"><code>@​masylum</code></a> in <a href="https://redirect.github.com/gildas-lormeau/single-file-cli/pull/95">gildas-lormeau/single-file-cli#95</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/masylum"><code>@​masylum</code></a> made their first contribution in <a href="https://redirect.github.com/gildas-lormeau/single-file-cli/pull/95">gildas-lormeau/single-file-cli#95</a></li> </ul> <h2>v2.0.40</h2> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/gildas-lormeau/single-file-cli/commits/v2.0.51">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=single-file-cli&package-manager=npm_and_yarn&previous-version=1.1.54&new-version=2.0.51)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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 </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:49:47 +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/ArchiveBox#1434
No description provided.