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): update dependency postgrex to == 0.19.3 #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2023

This PR contains the following updates:

Package Update Change
postgrex minor == 0.16.5 -> == 0.19.3

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Dec 19, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: mix deps.update postgrex
    warning: found quoted keyword "test" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of ASCII letters, numbers, and underscores and not beginning with a number do not require quotes
    │
 52 │      "test": ["ecto.create --quiet", "ecto.migrate", "test"]]
    │       ~
    │
    └─ mix.exs:52:7

    warning: use Mix.Config is deprecated. Use the Config module instead
    │
  6 │ use Mix.Config
    │ ~~~~~~~~~~~~~~
    │
    └─ config/config.exs:6

    warning: Mix.Config.config/2 is deprecated. Use the Config module instead
    │
  9 │ config :eblog,
    │ ~~~~~~~~~~~~~~
    │
    └─ config/config.exs:9

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 13 │ config :eblog, Eblog.Endpoint,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/config.exs:13

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 21 │ config :logger, :console,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/config.exs:21

    warning: Mix.Config.import_config/1 is deprecated. Use the Config module instead
    │
 27 │ import_config "#{Mix.env}.exs"
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/config.exs:27

    warning: use Mix.Config is deprecated. Use the Config module instead
    │
  1 │ use Mix.Config
    │ ~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:1

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
  9 │ config :eblog, Eblog.Endpoint,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:9

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 19 │ config :eblog, Eblog.Endpoint,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:19

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 30 │ config :logger, :console, format: "[$level] $message\n"
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:30

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 34 │ config :phoenix, :stacktrace_depth, 20
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:34

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 37 │ config :eblog, Eblog.Repo,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:37

** (Mix) Hex dependency resolution failed

@renovate renovate bot changed the title chore(deps): update dependency postgrex to == 0.17.4 chore(deps): update dependency postgrex to == 0.17.5 Mar 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency postgrex to == 0.17.5 chore(deps): update dependency postgrex to == 0.18.0 May 18, 2024
Copy link
Contributor Author

renovate bot commented May 18, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: mix deps.update postgrex
    warning: found quoted keyword "test" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of ASCII letters, numbers, and underscores and not beginning with a number do not require quotes
    │
 52 │      "test": ["ecto.create --quiet", "ecto.migrate", "test"]]
    │       ~
    │
    └─ mix.exs:52:7

    warning: use Mix.Config is deprecated. Use the Config module instead
    │
  6 │ use Mix.Config
    │ ~~~~~~~~~~~~~~
    │
    └─ config/config.exs:6

    warning: Mix.Config.config/2 is deprecated. Use the Config module instead
    │
  9 │ config :eblog,
    │ ~~~~~~~~~~~~~~
    │
    └─ config/config.exs:9

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 13 │ config :eblog, Eblog.Endpoint,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/config.exs:13

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 21 │ config :logger, :console,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/config.exs:21

    warning: Mix.Config.import_config/1 is deprecated. Use the Config module instead
    │
 27 │ import_config "#{Mix.env}.exs"
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/config.exs:27

    warning: use Mix.Config is deprecated. Use the Config module instead
    │
  1 │ use Mix.Config
    │ ~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:1

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
  9 │ config :eblog, Eblog.Endpoint,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:9

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 19 │ config :eblog, Eblog.Endpoint,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:19

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 30 │ config :logger, :console, format: "[$level] $message\n"
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:30

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 34 │ config :phoenix, :stacktrace_depth, 20
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:34

    warning: Mix.Config.config/3 is deprecated. Use the Config module instead
    │
 37 │ config :eblog, Eblog.Repo,
    │ ~~~~~~~~~~~~~~~~~~~~~~~~~~
    │
    └─ config/dev.exs:37

** (Mix) Hex dependency resolution failed

@renovate renovate bot changed the title chore(deps): update dependency postgrex to == 0.18.0 chore(deps): update dependency postgrex to == 0.19.0 Aug 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency postgrex to == 0.19.0 chore(deps): update dependency postgrex to == 0.19.1 Aug 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency postgrex to == 0.19.1 chore(deps): update dependency postgrex to == 0.19.2 Oct 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency postgrex to == 0.19.2 chore(deps): update dependency postgrex to == 0.19.3 Nov 12, 2024
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.

0 participants