Skip to content

Bump the production-dependencies group with 6 updates#103

Merged
danielbergholz merged 1 commit into
mainfrom
dependabot/hex/production-dependencies-df613b2a33
Jun 2, 2025
Merged

Bump the production-dependencies group with 6 updates#103
danielbergholz merged 1 commit into
mainfrom
dependabot/hex/production-dependencies-df613b2a33

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2025

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 6 updates:

Package From To
bandit 1.6.11 1.7.0
esbuild 0.9.0 0.10.0
heroicons v2.1.3 v2.2.0
phoenix_ecto 4.6.3 4.6.4
phoenix_live_view 1.0.10 1.0.14
swoosh 1.19.0 1.19.1

Updates bandit from 1.6.11 to 1.7.0

Changelog

Sourced from bandit's changelog.

1.7.0 (29 May 2025)

Enhancements

  • Add support for new get_sock_data/1 and get_ssl_data/1 callbacks from Plug 1.18 (#497)
  • Honour server-sent Connection: close headers (#495, thanks @​ruslandoga!)

Fixes

  • Don't overwrite non-default HTTP/2 settings when receiving HTTP/2 settings (#494, thanks @​ns-blee!)
  • Fix handling of early-connection error handling in HTTP/2 (#486)
Commits
  • 7e8609a Version bump to 1.7.0
  • 8444026 Automate the publishing of hex packages
  • a6aca4e Add support for Plug.Conn.Adapter.sock_data and `Plug.Conn.Adapter.ssl_data...
  • 7fcb133 Bump thousand_island from 1.3.13 to 1.3.14 (#498)
  • 2af82bd Streamline keepalive logic, respect server-sent connection: close headers (#495)
  • 0ac9859 Merge received HTTP/2 settings with existing ones (#494)
  • 5092d59 Bump ex_doc from 0.37.3 to 0.38.1 (#491)
  • 1810aa9 Bump thousand_island from 1.3.12 to 1.3.13 (#488)
  • 43bf872 Bump credo from 1.7.11 to 1.7.12 (#487)
  • b31059d Look up connection in a safe manner
  • Additional commits viewable in compare view

Updates esbuild from 0.9.0 to 0.10.0

Changelog

Sourced from esbuild's changelog.

v0.10.0 (2025-05-27)

  • Automatically join environment variables specified as lists using the correct PATH separator. For example:
    config :esbuild,
      my_profile: [
        ...
        env: %{
          "NODE_PATH" => [Path.expand("../deps", __DIR__), Mix.Project.build_path()]
        }
      ]
Commits

Updates heroicons from v2.1.3 to v2.2.0

Release notes

Sourced from heroicons's releases.

v2.2.0

Added

  • Add React 19 support (#1247)

Fixed

  • Removed unnecessary clipping path from solid/arrow-left-circle (#1211)

v2.1.5

Added

  • Add new icons (arrow-turn-*, bold, calendar-date-range, divide, document-currency-*, equals, h1, h2, h3, italic, link-slash, numbered-list, percent-badge, slash, strikethrough, underline)

v2.1.4

Fixed

  • Improve tree-shakability of React package (#1192)
Changelog

Sourced from heroicons's changelog.

[2.2.0] - 2024-11-18

Added

  • Add React 19 support (#1247)

Fixed

  • Removed unnecessary clipping path from solid/arrow-left-circle (#1211)

[2.1.5] - 2024-07-10

Added

  • Add new icons (arrow-turn-*, bold, calendar-date-range, divide, document-currency-*, equals, h1, h2, h3, italic, link-slash, numbered-list, percent-badge, slash, strikethrough, underline)

[2.1.4] - 2024-06-17

Fixed

  • Improve tree-shakability of React package (#1192)
Commits

Updates phoenix_ecto from 4.6.3 to 4.6.4

Changelog

Sourced from phoenix_ecto's changelog.

v4.6.4

  • Enhancements
    • Wrap raised Ecto exceptions so context is not lost
    • Do not override changeset actions
Commits

Updates phoenix_live_view from 1.0.10 to 1.0.14

Changelog

Sourced from phoenix_live_view's changelog.

1.0.14 (2025-05-30)

Bug fixes

  • Ensure _unused parameters are sent correctly during form recovery (#3809)
  • Fix form recovery failing and blocking updates when a form does not have any inputs (#3818)

1.0.13 (2025-05-28)

Bug fixes

  • Ensure submitter value is sent when submitting a form with phx-trigger-action (#3815)

1.0.12 (2025-05-20)

Enhancements

  • Allow Phoenix 1.8 rc.

Bug fixes

  • Ensure event listeners for refs are properly cleaned up (#3887)

1.0.11 (2025-05-05)

Enhancements

  • Allow focusing non interactive elements with tabindex="0" using JS commands (#3617)
Commits

Updates swoosh from 1.19.0 to 1.19.1

Release notes

Sourced from swoosh's releases.

v1.19.1 🚀

🐛 Bug Fixes

⛓️ Dependency

Full Changelog: swoosh/swoosh@v1.19.0...v1.19.1

Changelog

Sourced from swoosh's changelog.

1.19.1

🐛 Bug Fixes

  • Regenerate styles, fix #1030
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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [bandit](https://github.com/mtrudel/bandit) | `1.6.11` | `1.7.0` |
| [esbuild](https://github.com/phoenixframework/esbuild) | `0.9.0` | `0.10.0` |
| [heroicons](https://github.com/tailwindlabs/heroicons) | `v2.1.3` | `v2.2.0` |
| [phoenix_ecto](https://github.com/phoenixframework/phoenix_ecto) | `4.6.3` | `4.6.4` |
| [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `1.0.10` | `1.0.14` |
| [swoosh](https://github.com/swoosh/swoosh) | `1.19.0` | `1.19.1` |


Updates `bandit` from 1.6.11 to 1.7.0
- [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md)
- [Commits](mtrudel/bandit@1.6.11...1.7.0)

Updates `esbuild` from 0.9.0 to 0.10.0
- [Changelog](https://github.com/phoenixframework/esbuild/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/esbuild@v0.9.0...v0.10.0)

Updates `heroicons` from v2.1.3 to v2.2.0
- [Release notes](https://github.com/tailwindlabs/heroicons/releases)
- [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/heroicons@01c786b...0435d4c)

Updates `phoenix_ecto` from 4.6.3 to 4.6.4
- [Changelog](https://github.com/phoenixframework/phoenix_ecto/blob/main/CHANGELOG.md)
- [Commits](https://github.com/phoenixframework/phoenix_ecto/commits)

Updates `phoenix_live_view` from 1.0.10 to 1.0.14
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v1.0.14/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.0.10...v1.0.14)

Updates `swoosh` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/swoosh/swoosh/releases)
- [Changelog](https://github.com/swoosh/swoosh/blob/main/CHANGELOG.md)
- [Commits](swoosh/swoosh@v1.19.0...v1.19.1)

---
updated-dependencies:
- dependency-name: bandit
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: esbuild
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: heroicons
  dependency-version: 0435d4ca364a608cc75e2f8683d374e55abbae26
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: phoenix_ecto
  dependency-version: 4.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: phoenix_live_view
  dependency-version: 1.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: swoosh
  dependency-version: 1.19.1
  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 Jun 1, 2025
@danielbergholz danielbergholz merged commit fa29022 into main Jun 2, 2025
2 checks passed
@danielbergholz danielbergholz deleted the dependabot/hex/production-dependencies-df613b2a33 branch June 2, 2025 18:59
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