Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the non-security group with 3 updates: credo, ex_doc and oapi_generator.

Updates credo from 1.7.13 to 1.7.14

Release notes

Sourced from credo's releases.

v1.7.14

Check it out on Hex: https://hex.pm/packages/credo/1.7.14

  • Fixed regression for DuplicatedCode
  • Expanded Credo.Check.Warning.ExpensiveEmptyEnumCheck to cover less obvious cases
  • New Check: Credo.Check.Warning.StructFieldAmount
Changelog

Sourced from credo's changelog.

1.7.14

  • Fix regression for DuplicatedCode
  • Expand Credo.Check.Warning.ExpensiveEmptyEnumCheck to cover less obvious cases
  • New Check: Credo.Check.Warning.StructFieldAmount
Commits

Updates ex_doc from 0.39.1 to 0.39.2

Changelog

Sourced from ex_doc's changelog.

v0.39.2 (2025-12-04)

  • Bug fixes
    • Do not strip hrefs on summaries
    • Show go to latest for prereleases
    • Prevent fake italic in autocomplete text
    • Rename "Search Hexdocs" link to "Go to package docs"
Commits

Updates oapi_generator from 62a193d to b3fc940

Commits
  • b3fc940 Prepare for 0.4.0 release
  • 41818e7 Ignore union types when warning about unimplemented param styles
  • 0ab6aeb Handle enum and const values in path parameters using default interpolation
  • dc92fb5 Update changelog
  • 10a4d69 Merge pull request #62 from aj-foster/aj/param-styles
  • 57a106f Extract URL param interpolation for easier extension later (as needed)
  • 21d555b Add support for array-typed path parameters
  • a05011f Add style and related information to processed params
  • 3d412ec Merge pull request #98 from aj-foster/aj/callbacks
  • e92c1b8 Add ability to output @​callback annotations instead of @​specs
  • 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

Note

Adds Credo configuration, refactors small decoding/JWKS checks, enables async tests, and updates credo, ex_doc, and oapi_generator.

  • Tooling & Linting
    • Add Credo configuration in .credo.exs with enabled/disabled checks and file include/exclude patterns.
  • Code refactors
    • lib/stytch/decoder.ex: Replace if with case in get_type/2.
    • lib/stytch/jwks.ex: Use not Enum.empty?/1 to validate JWKS list.
  • Tests
    • test/stytch_test.exs: Enable async: true for the test case.
  • Dependencies
    • Bump credo to 1.7.14, ex_doc to 0.39.2, and update oapi_generator ref in mix.lock.

Written by Cursor Bugbot for commit ffbb148. This will update automatically on new commits. Configure here.

Bumps the non-security group with 3 updates: [credo](https://github.com/rrrene/credo), [ex_doc](https://github.com/elixir-lang/ex_doc) and [oapi_generator](https://github.com/aj-foster/open-api-generator).


Updates `credo` from 1.7.13 to 1.7.14
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.13...v1.7.14)

Updates `ex_doc` from 0.39.1 to 0.39.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.39.1...v0.39.2)

Updates `oapi_generator` from `62a193d` to `b3fc940`
- [Commits](aj-foster/open-api-generator@62a193d...b3fc940)

---
updated-dependencies:
- dependency-name: credo
  dependency-version: 1.7.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-security
- dependency-name: ex_doc
  dependency-version: 0.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-security
- dependency-name: oapi_generator
  dependency-version: b3fc940ef6ee1110be8f6aab5882de79d4d65990
  dependency-type: direct:production
  dependency-group: non-security
...

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 Dec 8, 2025
@dependabot dependabot bot requested review from a team as code owners December 8, 2025 09:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Dec 8, 2025
@PragTob
Copy link
Contributor

PragTob commented Dec 8, 2025

Couple of credo errors showed up

  Refactoring opportunities                                                     
┃ 
┃ [F] → Avoid matches in `if` conditions.
┃       lib/stytch/decoder.ex:16:12 #(Stytch.Decoder.get_type)

  Warnings - please take a look                                                 
┃ 
┃ [W] ↗ Using `length/1` is expensive, prefer `Enum.empty?/1`.
┃       lib/stytch/jwks.ex:96:26 #(Stytch.JWKS.get_jwks)
┃ [W] → Struct has more than 31 fields (45 found).
┃       lib/schemas/authentication_factor.ex:57:3 #(Stytch.AuthenticationFactor)

Please report incorrect results: https://github.com/rrrene/credo/issues

Analysis took 0.3 seconds (0.04s to load, 0.2s running 56 checks on 99 files)
442 mods/funs, found 2 warnings, 1 refactoring opportunity.

Showing priority issues: ↑ ↗ →  (use `mix credo explain` to explain issues, `mix credo --help` for options).

@aj-foster aj-foster merged commit 77fa99d into main Dec 9, 2025
4 checks passed
@aj-foster aj-foster deleted the dependabot/hex/non-security-b7b1754c7f branch December 9, 2025 15:36
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.

3 participants