loading up the forgejo repo on tangled to test page performance

Update module github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker to v3

authored by Renovate Bot and committed by Gusted 8039240c 0f7a98d3

+3 -3
.forgejo/workflows/release-notes-assistant-milestones.yml
··· 20 20 21 21 - name: apt install jq 22 22 run: | 23 - export DEBIAN_FRONTEND=noninteractive 24 - apt-get update -qq 25 - apt-get -q install -y -qq jq 23 + export DEBIAN_FRONTEND=noninteractive 24 + apt-get update -qq 25 + apt-get -q install -y -qq jq 26 26 27 27 - name: update open milestones 28 28 run: |
+3 -3
.forgejo/workflows/release-notes-assistant.yml
··· 30 30 31 31 - name: apt install jq 32 32 run: | 33 - export DEBIAN_FRONTEND=noninteractive 34 - apt-get update -qq 35 - apt-get -q install -y -qq jq 33 + export DEBIAN_FRONTEND=noninteractive 34 + apt-get update -qq 35 + apt-get -q install -y -qq jq 36 36 37 37 - name: release-notes-assistant preview 38 38 run: |
+1 -1
Makefile
··· 27 27 XGO_VERSION := go-1.21.x 28 28 29 29 AIR_PACKAGE ?= github.com/air-verse/air@v1 # renovate: datasource=go 30 - EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker@2.8.0 # renovate: datasource=go 30 + EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker@v3.0.3 # renovate: datasource=go 31 31 GOFUMPT_PACKAGE ?= mvdan.cc/gofumpt@v0.6.0 # renovate: datasource=go 32 32 GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1 # renovate: datasource=go 33 33 GXZ_PACKAGE ?= github.com/ulikunitz/xz/cmd/gxz@v0.5.11 # renovate: datasource=go
+1 -1
templates/base/alert.tmpl
··· 19 19 </div> 20 20 {{end}} 21 21 {{if and (not .Flash.ErrorMsg) (not .Flash.SuccessMsg) (not .Flash.InfoMsg) (not .Flash.WarningMsg) (not .IsHTMX)}} 22 - <div id="flash-message" hx-swap-oob="true"></div> 22 + <div id="flash-message" hx-swap-oob="true"></div> 23 23 {{end}}
+1 -1
templates/htmx/milestone_sidebar.tmpl
··· 1 1 <div id="insert-timeline" hx-swap-oob="beforebegin"> 2 - {{template "repo/issue/view_content/comments" .}} 2 + {{template "repo/issue/view_content/comments" .}} 3 3 </div> 4 4 {{template "repo/issue/view_content/sidebar/milestones" .}}
+1 -1
templates/org/menu.tmpl
··· 6 6 {{if .RepoCount}} 7 7 <div class="ui small label">{{.RepoCount}}</div> 8 8 {{end}} 9 - <span hidden test-name="repository-count">{{.RepoCount}}</span> 9 + <span hidden test-name="repository-count">{{.RepoCount}}</span> 10 10 </a> 11 11 {{if .CanReadProjects}} 12 12 <a class="{{if .PageIsViewProjects}}active {{end}}item" href="{{$.Org.HomeLink}}/-/projects">
+1 -1
templates/repo/actions/dispatch.tmpl
··· 96 96 }); 97 97 }); 98 98 </script> 99 - </div> 99 + </div>
+1 -1
templates/repo/actions/runs_list.tmpl
··· 15 15 {{if .Title}}{{.Title}}{{else}}{{ctx.Locale.Tr "actions.runs.empty_commit_message"}}{{end}} 16 16 </a> 17 17 <div class="flex-item-body"> 18 - <b>{{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}</b> - 18 + <b>{{if not $.CurWorkflow}}{{.WorkflowID}} {{end}}#{{.Index}}</b> - 19 19 {{- if .ScheduleID -}} 20 20 {{ctx.Locale.Tr "actions.runs.scheduled"}} 21 21 {{- else -}}
+1 -1
templates/repo/issue/view_content.tmpl
··· 72 72 </div> 73 73 </div> 74 74 75 - {{template "repo/issue/view_content/comments" .}} 75 + {{template "repo/issue/view_content/comments" .}} 76 76 <div id="insert-timeline"></div> 77 77 78 78 {{if and .Issue.IsPull (not $.Repository.IsArchived)}}
+1 -1
templates/repo/issue/view_content/pull_merge_instruction.tmpl
··· 1 1 <div class="divider"></div> 2 2 <details class="collapsible"> 3 - <summary class="tw-py-2"> {{ctx.Locale.Tr "repo.pulls.cmd_instruction_hint"}} </summary> 3 + <summary class="tw-py-2"> {{ctx.Locale.Tr "repo.pulls.cmd_instruction_hint"}} </summary> 4 4 <div><h3>{{ctx.Locale.Tr "repo.pulls.cmd_instruction_checkout_title"}}</h3>{{ctx.Locale.Tr "repo.pulls.cmd_instruction_checkout_desc"}}</div> 5 5 {{$localBranch := .PullRequest.HeadBranch}} 6 6 {{if ne .PullRequest.HeadRepo.ID .PullRequest.BaseRepo.ID}}
+9 -9
templates/repo/wiki/search.tmpl
··· 1 1 {{if .Results}} 2 - {{range .Results}} 3 - <a class="item" href="{{$.RepoLink}}/wiki/{{.Filename}}"> 4 - <b class="tw-block tw-mb-2">{{.Filename}}</b> 5 - {{range .LineCodes}} 6 - <p class="tw-my-0">{{.}}</p> 7 - {{end}} 8 - </a> 9 - {{end}} 2 + {{range .Results}} 3 + <a class="item" href="{{$.RepoLink}}/wiki/{{.Filename}}"> 4 + <b class="tw-block tw-mb-2">{{.Filename}}</b> 5 + {{range .LineCodes}} 6 + <p class="tw-my-0">{{.}}</p> 7 + {{end}} 8 + </a> 9 + {{end}} 10 10 {{else}} 11 - <div class="item muted">{{ctx.Locale.Tr "repo.wiki.no_search_results"}}</div> 11 + <div class="item muted">{{ctx.Locale.Tr "repo.wiki.no_search_results"}}</div> 12 12 {{end}}
+3 -3
templates/shared/searchfile.tmpl
··· 1 1 <div class="file-body file-code code-view"> 2 2 <div> 3 3 <ol class="tw-p-0 tw-m-0"> 4 - {{/* if the expected line number does not match 5 - the actual line number end the ordered list 6 - and begin a new one */}} 4 + {{/* if the expected line number does not match 5 + the actual line number end the ordered list 6 + and begin a new one */}} 7 7 {{$expNum := 0}} 8 8 {{range .SearchResult.Lines}} 9 9 {{if and (gt $expNum 0) (ne .Num $expNum)}}
+1 -1
templates/shared/user/profile_big_avatar.tmpl
··· 1 1 {{if .IsHTMX}} 2 - {{template "base/alert" .}} 2 + {{template "base/alert" .}} 3 3 {{end}} 4 4 <div id="profile-avatar-card" class="ui card" hx-swap="morph"> 5 5 <div id="profile-avatar" class="content tw-flex">