[PR #2686] [CLOSED] Bump officeparser from 4.0.8 to 5.1.1 in /collector #4076

Closed
opened 2026-02-22 18:35:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2686
Author: @dependabot[bot]
Created: 11/21/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/collector/officeparser-5.1.1


📝 Commits (1)

  • 38cb12d Bump officeparser from 4.0.8 to 5.1.1 in /collector

📊 Changes

2 files changed (+51 additions, -213 deletions)

View changed files

📝 collector/package.json (+1 -1)
📝 collector/yarn.lock (+50 -212)

📄 Description

Bumps officeparser from 4.0.8 to 5.1.1.

Release notes

Sourced from officeparser's releases.

v5.1.0 - 12.11.2024

Changes: v5.0.0..v5.1.0

What's Changed

  • Added support for ArrayBuffer as file input.
  • Fixed #35 which was a request to create browser version by creating bundle.js files available as part of release asset which exposes officeParser as a namespace.

v5.0.0

Version 5.0.0 🎉

What's Changed

  • Replaced using decompress with yauzl. Extracting zip files in memory now instead of storage. Therefore, the requirement for a temp directory to unload the internal xml files of the office files is now eliminated. This fixes #16, #34, #45.
  • Improved CLI executions with better checks and support for supplying config flags as arguments

Breaking Changes?

All the changes are backward compatible for vanilla javascript users. But typescript and jsdoc users may look into the OfficeParserConfig that you supply to parseOffice and parseOfficeAsync as they have the following two keys removed from the object which may break your code in compile time.

  1. tempFilesLocation
  2. preserveTempFiles
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 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)

🔄 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/Mintplex-Labs/anything-llm/pull/2686 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/21/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/collector/officeparser-5.1.1` --- ### 📝 Commits (1) - [`38cb12d`](https://github.com/Mintplex-Labs/anything-llm/commit/38cb12d42e1ab98a29bd0a2b762e0f364131bd9d) Bump officeparser from 4.0.8 to 5.1.1 in /collector ### 📊 Changes **2 files changed** (+51 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `collector/package.json` (+1 -1) 📝 `collector/yarn.lock` (+50 -212) </details> ### 📄 Description Bumps [officeparser](https://github.com/harshankur/officeParser) from 4.0.8 to 5.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/harshankur/officeParser/releases">officeparser's releases</a>.</em></p> <blockquote> <h1>v5.1.0 - 12.11.2024</h1> <h2>Changes: <a href="https://github.com/harshankur/officeParser/compare/v5.0.0..v5.1.0">v5.0.0..v5.1.0</a></h2> <h2>What's Changed</h2> <ul> <li>Added support for ArrayBuffer as file input.</li> <li>Fixed <a href="https://redirect.github.com/harshankur/officeParser/issues/35">#35</a> which was a request to create browser version by creating bundle.js files available as part of release asset which exposes officeParser as a namespace.</li> </ul> <h2>v5.0.0</h2> <h1>Version 5.0.0 🎉</h1> <h2>What's Changed</h2> <ul> <li>Replaced using decompress with yauzl. Extracting zip files in memory now instead of storage. Therefore, the requirement for a temp directory to unload the internal xml files of the office files is now eliminated. This fixes <a href="https://redirect.github.com/harshankur/officeParser/issues/16">#16</a>, <a href="https://redirect.github.com/harshankur/officeParser/issues/34">#34</a>, <a href="https://redirect.github.com/harshankur/officeParser/issues/45">#45</a>.</li> <li>Improved CLI executions with better checks and support for supplying config flags as arguments</li> </ul> <h2>Breaking Changes?</h2> <p>All the changes are backward compatible for vanilla javascript users. But typescript and jsdoc users may look into the <code>OfficeParserConfig</code> that you supply to <code>parseOffice</code> and <code>parseOfficeAsync</code> as they have the following two keys removed from the object which may break your code in compile time.</p> <ol> <li>tempFilesLocation</li> <li>preserveTempFiles</li> </ol> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/harshankur/officeParser/commits/v5.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=officeparser&package-manager=npm_and_yarn&previous-version=4.0.8&new-version=5.1.1)](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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:05 -05:00
yindo closed this issue 2026-02-22 18:35:05 -05:00
yindo changed title from [PR #2686] Bump officeparser from 4.0.8 to 5.1.1 in /collector to [PR #2686] [CLOSED] Bump officeparser from 4.0.8 to 5.1.1 in /collector 2026-06-05 15:16:43 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4076