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

Dependency updates 20230104 #276

Merged
merged 17 commits into from
Jan 5, 2023
Merged

Dependency updates 20230104 #276

merged 17 commits into from
Jan 5, 2023

Conversation

vanvoljg
Copy link
Contributor

@vanvoljg vanvoljg commented Jan 4, 2023

No description provided.

dependabot bot and others added 13 commits December 27, 2022 13:01
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2.1.6...v3.2.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1.5.0...v3.1.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [erlef/setup-elixir](https://github.com/erlef/setup-elixir) from 1.7 to 1.15.
- [Release notes](https://github.com/erlef/setup-elixir/releases)
- [Commits](erlef/setup-beam@v1.7...v1.15)

---
updated-dependencies:
- dependency-name: erlef/setup-elixir
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.14.1 to 0.15.1.
- [Release notes](https://github.com/parroty/excoveralls/releases)
- [Changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md)
- [Commits](parroty/excoveralls@v0.14.1...v0.15.1)

---
updated-dependencies:
- dependency-name: excoveralls
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: dialyxir
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Upgraded:
  earmark_parser 1.4.13 => 1.4.29
  makeup 1.0.5 => 1.1.0
  makeup_elixir 0.15.1 => 0.16.0 (minor)
  nimble_parsec 1.1.0 => 1.2.3
Upgraded:
  bunt 0.2.0 => 0.2.1
Upgraded:
  gettext 0.18.2 => 0.20.0 (minor)
  tzdata 1.1.0 => 1.1.1
map_join is more efficient than map |> join (but streams are even better! we just don't want to use them because they get convoluted.

fixed typespecs in test helper
@vanvoljg vanvoljg requested a review from doughsay January 4, 2023 22:06
@vanvoljg vanvoljg self-assigned this Jan 4, 2023
@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Base: 100.00% // Head: 96.52% // Decreases project coverage by -3.47% ⚠️

Coverage data is based on head (54e87b8) compared to base (3dd3b6e).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #276      +/-   ##
===========================================
- Coverage   100.00%   96.52%   -3.48%     
===========================================
  Files           21       21              
  Lines          437      489      +52     
===========================================
+ Hits           437      472      +35     
- Misses           0       17      +17     
Impacted Files Coverage Δ
lib/cocktail/builder/i_calendar.ex 97.14% <100.00%> (-2.86%) ⬇️
lib/cocktail/builder/string.ex 100.00% <100.00%> (ø)
lib/cocktail/parser/i_calendar.ex 89.06% <0.00%> (-10.94%) ⬇️
lib/cocktail/validation/day_of_month.ex 94.73% <0.00%> (-5.27%) ⬇️
lib/cocktail/span.ex 100.00% <0.00%> (ø)
lib/cocktail/util.ex 100.00% <0.00%> (ø)
lib/cocktail/schedule.ex 100.00% <0.00%> (ø)
lib/cocktail/schedule_state.ex 100.00% <0.00%> (ø)
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vanvoljg vanvoljg requested a review from dhedlund January 4, 2023 22:46
remove broken image
Copy link
Collaborator

@doughsay doughsay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

@@ -1,4 +1,4 @@
# Cocktail ![Cocktail](./logo_with_border.png)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😭

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't take any time at all to check how to force import this into the assets folder. It breaks in the ExDoc compiled view, so I just took it out. Feel free to push a commit :-P

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol, no, this is fine 😅

@@ -39,7 +39,7 @@ defmodule Cocktail.Mixfile do
defp package do
[
files: ["lib", "mix.exs", "README.md", "LICENSE.md"],
maintainers: ["Chris Dosé"],
maintainers: ["Jesse Van Volkinburg", "Chris Dosé"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@vanvoljg vanvoljg merged commit 988bd3d into main Jan 5, 2023
@vanvoljg vanvoljg deleted the deps/rollup-20230103 branch January 5, 2023 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants