chore(deps): update dependency plist to v5#40
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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.
This PR contains the following updates:
3.1.0β5.0.0Release Notes
TooTallNate/plist.js (plist)
v5.0.0Compare Source
Major Changes
982349e: BREAKING:nullvalues are now skipped duringbuild(), matchingundefinedbehavior and aligning with Apple's plist DTD which does not include a<null/>element. Parsing<null/>on read is still supported for backwards compatibility.Minor Changes
592f243: Added binary plist (bplist00) support:parseBinary()andbuildBinary()for reading and writing binary plists.parse()now auto-detects binary format.8f0e2cc: Add browser-native implementations usingDOMParserandXMLSerializerfor parsing, and native DOM APIs for building XML. Bundlers that support the"browser"export condition (Vite, webpack, esbuild) will automatically use these lighter implementations, dramatically reducing bundle size by eliminating the@xmldom/xmldomandxmlbuilderdependencies.754240c: Added OpenStep/ASCII plist parsing support viaparseOpenStep().parse()now auto-detects all three plist formats: XML, binary, and OpenStep.3463937: Rewritten in TypeScript with full type declarations. Switched to vitest for testing and pnpm for package management.Patch Changes
8ce0162: Fixed exponential parse blowup when parsing deeply nested plist files. The dict parser was eagerly evaluating error message arguments, causing every value to be parsed twice.f8102c0: Replaced legacy patterns with modern JS equivalents: nativetoISOString(),Object.hasOwn(), and direct type checks.v4.0.0Compare Source
v3.1.1Compare Source
Configuration
π Schedule: (UTC)
π¦ 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.
This PR was generated by Mend Renovate. View the repository job log.