Update js-base64 3.7.7 → 3.9.0 (minor)#157
Closed
depfu[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
Closed in favor of #158. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ js-base64 (3.7.7 → 3.9.0) · Repo
Commits
See the full diff on Github. The new version differs by 29 commits:
version 3.9.0remove dependencies on node Buffer because Text{En,De}coder are also available on node.jsstrictly type internal variables constants and functions, not just exported onesversion 3.8.1update browser teststop checking error type to make both node and browsers happy. You cannot manually raise InvalidCharacterError yourselfMerge pull request #191 from spokodev/fix/btoa-buffer-nonlatin1fix: throw on non-Latin1 input in the Buffer btoa fallbackremove node.js 20update node.js versionAdd CI badge for bun workflow in READMEfix test/bom.js // String.fromCharCode(0xFeFF) instead of raw bytesversion 3.8.0fix bunadd .github/workflows/bun.ymlMerge pull request #190 from spokodev/fix/decode-preserve-leading-bomfix: preserve leading BOM (U+FEFF) on the TextDecoder decode pathMerge pull request #188 from towednack/patch-1Update README.mdversion 3.7.8add permissions section to make CodeQL happyadd node 24use `unknown` instead of `any` accordingly to Aaronuse `unknown` instead of `any` accordingly to AaronMerge pull request #187 from Chanran/feat/optimize-atobPolyfill-performanceMerge pull request #179 from lifeiscontent/patch-1feat: optimize atobPolyfill performance to avoid minor gcUpdate base64.tsadd node 22Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands