Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump phx_json_rpc from 0.6.0 to 0.7.0 #7

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps phx_json_rpc from 0.6.0 to 0.7.0.

Release notes

Sourced from phx_json_rpc's releases.

Release 0.7.0

Added

Changed

  • BREAKING CHANGE: Bump required elixir version to 1.13 (minimum OTP version is set to 24)
  • Bump dialyxir to 1.4.4
  • Bump ex_json_schema to 0.10.2
  • Bump ex_coveralls to 0.18.3
  • Bump credo to 1.7.8
  • Bump ex_doc to 0.30.5
Changelog

Sourced from phx_json_rpc's changelog.

[0.7.0] - 2024-10-15

Added

Changed

  • BREAKING CHANGE: Bump required elixir version to 1.13 (minimum OTP version is set to 24)
  • Bump dialyxir to 1.4.4
  • Bump ex_json_schema to 0.10.2
  • Bump ex_coveralls to 0.18.3
  • Bump credo to 1.7.8
  • Bump ex_doc to 0.30.5
Commits
  • 81ca09f Set minimum elixir version to 1.13
  • 226e41a Merge pull request #95 from shirokovnv/release-0.7.0
  • c5c0634 Update CHANGELOG
  • 80a8f3a Minimum OTP version is set to 24 in CI
  • 20e8030 Exclude elixir 1.12 from CI
  • c90df5b Prepare to release 0.7.0
  • f314e4d Merge pull request #94 from vanppo/chore/jason
  • 5c2249c chore: add jason as a dependency
  • 4b6ceb7 Merge pull request #92 from shirokovnv/dependabot/hex/credo-1.7.8
  • 0c96c11 Merge pull request #93 from shirokovnv/dependabot/hex/dialyxir-1.4.4
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 15, 2024
@dependabot dependabot bot requested a review from a team October 15, 2024 23:47
@vanppo
Copy link
Collaborator

vanppo commented Oct 16, 2024

@dependabot rebase

