Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump mneme from 0.8.1 to 0.8.2 (#880)
Bumps [mneme](https://github.com/zachallaun/mneme) from 0.8.1 to 0.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zachallaun/mneme/releases">mneme's releases</a>.</em></p> <blockquote> <p>Mneme v0.8.2 is now available.</p> <ul> <li><a href="https://hexdocs.pm/mneme/changelog.html">Changelog </a></li> <li><a href="https://hexdocs.pm/mneme/readme.html">Docs </a></li> </ul> <p>This release includes a couple of bug fixes and one small CLI feature.</p> <ul> <li> <p>There were some regressions in the last few releases relating to map patterns that could cause many duplicate patterns to be suggested and, in some cases, incorrect patterns that wouldn't match your actual value. I believe these are now fixed, but please let me know if you run into any weird suggestions!</p> </li> <li> <p>Two new key bindings have been added to the CLI: <code>J</code> and <code>K</code> to jump to the first or last pattern. This can be helpful especially when you have a large, nested data structure, as these can cause Mneme to generate quite a few patterns at various levels of complexity.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zachallaun/mneme/blob/main/CHANGELOG.md">mneme's changelog</a>.</em></p> <blockquote> <h2>v0.8.2 (2024-07-11)</h2> <h3>Added</h3> <ul> <li>Added <code>J</code> and <code>K</code> to jump to the first and last pattern when multiple patterns are offered in a prompt. (<code>J</code> and <code>K</code> were previously equivalent to <code>j</code> and <code>k</code>, respectively.)</li> </ul> <h3>Fixed</h3> <ul> <li>Don't suggest duplicate patterns when updating lists (or other containers of) maps.</li> <li>Don't generate incorrect map patterns when updating an existing pattern that is a partial match of a new value. For instance, when updating the pattern <code>%{x: 1, y: 2, z: 3}</code> for the new value <code>%{x: 1, y: 2}</code>, the incorrect pattern <code>%{x: 1, y: 2, z: nil}</code> would be suggested.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zachallaun/mneme/commit/dd9cbd49ee65fa1b733994a3e3f851447008b04d"><code>dd9cbd4</code></a> release: v0.8.2</li> <li><a href="https://github.com/zachallaun/mneme/commit/414cd8e62bf81a7309386166cd6ce32afdc98db9"><code>414cd8e</code></a> fix: correct spec for <code>Assertion.select/2</code></li> <li><a href="https://github.com/zachallaun/mneme/commit/81ffa019933cf6074caec2ced4019689cdfe9ac9"><code>81ffa01</code></a> docs: update demo.tape</li> <li><a href="https://github.com/zachallaun/mneme/commit/a0a918b5f024bbc0a0b142ca54dd0aebd429e918"><code>a0a918b</code></a> feat(cli): add J/K for first/last when multiple patterns are present</li> <li><a href="https://github.com/zachallaun/mneme/commit/70f8f16568495efa1304063a1e63a5bef7b76fc6"><code>70f8f16</code></a> refactor: replace <code>Assertion.[prev,next]/1</code> with <code>Assertion.select/2</code></li> <li><a href="https://github.com/zachallaun/mneme/commit/065234e7c01b033572dc156b5c6c147993bc1325"><code>065234e</code></a> docs: update changelog</li> <li><a href="https://github.com/zachallaun/mneme/commit/4b5d4e8b2a532ee6b80a4d6511bb220cfb7764b5"><code>4b5d4e8</code></a> fix: don't add nils to map patterns when partial patterns already existed</li> <li><a href="https://github.com/zachallaun/mneme/commit/24e41b8dfbb01ed00c62eaad89c1776b0ed420a0"><code>24e41b8</code></a> fix: don't generate duplicate map keysets</li> <li><a href="https://github.com/zachallaun/mneme/commit/a5ba09b0a344de9e871203b34a6c7a48f4b622dc"><code>a5ba09b</code></a> docs: update readme</li> <li><a href="https://github.com/zachallaun/mneme/commit/0234263fe87caed435c4117dda3bcd34bc76107d"><code>0234263</code></a> docs: update readme</li> <li>Additional commits viewable in <a href="https://github.com/zachallaun/mneme/compare/v0.8.1...v0.8.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mneme&package-manager=hex&previous-version=0.8.1&new-version=0.8.2)](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>
- Loading branch information