Skip to content

fix(deps): update dependency phoenix_live_view to v1#287

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/phoenix_live_view-1.x
Open

fix(deps): update dependency phoenix_live_view to v1#287
renovate[bot] wants to merge 1 commit intomainfrom
renovate/phoenix_live_view-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Dec 4, 2024

This PR contains the following updates:

Package Change Age Confidence Type Update
phoenix_live_view ^0.17.1^1.0.0 age confidence dependencies major
phoenix_live_view (source) ~> 0.17.0~> 1.1.0 age confidence prod major
@types/phoenix_live_view (source) ^0.15.1^1.0.0 age confidence devDependencies major

Release Notes

phoenixframework/phoenix_live_view (phoenix_live_view)

v1.1.28

Compare Source

Bug fixes
  • Fix race condition that could lead to a JS exception when nested LiveView is removed while it is joining (#​4177)
Enhancements
  • A bunch of small performance and documentation improvements (thank you @​preciz!)

v1.1.27

Compare Source

Bug fixes
  • Workaround Chrome bug when patching <template> elements (#​4163)
  • Fix more type warnings on Elixir 1.20

v1.1.26

Compare Source

Bug fixes
  • Fix phx-click-away for nested portals
  • Fix type warnings on Elixir 1.20

v1.1.25

Compare Source

Bug fixes
  • Fix phx-click-away when clicked element is teleported (#​4141)
  • Handle phx-hook outside of LiveViews when reconnecting (#​4147)

v1.1.24

Compare Source

v1.1.23

Compare Source

v1.1.22

Compare Source

v1.1.21

Compare Source

v1.1.20

Compare Source

v1.1.19

Compare Source

v1.1.18

Compare Source

v1.1.17

Compare Source

v1.1.16

Compare Source

v1.1.15

Compare Source

v1.1.14

Compare Source

v1.1.13

Compare Source

v1.1.12

Compare Source

v1.1.11

Compare Source

v1.1.10

Compare Source

v1.1.9

Compare Source

v1.1.8

Compare Source

v1.1.7

Compare Source

v1.1.6

Compare Source

v1.1.5

Compare Source

v1.1.4

Compare Source

v1.1.3

Compare Source

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.18

Compare Source

v1.0.17

Compare Source

v1.0.16

Compare Source

v1.0.15

Compare Source

v1.0.14

Compare Source

v1.0.13

Compare Source

v1.0.12

Compare Source

v1.0.11

Compare Source

v1.0.10

Compare Source

v1.0.9

Compare Source

v1.0.8

Compare Source

v1.0.7

Compare Source

v1.0.6

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

v0.20.17

Compare Source

v0.20.16

Compare Source

v0.20.15

Compare Source

v0.20.14

Compare Source

v0.20.13

Compare Source

v0.20.12

Compare Source

v0.20.11

Compare Source

v0.20.10

Compare Source

v0.20.9

Compare Source

v0.20.8

Compare Source

v0.20.7

Compare Source

v0.20.6

Compare Source

v0.20.5

Compare Source

v0.20.4

Compare Source

v0.20.3

Compare Source

v0.20.2

Compare Source

v0.20.1

Compare Source

v0.20.0

Compare Source

v0.19.5

Compare Source

v0.19.4

Compare Source

v0.19.3

Compare Source

v0.19.2

Compare Source

v0.19.1

Compare Source

v0.19.0

Compare Source

v0.18.18

Compare Source

v0.18.17

Compare Source

v0.18.16

Compare Source

v0.18.15

Compare Source

v0.18.14

Compare Source

v0.18.13

Compare Source

v0.18.11

Compare Source

v0.18.10

Compare Source

v0.18.9

Compare Source

v0.18.8

Compare Source

v0.18.7

Compare Source

v0.18.6

Compare Source

v0.18.5

Compare Source

v0.18.4

Compare Source

v0.18.3

Compare Source

v0.18.2

Compare Source

v0.18.1

Compare Source

v0.18.0

Compare Source

v0.17.14

Compare Source

v0.17.13

Compare Source

v0.17.12

Compare Source

v0.17.11

Compare Source

v0.17.10

Compare Source

v0.17.9

Compare Source

v0.17.8

Compare Source

v0.17.7

Compare Source

v0.17.6

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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
Copy Markdown
Author

renovate bot commented Dec 4, 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 phoenix_live_view
warning: setting :preferred_cli_env in your mix.exs "def project" is deprecated, set it inside "def cli" instead:

    def cli do
      [preferred_envs: ["vcr.show": :test, "vcr.check": :test, "vcr.delete": :test, vcr: :test, "coveralls.post": :test, "coveralls.json": :test, "coveralls.html": :test, "coveralls.detail": :test, coveralls: :test]]
    end

  (mix 1.19.5) lib/mix/cli.ex:187: Mix.CLI.preferred_cli_env/3
  (mix 1.19.5) lib/mix/cli.ex:170: Mix.CLI.maybe_change_env_and_target/2
  (mix 1.19.5) lib/mix/cli.ex:59: Mix.CLI.proceed/2
  /opt/containerbase/tools/elixir/1.19.5/bin/mix:7: (file)
  (elixir 1.19.5) src/elixir_compiler.erl:81: :elixir_compiler.dispatch/4
  (elixir 1.19.5) src/elixir_compiler.erl:56: :elixir_compiler.compile/4

** (Mix) Hex dependency resolution failed

@renovate renovate bot changed the title fix(deps): update dependency phoenix_live_view to v1 chore(deps): update dependency phoenix_live_view to v1 Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency phoenix_live_view to v1 fix(deps): update dependency phoenix_live_view to v1 Dec 8, 2024
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch from d45867a to 917e173 Compare January 19, 2025 08:33
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch 4 times, most recently from 7152c9c to fed0916 Compare August 5, 2025 16:56
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch 3 times, most recently from 335f572 to d5718e3 Compare August 18, 2025 22:07
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch from d5718e3 to a0c09e6 Compare August 20, 2025 17:02
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch from a0c09e6 to 70e6a8b Compare September 4, 2025 19:38
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch 2 times, most recently from acaa502 to 33bef51 Compare September 18, 2025 18:16
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch from 33bef51 to 701f3e1 Compare October 7, 2025 15:31
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch 2 times, most recently from b472505 to f332468 Compare October 22, 2025 20:31
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch from f332468 to 1e440ba Compare November 5, 2025 02:56
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch from 1e440ba to 448c15c Compare November 25, 2025 17:36
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch from 448c15c to 74ec9eb Compare December 12, 2025 18:30
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch from 74ec9eb to 91b21ea Compare January 14, 2026 16:34
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch 2 times, most recently from fedd99f to d718b45 Compare January 28, 2026 18:52
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch 2 times, most recently from 242d083 to 1fcd126 Compare February 16, 2026 11:10
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch 2 times, most recently from cbd84fa to 74158bb Compare March 4, 2026 15:24
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch from 74158bb to 9094f75 Compare March 10, 2026 17:09
@renovate renovate bot force-pushed the renovate/phoenix_live_view-1.x branch from 9094f75 to 1d6164e Compare March 27, 2026 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants