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): bump the production-dependencies group with 2 updates #724

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the production-dependencies group with 2 updates: mdex and phoenix_live_view.

Updates mdex from 0.3.1 to 0.3.2

Release notes

Sourced from mdex's releases.

v0.3.2

fd18ace624045a1b2edabb978c51bf5bf401e80721ca9ae6b8d1ee441a5640ac  comrak_nif-v0.3.2-nif-2.15-x86_64-pc-windows-gnu--legacy_cpu.dll.tar.gz
a9d4ce374e113139ca201dcdb3425d224ba0bd100d56b2c0ee469fac90c957e0  comrak_nif-v0.3.2-nif-2.15-x86_64-pc-windows-gnu.dll.tar.gz
6891355b976656738a3ca8216c22e2ab8685f95445fc9a826dc4d0a03792cce5  comrak_nif-v0.3.2-nif-2.15-x86_64-pc-windows-msvc--legacy_cpu.dll.tar.gz
38b77e6c39dc476a611b9b76be95963e2923fc560e92951130684771f8184ce1  comrak_nif-v0.3.2-nif-2.15-x86_64-pc-windows-msvc.dll.tar.gz
56e0cacddbd47af329d5b423d1ce1a9810e781f9fdafaea8c1f4758e2296ddf2  libcomrak_nif-v0.3.2-nif-2.15-aarch64-apple-darwin.so.tar.gz
bf1dac96d89336b64f7cd1be17a12fe987e24cfdd63d552214060bfefe439be2  libcomrak_nif-v0.3.2-nif-2.15-aarch64-unknown-linux-gnu.so.tar.gz
ae87250a1aa6563cd5d4b71e3001919bc0cfaf0f7f90e11876c8a71c149f6788  libcomrak_nif-v0.3.2-nif-2.15-aarch64-unknown-linux-musl.so.tar.gz
26d1c4311cca0f6b377f026577c4b7de4014a4b3a7c1c24acd47e77af76e9992  libcomrak_nif-v0.3.2-nif-2.15-x86_64-apple-darwin.so.tar.gz
b0c79fb047766e4e77d2c729a66b99d69ad3f55213817a7bdb1901a143ee89c3  libcomrak_nif-v0.3.2-nif-2.15-x86_64-unknown-freebsd--legacy_cpu.so.tar.gz
33864ab3197c3cffbf2dfd7d35af95ffcdfea59344039c762e749b5f4f470a2b  libcomrak_nif-v0.3.2-nif-2.15-x86_64-unknown-freebsd.so.tar.gz
2068514916cb377b5549dfec66c71f8988fe5b66ca9b269056dbd573f9f7a53d  libcomrak_nif-v0.3.2-nif-2.15-x86_64-unknown-linux-gnu--legacy_cpu.so.tar.gz
c89d7c249c1a67dd5b1dd1c9a9ef58356184326d36ef9198ffd9d10424d896f1  libcomrak_nif-v0.3.2-nif-2.15-x86_64-unknown-linux-gnu.so.tar.gz
351f78f5121190844d4641f6bac9a8a5e185b570949b3afdeacdcd3a8f3b9e09  libcomrak_nif-v0.3.2-nif-2.15-x86_64-unknown-linux-musl.so.tar.gz
Changelog

Sourced from mdex's changelog.

0.3.2 (2025-01-11)

Enhancements

  • Add MDEx.safe_html/2 utility function to sanitize and escape HTML content

Fixes

  • HTML: encode { and } only inside <code> tags to avoid disabling LiveView expressions
Commits

Updates phoenix_live_view from 1.0.1 to 1.0.2

Changelog

Sourced from phoenix_live_view's changelog.

1.0.2 (2025-01-09)

Bug fixes

  • Fix inconsistency between mix format and mix format --check-formatted with new curly interpolation syntax (#3590)
  • Fix unnecessary compile time dependencies when using attr / on_mount / live (#3592)
  • Fix crash when testing LiveViews with embedded XML (e.g. SVGs) (#3594)
  • Fix type warning when using follow_redirect (#3581)
  • Prevent phx-trigger-action from clashing with locked forms (#3591)
  • Fix form recovery sending wrong event name when using JS commands in phx-change (#3607)

Enhancements

  • Deduplicate items on stream/4 / steam_insert/4 (#3599)
  • Restore scroll position on initial navigation (#3572)
  • Change-track non existing keys in maps (#3584)
  • Only warn instead of raising when detecting a duplicate ID in LiveViewTest (#3603)
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

Bumps the production-dependencies group with 2 updates: [mdex](https://github.com/leandrocp/mdex) and [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view).


Updates `mdex` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/leandrocp/mdex/releases)
- [Changelog](https://github.com/leandrocp/mdex/blob/main/CHANGELOG.md)
- [Commits](leandrocp/mdex@v0.3.1...v0.3.2)

Updates `phoenix_live_view` from 1.0.1 to 1.0.2
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: mdex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_view
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jan 13, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2025

Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request.

@APB9785 APB9785 merged commit 2677721 into main Jan 15, 2025
3 checks passed
@APB9785 APB9785 deleted the dependabot/hex/production-dependencies-e72e21672b branch January 15, 2025 15:44
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.

1 participant