Skip to content

Commit

Permalink
Bump styler from 0.11.9 to 1.0.0 (#19)
Browse files Browse the repository at this point in the history
* Bump styler from 0.11.9 to 1.0.0

Bumps [styler](https://github.com/adobe/elixir-styler) from 0.11.9 to 1.0.0.
- [Release notes](https://github.com/adobe/elixir-styler/releases)
- [Changelog](https://github.com/adobe/elixir-styler/blob/main/CHANGELOG.md)
- [Commits](adobe/elixir-styler@v0.11.9...v1.0.0)

---
updated-dependencies:
- dependency-name: styler
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* elixir version bump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dmitriy Pertsev <[email protected]>
  • Loading branch information
dependabot[bot] and pertsevds authored Aug 19, 2024
1 parent a78b2f2 commit 25ce8ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
elixir-version: 1.14
otp-version: 24
- os: ubuntu-20.04
elixir-version: 1.14
otp-version: 25
- os: ubuntu-22.04
elixir-version: 1.14
otp-version: 26
- os: ubuntu-20.04
elixir-version: 1.15
otp-version: 24
Expand Down Expand Up @@ -73,7 +64,6 @@ jobs:
run: mix deps.get
- name: Run mix format
run: mix format --check-formatted
if: startsWith(matrix.elixir-version, '1.14') || startsWith(matrix.elixir-version, '1.15') || startsWith(matrix.elixir-version, '1.16') || startsWith(matrix.elixir-version, '1.17')
- name: Run tests
run: mix test
- name: Run coverage export
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ children = [

Tests automatically run against a matrix of OTP and Elixir Versions, see the [ci.yml](https://github.com/pertsevds/dns_srv_cluster/tree/main/.github/workflows/ci.yml) for details.

| OTP \ Elixir | 1.14 | 1.15 | 1.16 | 1.17 |
|:------------:|:----:|:----:|:----:|:----:|
| 24 | ||| N/A |
| 25 | ||||
| 26 | ||||
| 27 | N/A | N/A | N/A ||
| OTP \ Elixir | 1.15 | 1.16 | 1.17 |
|:------------:|:----:|:----:|:----:|
| 24 ||| N/A |
| 25 ||||
| 26 ||||
| 27 | N/A | N/A ||

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule DNSSRVCluster.MixProject do
[
app: :dns_srv_cluster,
version: @version,
elixir: "~> 1.14",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
package: package(),
aliases: aliases(),
Expand Down Expand Up @@ -55,7 +55,7 @@ defmodule DNSSRVCluster.MixProject do
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:excoveralls, "~> 0.10", only: :test, runtime: false},
{:ex_doc, "~> 0.30", only: :dev, runtime: false},
{:styler, "~> 0.11", only: [:dev, :test], runtime: false}
{:styler, "~> 1.0", only: [:dev, :test], runtime: false}
]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"makeup_elixir": {:hex, :makeup_elixir, "0.16.2", "627e84b8e8bf22e60a2579dad15067c755531fea049ae26ef1020cad58fe9578", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "41193978704763f6bbe6cc2758b84909e62984c7752b3784bd3c218bb341706b"},
"makeup_erlang": {:hex, :makeup_erlang, "1.0.0", "6f0eff9c9c489f26b69b61440bf1b238d95badae49adac77973cbacae87e3c2e", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "ea7a9307de9d1548d2a72d299058d1fd2339e3d398560a0e46c27dab4891e4d2"},
"nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"},
"styler": {:hex, :styler, "0.11.9", "2595393b94e660cd6e8b582876337cc50ff047d184ccbed42fdad2bfd5d78af5", [:mix], [], "hexpm", "8b7806ba1fdc94d0a75127c56875f91db89b75117fcc67572661010c13e1f259"},
"styler": {:hex, :styler, "1.0.0", "87daf4a8e421d7678da78f9532a632974de6b8060b80d7827abec3bca5140173", [:mix], [], "hexpm", "4ba5bc40c5eaebe2bb05ec0bb7b5a889d38c6ea6865c584dffd360b3a94ec625"},
}

0 comments on commit 25ce8ef

Please sign in to comment.