chore(deps): update mix dependencies #43
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
question
S
UX research
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/mix-dependencies"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.5.6->3.5.140.13.4->0.13.62.2.0->2.3.52.5.16->2.6.11.6.8->1.7.0~> 0.1.1->~> 0.2.0~> 0.8->~> 0.100.37.0->0.37.1v2.1.1->v2.2.0~> 0.5->~> 0.6~> 0.1->~> 0.21.7.20->1.7.214.6.3->4.6.40.8.6->0.8.71.5.3->1.6.01.0.5->1.0.14~> 0.13->~> 0.141.9.0->1.10.01.18.2->1.19.11.1.0->1.2.0Release Notes
ash-project/ash (ash)
v3.5.14Compare 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.13Compare Source
OTP 28 Compatibility
Ash.Type.String,Ash.Type.CiStringand the built inmatchvalidation all now warn on the useof regexes. OTP 28 no longer supports building regexes at compile time. The warning will explain.
v3.5.12Compare Source
Features:
Bug Fixes:
properly split lazy & non-lazy new type initialization
Ash.Reactor: Don't import
Ash.Exprin 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_loadkey toAsh.Query.buildAdd an Ash.OptionsHelpers.calculation_type/0 (#2051)
v3.5.11Compare 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
selectinto combinationsadd_new_code_interface/5 when do block occurs after resource (#2020)
Improvements:
Ash.data_layer_queryv3.5.10Compare 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 typesdon'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
limiton has_many relationships (#2016)v3.5.9Compare Source
Bug Fixes:
shortcircuit queries properly
ensure that context is set on authorizers in nested field policies
accept
private_argumentsoption in the same way asdefaultsin generatorshandle 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.8Compare Source
Bug Fixes:
handle
niltype or invalid types more gracefully in type determinationproperly type expressions based on return values
Improvements:
add rem/2 expr (#2004)
add
Ash.Infofor general application informationv3.5.7Compare 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
nilin map generatorssort 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_bycode interfaces. (#1961)CodeInterface: logic error in
get_bycode interfaces.crash when sorting by aggregates with non-attribute field (#1986)
handle atomic conditions on
{:atomic, ...}changesensure data layer is loaded before using
function_exported?/3ensure that bulk callbacks are only called when appropriate
properly update belongs_to records on
relate_and_updateImprovements:
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
ArgumentErrorwhen generating a changeset using a non-existent action (#1992)add
:tuplebuiltin typeset 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.aggregateaccept
contextoption in generic action code interfacesash-project/ash_admin (ash_admin)
v0.13.6Compare Source
Bug Fixes:
various mistakes in union type handling
don't assume
form.source.typeis setHandle cross-domain links
v0.13.5Compare Source
Bug Fixes:
ash_adminroutes on installationash-project/ash_phoenix (ash_phoenix)
v2.3.5Compare Source
Bug Fixes:
v2.3.4Compare Source
Bug Fixes:
v2.3.3Compare 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.Scoperesolve igniter task deprecation warning
new generator tweaks (#368)
explain importants of positional arguments in usage rules
v2.3.2Compare Source
Bug Fixes:
Improvements:
update igniter, remove inflex
add usage-rules.md
v2.3.1Compare 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
:paramsoption forfor_action(#361)Rework gen.live (#353)
support
AshPhoenix.Formin error subjectv2.3.0Compare Source
Features:
Bug Fixes:
properly route inertia errors to implementation
handle invalid query error different formats
ash-project/ash_postgres (ash_postgres)
v2.6.1Compare Source
Bug Fixes:
v2.6.0Compare Source
Features:
Bug Fixes:
Improvements:
use new
PendingCodegenerrorassume not renaming when generating dev migrations
support scale & precision in decimal types
v2.5.22Compare Source
Bug Fixes:
v2.5.21Compare Source
Improvements:
v2.5.20Compare Source
Bug Fixes:
self-join if combination queries require more fields
enforce tenant name rules at creation (#550)
v2.5.19Compare Source
Improvements:
v2.5.18Compare 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.17Compare 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.0Compare Source
Enhancements
get_sock_data/1andget_ssl_data/1callbacks from Plug 1.18 (#497)Connection: closeheaders (#495, thanks @ruslandoga!)Fixes
v1.6.11Compare Source
Changes
sent (#482)
cookiesheader with an empty string if no cookies weresent in HTTP/2 (#483)
v1.6.10Compare Source
Fixes
Enhancements
v1.6.9Compare Source
Fixes
thanks @thiagopromano!)
phoenixframework/dns_cluster (dns_cluster)
v0.2.0Compare Source
phoenixframework/esbuild (esbuild)
v0.10.0Compare Source
correct
PATHseparator. For example:philss/floki (floki)
v0.37.1Compare Source
Fixed
This is a fix to be compatible with the upcoming OTP 28.
tailwindlabs/heroicons (heroicons)
v2.2.0Compare Source
Added
Fixed
solid/arrow-left-circle(#1211)v2.1.5Compare Source
Added
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.4Compare Source
Fixed
v2.1.3Compare Source
v2.1.2Compare Source
ash-project/igniter (igniter)
v0.6.4Compare Source
Bug Fixes:
Improvements:
Igniter.Scribeand--scribeoptionv0.6.3Compare Source
Bug Fixes:
display all error output, and bump installer version
Display notices even when there are no content changes.
v0.6.2Compare Source
Improvements:
track task name and parent task name in igniter
add
quiet_on_no_changes?assignadd usage-rules.md
v0.6.1Bug Fixes:
v0.6.0Bug Fixes:
Use
Igniter.Inflex.pluralizeor depend onInflexdirectly if you need itv0.5.52Compare 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.51Compare 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.50Compare Source
Bug Fixes:
v0.5.49Compare Source
Improvements:
--onlyflagv0.5.48Compare Source
Improvements:
igniter/1-2check, and make it a warningv0.5.47Compare Source
Improvements:
make router optional in
select_endpointaccept functions in warning/notice/issue assertions
add
Igniter.Code.Common.variable?software-mansion/live-debugger (live_debugger)
v0.2.4Compare Source
What's Changed
phoenix_live_viewdependency by @kraleppa in https://github.com/software-mansion/live-debugger/pull/419Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.2.3...v0.2.4
v0.2.3Compare Source
What's Changed
Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.2.2...v0.2.3
v0.2.2Compare Source
What's Changed
Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.2.1...v0.2.2
v0.2.1Compare Source
Fixed bugs:
v0.2.0Compare Source
What's Changed
Bugs:
Features:
Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.1.7...v0.2.0
v0.1.7Compare Source
What's Changed
Bugs:
Enhancements:
serveroption to config by @kraleppa in https://github.com/software-mansion/live-debugger/pull/337Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.1.6...v0.1.7
v0.1.6Compare Source
Bugs:
phoenixframework/phoenix (phoenix)
v1.7.21Compare Source
phoenixframework/phoenix_ecto (phoenix_ecto)
v4.6.4phoenixframework/phoenix_live_dashboard (phoenix_live_dashboard)
v0.8.7Compare Source
phoenixframework/phoenix_live_reload (phoenix_live_reload)
v1.6.0Compare Source
Enhancements
__RELATIVEFILE__when invoking editors:parentto 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_windowoption to:top:Bug fixes
phoenixframework/phoenix_live_view (phoenix_live_view)
v1.0.14Compare Source
v1.0.13Compare Source
v1.0.12Compare Source
v1.0.11Compare Source
v1.0.10Compare Source
v1.0.9Compare Source
v1.0.8Compare Source
v1.0.7Compare Source
v1.0.6Compare Source
sobelow/sobelow (sobelow)
v0.14.0Compare Source
SQL.query()Config.HSTSex_doc&credo)is_endpoint?error in mainmasterbranch tomaindoorgan/sourceror (sourceror)
v1.10.0Compare Source
swoosh/swoosh (swoosh)
v1.19.1Compare Source
🐛 Bug Fixes
v1.19.0Compare Source
✨ Features
🐛 Bug Fixes
v1.18.4Compare Source
✨ Features
v1.18.3Compare Source
🧰 Maintenance
beam-telemetry/telemetry_poller (telemetry_poller)
v1.2.0Added
persistent_termmeasurements.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.
This PR has been generated by Renovate Bot.
4983389b1dto640c588db0640c588db0tobbd5f0be66Update Mix dependenciesto chore(deps): update mix dependenciesbbd5f0be66tob0af5705acb0af5705acto1255faf7b11255faf7b1to645810e88f645810e88fto0bb2801e980bb2801e98to51bb51e09351bb51e093to547fabad6d547fabad6dto133a4c0536133a4c0536to5c895661e25c895661e2to9f269bf6789f269bf678tod7e21d7fded7e21d7fdeto4287ee023e4287ee023etoe5d04458ece5d04458ectobe58e26484be58e26484to712fbb14fa