Skip to content

Commit

Permalink
build(deps): bump jet_ext from 0.1.0 to 0.2.0 (#69)
Browse files Browse the repository at this point in the history
Bumps [jet_ext](https://github.com/Byzanteam/jet-ext) from 0.1.0 to
0.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Byzanteam/jet-ext/releases">jet_ext's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>refactor: add condition for absinthe modules by <a
href="https://github.com/fahchen"><code>@​fahchen</code></a> in <a
href="https://redirect.github.com/Byzanteam/jet-ext/pull/38">Byzanteam/jet-ext#38</a></li>
<li>feature: add schemaless changeset by <a
href="https://github.com/vanppo"><code>@​vanppo</code></a> in <a
href="https://redirect.github.com/Byzanteam/jet-ext/pull/39">Byzanteam/jet-ext#39</a></li>
<li>chore: bump to 0.2.0 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
in <a
href="https://redirect.github.com/Byzanteam/jet-ext/pull/40">Byzanteam/jet-ext#40</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Byzanteam/jet-ext/compare/v0.1.0...v0.2.0">https://github.com/Byzanteam/jet-ext/compare/v0.1.0...v0.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Byzanteam/jet-ext/commit/1d941c0d640baef059d982dcecd53c2f3fc5b554"><code>1d941c0</code></a>
chore: bump to 0.2.0 (<a
href="https://redirect.github.com/Byzanteam/jet-ext/issues/40">#40</a>)</li>
<li><a
href="https://github.com/Byzanteam/jet-ext/commit/66024250cfb394adbcde10e4c54f675ceaca5ffb"><code>6602425</code></a>
feature: add schemaless changeset (<a
href="https://redirect.github.com/Byzanteam/jet-ext/issues/39">#39</a>)</li>
<li><a
href="https://github.com/Byzanteam/jet-ext/commit/e4e5bbf6d07323a9d40b604f9c6c27d394a8f49f"><code>e4e5bbf</code></a>
refactor: add condition for absinthe modules (<a
href="https://redirect.github.com/Byzanteam/jet-ext/issues/38">#38</a>)</li>
<li><a
href="https://github.com/Byzanteam/jet-ext/commit/8b036450ed3da8bd3dd911cbecc9084c7e752482"><code>8b03645</code></a>
docs: fix bad format</li>
<li>See full diff in <a
href="https://github.com/Byzanteam/jet-ext/compare/v0.1.0...v0.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jet_ext&package-manager=hex&previous-version=0.1.0&new-version=0.2.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>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent 77336ef commit b5ee634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule JetPluginSDK.MixProject do
{:dialyxir, "~> 1.0", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.31", only: :dev, runtime: false},
{:mimic, "~> 1.7", only: :test},
{:jet_ext, "~> 0.1.0"}
{:jet_ext, "~> 0.2.0"}
]
end

Expand Down
3 changes: 2 additions & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"finch": {:hex, :finch, "0.18.0", "944ac7d34d0bd2ac8998f79f7a811b21d87d911e77a786bc5810adb75632ada4", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: false]}, {:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:mint, "~> 1.3", [hex: :mint, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.4 or ~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:nimble_pool, "~> 0.2.6 or ~> 1.0", [hex: :nimble_pool, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "69f5045b042e531e53edc2574f15e25e735b522c37e2ddb766e15b979e03aa65"},
"hpax": {:hex, :hpax, "0.2.0", "5a58219adcb75977b2edce5eb22051de9362f08236220c9e859a47111c194ff5", [:mix], [], "hexpm", "bea06558cdae85bed075e6c036993d43cd54d447f76d8190a8db0dc5893fa2f1"},
"jason": {:hex, :jason, "1.4.1", "af1504e35f629ddcdd6addb3513c3853991f694921b1b9368b0bd32beb9f1b63", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "fbb01ecdfd565b56261302f7e1fcc27c4fb8f32d56eab74db621fc154604a7a1"},
"jet_ext": {:hex, :jet_ext, "0.1.0", "1e807cda99cf8c17537bddbc895541fcac43f21d31e020370efc5b044993a3f8", [:mix], [{:absinthe, "~> 1.7", [hex: :absinthe, repo: "hexpm", optional: true]}, {:absinthe_relay, "~> 1.5", [hex: :absinthe_relay, repo: "hexpm", optional: true]}, {:ecto, ">= 3.9.5 and < 4.0.0", [hex: :ecto, repo: "hexpm", optional: false]}, {:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:plug, "~> 1.14", [hex: :plug, repo: "hexpm", optional: true]}, {:urn, "~> 1.0", [hex: :urn, repo: "hexpm", optional: true]}], "hexpm", "be7ad06ca9e1ecc6cdee88c5a06f37b0abe4fb177b88d9ead0688fa0971f9918"},
"jet_ext": {:hex, :jet_ext, "0.2.0", "9d88e0d33f96759c075814ce684f80db3c6f193240435a880aee72851c5aa551", [:mix], [{:absinthe, "~> 1.7", [hex: :absinthe, repo: "hexpm", optional: true]}, {:absinthe_relay, "~> 1.5", [hex: :absinthe_relay, repo: "hexpm", optional: true]}, {:ecto, ">= 3.9.5 and < 4.0.0", [hex: :ecto, repo: "hexpm", optional: false]}, {:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}, {:plug, "~> 1.14", [hex: :plug, repo: "hexpm", optional: true]}, {:postgrex, "~> 0.18.0", [hex: :postgrex, repo: "hexpm", optional: true]}, {:typed_struct, "~> 0.3.0", [hex: :typed_struct, repo: "hexpm", optional: false]}, {:urn, "~> 1.0", [hex: :urn, repo: "hexpm", optional: true]}], "hexpm", "5c5be55db4b0096ebce9537743d65dd0bcdf0ad7d9e72c252997023d038c4880"},
"joken": {:hex, :joken, "2.6.1", "2ca3d8d7f83bf7196296a3d9b2ecda421a404634bfc618159981a960020480a1", [:mix], [{:jose, "~> 1.11.9", [hex: :jose, repo: "hexpm", optional: false]}], "hexpm", "ab26122c400b3d254ce7d86ed066d6afad27e70416df947cdcb01e13a7382e68"},
"jose": {:hex, :jose, "1.11.10", "a903f5227417bd2a08c8a00a0cbcc458118be84480955e8d251297a425723f83", [:mix, :rebar3], [], "hexpm", "0d6cd36ff8ba174db29148fc112b5842186b68a90ce9fc2b3ec3afe76593e614"},
"makeup": {:hex, :makeup, "1.1.2", "9ba8837913bdf757787e71c1581c21f9d2455f4dd04cfca785c70bbfff1a76a3", [:mix], [{:nimble_parsec, "~> 1.2.2 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "cce1566b81fbcbd21eca8ffe808f33b221f9eee2cbc7a1706fc3da9ff18e6cac"},
Expand All @@ -29,4 +29,5 @@
"plug_crypto": {:hex, :plug_crypto, "2.1.0", "f44309c2b06d249c27c8d3f65cfe08158ade08418cf540fd4f72d4d6863abb7b", [:mix], [], "hexpm", "131216a4b030b8f8ce0f26038bc4421ae60e4bb95c5cf5395e1421437824c4fa"},
"req": {:hex, :req, "0.5.0", "6d8a77c25cfc03e06a439fb12ffb51beade53e3fe0e2c5e362899a18b50298b3", [: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, "~> 1.6 or ~> 2.0", [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", "dda04878c1396eebbfdec6db6f3d4ca609e5c8846b7ee88cc56eb9891406f7a3"},
"telemetry": {:hex, :telemetry, "1.2.1", "68fdfe8d8f05a8428483a97d7aab2f268aaff24b49e0f599faa091f1d4e7f61c", [:rebar3], [], "hexpm", "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5"},
"typed_struct": {:hex, :typed_struct, "0.3.0", "939789e3c1dca39d7170c87f729127469d1315dcf99fee8e152bb774b17e7ff7", [:mix], [], "hexpm", "c50bd5c3a61fe4e198a8504f939be3d3c85903b382bde4865579bc23111d1b6d"},
}

0 comments on commit b5ee634

Please sign in to comment.