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 5 updates #738

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the production-dependencies group with 5 updates:

Package From To
igniter 0.5.20 0.5.21
mdex 0.3.2 0.3.3
phoenix 1.7.18 1.7.19
phoenix_live_view 1.0.2 1.0.3
solid 0.17.1 0.17.2

Updates igniter from 0.5.20 to 0.5.21

Changelog

Sourced from igniter's changelog.

v0.5.21 (2025-02-03)

Bug Fixes:

  • error in codemod while formatting

Improvements:

  • Add :after opt to Config functions (#213)

  • make diff checking faster

Commits
  • 60b586a chore: release version v0.5.21
  • 0297dd1 fix: error in codemod while formatting
  • b4c08af improvement: Add :after opt to Config functions (#213)
  • 907b2f0 chore: update changed?/1
  • 8243007 build(deps): bump owl in the production-dependencies group (#211)
  • 1701b1d chore: undo unnecessary CI change
  • ca48228 ci: ignore rustler in dependabot
  • 43f3a74 improvement: make diff checking faster
  • 83479c5 test: Add tests for Config.modify_configuration_code/5 (#210)
  • See full diff in compare view

Updates mdex from 0.3.2 to 0.3.3

Release notes

Sourced from mdex's releases.

v0.3.3

58111291f7b5dcf12d42c05a5791041dd47dffb7cd2af36c846d47b95e016f15  comrak_nif-v0.3.3-nif-2.15-x86_64-pc-windows-gnu--legacy_cpu.dll.tar.gz
d93591160b27b8a90ae13e1ad5e57ecedfb395bf7b5ec1f461c433e3e1dcf748  comrak_nif-v0.3.3-nif-2.15-x86_64-pc-windows-gnu.dll.tar.gz
2b8eee6cc1a6b69f1f2404f7a4a7ca301a3d9ee74907c11d21f86191c37aef47  comrak_nif-v0.3.3-nif-2.15-x86_64-pc-windows-msvc--legacy_cpu.dll.tar.gz
0c9b2f608679b21dbe7cf73bcaa9ea4d3aaed2fcd2a8933f8024c293f4cfad7d  comrak_nif-v0.3.3-nif-2.15-x86_64-pc-windows-msvc.dll.tar.gz
70283be97ee42f51226ee2f94b31292a821dd9dcc72be591d6d1d27f32d59371  libcomrak_nif-v0.3.3-nif-2.15-aarch64-apple-darwin.so.tar.gz
358fc254ea841c367c5690a076dbbaa9285cb4a5df5c548420f8900d5f036520  libcomrak_nif-v0.3.3-nif-2.15-aarch64-unknown-linux-gnu.so.tar.gz
8122533116d89f52adda14e5c757d29694f797f35727e1b5d172aaa169f5dea3  libcomrak_nif-v0.3.3-nif-2.15-aarch64-unknown-linux-musl.so.tar.gz
ad044a9cd9124b7d9be30d7e00eedcba8db2feea39ac4942d53d404db6c433a3  libcomrak_nif-v0.3.3-nif-2.15-x86_64-apple-darwin.so.tar.gz
69ca796638781cb1e9b5492284f7685ed23ac321c593f52d6a3d3d878e36b23c  libcomrak_nif-v0.3.3-nif-2.15-x86_64-unknown-freebsd--legacy_cpu.so.tar.gz
6a5e15e6b054b7c4c220fc63d0e9242262b16ade0a27035ffd52c0e6ccafdaaa  libcomrak_nif-v0.3.3-nif-2.15-x86_64-unknown-freebsd.so.tar.gz
f5b2500e198c1c7827a7b5d37a4ce2d2d4be54e972b36da0055b1241360afb8f  libcomrak_nif-v0.3.3-nif-2.15-x86_64-unknown-linux-gnu--legacy_cpu.so.tar.gz
cb96da88569ed009385659e830f5d3394184f56bdb7fbf4df5fb5bed57affcdb  libcomrak_nif-v0.3.3-nif-2.15-x86_64-unknown-linux-gnu.so.tar.gz
0a8d022241f5a8cd7233016750256a602ac8a3ab67ee58ab4bab2300902dbf96  libcomrak_nif-v0.3.3-nif-2.15-x86_64-unknown-linux-musl.so.tar.gz
Changelog

Sourced from mdex's changelog.

0.3.3 (2025-02-03)

Fixes

  • Fix MDEx.Document.fetch/2 spec
Commits

Updates phoenix from 1.7.18 to 1.7.19

Changelog

Sourced from phoenix's changelog.

1.7.19 (2024-01-31)

Enhancements

  • [phx.new] - bind to 0.0.0.0 in dev.exs if phx.new is being run inside a docker container. This exposes the container's phoenix server to the host so that it is accessible over port forwarding.
Commits
  • 83e4b32 Release 1.7.19
  • 9f309a6 Expose phx.new dev.exs to host if we're in a docker env
  • 1585350 Provide better detection of changed files in code reloader
  • ca04e2d mix deps.update ex_doc
  • See full diff in compare view

Updates phoenix_live_view from 1.0.2 to 1.0.3

Changelog

Sourced from phoenix_live_view's changelog.

1.0.3 (2025-01-28)

Bug fixes

  • Fix regression where browser back/forward buttons used patch instead of navigate, failing to update the page (#3529)
  • Fix client hooks inside streams that contain nested LiveViews (#3530)
  • Fix LiveComponents in nested LiveViews not updating under certain conditions (#3626)
  • Fix client-side hooks not being cleared properly (#3628)
  • Fix LiveUpload from client hook not auto uploading when immediately followed by form event (#3647)
  • Fix inputs being cleared in some cases when patching locked trees (#3647)
  • Fix client hooks with dynamic IDs not being destroyed properly when parts of the DOM are locked (#3651)

Enhancements

  • Allow to configure if duplicate IDs / other detected errors should warn or raise by passing on_error to Phoenix.LiveViewTest.live/3 / Phoenix.LiveViewTest.live_isolated/3 (#3653)
  • Also detect duplicate LiveComponents that are added dynamically to the page in LiveViewTest (#3653)
  • Log an error in the JavaScript console when detecting a stream container with missing phx-update="stream" attribute (#3645)
  • Update documentation to mention :fun and {:fun, arity} as valid attribute types for Phoenix.Component.attr/3 (#3635)
  • Update documentation to mention ways for dynamically rendering function components (#3632)
  • Update documentation to mention {:inner, selector} and {:closest, selector} as valid options for to in JS commands (#3638)
Commits

Updates solid from 0.17.1 to 0.17.2

Release notes

Sourced from solid's releases.

Solid v0.17.2

What's Changed

New Contributors

Full Changelog: edgurgel/solid@v0.17.1...v0.17.2

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [igniter](https://github.com/ash-project/igniter) | `0.5.20` | `0.5.21` |
| [mdex](https://github.com/leandrocp/mdex) | `0.3.2` | `0.3.3` |
| [phoenix](https://github.com/phoenixframework/phoenix) | `1.7.18` | `1.7.19` |
| [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `1.0.2` | `1.0.3` |
| [solid](https://github.com/edgurgel/solid) | `0.17.1` | `0.17.2` |


Updates `igniter` from 0.5.20 to 0.5.21
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.5.20...v0.5.21)

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

Updates `phoenix` from 1.7.18 to 1.7.19
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.7.19/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.7.18...v1.7.19)

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

Updates `solid` from 0.17.1 to 0.17.2
- [Release notes](https://github.com/edgurgel/solid/releases)
- [Commits](edgurgel/solid@v0.17.1...v0.17.2)

---
updated-dependencies:
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: mdex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix
  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
- dependency-name: solid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Feb 3, 2025
@leandrocp leandrocp merged commit dfece41 into main Feb 5, 2025
3 checks passed
@leandrocp leandrocp deleted the dependabot/hex/production-dependencies-6e16a87a28 branch February 5, 2025 12:53
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