Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Bump binary-parser from 1.8.0 to 1.9.0 (#283)
Bumps [binary-parser](https://github.com/keichi/binary-parser) from 1.8.0 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/keichi/binary-parser/releases">binary-parser's releases</a>.</em></p> <blockquote> <h2>v1.9.0</h2> <ul> <li>Update dependencies (<a href="https://github-redirect.dependabot.com/keichi/binary-parser/issues/165">#165</a>) <a href="https://github.com/keichi"><code>@keichi</code></a></li> <li>Added parsing context variables <code>$parent</code> and <code>$root</code> (<a href="https://github-redirect.dependabot.com/keichi/binary-parser/issues/166">#166</a>) <a href="https://github.com/Rzial"><code>@Rzial</code></a></li> <li>Added parsing context to .readUntil() and .formatter() (<a href="https://github-redirect.dependabot.com/keichi/binary-parser/issues/167">#167</a>) <a href="https://github.com/Rzial"><code>@Rzial</code></a></li> <li>Added Index parsing context variable (<a href="https://github-redirect.dependabot.com/keichi/binary-parser/issues/168">#168</a>) <a href="https://github.com/Rzial"><code>@Rzial</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/keichi/binary-parser/commit/d96d00442ec95ee2f0bdf0be519c814bd0ba9e9a"><code>d96d004</code></a> Bump to v1.9.0</li> <li><a href="https://github.com/keichi/binary-parser/commit/fafd573865b21ab432e3cff00e58ecca92e84377"><code>fafd573</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/keichi/binary-parser/issues/169">#169</a> from Rzial/feature/index-context-variable</li> <li><a href="https://github.com/keichi/binary-parser/commit/7c46a82e4c355d742c67bcc840230495c87de466"><code>7c46a82</code></a> Added <code>$index</code> context variable</li> <li><a href="https://github.com/keichi/binary-parser/commit/56f06341c9ec4685936081dae0b909410d6872ae"><code>56f0634</code></a> Fixed formatting</li> <li><a href="https://github.com/keichi/binary-parser/commit/d826b2601ef7e825cd5b01ea817b66c675e593ce"><code>d826b26</code></a> Fix <a href="https://github-redirect.dependabot.com/keichi/binary-parser/issues/76">#76</a></li> <li><a href="https://github.com/keichi/binary-parser/commit/eaa210f3b95e3afbcb634f24197855b8b74f2b24"><code>eaa210f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/keichi/binary-parser/issues/166">#166</a> from Rzial/master</li> <li><a href="https://github.com/keichi/binary-parser/commit/6cb81ea8cce2174f9688a9069acc915fb84c80e7"><code>6cb81ea</code></a> Added unit tests for parsing context variables</li> <li><a href="https://github.com/keichi/binary-parser/commit/3f236b6444c7e0d1796075e446e3d6fc192c9a09"><code>3f236b6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/keichi/binary-parser/issues/168">#168</a> from Rzial/parsing-context-fix</li> <li><a href="https://github.com/keichi/binary-parser/commit/ee6f6a47419d757b6f99044f75827617b868f915"><code>ee6f6a4</code></a> Added parsing context to <code>.readUntil()</code> and <code>.formatter()</code></li> <li><a href="https://github.com/keichi/binary-parser/commit/80c1882be855836b00f5dc67f269f4c3bdabd8b8"><code>80c1882</code></a> Added context variables on parsing process</li> <li>Additional commits viewable in <a href="https://github.com/keichi/binary-parser/compare/v1.8.0...v1.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=binary-parser&package-manager=npm_and_yarn&previous-version=1.8.0&new-version=1.9.0)](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 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>
- Loading branch information