Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump phoenix_live_reload from 1.5.1 to 1.5.2 (#809)
Bumps [phoenix_live_reload](https://github.com/phoenixframework/phoenix_live_reload) from 1.5.1 to 1.5.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/phoenixframework/phoenix_live_reload/blob/main/CHANGELOG.md">phoenix_live_reload's changelog</a>.</em></p> <blockquote> <h2>1.5.2 (2024-03-11)</h2> <ul> <li>Bug fixes <ul> <li>Fix CSS updates failing with errors</li> <li>Fix logging errors caused by unknown server log types</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phoenixframework/phoenix_live_reload/commit/f3796ab06f0213e829eb979c27753b7f0c58a6a7"><code>f3796ab</code></a> Release 1.5.2</li> <li><a href="https://github.com/phoenixframework/phoenix_live_reload/commit/c125dbabdacaa07ddad66a283962703648834fe3"><code>c125dba</code></a> Prevent dup level</li> <li><a href="https://github.com/phoenixframework/phoenix_live_reload/commit/8631dbbc081ecc8148237e64bb65684b7c608d34"><code>8631dbb</code></a> Bump changelog</li> <li><a href="https://github.com/phoenixframework/phoenix_live_reload/commit/e7805facb77222b7e56ff4845e70f885c10874a9"><code>e7805fa</code></a> Merge pull request <a href="https://redirect.github.com/phoenixframework/phoenix_live_reload/issues/150">#150</a> from joshamb/main</li> <li><a href="https://github.com/phoenixframework/phoenix_live_reload/commit/815aab606c240781b63fed03a9ba5ad80a3cfa78"><code>815aab6</code></a> Merge pull request <a href="https://redirect.github.com/phoenixframework/phoenix_live_reload/issues/153">#153</a> from walkr/patch-1</li> <li><a href="https://github.com/phoenixframework/phoenix_live_reload/commit/71f0ee2ce0fee27ad70da62e23d62bebf71daad0"><code>71f0ee2</code></a> Do not send the whole metadata across processes</li> <li><a href="https://github.com/phoenixframework/phoenix_live_reload/commit/9c13a692d60520530df715cd749dc17bf055a731"><code>9c13a69</code></a> Update phoenix_live_reload.js</li> <li><a href="https://github.com/phoenixframework/phoenix_live_reload/commit/5d51a1122cd03a18ac13be5f1f0161208518503e"><code>5d51a11</code></a> load dependencies in application start callback (<a href="https://redirect.github.com/phoenixframework/phoenix_live_reload/issues/151">#151</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix_live_reload/commit/ea1628d30281f0da7ed97478fa535c032c7a5a46"><code>ea1628d</code></a> Handle more log types (ie notice)</li> <li>See full diff in <a href="https://github.com/phoenixframework/phoenix_live_reload/compare/v1.5.1...v1.5.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phoenix_live_reload&package-manager=hex&previous-version=1.5.1&new-version=1.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information