dependabot[bot] opened a new pull request, #263: URL: https://github.com/apache/cordova-common/pull/263
Bumps [plist](https://github.com/TooTallNate/plist.js) from 3.1.1 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/plist.js/releases">plist's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Major Changes</h3> <ul> <li>982349e: BREAKING: <code>null</code> values are now skipped during <code>build()</code>, matching <code>undefined</code> behavior and aligning with Apple's plist DTD which does not include a <code><null/></code> element. Parsing <code><null/></code> on read is still supported for backwards compatibility.</li> </ul> <h3>Minor Changes</h3> <ul> <li>592f243: Added binary plist (bplist00) support: <code>parseBinary()</code> and <code>buildBinary()</code> for reading and writing binary plists. <code>parse()</code> now auto-detects binary format.</li> <li>8f0e2cc: Add browser-native implementations using <code>DOMParser</code> and <code>XMLSerializer</code> for parsing, and native DOM APIs for building XML. Bundlers that support the <code>"browser"</code> export condition (Vite, webpack, esbuild) will automatically use these lighter implementations, dramatically reducing bundle size by eliminating the <code>@xmldom/xmldom</code> and <code>xmlbuilder</code> dependencies.</li> <li>754240c: Added OpenStep/ASCII plist parsing support via <code>parseOpenStep()</code>. <code>parse()</code> now auto-detects all three plist formats: XML, binary, and OpenStep.</li> <li>3463937: Rewritten in TypeScript with full type declarations. Switched to vitest for testing and pnpm for package management.</li> </ul> <h3>Patch Changes</h3> <ul> <li>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.</li> <li>f8102c0: Replaced legacy patterns with modern JS equivalents: native <code>toISOString()</code>, <code>Object.hasOwn()</code>, and direct type checks.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/plist.js/blob/master/CHANGELOG.md">plist's changelog</a>.</em></p> <blockquote> <h2>5.0.0</h2> <h3>Major Changes</h3> <ul> <li>982349e: BREAKING: <code>null</code> values are now skipped during <code>build()</code>, matching <code>undefined</code> behavior and aligning with Apple's plist DTD which does not include a <code><null/></code> element. Parsing <code><null/></code> on read is still supported for backwards compatibility.</li> </ul> <h3>Minor Changes</h3> <ul> <li>592f243: Added binary plist (bplist00) support: <code>parseBinary()</code> and <code>buildBinary()</code> for reading and writing binary plists. <code>parse()</code> now auto-detects binary format.</li> <li>8f0e2cc: Add browser-native implementations using <code>DOMParser</code> and <code>XMLSerializer</code> for parsing, and native DOM APIs for building XML. Bundlers that support the <code>"browser"</code> export condition (Vite, webpack, esbuild) will automatically use these lighter implementations, dramatically reducing bundle size by eliminating the <code>@xmldom/xmldom</code> and <code>xmlbuilder</code> dependencies.</li> <li>754240c: Added OpenStep/ASCII plist parsing support via <code>parseOpenStep()</code>. <code>parse()</code> now auto-detects all three plist formats: XML, binary, and OpenStep.</li> <li>3463937: Rewritten in TypeScript with full type declarations. Switched to vitest for testing and pnpm for package management.</li> </ul> <h3>Patch Changes</h3> <ul> <li>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.</li> <li>f8102c0: Replaced legacy patterns with modern JS equivalents: native <code>toISOString()</code>, <code>Object.hasOwn()</code>, and direct type checks.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/TooTallNate/plist.js/commits/[email protected]">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for plist since your current version.</p> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
