Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency officeparser to v5 #4510

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
officeparser ^4.2.0 -> ^5.0.0 age adoption passing confidence

Release Notes

harshankur/officeParser (officeparser)

v5.0.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 27, 2024
Copy link

vercel bot commented Oct 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lobe-chat-database ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 27, 2024 1:45am
lobe-chat-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 27, 2024 1:45am

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Oct 27, 2024
@lobehubbot
Copy link
Member

👍 @renovate[bot]

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Copy link

codecov bot commented Oct 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.29%. Comparing base (ea422d8) to head (536a779).
Report is 85 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #4510    +/-   ##
========================================
  Coverage   92.29%   92.29%            
========================================
  Files         496      496            
  Lines       36194    36194            
  Branches     2330     2179   -151     
========================================
  Hits        33407    33407            
  Misses       2787     2787            
Flag Coverage Δ
app 92.29% <ø> (ø)
server 97.33% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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 size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant