chore(deps): update mix dependencies #43

Merged
moritz merged 2 commits from renovate/mix-dependencies into main 2025-06-02 15:01:13 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ash (source) prod patch 3.5.6 -> 3.5.14
ash_admin (source) prod patch 0.13.4 -> 0.13.6
ash_phoenix (source) prod minor 2.2.0 -> 2.3.5
ash_postgres (source) prod minor 2.5.16 -> 2.6.1
bandit (source) prod minor 1.6.8 -> 1.7.0
dns_cluster (source) prod minor ~> 0.1.1 -> ~> 0.2.0
esbuild (source) prod minor ~> 0.8 -> ~> 0.10
floki (source) dev patch 0.37.0 -> 0.37.1
heroicons prod minor v2.1.1 -> v2.2.0
igniter (source) dev minor ~> 0.5 -> ~> 0.6
live_debugger (source) dev minor ~> 0.1 -> ~> 0.2
phoenix (source) prod patch 1.7.20 -> 1.7.21
phoenix_ecto (source) prod patch 4.6.3 -> 4.6.4
phoenix_live_dashboard (source) prod patch 0.8.6 -> 0.8.7
phoenix_live_reload (source) dev minor 1.5.3 -> 1.6.0
phoenix_live_view (source) prod patch 1.0.5 -> 1.0.14
sobelow (source) dev minor ~> 0.13 -> ~> 0.14
sourceror (source) dev minor 1.9.0 -> 1.10.0
swoosh (source) prod minor 1.18.2 -> 1.19.1
telemetry_poller (source) prod minor 1.1.0 -> 1.2.0

Release Notes

ash-project/ash (ash)

v3.5.14

Compare Source