Bumps [phx_json_rpc](https://github.com/shirokovnv/phx_json_rpc) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/shirokovnv/phx_json_rpc/releases)
- [Changelog](https://github.com/shirokovnv/phx_json_rpc/blob/master/CHANGELOG.md)
- [Commits](shirokovnv/phx_json_rpc@0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: phx_json_rpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/main/phx_json_rpc-0.7.0 branch from 101d8ec to 655736e Compare October 16, 2024 01:22
@vanppo vanppo merged commit 150ae78 into main Oct 16, 2024
5 checks passed
@vanppo vanppo deleted the dependabot/hex/main/phx_json_rpc-0.7.0 branch October 16, 2024 01:46
vanppo pushed a commit that referenced this pull request Oct 23, 2024
Bumps [phx_json_rpc](https://github.com/shirokovnv/phx_json_rpc) from
0.6.0 to 0.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirokovnv/phx_json_rpc/releases">phx_json_rpc's
releases</a>.</em></p>
<blockquote>
<h2>Release 0.7.0</h2>
<h3>Added</h3>
<ul>
<li><a href="https://hex.pm/packages/jason">Jason</a> as a
dependency</li>
</ul>
<h3>Changed</h3>
<ul>
<li>BREAKING CHANGE: Bump required elixir version to 1.13 (minimum OTP
version is set to 24)</li>
<li>Bump dialyxir to 1.4.4</li>
<li>Bump ex_json_schema to 0.10.2</li>
<li>Bump ex_coveralls to 0.18.3</li>
<li>Bump credo to 1.7.8</li>
<li>Bump ex_doc to 0.30.5</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/shirokovnv/phx_json_rpc/blob/master/CHANGELOG.md">phx_json_rpc's
changelog</a>.</em></p>
<blockquote>
<h2>[0.7.0] - 2024-10-15</h2>
<h3>Added</h3>
<ul>
<li><a href="https://hex.pm/packages/jason">Jason</a> as a
dependency</li>
</ul>
<h3>Changed</h3>
<ul>
<li>BREAKING CHANGE: Bump required elixir version to 1.13 (minimum OTP
version is set to 24)</li>
<li>Bump dialyxir to 1.4.4</li>
<li>Bump ex_json_schema to 0.10.2</li>
<li>Bump ex_coveralls to 0.18.3</li>
<li>Bump credo to 1.7.8</li>
<li>Bump ex_doc to 0.30.5</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/81ca09f8ad19faea0acb5a549531720813d1caa4"><code>81ca09f</code></a>
Set minimum elixir version to 1.13</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/226e41aebc5caf39c2fe67f0f56899951783a757"><code>226e41a</code></a>
Merge pull request <a
href="https://redirect.github.com/shirokovnv/phx_json_rpc/issues/95">#95</a>
from shirokovnv/release-0.7.0</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/c5c0634b5989430ef16a18316ec5270c43b06c6e"><code>c5c0634</code></a>
Update CHANGELOG</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/80a8f3a7cc79809842810dfba5d5798e831cf954"><code>80a8f3a</code></a>
Minimum OTP version is set to 24 in CI</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/20e80304fe25f380f078e807c3ae52c86e5ee3df"><code>20e8030</code></a>
Exclude elixir 1.12 from CI</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/c90df5bbe282ec0a393ff775084a976ba6f68f81"><code>c90df5b</code></a>
Prepare to release 0.7.0</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/f314e4db059ad2c8ac4165511ff5b75e3caf5709"><code>f314e4d</code></a>
Merge pull request <a
href="https://redirect.github.com/shirokovnv/phx_json_rpc/issues/94">#94</a>
from vanppo/chore/jason</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/5c2249cd5221b63e511f57f10fbd216418a22863"><code>5c2249c</code></a>
chore: add jason as a dependency</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/4b6ceb731802576f7bea028ca84840554d83c5f3"><code>4b6ceb7</code></a>
Merge pull request <a
href="https://redirect.github.com/shirokovnv/phx_json_rpc/issues/92">#92</a>
from shirokovnv/dependabot/hex/credo-1.7.8</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/0c96c117a597d01a9bb6e73f01fc94bb9f9122c4"><code>0c96c11</code></a>
Merge pull request <a
href="https://redirect.github.com/shirokovnv/phx_json_rpc/issues/93">#93</a>
from shirokovnv/dependabot/hex/dialyxir-1.4.4</li>
<li>Additional commits viewable in <a
href="https://github.com/shirokovnv/phx_json_rpc/compare/0.6.0...0.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phx_json_rpc&package-manager=hex&previous-version=0.6.0&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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
vanppo pushed a commit that referenced this pull request Oct 24, 2024
Bumps [phx_json_rpc](https://github.com/shirokovnv/phx_json_rpc) from
0.6.0 to 0.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirokovnv/phx_json_rpc/releases">phx_json_rpc's
releases</a>.</em></p>
<blockquote>
<h2>Release 0.7.0</h2>
<h3>Added</h3>
<ul>
<li><a href="https://hex.pm/packages/jason">Jason</a> as a
dependency</li>
</ul>
<h3>Changed</h3>
<ul>
<li>BREAKING CHANGE: Bump required elixir version to 1.13 (minimum OTP
version is set to 24)</li>
<li>Bump dialyxir to 1.4.4</li>
<li>Bump ex_json_schema to 0.10.2</li>
<li>Bump ex_coveralls to 0.18.3</li>
<li>Bump credo to 1.7.8</li>
<li>Bump ex_doc to 0.30.5</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/shirokovnv/phx_json_rpc/blob/master/CHANGELOG.md">phx_json_rpc's
changelog</a>.</em></p>
<blockquote>
<h2>[0.7.0] - 2024-10-15</h2>
<h3>Added</h3>
<ul>
<li><a href="https://hex.pm/packages/jason">Jason</a> as a
dependency</li>
</ul>
<h3>Changed</h3>
<ul>
<li>BREAKING CHANGE: Bump required elixir version to 1.13 (minimum OTP
version is set to 24)</li>
<li>Bump dialyxir to 1.4.4</li>
<li>Bump ex_json_schema to 0.10.2</li>
<li>Bump ex_coveralls to 0.18.3</li>
<li>Bump credo to 1.7.8</li>
<li>Bump ex_doc to 0.30.5</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/81ca09f8ad19faea0acb5a549531720813d1caa4"><code>81ca09f</code></a>
Set minimum elixir version to 1.13</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/226e41aebc5caf39c2fe67f0f56899951783a757"><code>226e41a</code></a>
Merge pull request <a
href="https://redirect.github.com/shirokovnv/phx_json_rpc/issues/95">#95</a>
from shirokovnv/release-0.7.0</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/c5c0634b5989430ef16a18316ec5270c43b06c6e"><code>c5c0634</code></a>
Update CHANGELOG</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/80a8f3a7cc79809842810dfba5d5798e831cf954"><code>80a8f3a</code></a>
Minimum OTP version is set to 24 in CI</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/20e80304fe25f380f078e807c3ae52c86e5ee3df"><code>20e8030</code></a>
Exclude elixir 1.12 from CI</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/c90df5bbe282ec0a393ff775084a976ba6f68f81"><code>c90df5b</code></a>
Prepare to release 0.7.0</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/f314e4db059ad2c8ac4165511ff5b75e3caf5709"><code>f314e4d</code></a>
Merge pull request <a
href="https://redirect.github.com/shirokovnv/phx_json_rpc/issues/94">#94</a>
from vanppo/chore/jason</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/5c2249cd5221b63e511f57f10fbd216418a22863"><code>5c2249c</code></a>
chore: add jason as a dependency</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/4b6ceb731802576f7bea028ca84840554d83c5f3"><code>4b6ceb7</code></a>
Merge pull request <a
href="https://redirect.github.com/shirokovnv/phx_json_rpc/issues/92">#92</a>
from shirokovnv/dependabot/hex/credo-1.7.8</li>
<li><a
href="https://github.com/shirokovnv/phx_json_rpc/commit/0c96c117a597d01a9bb6e73f01fc94bb9f9122c4"><code>0c96c11</code></a>
Merge pull request <a
href="https://redirect.github.com/shirokovnv/phx_json_rpc/issues/93">#93</a>
from shirokovnv/dependabot/hex/dialyxir-1.4.4</li>
<li>Additional commits viewable in <a
href="https://github.com/shirokovnv/phx_json_rpc/compare/0.6.0...0.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phx_json_rpc&package-manager=hex&previous-version=0.6.0&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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants