Skip to content

Commit

Permalink
Bump mneme from 0.8.1 to 0.8.2 (#880)
Browse files Browse the repository at this point in the history
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
github-actions[bot] authored Jul 12, 2024
2 parents 72a2bd4 + eaf4eed commit 4249f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jason": {:hex, :jason, "1.4.3", "d3f984eeb96fe53b85d20e0b049f03e57d075b5acda3ac8d465c969a2536c17b", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "9a90e868927f7c777689baa16d86f4d0e086d968db5c05d917ccff6d443e58a3"},
"mime": {:hex, :mime, "2.0.6", "8f18486773d9b15f95f4f4f1e39b710045fa1de891fada4516559967276e4dc2", [:mix], [], "hexpm", "c9945363a6b26d747389aac3643f8e0e09d30499a138ad64fe8fd1d13d9b153e"},
"mint": {:hex, :mint, "1.6.2", "af6d97a4051eee4f05b5500671d47c3a67dac7386045d87a904126fd4bbcea2e", [:mix], [{:castore, "~> 0.1.0 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:hpax, "~> 0.1.1 or ~> 0.2.0 or ~> 1.0", [hex: :hpax, repo: "hexpm", optional: false]}], "hexpm", "5ee441dffc1892f1ae59127f74afe8fd82fda6587794278d924e4d90ea3d63f9"},
"mneme": {:hex, :mneme, "0.8.1", "9230ec8029348c339fde6b626e5252bbb9a21092a90d33d4af57bbb361c939d0", [:mix], [{:nimble_options, "~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:owl, "~> 0.9", [hex: :owl, repo: "hexpm", optional: false]}, {:rewrite, "~> 0.10.1", [hex: :rewrite, repo: "hexpm", optional: false]}, {:sourceror, "~> 1.0", [hex: :sourceror, repo: "hexpm", optional: false]}], "hexpm", "9377b701a7f86e0b3d751b4a45bb3d4e6c860e884a170d68f2bcf0d1b17a9fe9"},
"mneme": {:hex, :mneme, "0.8.2", "3ed4ec34da5198b97d67ffd283e2f6a46d8f1270957b7490772be07bf2d53701", [:mix], [{:nimble_options, "~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:owl, "~> 0.9", [hex: :owl, repo: "hexpm", optional: false]}, {:rewrite, "~> 0.10.1", [hex: :rewrite, repo: "hexpm", optional: false]}, {:sourceror, "~> 1.0", [hex: :sourceror, repo: "hexpm", optional: false]}], "hexpm", "40f620e15d07b25c99352643fbfd1df950401c8c759f78f226233380628d6de7"},
"natural_order": {:hex, :natural_order, "0.3.0", "a0e3e7aeb8daa50f0463ce6967e94d47ab227a02cca0e1d03b8828b2d480c74b", [:mix], [], "hexpm", "0f0a0f65bb8e313d0e60e37862e9357038386fa48febf8f96ab36375f678afd8"},
"nimble_options": {:hex, :nimble_options, "1.1.1", "e3a492d54d85fc3fd7c5baf411d9d2852922f66e69476317787a7b2bb000a61b", [:mix], [], "hexpm", "821b2470ca9442c4b6984882fe9bb0389371b8ddec4d45a9504f00a66f650b44"},
"nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"},
Expand All @@ -60,7 +60,7 @@
"postgrex": {:hex, :postgrex, "0.18.0", "f34664101eaca11ff24481ed4c378492fed2ff416cd9b06c399e90f321867d7e", [:mix], [{:db_connection, "~> 2.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:decimal, "~> 1.5 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:table, "~> 0.1.0", [hex: :table, repo: "hexpm", optional: true]}], "hexpm", "a042989ba1bc1cca7383ebb9e461398e3f89f868c92ce6671feb7ef132a252d1"},
"req": {:hex, :req, "0.5.2", "70b4976e5fbefe84e5a57fd3eea49d4e9aa0ac015301275490eafeaec380f97f", [:mix], [{:brotli, "~> 0.3.1", [hex: :brotli, repo: "hexpm", optional: true]}, {:ezstd, "~> 1.0", [hex: :ezstd, repo: "hexpm", optional: true]}, {:finch, "~> 0.17", [hex: :finch, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:mime, "~> 2.0.6 or ~> 2.1", [hex: :mime, repo: "hexpm", optional: false]}, {:nimble_csv, "~> 1.0", [hex: :nimble_csv, repo: "hexpm", optional: true]}, {:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: true]}], "hexpm", "0c63539ab4c2d6ced6114d2684276cef18ac185ee00674ee9af4b1febba1f986"},
"rewrite": {:hex, :rewrite, "0.10.5", "6afadeae0b9d843b27ac6225e88e165884875e0aed333ef4ad3bf36f9c101bed", [:mix], [{:glob_ex, "~> 0.1", [hex: :glob_ex, repo: "hexpm", optional: false]}, {:sourceror, "~> 1.0", [hex: :sourceror, repo: "hexpm", optional: false]}], "hexpm", "51cc347a4269ad3a1e7a2c4122dbac9198302b082f5615964358b4635ebf3d4f"},
"sourceror": {:hex, :sourceror, "1.3.0", "70ab9e8bf6df085a1effba4b49ad621b7153b065f69ef6cdb82e6088f2026029", [:mix], [], "hexpm", "1794c3ceeca4eb3f9437261721e4d9cbf846d7c64c7aee4f64062b18d5ce1eac"},
"sourceror": {:hex, :sourceror, "1.4.0", "be87319b1579191e25464005d465713079b3fd7124a3938a1e6cf4def39735a9", [:mix], [], "hexpm", "16751ca55e3895f2228938b703ad399b0b27acfe288eff6c0e629ed3e6ec0358"},
"styler": {:hex, :styler, "0.11.9", "2595393b94e660cd6e8b582876337cc50ff047d184ccbed42fdad2bfd5d78af5", [:mix], [], "hexpm", "8b7806ba1fdc94d0a75127c56875f91db89b75117fcc67572661010c13e1f259"},
"swoosh": {:hex, :swoosh, "1.16.9", "20c6a32ea49136a4c19f538e27739bb5070558c0fa76b8a95f4d5d5ca7d319a1", [:mix], [{:bandit, ">= 1.0.0", [hex: :bandit, repo: "hexpm", optional: true]}, {:cowboy, "~> 1.1 or ~> 2.4", [hex: :cowboy, repo: "hexpm", optional: true]}, {:ex_aws, "~> 2.1", [hex: :ex_aws, repo: "hexpm", optional: true]}, {:finch, "~> 0.6", [hex: :finch, repo: "hexpm", optional: true]}, {:gen_smtp, "~> 0.13 or ~> 1.0", [hex: :gen_smtp, repo: "hexpm", optional: true]}, {:hackney, "~> 1.9", [hex: :hackney, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:mail, "~> 0.2", [hex: :mail, repo: "hexpm", optional: true]}, {:mime, "~> 1.1 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:mua, "~> 0.2.0", [hex: :mua, repo: "hexpm", optional: true]}, {:multipart, "~> 0.4", [hex: :multipart, repo: "hexpm", optional: true]}, {:plug, "~> 1.9", [hex: :plug, repo: "hexpm", optional: true]}, {:plug_cowboy, ">= 1.0.0", [hex: :plug_cowboy, repo: "hexpm", optional: true]}, {:req, "~> 0.5 or ~> 1.0", [hex: :req, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.2 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "878b1a7a6c10ebbf725a3349363f48f79c5e3d792eb621643b0d276a38acc0a6"},
"table_rex": {:hex, :table_rex, "4.0.0", "3c613a68ebdc6d4d1e731bc973c233500974ec3993c99fcdabb210407b90959b", [:mix], [], "hexpm", "c35c4d5612ca49ebb0344ea10387da4d2afe278387d4019e4d8111e815df8f55"},
Expand Down

0 comments on commit 4249f29

Please sign in to comment.