Bumps [auto-parse](https://github.com/greenpioneersolutions/auto-parse) from 1.8.0 to 2.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/greenpioneersolutions/auto-parse/releases">auto-parse's releases</a>.</em></p> <blockquote> <h2>2.0.2</h2> <ul> <li>Improved performance by caching regex used for stripping start characters.</li> <li>Avoid unnecessary JSON parsing when input doesn't resemble JSON.</li> <li>Faster numeric and boolean checks.</li> <li>Added Jest-based performance benchmarks.</li> <li>Expanded benchmarks to cover all supported types, options and plugin system.</li> <li>Cleaned up variable names and documentation for clarity.</li> </ul> <h2>2.0.1 (2025-06-05)</h2> <ul> <li>Add <code>preserveLeadingZeros</code> option to keep numeric strings like <code>"0004"</code> from being converted to numbers.</li> <li>Introduce <code>allowedTypes</code> option to restrict parsed result types.</li> <li>Add <code>stripStartChars</code> option to remove leading characters before parsing.</li> <li>Add <code>parseCommaNumbers</code> option to convert comma-separated numbers like <code>'1,234'</code>.</li> </ul> <h2>2.0.0</h2> <h2>Version 2.0 of <strong>auto-parse</strong> introduces a modernized codebase and several new features.</h2> <p>The highlights include:</p> <ul> <li>Modern build powered by <strong>esbuild</strong></li> <li>Distribution as both CommonJS and ES modules</li> <li>Bundled TypeScript declarations</li> <li>Parsing of <code>BigInt</code> and <code>Symbol</code></li> <li>Extensible plugin API via <code>autoParse.use</code></li> <li>Test suite migrated to Jest and executed with GitHub Actions</li> <li>New parsing options for controlling acceptable types, stripping characters and</li> <li>handling comma-separated numbers</li> </ul> <p>For the complete list of changes, see <a href="https://github.com/greenpioneersolutions/auto-parse/blob/CHANGELOG.md">CHANGELOG.md</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/greenpioneersolutions/auto-parse/blob/master/CHANGELOG.md">auto-parse's changelog</a>.</em></p> <blockquote> <h2>2.0.2 (2025-06-06)</h2> <ul> <li>Improved performance by caching regex used for stripping start characters.</li> <li>Avoid unnecessary JSON parsing when input doesn't resemble JSON.</li> <li>Faster numeric and boolean checks.</li> <li>Added Jest-based performance benchmarks.</li> <li>Expanded benchmarks to cover all supported types, options and plugin system.</li> <li>Cleaned up variable names and documentation for clarity.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/greenpioneersolutions/auto-parse/commit/13a933c78e4a98d5d2d12e779aa110e7ae08b82b"><code>13a933c</code></a> Merge pull request <a href="https://redirect.github.com/greenpioneersolutions/auto-parse/issues/44">#44</a> from greenpioneersolutions/develop</li> <li><a href="https://github.com/greenpioneersolutions/auto-parse/commit/5ab31c0c3a7ef15b7122cbac4df2fc38c11bc700"><code>5ab31c0</code></a> Merge pull request <a href="https://redirect.github.com/greenpioneersolutions/auto-parse/issues/43">#43</a> from greenpioneersolutions/lcqfns-codex/develop-and-op...</li> <li><a href="https://github.com/greenpioneersolutions/auto-parse/commit/106f4c6a0b24a819c230a9d2b5e4a65b4f509819"><code>106f4c6</code></a> Update performance.test.js</li> <li><a href="https://github.com/greenpioneersolutions/auto-parse/commit/390b6944eedfb306988f1fc8009dbbc88a82cbc4"><code>390b694</code></a> Merge branch 'develop' into lcqfns-codex/develop-and-optimize-performance-tes...</li> <li><a href="https://github.com/greenpioneersolutions/auto-parse/commit/4a0cd48dbb00b707af80276bcfea48145959c20a"><code>4a0cd48</code></a> Merge pull request <a href="https://redirect.github.com/greenpioneersolutions/auto-parse/issues/42">#42</a> from greenpioneersolutions/codex/develop-and-optimize-...</li> <li><a href="https://github.com/greenpioneersolutions/auto-parse/commit/33e3884465179c85184c140ffce55700a3c80054"><code>33e3884</code></a> Expand benchmark thresholds for CI</li> <li><a href="https://github.com/greenpioneersolutions/auto-parse/commit/e8a1397636e1290a5a09f1d974f67e77a01aaa92"><code>e8a1397</code></a> docs: explain parsing logic</li> <li><a href="https://github.com/greenpioneersolutions/auto-parse/commit/23f062c5c84d8488567bc67dc389093a6902a8bf"><code>23f062c</code></a> docs: clarify features and polish code</li> <li><a href="https://github.com/greenpioneersolutions/auto-parse/commit/e246fa3f90b8d27ac79bfb5e43d98248a8ad565d"><code>e246fa3</code></a> Merge pull request <a href="https://redirect.github.com/greenpioneersolutions/auto-parse/issues/41">#41</a> from greenpioneersolutions/develop</li> <li><a href="https://github.com/greenpioneersolutions/auto-parse/commit/64047b20f5c273c1acef47c43e7c4eeff33cf7ba"><code>64047b2</code></a> Update package.json for 2.0.1 release</li> <li>Additional commits viewable in <a href="https://github.com/greenpioneersolutions/auto-parse/compare/1.8.0...2.0.2">compare view</a></li> </ul> </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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 0 comments.