Bug Fixes:
  • ensure the proper dependency on igniter

  • ensure map module loaded when calling it

  • raise if integer primary key is not supplied in ETS (#​2079)

v3.5.13

Compare Source

OTP 28 Compatibility

Ash.Type.String, Ash.Type.CiString and the built in match validation all now warn on the use
of regexes. OTP 28 no longer supports building regexes at compile time. The warning will explain.

v3.5.12

Compare Source

Features:
  • add duration type, functions and operator support (#​2036)
Bug Fixes:
  • properly split lazy & non-lazy new type initialization

  • Ash.Reactor: Don't import Ash.Expr in the bulk update DSL. (#​2055)

  • don't lift query info to aggregate info on aggregation

  • ensure managed relationship context is kept for belongs_to relationships

Improvements:
  • Support manage relationship debug (#​2021)

  • add strict_load key to Ash.Query.build

  • Add an Ash.OptionsHelpers.calculation_type/0 (#​2051)

v3.5.11

Compare Source

Bug Fixes:
  • ensure we fully initialize new types

  • Tuple loader and serializer (#​2049)

  • make sure after_action is called in generate_many (#​2047)

  • properly pass select into combinations

  • add_new_code_interface/5 when do block occurs after resource (#​2020)

Improvements:
  • add experimental new tool Ash.data_layer_query

v3.5.10

Compare Source

Bug Fixes:
  • ensure field policies are logged on success

  • various additional fixes for bulk action input ordering

  • Fix batch order of bulk_create (#​2027)

  • make lazy_init? a callback so it can be checked on new types

  • don't raise error when no policies apply to request

  • ensure tenant is set on bulk created records.

  • don't try to cast input before cast atomic

  • properly prevent embedded attribute updates in atomics

  • preserve validation messages in non-atomic-bulk-update validations

  • add types for times operator

  • properly handle pre-expanded newtype constraints

  • shortcircuit queries properly

  • only print topic if present (#​2013)

Improvements:
  • support :time_usec (#​2023)

  • support limit on has_many relationships (#​2016)

v3.5.9

Compare Source

Bug Fixes:
  • shortcircuit queries properly

  • ensure that context is set on authorizers in nested field policies

  • accept private_arguments option in the same way as defaults in generators

  • handle case where atomic change isn't cleared when converted to static

  • handle case where atomic condition isn't applied to generated validations

Improvements:
  • normalize authorizer context in more locations

  • aggressively prune ets logs while retaining important info

  • combination queries (#​2009)

v3.5.8

Compare Source

Bug Fixes:
  • handle nil type or invalid types more gracefully in type determination

  • properly type expressions based on return values

Improvements:
  • add rem/2 expr (#​2004)

  • add Ash.Info for general application information

v3.5.7

Compare Source

Bug Fixes:
  • Accept field opt in query aggregate (#​2001)

  • only return the changeset (#​2003)

  • expand types when typing expressions

  • Allow soft-deleting of many-to-many relationships (#​1999)

  • properly show timeout errors on read transactions

  • handle values that generate as nil in map generators

  • sort lazy loaded records post-linking

  • properly attach nested transient calculation dependencies

  • be more lax with lazy_init? newtypes

  • properly return subtype constraints on constraint call

  • handle error cases in atomic changesets better

  • CodeInterface: logic error in get_by code interfaces. (#​1961)

  • CodeInterface: logic error in get_by code interfaces.

  • crash when sorting by aggregates with non-attribute field (#​1986)

  • handle atomic conditions on {:atomic, ...} changes

  • ensure data layer is loaded before using function_exported?/3

  • ensure that bulk callbacks are only called when appropriate

  • properly update belongs_to records on relate_and_update

Improvements:
  • Skip reading query for filter false (#​2002)

  • generator for union types

  • Add various DSL options for inspecting resources

  • hide calculations and aggregates when empty

  • hide calculation dep calculations while inspecting

  • Raise an ArgumentError when generating a changeset using a non-existent action (#​1992)

  • add :tuple builtin type

  • set changeset.load on bulk destroy actions

  • return the error when atomically cascade destroying

  • add a description to map/keyword/struct types

  • Remove duplicate impl of default policy functions (#​1985)

  • eagerly expand aggregates in Ash.aggregate

  • accept context option in generic action code interfaces

ash-project/ash_admin (ash_admin)

v0.13.6

Compare Source

Bug Fixes:
  • various mistakes in union type handling

  • don't assume form.source.type is set

  • Handle cross-domain links

v0.13.5

Compare Source

Bug Fixes:
  • don't duplicate ash_admin routes on installation
ash-project/ash_phoenix (ash_phoenix)

v2.3.5

Compare Source

Bug Fixes:
  • live route instructions (#​371)

v2.3.4

Compare Source

Bug Fixes:
  • reenable migrate task

v2.3.3

Compare Source

Bug Fixes:
  • new generators, use actor when getting resource

  • new generators, close Layouts.app tag

  • new generators, remove handle_params and apply_action, since this no longer handles create/update

  • new generators, remove handle params + title, since this no longer handles update

Improvements:
  • implement new codegen status plug

  • support Ash.Scope

  • resolve igniter task deprecation warning

  • new generator tweaks (#​368)

  • explain importants of positional arguments in usage rules

v2.3.2

Compare Source

Bug Fixes:
  • support old phoenix generators (#​365)
Improvements:
  • update igniter, remove inflex

  • add usage-rules.md

v2.3.1

Compare Source

Bug Fixes:
  • Initialize :raw_params field of for_action() Form (#​362)

  • for action params option (#​359)

  • Accept Phoenix.LiveView.Socket in SubdomainPlug (#​355)

Improvements:
  • Document :params option for for_action (#​361)

  • Rework gen.live (#​353)

  • support AshPhoenix.Form in error subject

v2.3.0

Compare Source

Features:
  • Add Inertia.Errors impl for Ash.Error types (#​352)
Bug Fixes:
  • properly route inertia errors to implementation

  • handle invalid query error different formats

ash-project/ash_postgres (ash_postgres)

v2.6.1

Compare Source

Bug Fixes:
  • retain repo as atom in migrator task (#​560)

v2.6.0

Compare Source

Features:
Bug Fixes:
  • properly encode decimal scale & preicison into snapshots
Improvements:
  • use new PendingCodegen error

  • assume not renaming when generating dev migrations

  • support scale & precision in decimal types

v2.5.22

Compare Source

Bug Fixes:
  • Convert sensitive patterns from module constant to function for OTP/28 (#​552)

v2.5.21

Compare Source

Improvements:
  • update igniter, remove inflex

v2.5.20

Compare Source

Bug Fixes:
  • self-join if combination queries require more fields

  • enforce tenant name rules at creation (#​550)

v2.5.19

Compare Source

Improvements:

v2.5.18

Compare Source

Bug Fixes:
  • fix some issues in migration generator related to tenancy (#​539)

  • use old multitenancy in generated removals of previous indexes (#​536)

  • add tenant to ash bindings in update (#​534)

  • correct order, when renaming attribute with an identity (#​533)

v2.5.17

Compare Source

Bug Fixes:
  • add tenant to ash bindings in update (#​534)

  • correct order, when renaming attribute with an identity (#​533)

mtrudel/bandit (bandit)

v1.7.0

Compare Source

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)

v1.6.11

Compare Source

Changes
  • Ensure that HTTP/1 request headers are sent to the Plug in the order they're
    sent (#​482)
  • Do not populate the cookies header with an empty string if no cookies were
    sent in HTTP/2 (#​483)

v1.6.10

Compare Source

Fixes
  • Fix bug introduced when closing compressed websock connections in certain circumstances (#​478)
Enhancements
  • Standardize & document the format of messages sent to HTTP/2 Stream processes (#​481)

v1.6.9

Compare Source

Fixes
phoenixframework/dns_cluster (dns_cluster)

v0.2.0

Compare Source

  • Support multiple DNS queries
phoenixframework/esbuild (esbuild)

v0.10.0

Compare Source

  • 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()]
        }
      ]
    
philss/floki (floki)

v0.37.1

Compare Source

Fixed
  • Move regex declaration from module tag to inside function.
    This is a fix to be compatible with the upcoming OTP 28.
tailwindlabs/heroicons (heroicons)

v2.2.0

Compare Source

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

v2.1.5

Compare Source

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

Compare Source

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

v2.1.3

Compare Source

v2.1.2

Compare Source

  • Include license file with published packages (#​1151)
ash-project/igniter (igniter)

v0.6.4

Compare Source

Bug Fixes:
  • reword syntax to avoid compile error
Improvements:
  • introduce Igniter.Scribe and --scribe option

v0.6.3

Compare Source

Bug Fixes:
  • display all error output, and bump installer version

  • Display notices even when there are no content changes.

v0.6.2

Compare Source

Improvements:
  • track task name and parent task name in igniter

  • add quiet_on_no_changes? assign

  • add usage-rules.md

v0.6.1

Bug Fixes:
  • remove references to old versions

v0.6.0

Bug Fixes:
  • OTP 28 Compatibility via removing inflex (#​288)

Use Igniter.Inflex.pluralize or depend on Inflex directly if you need it

v0.5.52

Compare Source

Improvements:
  • bump installer version

  • Add igniter.init task to igniter_new archive (#​283)

  • clean up igniter after adding it for installation

  • Task/adds move to function and attrs (#​274)

  • generate a test when generating a new task

v0.5.51

Compare Source

Bug Fixes:
  • properly detect map format

  • don't always create default config files

  • Add impl to generated mix task (#​276)

  • Matches function guards when using move_to_def (#​273)

v0.5.50

Compare Source

Bug Fixes:
  • don't try to inspect functions in test helpers

v0.5.49

Compare Source

Improvements:
  • properly honor --only flag

v0.5.48

Compare Source

Improvements:
  • clean up igniter/1-2 check, and make it a warning

v0.5.47

Compare Source

Improvements:
  • make router optional in select_endpoint

  • accept functions in warning/notice/issue assertions

  • add Igniter.Code.Common.variable?

software-mansion/live-debugger (live_debugger)

v0.2.4

Compare Source

What's Changed

Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.2.3...v0.2.4

v0.2.3

Compare Source

What's Changed

Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.2.2...v0.2.3

v0.2.2

Compare Source

What's Changed

Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.2.1...v0.2.2

v0.2.1

Compare Source

Fixed bugs:

  • Fixed callback tracing after components switching
  • Allowed iframe in LiveDebugger router for Phoenix 1.8

v0.2.0

Compare Source

What's Changed

Bugs:

Features:

  • Components highlighting
  • Chrome DevTools extension support
  • Dark mode
  • Callback traces filtering

Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.1.7...v0.2.0

v0.1.7

Compare Source

What's Changed

Bugs:

Enhancements:

Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.1.6...v0.1.7

v0.1.6

Compare Source

Bugs:

  • Fixed problems with responsive UI on wider screens
  • Fixed UI alignment of fullscreen button in callback traces
phoenixframework/phoenix (phoenix)

v1.7.21

Compare Source

phoenixframework/phoenix_ecto (phoenix_ecto)

v4.6.4

  • Enhancements
    • Wrap raised Ecto exceptions so context is not lost
    • Do not override changeset actions
phoenixframework/phoenix_live_dashboard (phoenix_live_dashboard)

v0.8.7

Compare Source

  • Fix warnings on Erlang/OTP 28
  • Fix metrics history not rendering on LiveView 1.0.2+
  • Fix colored logging in request logger
phoenixframework/phoenix_live_reload (phoenix_live_reload)

v1.6.0

Compare Source

  • Enhancements

    • Add support for __RELATIVEFILE__ when invoking editors
    • Change the default target window to :parent to not reload the whole page if a Phoenix app is shown inside an iframe. You can get the old behavior back by setting the :target_window option to :top:
      config :phoenix_live_reload, MyAppWeb.Endpoint,
        target_window: :top,
        ...
      
  • Bug fixes

    • Inject iframe if web console logger is enabled but there are no patterns
    • Allow web console to shutdown cleanly
phoenixframework/phoenix_live_view (phoenix_live_view)

v1.0.14

Compare Source

v1.0.13

Compare Source

v1.0.12

Compare Source

v1.0.11

Compare Source

v1.0.10

Compare Source

v1.0.9

Compare Source

v1.0.8

Compare Source

v1.0.7

Compare Source

v1.0.6

Compare Source

sobelow/sobelow (sobelow)

v0.14.0

Compare Source

  • Removed
    • Support for minimum Elixir versions 1.7 - 1.11 (POTENTIALLY BREAKING - only applies if you relied on Elixir 1.7 through 1.11, 1.12+ is still supported)
    • Enhancements
      • Added support for multiple variations of SQL.query()
      • Added support for `System.shell' command introduced in Elixir v1.12
      • Ignore runtime config during Config.HSTS
      • Updated developer dependencies (ex_doc & credo)
    • Bug fixes
      • Fixed is_endpoint? error in main
      • Fixed findings normalization bug
      • Fixed truncation error
    • Misc
      • GitHub Actions test matrix updated (hence the large drop in support for old Elixir versions)
      • Addressed compiler warnings from Elixir v1.18.x
      • Moved from master branch to main
doorgan/sourceror (sourceror)

v1.10.0

Compare Source

  • [Sourceror.FastZipper] Added experimental high performance API for zippers.
swoosh/swoosh (swoosh)

v1.19.1

Compare Source

🐛 Bug Fixes

v1.19.0

Compare Source

Features
🐛 Bug Fixes

v1.18.4

Compare Source

Features

v1.18.3

Compare Source

🧰 Maintenance
beam-telemetry/telemetry_poller (telemetry_poller)

v1.2.0

Added
  • Support persistent_term measurements.
  • Require Erlang/OTP 24+.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ash](https://hex.pm/packages/ash) ([source](https://github.com/ash-project/ash)) | prod | patch | `3.5.6` -> `3.5.14` | | [ash_admin](https://hex.pm/packages/ash_admin) ([source](https://github.com/ash-project/ash_admin)) | prod | patch | `0.13.4` -> `0.13.6` | | [ash_phoenix](https://hex.pm/packages/ash_phoenix) ([source](https://github.com/ash-project/ash_phoenix)) | prod | minor | `2.2.0` -> `2.3.5` | | [ash_postgres](https://hex.pm/packages/ash_postgres) ([source](https://github.com/ash-project/ash_postgres)) | prod | minor | `2.5.16` -> `2.6.1` | | [bandit](https://hex.pm/packages/bandit) ([source](https://github.com/mtrudel/bandit)) | prod | minor | `1.6.8` -> `1.7.0` | | [dns_cluster](https://hex.pm/packages/dns_cluster) ([source](https://github.com/phoenixframework/dns_cluster)) | prod | minor | `~> 0.1.1` -> `~> 0.2.0` | | [esbuild](https://hex.pm/packages/esbuild) ([source](https://github.com/phoenixframework/esbuild)) | prod | minor | `~> 0.8` -> `~> 0.10` | | [floki](https://hex.pm/packages/floki) ([source](https://github.com/philss/floki)) | dev | patch | `0.37.0` -> `0.37.1` | | [heroicons](https://github.com/tailwindlabs/heroicons) | prod | minor | `v2.1.1` -> `v2.2.0` | | [igniter](https://hex.pm/packages/igniter) ([source](https://github.com/ash-project/igniter)) | dev | minor | `~> 0.5` -> `~> 0.6` | | [live_debugger](https://hex.pm/packages/live_debugger) ([source](https://github.com/software-mansion/live-debugger)) | dev | minor | `~> 0.1` -> `~> 0.2` | | [phoenix](https://hex.pm/packages/phoenix) ([source](https://github.com/phoenixframework/phoenix)) | prod | patch | `1.7.20` -> `1.7.21` | | [phoenix_ecto](https://hex.pm/packages/phoenix_ecto) ([source](https://github.com/phoenixframework/phoenix_ecto)) | prod | patch | `4.6.3` -> `4.6.4` | | [phoenix_live_dashboard](https://hex.pm/packages/phoenix_live_dashboard) ([source](https://github.com/phoenixframework/phoenix_live_dashboard)) | prod | patch | `0.8.6` -> `0.8.7` | | [phoenix_live_reload](https://hex.pm/packages/phoenix_live_reload) ([source](https://github.com/phoenixframework/phoenix_live_reload)) | dev | minor | `1.5.3` -> `1.6.0` | | [phoenix_live_view](https://hex.pm/packages/phoenix_live_view) ([source](https://github.com/phoenixframework/phoenix_live_view)) | prod | patch | `1.0.5` -> `1.0.14` | | [sobelow](https://hex.pm/packages/sobelow) ([source](https://github.com/sobelow/sobelow)) | dev | minor | `~> 0.13` -> `~> 0.14` | | [sourceror](https://hex.pm/packages/sourceror) ([source](https://github.com/doorgan/sourceror)) | dev | minor | `1.9.0` -> `1.10.0` | | [swoosh](https://hex.pm/packages/swoosh) ([source](https://github.com/swoosh/swoosh)) | prod | minor | `1.18.2` -> `1.19.1` | | [telemetry_poller](https://hex.pm/packages/telemetry_poller) ([source](https://github.com/beam-telemetry/telemetry_poller)) | prod | minor | `1.1.0` -> `1.2.0` | --- ### Release Notes <details> <summary>ash-project/ash (ash)</summary> ### [`v3.5.14`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3514-2025-06-01) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.13...v3.5.14) ##### Bug Fixes: - ensure the proper dependency on igniter - ensure map module loaded when calling it - raise if integer primary key is not supplied in ETS ([#&#8203;2079](https://github.com/ash-project/ash/issues/2079)) ### [`v3.5.13`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3513-2025-05-30) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.12...v3.5.13) ##### OTP 28 Compatibility `Ash.Type.String`, `Ash.Type.CiString` and the built in `match` validation all now warn on the use of regexes. OTP 28 no longer supports building regexes at compile time. The warning will explain. ### [`v3.5.12`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3512-2025-05-22) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.11...v3.5.12) ##### Features: - add duration type, functions and operator support ([#&#8203;2036](https://github.com/ash-project/ash/issues/2036)) ##### Bug Fixes: - properly split lazy & non-lazy new type initialization - Ash.Reactor: Don't import `Ash.Expr` in the bulk update DSL. ([#&#8203;2055](https://github.com/ash-project/ash/issues/2055)) - don't lift query info to aggregate info on aggregation - ensure managed relationship context is kept for belongs_to relationships ##### Improvements: - Support manage relationship debug ([#&#8203;2021](https://github.com/ash-project/ash/issues/2021)) - add `strict_load` key to `Ash.Query.build` - Add an Ash.OptionsHelpers.calculation_type/0 ([#&#8203;2051](https://github.com/ash-project/ash/issues/2051)) ### [`v3.5.11`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3511-2025-05-20) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.10...v3.5.11) ##### Bug Fixes: - ensure we fully initialize new types - Tuple loader and serializer ([#&#8203;2049](https://github.com/ash-project/ash/issues/2049)) - make sure after_action is called in generate_many ([#&#8203;2047](https://github.com/ash-project/ash/issues/2047)) - properly pass `select` into combinations - add_new_code_interface/5 when do block occurs after resource ([#&#8203;2020](https://github.com/ash-project/ash/issues/2020)) ##### Improvements: - add experimental new tool `Ash.data_layer_query` ### [`v3.5.10`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3510-2025-05-15) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.9...v3.5.10) ##### Bug Fixes: - ensure field policies are logged on success - various additional fixes for bulk action input ordering - Fix batch order of bulk_create ([#&#8203;2027](https://github.com/ash-project/ash/issues/2027)) - make `lazy_init?` a callback so it can be checked on new types - don't raise error when no policies apply to request - ensure tenant is set on bulk created records. - don't try to cast input before cast atomic - properly prevent embedded attribute updates in atomics - preserve validation messages in non-atomic-bulk-update validations - add types for times operator - properly handle pre-expanded newtype constraints - shortcircuit queries properly - only print topic if present ([#&#8203;2013](https://github.com/ash-project/ash/issues/2013)) ##### Improvements: - support :time_usec ([#&#8203;2023](https://github.com/ash-project/ash/issues/2023)) - support `limit` on has_many relationships ([#&#8203;2016](https://github.com/ash-project/ash/issues/2016)) ### [`v3.5.9`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v359-2025-05-06) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.8...v3.5.9) ##### Bug Fixes: - shortcircuit queries properly - ensure that context is set on authorizers in nested field policies - accept `private_arguments` option in the same way as `defaults` in generators - handle case where atomic change isn't cleared when converted to static - handle case where atomic condition isn't applied to generated validations ##### Improvements: - normalize authorizer context in more locations - aggressively prune ets logs while retaining important info - combination queries ([#&#8203;2009](https://github.com/ash-project/ash/issues/2009)) ### [`v3.5.8`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v358-2025-04-30) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.7...v3.5.8) ##### Bug Fixes: - handle `nil` type or invalid types more gracefully in type determination - properly type expressions based on return values ##### Improvements: - add rem/2 expr ([#&#8203;2004](https://github.com/ash-project/ash/issues/2004)) - add `Ash.Info` for general application information ### [`v3.5.7`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v357-2025-04-29) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.6...v3.5.7) ##### Bug Fixes: - Accept field opt in query aggregate ([#&#8203;2001](https://github.com/ash-project/ash/issues/2001)) - only return the changeset ([#&#8203;2003](https://github.com/ash-project/ash/issues/2003)) - expand types when typing expressions - Allow soft-deleting of many-to-many relationships ([#&#8203;1999](https://github.com/ash-project/ash/issues/1999)) - properly show timeout errors on read transactions - handle values that generate as `nil` in map generators - sort lazy loaded records post-linking - properly attach nested transient calculation dependencies - be more lax with lazy_init? newtypes - properly return subtype constraints on constraint call - handle error cases in atomic changesets better - CodeInterface: logic error in `get_by` code interfaces. ([#&#8203;1961](https://github.com/ash-project/ash/issues/1961)) - CodeInterface: logic error in `get_by` code interfaces. - crash when sorting by aggregates with non-attribute field ([#&#8203;1986](https://github.com/ash-project/ash/issues/1986)) - handle atomic conditions on `{:atomic, ...}` changes - ensure data layer is loaded before using `function_exported?/3` - ensure that bulk callbacks are only called when appropriate - properly update belongs_to records on `relate_and_update` ##### Improvements: - Skip reading query for filter false ([#&#8203;2002](https://github.com/ash-project/ash/issues/2002)) - generator for union types - Add various DSL options for inspecting resources - hide calculations and aggregates when empty - hide calculation dep calculations while inspecting - Raise an `ArgumentError` when generating a changeset using a non-existent action ([#&#8203;1992](https://github.com/ash-project/ash/issues/1992)) - add `:tuple` builtin type - set changeset.load on bulk destroy actions - return the error when atomically cascade destroying - add a description to map/keyword/struct types - Remove duplicate impl of default policy functions ([#&#8203;1985](https://github.com/ash-project/ash/issues/1985)) - eagerly expand aggregates in `Ash.aggregate` - accept `context` option in generic action code interfaces </details> <details> <summary>ash-project/ash_admin (ash_admin)</summary> ### [`v0.13.6`](https://github.com/ash-project/ash_admin/blob/HEAD/CHANGELOG.md#v0136-2025-06-01) [Compare Source](https://github.com/ash-project/ash_admin/compare/v0.13.5...v0.13.6) ##### Bug Fixes: - various mistakes in union type handling - don't assume `form.source.type` is set - Handle cross-domain links ### [`v0.13.5`](https://github.com/ash-project/ash_admin/blob/HEAD/CHANGELOG.md#v0135-2025-05-20) [Compare Source](https://github.com/ash-project/ash_admin/compare/v0.13.4...v0.13.5) ##### Bug Fixes: - don't duplicate `ash_admin` routes on installation </details> <details> <summary>ash-project/ash_phoenix (ash_phoenix)</summary> ### [`v2.3.5`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v235-2025-05-31) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.4...v2.3.5) ##### Bug Fixes: - live route instructions ([#&#8203;371](https://github.com/ash-project/ash_phoenix/issues/371)) ### [`v2.3.4`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v234-2025-05-30) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.3...v2.3.4) ##### Bug Fixes: - reenable migrate task ### [`v2.3.3`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v233-2025-05-30) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.2...v2.3.3) ##### Bug Fixes: - new generators, use actor when getting resource - new generators, close Layouts.app tag - new generators, remove handle_params and apply_action, since this no longer handles create/update - new generators, remove handle params + title, since this no longer handles update ##### Improvements: - implement new codegen status plug - support `Ash.Scope` - resolve igniter task deprecation warning - new generator tweaks ([#&#8203;368](https://github.com/ash-project/ash_phoenix/issues/368)) - explain importants of positional arguments in usage rules ### [`v2.3.2`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v232-2025-05-21) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.1...v2.3.2) ##### Bug Fixes: - support old phoenix generators ([#&#8203;365](https://github.com/ash-project/ash_phoenix/issues/365)) ##### Improvements: - update igniter, remove inflex - add usage-rules.md ### [`v2.3.1`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v231-2025-05-15) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.0...v2.3.1) ##### Bug Fixes: - Initialize :raw_params field of for_action() Form ([#&#8203;362](https://github.com/ash-project/ash_phoenix/issues/362)) - for action params option ([#&#8203;359](https://github.com/ash-project/ash_phoenix/issues/359)) - Accept Phoenix.LiveView.Socket in SubdomainPlug ([#&#8203;355](https://github.com/ash-project/ash_phoenix/issues/355)) ##### Improvements: - Document `:params` option for `for_action` ([#&#8203;361](https://github.com/ash-project/ash_phoenix/issues/361)) - Rework gen.live ([#&#8203;353](https://github.com/ash-project/ash_phoenix/issues/353)) - support `AshPhoenix.Form` in error subject ### [`v2.3.0`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v230-2025-04-29) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.2.0...v2.3.0) ##### Features: - Add Inertia.Errors impl for Ash.Error types ([#&#8203;352](https://github.com/ash-project/ash_phoenix/issues/352)) ##### Bug Fixes: - properly route inertia errors to implementation - handle invalid query error different formats </details> <details> <summary>ash-project/ash_postgres (ash_postgres)</summary> ### [`v2.6.1`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v261-2025-05-30) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.0...v2.6.1) ##### Bug Fixes: - retain repo as atom in migrator task ([#&#8203;560](https://github.com/ash-project/ash_postgres/issues/560)) ### [`v2.6.0`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v260-2025-05-30) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.5.22...v2.6.0) ##### Features: - \--dev flag for codegen ([#&#8203;555](https://github.com/ash-project/ash_postgres/issues/555)) ##### Bug Fixes: - properly encode decimal scale & preicison into snapshots ##### Improvements: - use new `PendingCodegen` error - assume not renaming when generating dev migrations - support scale & precision in decimal types ### [`v2.5.22`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2522-2025-05-22) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.5.21...v2.5.22) ##### Bug Fixes: - Convert sensitive patterns from module constant to function for OTP/28 ([#&#8203;552](https://github.com/ash-project/ash_postgres/issues/552)) ### [`v2.5.21`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2521-2025-05-21) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.5.20...v2.5.21) ##### Improvements: - update igniter, remove inflex ### [`v2.5.20`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2520-2025-05-20) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.5.19...v2.5.20) ##### Bug Fixes: - self-join if combination queries require more fields - enforce tenant name rules at creation ([#&#8203;550](https://github.com/ash-project/ash_postgres/issues/550)) ### [`v2.5.19`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2519-2025-05-06) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.5.18...v2.5.19) ##### Improvements: - support unions ([#&#8203;543](https://github.com/ash-project/ash_postgres/issues/543)) ### [`v2.5.18`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2518-2025-04-29) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.5.17...v2.5.18) ##### Bug Fixes: - fix some issues in migration generator related to tenancy ([#&#8203;539](https://github.com/ash-project/ash_postgres/issues/539)) - use old multitenancy in generated removals of previous indexes ([#&#8203;536](https://github.com/ash-project/ash_postgres/issues/536)) - add tenant to ash bindings in update ([#&#8203;534](https://github.com/ash-project/ash_postgres/issues/534)) - correct order, when renaming attribute with an identity ([#&#8203;533](https://github.com/ash-project/ash_postgres/issues/533)) ### [`v2.5.17`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2517-2025-04-22) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.5.16...v2.5.17) ##### Bug Fixes: - add tenant to ash bindings in update ([#&#8203;534](https://github.com/ash-project/ash_postgres/issues/534)) - correct order, when renaming attribute with an identity ([#&#8203;533](https://github.com/ash-project/ash_postgres/issues/533)) </details> <details> <summary>mtrudel/bandit (bandit)</summary> ### [`v1.7.0`](https://github.com/mtrudel/bandit/blob/HEAD/CHANGELOG.md#170-29-May-2025) [Compare Source](https://github.com/mtrudel/bandit/compare/1.6.11...1.7.0) ##### Enhancements - Add support for new `get_sock_data/1` and `get_ssl_data/1` callbacks from Plug 1.18 ([#&#8203;497](https://github.com/mtrudel/bandit/issues/497)) - Honour server-sent `Connection: close` headers ([#&#8203;495](https://github.com/mtrudel/bandit/issues/495), thanks [@&#8203;ruslandoga](https://github.com/ruslandoga)!) ##### Fixes - Don't overwrite non-default HTTP/2 settings when receiving HTTP/2 settings ([#&#8203;494](https://github.com/mtrudel/bandit/issues/494), thanks [@&#8203;ns-blee](https://github.com/ns-blee)!) - Fix handling of early-connection error handling in HTTP/2 ([#&#8203;486](https://github.com/mtrudel/bandit/issues/486)) ### [`v1.6.11`](https://github.com/mtrudel/bandit/blob/HEAD/CHANGELOG.md#1611-31-Mar-2025) [Compare Source](https://github.com/mtrudel/bandit/compare/1.6.10...1.6.11) ##### Changes - Ensure that HTTP/1 request headers are sent to the Plug in the order they're sent ([#&#8203;482](https://github.com/mtrudel/bandit/issues/482)) - Do not populate the `cookies` header with an empty string if no cookies were sent in HTTP/2 ([#&#8203;483](https://github.com/mtrudel/bandit/issues/483)) ### [`v1.6.10`](https://github.com/mtrudel/bandit/blob/HEAD/CHANGELOG.md#1610-25-Mar-2025) [Compare Source](https://github.com/mtrudel/bandit/compare/1.6.9...1.6.10) ##### Fixes - Fix bug introduced when closing compressed websock connections in certain circumstances ([#&#8203;478](https://github.com/mtrudel/bandit/issues/478)) ##### Enhancements - Standardize & document the format of messages sent to HTTP/2 Stream processes ([#&#8203;481](https://github.com/mtrudel/bandit/issues/481)) ### [`v1.6.9`](https://github.com/mtrudel/bandit/blob/HEAD/CHANGELOG.md#169-21-Mar-2025) [Compare Source](https://github.com/mtrudel/bandit/compare/1.6.8...1.6.9) ##### Fixes - Do not close compression context before calling websock close callback ([#&#8203;462](https://github.com/mtrudel/bandit/issues/462), thanks [@&#8203;thiagopromano](https://github.com/thiagopromano)!) </details> <details> <summary>phoenixframework/dns_cluster (dns_cluster)</summary> ### [`v0.2.0`](https://github.com/phoenixframework/dns_cluster/blob/HEAD/CHANGELOG.md#020-2025-03-04) [Compare Source](https://github.com/phoenixframework/dns_cluster/compare/v0.1.3...v0.2.0) - Support multiple DNS queries </details> <details> <summary>phoenixframework/esbuild (esbuild)</summary> ### [`v0.10.0`](https://github.com/phoenixframework/esbuild/blob/HEAD/CHANGELOG.md#v0100-2025-05-27) [Compare Source](https://github.com/phoenixframework/esbuild/compare/v0.9.0...v0.10.0) - Automatically join environment variables specified as lists using the correct `PATH` separator. For example: ```elixir config :esbuild, my_profile: [ ... env: %{ "NODE_PATH" => [Path.expand("../deps", __DIR__), Mix.Project.build_path()] } ] ``` </details> <details> <summary>philss/floki (floki)</summary> ### [`v0.37.1`](https://github.com/philss/floki/blob/HEAD/CHANGELOG.md#0371---2025-03-22) [Compare Source](https://github.com/philss/floki/compare/v0.37.0...v0.37.1) ##### Fixed - Move regex declaration from module tag to inside function. This is a fix to be compatible with the upcoming OTP 28. </details> <details> <summary>tailwindlabs/heroicons (heroicons)</summary> ### [`v2.2.0`](https://github.com/tailwindlabs/heroicons/releases/tag/v2.2.0) [Compare Source](https://github.com/tailwindlabs/heroicons/compare/v2.1.5...v2.2.0) ##### Added - Add React 19 support ([#&#8203;1247](https://github.com/tailwindlabs/heroicons/pull/1247)) ##### Fixed - Removed unnecessary clipping path from `solid/arrow-left-circle` ([#&#8203;1211](https://github.com/tailwindlabs/heroicons/pull/1211)) ### [`v2.1.5`](https://github.com/tailwindlabs/heroicons/releases/tag/v2.1.5) [Compare Source](https://github.com/tailwindlabs/heroicons/compare/v2.1.4...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`](https://github.com/tailwindlabs/heroicons/releases/tag/v2.1.4) [Compare Source](https://github.com/tailwindlabs/heroicons/compare/v2.1.3...v2.1.4) ##### Fixed - Improve tree-shakability of React package ([#&#8203;1192](https://github.com/tailwindlabs/heroicons/pull/1192)) ### [`v2.1.3`](https://github.com/tailwindlabs/heroicons/releases/tag/v2.1.3) [Compare Source](https://github.com/tailwindlabs/heroicons/compare/v2.1.2...v2.1.3) - Improve project READMEs ([#&#8203;1152](https://github.com/tailwindlabs/heroicons/pull/1152)) ### [`v2.1.2`](https://github.com/tailwindlabs/heroicons/releases/tag/v2.1.2) [Compare Source](https://github.com/tailwindlabs/heroicons/compare/v2.1.1...v2.1.2) - Include license file with published packages ([#&#8203;1151](https://github.com/tailwindlabs/heroicons/pull/1151)) </details> <details> <summary>ash-project/igniter (igniter)</summary> ### [`v0.6.4`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v064-2025-05-30) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.3...v0.6.4) ##### Bug Fixes: - reword syntax to avoid compile error ##### Improvements: - introduce `Igniter.Scribe` and `--scribe` option ### [`v0.6.3`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v063-2025-05-29) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.2...v0.6.3) ##### Bug Fixes: - display all error output, and bump installer version - Display notices even when there are no content changes. ### [`v0.6.2`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v062-2025-05-24) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.1...v0.6.2) ##### Improvements: - track task name and parent task name in igniter - add `quiet_on_no_changes?` assign - add usage-rules.md ### [`v0.6.1`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v061-2025-05-22) ##### Bug Fixes: - remove references to old versions ### [`v0.6.0`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v060-2025-05-21) ##### Bug Fixes: - OTP 28 Compatibility via removing inflex ([#&#8203;288](https://github.com/ash-project/igniter/issues/288)) Use `Igniter.Inflex.pluralize` or depend on `Inflex` directly if you need it ### [`v0.5.52`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0552-2025-05-20) [Compare Source](https://github.com/ash-project/igniter/compare/v0.5.51...v0.5.52) ##### Improvements: - bump installer version - Add igniter.init task to igniter_new archive ([#&#8203;283](https://github.com/ash-project/igniter/issues/283)) - clean up igniter after adding it for installation - Task/adds move to function and attrs ([#&#8203;274](https://github.com/ash-project/igniter/issues/274)) - generate a test when generating a new task ### [`v0.5.51`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0551-2025-05-15) [Compare Source](https://github.com/ash-project/igniter/compare/v0.5.50...v0.5.51) ##### Bug Fixes: - properly detect map format - don't always create default config files - Add impl to generated mix task ([#&#8203;276](https://github.com/ash-project/igniter/issues/276)) - Matches function guards when using move_to_def ([#&#8203;273](https://github.com/ash-project/igniter/issues/273)) ### [`v0.5.50`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0550-2025-05-01) [Compare Source](https://github.com/ash-project/igniter/compare/v0.5.49...v0.5.50) ##### Bug Fixes: - don't try to inspect functions in test helpers ### [`v0.5.49`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0549-2025-04-30) [Compare Source](https://github.com/ash-project/igniter/compare/v0.5.48...v0.5.49) ##### Improvements: - properly honor `--only` flag ### [`v0.5.48`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0548-2025-04-29) [Compare Source](https://github.com/ash-project/igniter/compare/v0.5.47...v0.5.48) ##### Improvements: - clean up `igniter/1-2` check, and make it a warning ### [`v0.5.47`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0547-2025-04-21) [Compare Source](https://github.com/ash-project/igniter/compare/v0.5.46...v0.5.47) ##### Improvements: - make router optional in `select_endpoint` - accept functions in warning/notice/issue assertions - add `Igniter.Code.Common.variable?` </details> <details> <summary>software-mansion/live-debugger (live_debugger)</summary> ### [`v0.2.4`](https://github.com/software-mansion/live-debugger/releases/tag/v0.2.4) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.2.3...v0.2.4) #### What's Changed - Bug: Extension reload on any browser navigation by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/418 - Bug: Fix traces filtering by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/443 - Enhancement: Add custom LiveDebugger url config by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/442 - Enhancement: Adjust required versions and correct `phoenix_live_view` dependency by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/419 **Full Changelog**: https://github.com/software-mansion/live-debugger/compare/v0.2.3...v0.2.4 ### [`v0.2.3`](https://github.com/software-mansion/live-debugger/releases/tag/v0.2.3) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.2.2...v0.2.3) #### What's Changed - Backport: Hide module reloading after config flag by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/421 **Full Changelog**: https://github.com/software-mansion/live-debugger/compare/v0.2.2...v0.2.3 ### [`v0.2.2`](https://github.com/software-mansion/live-debugger/releases/tag/v0.2.2) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.2.1...v0.2.2) #### What's Changed - Bug: fixed assigns refreshing after changing node by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/386 - Bug: LiveDebugger stops working after code reload by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/391 **Full Changelog**: https://github.com/software-mansion/live-debugger/compare/v0.2.1...v0.2.2 ### [`v0.2.1`](https://github.com/software-mansion/live-debugger/releases/tag/v0.2.1) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.2.0...v0.2.1) Fixed bugs: - Fixed callback tracing after components switching - Allowed iframe in LiveDebugger router for Phoenix 1.8 ### [`v0.2.0`](https://github.com/software-mansion/live-debugger/releases/tag/v0.2.0) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.1.7...v0.2.0) #### What's Changed Bugs: - Bug: Fix triggering highlighting on hover by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/353 - Bug: add config to disable LiveDebugger by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/357 - Bug: Fix traces separator after filters updated by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/362 Features: - Components highlighting - Chrome DevTools extension support - Dark mode - Callback traces filtering **Full Changelog**: https://github.com/software-mansion/live-debugger/compare/v0.1.7...v0.2.0 ### [`v0.1.7`](https://github.com/software-mansion/live-debugger/releases/tag/v0.1.7) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.1.6...v0.1.7) #### What's Changed Bugs: - Fixed z-index of fullscreen button by [@&#8203;hhubert6](https://github.com/hhubert6) in https://github.com/software-mansion/live-debugger/pull/288 - Fixed id multiplication from components tree by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/286 - Fixed assigns not scrollable by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/294 - Fixed components tree with only one node by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/326 Enhancements: - Enhanced UI layout styling and accessibility by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/287 - Updated styling for scrollbars by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/292 - Improved components tree styling by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in https://github.com/software-mansion/live-debugger/pull/291 - Added `server` option to config by [@&#8203;kraleppa](https://github.com/kraleppa) in https://github.com/software-mansion/live-debugger/pull/337 **Full Changelog**: https://github.com/software-mansion/live-debugger/compare/v0.1.6...v0.1.7 ### [`v0.1.6`](https://github.com/software-mansion/live-debugger/releases/tag/v0.1.6) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.1.5...v0.1.6) Bugs: - Fixed problems with responsive UI on wider screens - Fixed UI alignment of fullscreen button in callback traces </details> <details> <summary>phoenixframework/phoenix (phoenix)</summary> ### [`v1.7.21`](https://github.com/phoenixframework/phoenix/compare/v1.7.20...v1.7.21) [Compare Source](https://github.com/phoenixframework/phoenix/compare/v1.7.20...v1.7.21) </details> <details> <summary>phoenixframework/phoenix_ecto (phoenix_ecto)</summary> ### [`v4.6.4`](https://github.com/phoenixframework/phoenix_ecto/blob/HEAD/CHANGELOG.md#v464) - Enhancements - Wrap raised Ecto exceptions so context is not lost - Do not override changeset actions </details> <details> <summary>phoenixframework/phoenix_live_dashboard (phoenix_live_dashboard)</summary> ### [`v0.8.7`](https://github.com/phoenixframework/phoenix_live_dashboard/blob/HEAD/CHANGELOG.md#v087-2025-04-28) [Compare Source](https://github.com/phoenixframework/phoenix_live_dashboard/compare/v0.8.6...v0.8.7) - Fix warnings on Erlang/OTP 28 - Fix metrics history not rendering on LiveView 1.0.2+ - Fix colored logging in request logger </details> <details> <summary>phoenixframework/phoenix_live_reload (phoenix_live_reload)</summary> ### [`v1.6.0`](https://github.com/phoenixframework/phoenix_live_reload/blob/HEAD/CHANGELOG.md#160-2025-04-10) [Compare Source](https://github.com/phoenixframework/phoenix_live_reload/compare/v1.5.3...v1.6.0) - Enhancements - Add support for `__RELATIVEFILE__` when invoking editors - Change the default target window to `:parent` to not reload the whole page if a Phoenix app is shown inside an iframe. You can get the old behavior back by setting the `:target_window` option to `:top`: ```elixir config :phoenix_live_reload, MyAppWeb.Endpoint, target_window: :top, ... ``` - Bug fixes - Inject iframe if web console logger is enabled but there are no patterns - Allow web console to shutdown cleanly </details> <details> <summary>phoenixframework/phoenix_live_view (phoenix_live_view)</summary> ### [`v1.0.14`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.13...v1.0.14) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.13...v1.0.14) ### [`v1.0.13`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.12...v1.0.13) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.12...v1.0.13) ### [`v1.0.12`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.11...v1.0.12) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.11...v1.0.12) ### [`v1.0.11`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.10...v1.0.11) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.10...v1.0.11) ### [`v1.0.10`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.9...v1.0.10) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.9...v1.0.10) ### [`v1.0.9`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.8...v1.0.9) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.8...v1.0.9) ### [`v1.0.8`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.7...v1.0.8) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.7...v1.0.8) ### [`v1.0.7`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.6...v1.0.7) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.6...v1.0.7) ### [`v1.0.6`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.5...v1.0.6) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.5...v1.0.6) </details> <details> <summary>sobelow/sobelow (sobelow)</summary> ### [`v0.14.0`](https://github.com/sobelow/sobelow/blob/HEAD/CHANGELOG.md#v0140) [Compare Source](https://github.com/sobelow/sobelow/compare/v0.13.0...v0.14.0) - Removed - Support for minimum Elixir versions 1.7 - 1.11 (**POTENTIALLY BREAKING** - only applies if you relied on Elixir 1.7 through 1.11, 1.12+ is still supported) - Enhancements - Added support for multiple variations of `SQL.query()` - Added support for \`System.shell' command introduced in Elixir v1.12 - Ignore runtime config during `Config.HSTS` - Updated developer dependencies (`ex_doc` & `credo`) - Bug fixes - Fixed `is_endpoint?` error in main - Fixed findings normalization bug - Fixed truncation error - Misc - GitHub Actions test matrix updated (hence the large drop in support for old Elixir versions) - Addressed compiler warnings from Elixir v1.18.x - Moved from `master` branch to `main` </details> <details> <summary>doorgan/sourceror (sourceror)</summary> ### [`v1.10.0`](https://github.com/doorgan/sourceror/blob/HEAD/CHANGELOG.md#v1100-2025-05-08) [Compare Source](https://github.com/doorgan/sourceror/compare/v1.9.0...v1.10.0) - \[Sourceror.FastZipper] Added experimental high performance API for zippers. </details> <details> <summary>swoosh/swoosh (swoosh)</summary> ### [`v1.19.1`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1191) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.19.0...v1.19.1) ##### 🐛 Bug Fixes - Regenerate styles, fix [#&#8203;1030](https://github.com/swoosh/swoosh/issues/1030) ### [`v1.19.0`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1190) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.18.4...v1.19.0) ##### ✨ Features - Redirect to latest message in mailbox if one exists [@&#8203;chrismccord](https://github.com/chrismccord) ([#&#8203;1032](https://github.com/swoosh/swoosh/issues/1032)) - make links clickable in text email preview [@&#8203;SteffenDE](https://github.com/SteffenDE) ([#&#8203;1031](https://github.com/swoosh/swoosh/issues/1031)) ##### 🐛 Bug Fixes - Specify the correct content_disposition and content_id [@&#8203;Hermanverschooten](https://github.com/Hermanverschooten) ([#&#8203;901](https://github.com/swoosh/swoosh/issues/901)) - fixes Mua adapter when using inline attachments ### [`v1.18.4`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1184) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.18.3...v1.18.4) ##### ✨ Features - Support dark/light mode based on system theme in dev preview mailbox [@&#8203;chrismccord](https://github.com/chrismccord) ([#&#8203;1027](https://github.com/swoosh/swoosh/issues/1027)) ### [`v1.18.3`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1183) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.18.2...v1.18.3) ##### 🧰 Maintenance - Update Req usage, preparing for v1.0 [@&#8203;wojtekmach](https://github.com/wojtekmach) ([#&#8203;1022](https://github.com/swoosh/swoosh/issues/1022)) </details> <details> <summary>beam-telemetry/telemetry_poller (telemetry_poller)</summary> ### [`v1.2.0`](https://github.com/beam-telemetry/telemetry_poller/blob/HEAD/CHANGELOG.md#120) ##### Added - Support `persistent_term` measurements. - Require Erlang/OTP 24+. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTYuMSIsInVwZGF0ZWRJblZlciI6IjQwLjIyLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tYXRlZCIsImRlcGVuZGVuY2llcyIsInJlbm92YXRlIl19-->
renovate added 1 commit 2025-05-14 16:42:03 +02:00
Update Mix dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
4983389b1d
renovate force-pushed renovate/mix-dependencies from 4983389b1d to 640c588db0 2025-05-14 17:07:41 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 640c588db0 to bbd5f0be66 2025-05-14 17:57:38 +02:00 Compare
renovate changed title from Update Mix dependencies to chore(deps): update mix dependencies 2025-05-15 02:05:34 +02:00
renovate force-pushed renovate/mix-dependencies from bbd5f0be66 to b0af5705ac 2025-05-15 02:05:36 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from b0af5705ac to 1255faf7b1 2025-05-22 02:06:31 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 1255faf7b1 to 645810e88f 2025-05-22 12:24:39 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 645810e88f to 0bb2801e98 2025-05-22 12:36:05 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 0bb2801e98 to 51bb51e093 2025-05-22 12:45:18 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 51bb51e093 to 547fabad6d 2025-05-22 12:57:53 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 547fabad6d to 133a4c0536 2025-05-22 13:01:41 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 133a4c0536 to 5c895661e2 2025-05-22 13:12:12 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 5c895661e2 to 9f269bf678 2025-05-29 02:16:22 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 9f269bf678 to d7e21d7fde 2025-05-29 11:01:33 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from d7e21d7fde to 4287ee023e 2025-05-30 02:17:17 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 4287ee023e to e5d04458ec 2025-05-31 02:19:08 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from e5d04458ec to be58e26484 2025-06-01 02:17:12 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from be58e26484 to 712fbb14fa 2025-06-02 02:19:56 +02:00 Compare
Owner
==> mv

Compiling 30 files (.ex)

warning: Providing a regex in the `match` constraint is deprecated, as OTP 28 does not support it.

Please provide a string or a tuple of regex and flags instead.


For example:


Instead of

    ~r/^[a-z]+$/i

Use

    {~S/^[a-z]+$/, "i"}


Instead of

    ~r/^[a-z]+$/

Use

    ~S/^[a-z]+$/


  (ash 3.5.14) lib/ash/type/string.ex:315: Ash.Type.String.match/1

  (spark 2.2.62) lib/spark/options/options.ex:1142: Spark.Options.validate_type/3

  (spark 2.2.62) lib/spark/options/options.ex:812: anonymous fn/4 in Spark.Options.validate_options/2

  (elixir 1.18.3) lib/enum.ex:4968: Enumerable.List.reduce/3

  (elixir 1.18.3) lib/enum.ex:2600: Enum.reduce_while/3

  (spark 2.2.62) lib/spark/options/options.ex:810: Spark.Options.validate_options/2

``` ==> mv Compiling 30 files (.ex) warning: Providing a regex in the `match` constraint is deprecated, as OTP 28 does not support it. Please provide a string or a tuple of regex and flags instead. For example: Instead of ~r/^[a-z]+$/i Use {~S/^[a-z]+$/, "i"} Instead of ~r/^[a-z]+$/ Use ~S/^[a-z]+$/ (ash 3.5.14) lib/ash/type/string.ex:315: Ash.Type.String.match/1 (spark 2.2.62) lib/spark/options/options.ex:1142: Spark.Options.validate_type/3 (spark 2.2.62) lib/spark/options/options.ex:812: anonymous fn/4 in Spark.Options.validate_options/2 (elixir 1.18.3) lib/enum.ex:4968: Enumerable.List.reduce/3 (elixir 1.18.3) lib/enum.ex:2600: Enum.reduce_while/3 (spark 2.2.62) lib/spark/options/options.ex:810: Spark.Options.validate_options/2 ```
moritz added 1 commit 2025-06-02 14:42:56 +02:00
chore: fix deprication warnings
All checks were successful
continuous-integration/drone/push Build is passing
aa62920c0d
moritz merged commit dcf268dfb8 into main 2025-06-02 15:01:13 +02:00
moritz deleted branch renovate/mix-dependencies 2025-06-02 15:01:13 +02:00
Sign in to join this conversation.
No description provided.