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

chore(deps-dev): bump the dev group with 3 updates #758

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps the dev group with 3 updates: cowlib, ex_doc and ranch.

Updates cowlib from 2.13.0 to 2.14.0

Commits
  • d0ab49e Cowlib 2.14.0
  • 1f70437 Remove copyright years from all files except LICENSE
  • f74e175 Improve cow_http2:settings/0 type and export it
  • 133ac59 Add a function to check remote HTTP/2 setting MAX_CONCURRENT_STREAMS
  • a277d91 Add cow_http_hd:allow/1
  • 8e02c78 Disable WS compression when only server sets client_max_window_bits
  • e3fbd81 Use zlib:safeInflate and limits for Websocket decompression
  • a136a1d Add cow_deflate:inflate/3
  • 144c7ee Fix compression of zero-byte Websocket frames
  • 6ae8206 Update mimetypes
  • Additional commits viewable in compare view

Updates ex_doc from 0.36.1 to 0.37.2

Changelog

Sourced from ex_doc's changelog.

v0.37.2 (2025-02-19)

  • Bug fixes
    • Fix code highlighting for languages with non-alphanumeric characters

v0.37.1 (2025-02-10)

  • Enhancements

    • Support umbrella projects via the CLI
  • Bug fixes

    • Make sure docs are rendered inside iframes

v0.37.0 (2025-02-05)

Thanks to @​liamcmitchell and @​hichemfantar for the extensive contributions in this new release.

  • Enhancements

    • Optimize and parallelize module retriever, often leading to 20x-30x faster docs generation
    • Considerably improve page loading times in the browser
    • Allow customizing search_data for extra pages
    • Use native style for scroll bars
    • Enhance links between extras/pages/guides with padding and hover effects
    • Go to latest goes to the same page if it exists, root otherwise
    • Apply new style and layout for tabs
    • Increase font-weight on sidebar on Apple machines/devices
    • Improve accessibility across deprecation, links, and summaries
    • Add compatibility to Erlang/OTP 28+
    • Rely on the operating system monospace font for unified experience and better load times
    • Introduce "exdoc:loaded" window event to track navigation
    • Support for favicons
  • Bug fixes

    • Move action links out from heading tags
Commits

Updates ranch from 2.1.0 to 2.2.0

Commits
  • 9c8520a Ranch 2.2.0
  • 0923a1b Add appup instructions for 2.2.0
  • 6d6374a Don't explicitly set {packet,raw} in all places
  • 865595b Also hide cert_keys in the logs
  • 83fe0e0 Remove copyright years from all files except LICENSE
  • 536aa68 Fix DTLS
  • 7335184 Use ~0p instead of ~999999p for formatting
  • 3810018 Add optional callback ranch_transport:format_error/1
  • 2a2ff88 Raise minimum OTP to 24+
  • 87b8985 Update Discord link to a permanent invite
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev group with 3 updates: [cowlib](https://github.com/ninenines/cowlib), [ex_doc](https://github.com/elixir-lang/ex_doc) and [ranch](https://github.com/ninenines/ranch).


Updates `cowlib` from 2.13.0 to 2.14.0
- [Commits](ninenines/cowlib@2.13.0...2.14.0)

Updates `ex_doc` from 0.36.1 to 0.37.2
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](elixir-lang/ex_doc@v0.36.1...v0.37.2)

Updates `ranch` from 2.1.0 to 2.2.0
- [Commits](ninenines/ranch@2.1.0...2.2.0)

---
updated-dependencies:
- dependency-name: cowlib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: ranch
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Mar 1, 2025
@yordis yordis merged commit a3277c1 into master Mar 1, 2025
6 checks passed
@yordis yordis deleted the dependabot/hex/dev-f211ed192b branch March 1, 2025 01:51
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.

1 participant