chore(deps): update go dependencies (non-major) (#40)
* chore(deps): update go dependencies (non-major) * fix: regenerate code and add postUpgradeTasks for Renovate Regenerate templ and sqlc output to match bumped tool versions. Configure Renovate postUpgradeTasks to run 'go generate ./...' after Go dependency updates, preventing stale generated files in future PRs. --------- Co-authored-by: onion-4-dinner <15676555+onion-4-dinner@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Code generated by templ - DO NOT EDIT.
|
||||
|
||||
// templ: version: v0.3.865
|
||||
// templ: version: v0.3.977
|
||||
package templcomp
|
||||
|
||||
//lint:file-ignore SA4006 This context is only used if a nested component is present.
|
||||
@@ -89,7 +89,6 @@ func ToFormField(x any, name string) templ.Component {
|
||||
templ_7745c5c3_Var3 = templ.NopComponent
|
||||
}
|
||||
ctx = templ.ClearChildren(ctx)
|
||||
|
||||
xValue := reflect.ValueOf(x)
|
||||
xType := reflect.TypeOf(x)
|
||||
xIsFormable := xType.Implements(reflect.TypeOf((*Formable)(nil)).Elem())
|
||||
@@ -143,7 +142,6 @@ func ToFormField(x any, name string) templ.Component {
|
||||
return templ_7745c5c3_Err
|
||||
}
|
||||
for i := 0; i < xType.NumField(); i++ {
|
||||
|
||||
fieldType := xType.Field(i)
|
||||
fieldValue := xValue.Field(i)
|
||||
if !fieldType.IsExported() {
|
||||
|
||||
Reference in New Issue
Block a user