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.6.1 to 0.7.0 (#855)
Bumps [mneme](https://github.com/zachallaun/mneme) from 0.6.1 to 0.7.0. <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.7.0 (2024-05-27)</h2> <p>This is the first version supporting Elixir 1.17.0 and Erlang/OTP 27.</p> <h3>Changed</h3> <ul> <li>Update docs to reflect <code>-0.0</code> being a possible generated value when using Erlang/OTP 27 or later.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix diff highlighting of the map opening delimiter <code>%{</code> when using Elixir 1.17+.</li> <li>Fix warnings during testing when using Elixir 1.17+.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zachallaun/mneme/commit/92bc455662cd3ba51b8f7026755f067efbf0b9ab"><code>92bc455</code></a> release: v0.7.0</li> <li><a href="https://github.com/zachallaun/mneme/commit/15d0cfbccdb9e694ab54874ba0e61c315772918f"><code>15d0cfb</code></a> chore: bump rewrite</li> <li><a href="https://github.com/zachallaun/mneme/commit/43fbc3dc0f4bd1acb44b5d6025dd8a2d1da702ce"><code>43fbc3d</code></a> docs: update changelog</li> <li><a href="https://github.com/zachallaun/mneme/commit/a87552db50bcabd8a3ae5419a45f5f65c27e403c"><code>a87552d</code></a> ci: add elixir 1.17.0-rc.0 and otp 27 to ci matrix</li> <li><a href="https://github.com/zachallaun/mneme/commit/8dcf57b7f878eb21a81cb461ddfaa65a3d1f660a"><code>8dcf57b</code></a> fix: handle map delimiter bounds in elixir 1.17+</li> <li><a href="https://github.com/zachallaun/mneme/commit/26f7ca6b4e936be9089c8d8a29dd57ab7aa68f39"><code>26f7ca6</code></a> test: update tests for -0.0 in OTP 27</li> <li><a href="https://github.com/zachallaun/mneme/commit/aa24246af788039bd5f9c93d214a98188bdc407d"><code>aa24246</code></a> chore: bump deps and .tool-versions to elixir-1.17/otp-27</li> <li>See full diff in <a href="https://github.com/zachallaun/mneme/compare/v0.6.1...v0.7.0">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.6.1&new-version=0.7.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 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