lobe-chat icon indicating copy to clipboard operation
lobe-chat copied to clipboard

Update dependency brotli-wasm to v2

Open renovate[bot] opened this issue 1 year ago • 4 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
brotli-wasm ^1 -> ^2.0.0 age adoption passing confidence

Release Notes

httptoolkit/brotli-wasm (brotli-wasm)

v2.0.1

Compare Source

v2.0.0

Compare Source

Breaking changes

Streams API has changed significantly, streams no longer expose result() or last_input_offset() methods, and the compress() and decompress() methods return a result object, not just a buffer. Instead of querying state from the stream itself, you can now access it from the result, which exposes 3 properties:

  • buf - the output (the compressed/decompressed data.
  • code - the result code, corresponding to a value from brotli.BrotliStreamResultCode.
  • input_offset - the offset into the input stream that was read during this operation.

This resolves many issues with streams that could result in data corruption and processing failures. See the README for an updated example of how to use this with web streams.

The non-streaming API remains unchanged.


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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jan 13 '24 01:01 renovate[bot]

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

Name Status Preview Comments Updated (UTC)
lobe-chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 14, 2024 2:57am

vercel[bot] avatar Jan 13 '24 01:01 vercel[bot]

👍 @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.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。 如果您遇到任何问题,请随时与我们联系。

lobehubbot avatar Jan 13 '24 01:01 lobehubbot

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (88a1b7b) 88.31% compared to head (98d4939) 88.31%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1036   +/-   ##
=======================================
  Coverage   88.31%   88.31%           
=======================================
  Files         177      177           
  Lines        8293     8293           
  Branches      942      942           
=======================================
  Hits         7324     7324           
  Misses        969      969           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jan 13 '24 01:01 codecov[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate[bot] avatar Jan 13 '24 03:01 renovate[bot]

❤️ Great PR @renovate[bot] ❤️

The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world.
项目的成长离不开用户反馈和贡献,感谢您的贡献! 如果您对 LobeHub 开发者社区感兴趣,请加入我们的 discord,然后私信 @arvinxx 或 @canisminor1990。他们会邀请您加入我们的私密开发者频道。我们将会讨论关于 Lobe Chat 的开发,分享和讨论全球范围内的 AI 消息。

lobehubbot avatar Jan 14 '24 02:01 lobehubbot

:tada: This PR is included in version 0.120.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

lobehubbot avatar Jan 15 '24 16:01 lobehubbot