[PR #759] [CLOSED] Bump fast-csv and exceljs in /src/ElectronNET.WebApp/ElectronHostHook #1279

Open
opened 2026-01-29 16:59:14 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/759
Author: @dependabot[bot]
Created: 4/3/2023
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/src/ElectronNET.WebApp/ElectronHostHook/fast-csv-and-exceljs-4.3.6


📝 Commits (1)

  • f80692c Bump fast-csv and exceljs in /src/ElectronNET.WebApp/ElectronHostHook

📊 Changes

2 files changed (+413 additions, -420 deletions)

View changed files

📝 src/ElectronNET.WebApp/ElectronHostHook/package-lock.json (+412 -419)
📝 src/ElectronNET.WebApp/ElectronHostHook/package.json (+1 -1)

📄 Description

Bumps fast-csv to 4.3.6 and updates ancestor dependency exceljs. These dependencies need to be updated together.

Updates fast-csv from 2.5.0 to 4.3.6

Release notes

Sourced from fast-csv's releases.

v4.3.6

4.3.6 (2020-12-04)

Bug Fixes

  • Simplify empty row check by removing complex regex (4bbd39f)
  • deps: update dependency @​types/yargs to v15.0.10 (9af7a41)
  • deps: update dependency yargs to v16.1.1 (057a4da)

v4.3.5

4.3.5 (2020-11-03)

Bug Fixes

  • formatting,#446: Do not quote fields that do not contain a quote (13e688c), closes #446

v4.3.4

4.3.4 (2020-11-03)

Bug Fixes

  • formatter,#503: Do not ignore rows when headers is false (1560564), closes #503

v4.3.3

4.3.3 (2020-10-30)

Bug Fixes

  • deps: update dependency @​docusaurus/core to v2.0.0-alpha.66 (8afdd1e)
  • deps: update dependency @​docusaurus/preset-classic to v2.0.0-alpha.66 (4a854a1)
  • deps: update dependency @​types/yargs to v15.0.9 (a46ac39)
  • deps: update dependency yargs to v16 (b28b662)
  • deps: update react monorepo to v17 (93d3450)

v4.3.2

4.3.2 (2020-09-02)

Bug Fixes

  • deps: update dependency yargs to v15.4.1 (74fd72f)
  • parsing, #423: Prevent callback from being called multiple times (040febe), closes #423
  • release command (79ec47f)

v4.3.1

4.3.1 (2020-06-23)

... (truncated)

Changelog

Sourced from fast-csv's changelog.

4.3.6 (2020-12-04)

Note: Version bump only for package fast-csv

4.3.5 (2020-11-03)

Note: Version bump only for package fast-csv

4.3.4 (2020-11-03)

Note: Version bump only for package fast-csv

4.3.3 (2020-10-30)

Note: Version bump only for package fast-csv

4.3.2 (2020-09-02)

Note: Version bump only for package fast-csv

4.3.1 (2020-06-23)

Note: Version bump only for package fast-csv

4.3.0 (2020-05-27)

... (truncated)

Commits

Updates exceljs from 1.15.0 to 4.3.0

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 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/ElectronNET/Electron.NET/pull/759 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/3/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/src/ElectronNET.WebApp/ElectronHostHook/fast-csv-and-exceljs-4.3.6` --- ### 📝 Commits (1) - [`f80692c`](https://github.com/ElectronNET/Electron.NET/commit/f80692cc4d39372898c2a541184cb9209774319f) Bump fast-csv and exceljs in /src/ElectronNET.WebApp/ElectronHostHook ### 📊 Changes **2 files changed** (+413 additions, -420 deletions) <details> <summary>View changed files</summary> 📝 `src/ElectronNET.WebApp/ElectronHostHook/package-lock.json` (+412 -419) 📝 `src/ElectronNET.WebApp/ElectronHostHook/package.json` (+1 -1) </details> ### 📄 Description Bumps [fast-csv](https://github.com/C2FO/fast-csv/tree/HEAD/packages/fast-csv) to 4.3.6 and updates ancestor dependency [exceljs](https://github.com/exceljs/exceljs). These dependencies need to be updated together. Updates `fast-csv` from 2.5.0 to 4.3.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/C2FO/fast-csv/releases">fast-csv's releases</a>.</em></p> <blockquote> <h2>v4.3.6</h2> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6">4.3.6</a> (2020-12-04)</h2> <h3>Bug Fixes</h3> <ul> <li>Simplify empty row check by removing complex regex (<a href="https://github.com/C2FO/fast-csv/commit/4bbd39f26a8cd7382151ab4f5fb102234b2f829e">4bbd39f</a>)</li> <li><strong>deps:</strong> update dependency <code>@​types/yargs</code> to v15.0.10 (<a href="https://github.com/C2FO/fast-csv/commit/9af7a410288495c598e8e68705aa530eda56bedb">9af7a41</a>)</li> <li><strong>deps:</strong> update dependency yargs to v16.1.1 (<a href="https://github.com/C2FO/fast-csv/commit/057a4da0089a40406e5be9ba665774b8557657f0">057a4da</a>)</li> </ul> <h2>v4.3.5</h2> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5">4.3.5</a> (2020-11-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>formatting,<a href="https://github.com/C2FO/fast-csv/tree/HEAD/packages/fast-csv/issues/446">#446</a>:</strong> Do not quote fields that do not contain a quote (<a href="https://github.com/C2FO/fast-csv/commit/13e688cb38dcb67c7182211968c794146be54692">13e688c</a>), closes <a href="https://redirect.github.com/C2FO/fast-csv/issues/446">#446</a></li> </ul> <h2>v4.3.4</h2> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4">4.3.4</a> (2020-11-03)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>formatter,<a href="https://github.com/C2FO/fast-csv/tree/HEAD/packages/fast-csv/issues/503">#503</a>:</strong> Do not ignore rows when headers is false (<a href="https://github.com/C2FO/fast-csv/commit/1560564819c8b1254ca4ad43487830a4296570f6">1560564</a>), closes <a href="https://redirect.github.com/C2FO/fast-csv/issues/503">#503</a></li> </ul> <h2>v4.3.3</h2> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3">4.3.3</a> (2020-10-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@​docusaurus/core</code> to v2.0.0-alpha.66 (<a href="https://github.com/C2FO/fast-csv/commit/8afdd1eab4c0785a3714f10a5f19b41c1365015e">8afdd1e</a>)</li> <li><strong>deps:</strong> update dependency <code>@​docusaurus/preset-classic</code> to v2.0.0-alpha.66 (<a href="https://github.com/C2FO/fast-csv/commit/4a854a16a3fd746748d0684c68c86dbd161a639f">4a854a1</a>)</li> <li><strong>deps:</strong> update dependency <code>@​types/yargs</code> to v15.0.9 (<a href="https://github.com/C2FO/fast-csv/commit/a46ac391cdf4fe7de5bc683d13a2ffc735e1b98b">a46ac39</a>)</li> <li><strong>deps:</strong> update dependency yargs to v16 (<a href="https://github.com/C2FO/fast-csv/commit/b28b6624eed13e7b410019da8e70628e991443bd">b28b662</a>)</li> <li><strong>deps:</strong> update react monorepo to v17 (<a href="https://github.com/C2FO/fast-csv/commit/93d3450d88a63d2e19d2de26f0a8399f877a14a4">93d3450</a>)</li> </ul> <h2>v4.3.2</h2> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2">4.3.2</a> (2020-09-02)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency yargs to v15.4.1 (<a href="https://github.com/C2FO/fast-csv/commit/74fd72f11905547f96c91ed5ffd5620817072231">74fd72f</a>)</li> <li><strong>parsing, <a href="https://github.com/C2FO/fast-csv/tree/HEAD/packages/fast-csv/issues/423">#423</a>:</strong> Prevent callback from being called multiple times (<a href="https://github.com/C2FO/fast-csv/commit/040febe17f5fe763a00f45b1d83c5acd47bbbe0b">040febe</a>), closes <a href="https://redirect.github.com/C2FO/fast-csv/issues/423">#423</a></li> <li>release command (<a href="https://github.com/C2FO/fast-csv/commit/79ec47fa17e0f866835a2c6820851f2e895e9a28">79ec47f</a>)</li> </ul> <h2>v4.3.1</h2> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1">4.3.1</a> (2020-06-23)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/C2FO/fast-csv/blob/master/packages/fast-csv/CHANGELOG.md">fast-csv's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6">4.3.6</a> (2020-12-04)</h2> <p><strong>Note:</strong> Version bump only for package fast-csv</p> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.4...v4.3.5">4.3.5</a> (2020-11-03)</h2> <p><strong>Note:</strong> Version bump only for package fast-csv</p> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.3...v4.3.4">4.3.4</a> (2020-11-03)</h2> <p><strong>Note:</strong> Version bump only for package fast-csv</p> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3">4.3.3</a> (2020-10-30)</h2> <p><strong>Note:</strong> Version bump only for package fast-csv</p> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2">4.3.2</a> (2020-09-02)</h2> <p><strong>Note:</strong> Version bump only for package fast-csv</p> <h2><a href="https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1">4.3.1</a> (2020-06-23)</h2> <p><strong>Note:</strong> Version bump only for package fast-csv</p> <h1><a href="https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0">4.3.0</a> (2020-05-27)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/C2FO/fast-csv/commits/v4.3.6/packages/fast-csv">compare view</a></li> </ul> </details> <br /> Updates `exceljs` from 1.15.0 to 4.3.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/exceljs/exceljs/commit/78d9bda08376bc2b8e978e233d810f94bfed03a5"><code>78d9bda</code></a> 4.3.0</li> <li><a href="https://github.com/exceljs/exceljs/commit/607c1034acbf8fad75ca7cee6352693a4e04d153"><code>607c103</code></a> Kudos</li> <li><a href="https://github.com/exceljs/exceljs/commit/331602b6891457ea4d74385fe1d5466c459fae1f"><code>331602b</code></a> Readme: change moment to dayjs (<a href="https://redirect.github.com/exceljs/exceljs/issues/1708">#1708</a>)</li> <li><a href="https://github.com/exceljs/exceljs/commit/f96c1fec5681dfcf5c32c4fa8c6b8e322eb0d737"><code>f96c1fe</code></a> Should be part of testing suite (<a href="https://redirect.github.com/exceljs/exceljs/issues/1731">#1731</a>)</li> <li><a href="https://github.com/exceljs/exceljs/commit/3b261536dc81f0688480b04df920055ab4e2f488"><code>3b26153</code></a> Update issue template for making a question</li> <li><a href="https://github.com/exceljs/exceljs/commit/2ab468b8bae2c8d5844f922d61ac7d960fee26be"><code>2ab468b</code></a> Fixed conditional format corrupting sheet <a href="https://redirect.github.com/exceljs/exceljs/issues/1305">#1305</a> (<a href="https://redirect.github.com/exceljs/exceljs/issues/1574">#1574</a>)</li> <li><a href="https://github.com/exceljs/exceljs/commit/9005aa716bf9c5fb93aad8410837bf477f01cc9d"><code>9005aa7</code></a> Update PULL_REQUEST_TEMPLATE.md</li> <li><a href="https://github.com/exceljs/exceljs/commit/1499b6b86ac670158d704848687df88690f280be"><code>1499b6b</code></a> Add type definition for lastColumn property (fixes <a href="https://redirect.github.com/exceljs/exceljs/issues/1453">#1453</a>) (<a href="https://redirect.github.com/exceljs/exceljs/issues/1629">#1629</a>)</li> <li><a href="https://github.com/exceljs/exceljs/commit/ae2d2e5a63cd2432b228ef5dba8be7ab6a0f3abf"><code>ae2d2e5</code></a> doc: add example for solid pattern usage (<a href="https://redirect.github.com/exceljs/exceljs/issues/1649">#1649</a>)</li> <li><a href="https://github.com/exceljs/exceljs/commit/a0b4583c14cebcbec6b9ecfe1e55cd0f4f77ed15"><code>a0b4583</code></a> Add TS declarations of Workbook properties (<a href="https://redirect.github.com/exceljs/exceljs/issues/1656">#1656</a>)</li> <li>Additional commits viewable in <a href="https://github.com/exceljs/exceljs/compare/v1.15.0...v4.3.0">compare view</a></li> </ul> </details> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ElectronNET/Electron.NET/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:59:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1279