Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

Package Type Update Change
phoenix_live_reload (source) dev minor == 1.3.3 -> == 1.6.1

Release Notes

phoenixframework/phoenix_live_reload (phoenix_live_reload)

v1.6.1

Compare Source

  • Enhancements
    • Set :phoenix_live_reload private field to downstream instrumentation
    • Add @import directive support to CSS reload strategy

v1.6.0

Compare Source

  • Enhancements

    • Add support for __RELATIVEFILE__ when invoking editors
    • Change the default target window to :parent to not reload the whole page if a Phoenix app is shown inside an iframe. You can get the old behavior back by setting the :target_window option to :top:
      config :phoenix_live_reload, MyAppWeb.Endpoint,
        target_window: :top,
        ...
  • Bug fixes

    • Inject iframe if web console logger is enabled but there are no patterns
    • Allow web console to shutdown cleanly

v1.5.3

Compare Source

  • Bug fixes
    • Fix warnings on earlier Elixir versions
    • Use darkcyan for log levels

v1.5.2

Compare Source

  • Bug fixes
    • Fix CSS updates failing with errors
    • Fix logging errors caused by unknown server log types

v1.5.1

Compare Source

  • Bug fixes
    • Fix regression on Elixir v1.14 and earlier

v1.5.0

Compare Source

  • Improvements
    • Introduce streaming server logs to the browser's web console with the new :web_console_logger endpoint configuration
    • Introduce openEditorAtCaller and openEditorAtDef client functions for opening the developer's configured PLUG_EDITOR to the elixir source file/line given a DOM element
    • Dispatch "phx:live_reload:attached" to parent window when live reload is attached to server and awaiting changes

v1.4.1

Compare Source

  • Improvements
    • Support new :notify configuration for third-party integration to file change events

v1.4.0

Compare Source

  • Improvements
    • Allow reload events to be debounced instead of triggered immediately
    • Add option to trigger full page reloads on css changes
  • Bug fixes
    • Handle false positives on </body> tags

v1.3.3

Compare Source

  • Improvements
    • Do not attempt to fetch source map for phoenix.js

v1.3.2

Compare Source

  • Improvements
    • Allow reload :target_window to be configured

v1.3.1

Compare Source

  • Bug fixes
    • Use width=0 and height=0 on iframe

v1.3.0

Compare Source

This release requires Elixir v1.6+.

  • Enhancements

    • Use hidden attribute instead of style="display: none"
    • Fix warnings on Elixir v1.11
  • Deprecations

    • :iframe_class is deprecated in favor of :iframe_attrs

v1.2.4

Compare Source

  • Bug fixes
    • Fix a bug related to improper live reload interval

v1.2.3

Compare Source

  • Enhancements
    • Support the iframe_class option for live reload

v1.2.2

Compare Source

  • Enhancements
    • Support the suffix option

v1.2.1

Compare Source

  • Enhancements
    • Allow custom file_system backend options

v1.2.0

Compare Source

  • Enhancements
    • Support Phoenix 1.4 transport changes

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.

@renovate
Copy link
Contributor Author

renovate bot commented Nov 20, 2022

⚠ 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 phoenix_live_reload
    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 force-pushed the renovate/phoenix_live_reload-1.x branch from 348ea6f to f141d92 Compare March 18, 2023 06:01
@renovate renovate bot changed the title chore(deps): update dependency phoenix_live_reload to == 1.4.0 chore(deps): update dependency phoenix_live_reload to == 1.4.1 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/phoenix_live_reload-1.x branch from f141d92 to ce3d46f Compare November 13, 2023 13:13
@renovate renovate bot force-pushed the renovate/phoenix_live_reload-1.x branch from ce3d46f to dc3fcab Compare February 29, 2024 22:31
@renovate renovate bot changed the title chore(deps): update dependency phoenix_live_reload to == 1.4.1 chore(deps): update dependency phoenix_live_reload to == 1.5.0 Feb 29, 2024
@renovate renovate bot changed the title chore(deps): update dependency phoenix_live_reload to == 1.5.0 chore(deps): update dependency phoenix_live_reload to == 1.5.1 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/phoenix_live_reload-1.x branch from dc3fcab to 4bf1ceb Compare March 4, 2024 14:01
@renovate renovate bot force-pushed the renovate/phoenix_live_reload-1.x branch from 4bf1ceb to a754bc8 Compare March 11, 2024 19:26
@renovate renovate bot changed the title chore(deps): update dependency phoenix_live_reload to == 1.5.1 chore(deps): update dependency phoenix_live_reload to == 1.5.2 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/phoenix_live_reload-1.x branch from a754bc8 to 74ccfae Compare March 27, 2024 16:38
@renovate renovate bot changed the title chore(deps): update dependency phoenix_live_reload to == 1.5.2 chore(deps): update dependency phoenix_live_reload to == 1.5.3 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/phoenix_live_reload-1.x branch from 74ccfae to 9153ed5 Compare April 10, 2025 15:29
@renovate renovate bot changed the title chore(deps): update dependency phoenix_live_reload to == 1.5.3 chore(deps): update dependency phoenix_live_reload to == 1.6.0 Apr 10, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Apr 10, 2025

⚠️ 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 phoenix_live_reload
    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:6

    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 force-pushed the renovate/phoenix_live_reload-1.x branch from 9153ed5 to 7358aef Compare July 19, 2025 13:52
@renovate renovate bot force-pushed the renovate/phoenix_live_reload-1.x branch from 7358aef to adbb297 Compare August 31, 2025 21:18
@renovate renovate bot changed the title chore(deps): update dependency phoenix_live_reload to == 1.6.0 chore(deps): update dependency phoenix_live_reload to == 1.6.1 Aug 31, 2025
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.

1 participant