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

Bump the production-dependencies group with 4 updates #309

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the production-dependencies group with 4 updates: ecto, igniter, live_svelte and phoenix.

Updates ecto from 3.12.4 to 3.12.5

Changelog

Sourced from ecto's changelog.

v3.12.5 (2024-11-28)

Bug fixes

  • [Ecto.Query] Raise when empty list is given to values/2
  • [Ecto.Query] Fix inspecting dynamic/2 with interpolated named bindings
  • [Ecto.Query] Plan sources before creating plan_subquery closure
  • [Ecto.Repo] Remove read-only changes from returned record during insert/update
  • [Ecto.Repo] Cascade :allow_stale options to assocs
Commits

Updates igniter from 0.4.7 to 0.4.8

Changelog

Sourced from igniter's changelog.

v0.4.8 (2024-11-27)

Breaking Changes:

  • add expand_env? option to Igniter.Code.Common.add_code/3 (#151)

Bug Fixes:

  • if alias elements are strings ensure they aren't interpreted as AST

  • don't move modules back to their "proper" location

  • use new ignore_missing_sub_formatters option in rewrite

Improvements:

  • add :force? option to Igniter.Project.Application.add_child/3 (#156)

  • handle io formatting more uniformly (#148)

  • handle io formatting more uniformly

Commits
  • 6d9d172 chore: release version v0.4.8
  • b47670b fix: if alias elements are strings ensure they aren't interpreted as AST
  • 9e638ea fix: don't move modules back to their "proper" location
  • 1045aec fix: use new ignore_missing_sub_formatters option in rewrite
  • 94d4a30 improvement: add :force? option to `Igniter.Project.Application.add_child/3...
  • 90c7e69 build(deps-dev): bump the dev-dependencies group with 2 updates (#161)
  • c46751e build(deps): bump rewrite (#160)
  • ad309a9 improvement: handle io formatting more uniformly (#148)
  • c55d433 feat!: add expand_env? option to Igniter.Code.Common.add_code/3 (#151)
  • See full diff in compare view

Updates live_svelte from 0.14.0 to 0.14.1

Release notes

Sourced from live_svelte's releases.

v0.14.1

What's Changed

Full Changelog: woutdp/live_svelte@v0.14.0...v0.14.1

Changelog

Sourced from live_svelte's changelog.

0.14.1 - 2024-11-19

Changed

  • Upgraded to esbuild 0.24.0. This requires you to reconfigure the build.js file. An example can be found in example_project/assets/build.js.
Commits
  • bb7c2c2 Release version 0.14.1
  • 375f959 Ignore node_modules
  • 97ed136 Don't pin esbuild to 0.16.17 in setup script
  • 1b86c33 Add assets build command to readme
  • 75f268b Correctly setup prettier
  • 0b326bb Fix self closing tags
  • 5a2f4a6 Add aria-labels to buttons
  • 384133c Remove Svelvet example
  • a942394 Upgrade to esbuild-svelte to 0.9.0
  • 0ec2f69 Upgrade svelte-preprocess to 6.0.3
  • Additional commits viewable in compare view

Updates phoenix from 1.7.14 to 1.7.15

Changelog

Sourced from phoenix's changelog.

1.7.15 (2024-12-02)

Enhancements

  • Support phoenixframework.org installer
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 4 updates: [ecto](https://github.com/elixir-ecto/ecto), [igniter](https://github.com/ash-project/igniter), [live_svelte](https://github.com/woutdp/live_svelte) and [phoenix](https://github.com/phoenixframework/phoenix).


Updates `ecto` from 3.12.4 to 3.12.5
- [Release notes](https://github.com/elixir-ecto/ecto/releases)
- [Changelog](https://github.com/elixir-ecto/ecto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-ecto/ecto/commits)

Updates `igniter` from 0.4.7 to 0.4.8
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.4.7...v0.4.8)

Updates `live_svelte` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/woutdp/live_svelte/releases)
- [Changelog](https://github.com/woutdp/live_svelte/blob/master/CHANGELOG.md)
- [Commits](woutdp/live_svelte@v0.14.0...v0.14.1)

Updates `phoenix` from 1.7.14 to 1.7.15
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.7.15/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.7.14...v1.7.15)

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

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 Dec 2, 2024
@leandrocp leandrocp merged commit 59c91bb into main Dec 2, 2024
@leandrocp leandrocp deleted the dependabot/hex/production-dependencies-fa04f2a6de branch December 2, 2024 22:49
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