Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2025

Bumps quokka from 2.7.1 to 2.8.0.

Release notes

Sourced from quokka's releases.

v2.8.0

Improvements

  • Leverage the Elixir version in the project to determine deprecation rewrites (instead of system version).
  • Add exclude: [nums_with_underscores] config to ignore numbers with underscores. (Don't style 100_00 as 10_000).
  • Add exclude: [:autosort_ecto] config to skip autosorting within Ecto queries.
  • Rewrite ExpensiveEmptyEnumCheck for Enum.count/2 (previously only supported Enum.count/1)
  • Rewrite ExpensiveEmptyEnumCheck in guards
  • Autosort efficiency improvements

Fixes

  • Run formatter on ignored files. Previously, ignored files weren't getting formatted by default formatter.
  • Add changelog to Hex package metadata

Deprecations

  • piped_function_exclusions is now deprecated. Use exclude: [piped_functions: []]
  • inefficient_function_rewrites is now deprecated. Use exclude: [inefficient_functions]

Full Changelog: emkguts/quokka@v2.7.0...v2.8.0

Changelog

Sourced from quokka's changelog.

[2.8.0] - 2025-07-01

Improvements

  • Leverage the Elixir version in the project to determine deprecation rewrites (instead of system version).
  • Add exclude: [nums_with_underscores] config to ignore numbers with underscores. (Don't style 100_00 as 10_000).
  • Add exclude: [:autosort_ecto] config to skip autosorting within Ecto queries.
  • Rewrite ExpensiveEmptyEnumCheck for Enum.count/2 (previously only supported Enum.count/1)
  • Rewrite ExpensiveEmptyEnumCheck in guards
  • Autosort efficiency improvements

Fixes

  • Run formatter on ignored files. Previously, ignored files weren't getting formatted by default formatter.
  • Add changelog to Hex package metadata

Deprecations

  • piped_function_exclusions is now deprecated. Use exclude: [piped_functions: []]
  • inefficient_function_rewrites is now deprecated. Use exclude: [inefficient_functions]
Commits
  • a909574 Release 2.8.0 docs
  • 1d1b8f7 Rewrite inefficient length in guards (#90)
  • 20da60d Deprecate piped_function_exclusions and inefficient_function_rewrites (#89)
  • fc0d221 Update README for options
  • 4ba0eb3 Skip autosort for ecto queries (#79)
  • 0d4a39d Run formatter on ignored files (#88)
  • db8da51 Add changelog link to Hex package metadata (#86)
  • 4d2423e Rewrite ExpensiveEmptyEnumCheck for Enum.count/2 (#83)
  • ed2794c Add config to ignore numbers with underscores (#84)
  • b234b39 Make autosort more efficient
  • 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)

Bumps [quokka](https://github.com/smartrent/quokka) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/smartrent/quokka/releases)
- [Changelog](https://github.com/emkguts/quokka/blob/main/CHANGELOG.md)
- [Commits](emkguts/quokka@v2.7.1...v2.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jul 2, 2025
@coveralls
Copy link

coveralls commented Jul 2, 2025

Pull Request Test Coverage Report for Build ce4006dbeb855fa3f24430acb28d85a14fd5a36d

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 95.652%

Totals Coverage Status
Change from base Build 96852397eba42b73d7e51d928314ef831306ce39: 0.2%
Covered Lines: 528
Relevant Lines: 552

💛 - Coveralls

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 3, 2025

Dependabot attempted to update this pull request, but because the branch dependabot/hex/quokka-2.8.0 is protected it was unable to do so.

@camatcode camatcode merged commit f81b83e into main Jul 3, 2025
1 check passed
@camatcode camatcode deleted the dependabot/hex/quokka-2.8.0 branch July 3, 2025 13:22
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 elixir Pull requests that update elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants