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-dependencies group across 1 directory with 5 updates #762

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2024

Bumps the dev-dependencies group with 5 updates in the / directory:

Package From To
ash_graphql 1.2.0 1.3.1
ash_json_api 1.3.3 1.4.3
ex_doc 0.34.1 0.34.2
mimic 1.8.2 1.9.0
mix_audit 2.1.3 2.1.4

Updates ash_graphql from 1.2.0 to 1.3.1

Changelog

Sourced from ash_graphql's changelog.

v1.3.1 (2024-08-02)

Bug Fixes:

  • use .has_expression?/0 instead of function_exported?/3

  • error handling list of atoms (#204)

  • error handling list of atoms

v1.3.0 (2024-08-01)

Features:

  • Ash.Type.File compatibility (#202)

Bug Fixes:

  • try to resolve compilation issues w/ Code.ensure_compiled!

v1.2.1 (2024-07-18)

Bug Fixes:

  • upgrade ash dependency for bulk action bug fix

  • use checked constraints (#187)

  • don't assume filter is non-nil for gets

  • properly interpolate action in conflict messages

  • add resource query to action struct (#178)

Improvements:

  • add extension installation code

  • add igniter-backed installer

  • add nullable_fields? for easily marking fields as nullable

... (truncated)

Commits
  • 4773f76 chore: release version v1.3.1
  • 7845fe8 fix: use .has_expression?/0 instead of function_exported?/3
  • b9e7848 fix: error handling list of atoms (#204)
  • 5f269fc chore: release version v1.3.0
  • 232563b fix: try to resolve compilation issues w/ Code.ensure_compiled!
  • a3bf111 chore(deps): bump the production-dependencies group with 3 updates (#203)
  • c67b9f5 feat: Ash.Type.File compatibility (#202)
  • 67a59c2 chore(deps): bump the production-dependencies group with 2 updates (#200)
  • cedbfc3 docs: Mention AshGraphl.Error Protocol in docs (#199)
  • 3e5cf20 bugfix: Fix check for checking if a field is filterable or not (#198)
  • Additional commits viewable in compare view

Updates ash_json_api from 1.3.3 to 1.4.3

Changelog

Sourced from ash_json_api's changelog.

v1.4.3 (2024-08-08)

Improvements:

  • new AshJsonApi.Type behaviour, and support returning regular maps

v1.4.2 (2024-08-08)

Bug Fixes:

  • use a list when calling Module.concat

v1.4.1 (2024-07-30)

Improvements:

  • properly install domain with Module.concat in AshJsonApi router

  • include multipart parser in installer

v1.4.0 (2024-07-30)

Features:

  • [Ash.Type.File] Ash.Type.File support (#214)

See AshJsonApi.Plug.Parser for usage information.

Bug Fixes:

  • [attributes] reject allow_nil_input fields in required_write_attributes (#219)

  • [Open API] properly document query_params from generic routes in open api spec

  • [Open API] only include referenced resource types in definitions

  • [Open API] properly spec (and test the spec) for actions that return resources

v1.3.8 (2024-07-22)

Bug Fixes:

... (truncated)

Commits
  • 11335b5 chore: release version v1.4.3
  • 6628168 improvement: new AshJsonApi.Type behaviour, and support returning regular maps
  • 5fd8908 chore: release version v1.4.2
  • ba971a0 fix: use a list when calling Module.concat
  • 366aafc chore(deps): bump the production-dependencies group with 4 updates (#220)
  • c6f0def docs: add section in manual setup for the parser
  • f4a4f30 chore: release version v1.4.1
  • 66249be improvement: properly install domain with Module.concat in AshJsonApi router
  • b729210 chore: update igniter dependency
  • 104b8c1 improvement: include multipart parser in installer
  • Additional commits viewable in compare view

Updates ex_doc from 0.34.1 to 0.34.2

Changelog

Sourced from ex_doc's changelog.

v0.34.2 (2024-07-08)

  • Enhancements

    • Allow anchors on function and callback autolinks
  • Bug fixes

    • Make module attributes searchable without leading @
    • Make Mod.fun pairs searchable without the arity
    • Do not emit warnings on unary plus in typespecs
    • Add top margin to nested module prefix in sidebar
Commits

Updates mimic from 1.8.2 to 1.9.0

Release notes

Sourced from mimic's releases.

Mimic 1.9.0

What's Changed

New Contributors

Full Changelog: edgurgel/mimic@v1.8.2...v1.9.0

Commits
  • 55ebadd Bump version
  • fb942a8 Add functionality to call the original function
  • 0be0492 Fix typo in test description
  • 81740e7 Update direct :erlang calls with Elixir functions
  • 738ed32 Fix error message when Mimic.copy has not been called on a module
  • See full diff in compare view

Updates mix_audit from 2.1.3 to 2.1.4

Changelog

Sourced from mix_audit's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Aug 8, 2024
…ith 5 updates

Bumps the dev-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ash_graphql](https://github.com/ash-project/ash_graphql) | `1.2.0` | `1.3.1` |
| [ash_json_api](https://github.com/ash-project/ash_json_api) | `1.3.3` | `1.4.3` |
| [ex_doc](https://github.com/elixir-lang/ex_doc) | `0.34.1` | `0.34.2` |
| [mimic](https://github.com/edgurgel/mimic) | `1.8.2` | `1.9.0` |
| [mix_audit](https://github.com/mirego/mix_audit) | `2.1.3` | `2.1.4` |



Updates `ash_graphql` from 1.2.0 to 1.3.1
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_graphql@v1.2.0...v1.3.1)

Updates `ash_json_api` from 1.3.3 to 1.4.3
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_json_api@v1.3.3...v1.4.3)

Updates `ex_doc` from 0.34.1 to 0.34.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.34.1...v0.34.2)

Updates `mimic` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/edgurgel/mimic/releases)
- [Commits](edgurgel/mimic@v1.8.2...v1.9.0)

Updates `mix_audit` from 2.1.3 to 2.1.4
- [Changelog](https://github.com/mirego/mix_audit/blob/main/CHANGELOG.md)
- [Commits](mirego/mix_audit@v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: ash_graphql
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ash_json_api
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mimic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mix_audit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/dev-dependencies-52d8a37a9d branch from 8ca80c0 to da5d109 Compare August 15, 2024 16:31
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2024

Superseded by #774.

@dependabot dependabot bot closed this Aug 18, 2024
@dependabot dependabot bot deleted the dependabot/hex/dev-dependencies-52d8a37a9d branch August 18, 2024 22:19
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.

0 participants