Skip to content

Update go js py dependencies#37525

Merged
silverwind merged 5 commits into
go-gitea:mainfrom
sebastianertz:deps
May 4, 2026
Merged

Update go js py dependencies#37525
silverwind merged 5 commits into
go-gitea:mainfrom
sebastianertz:deps

Conversation

@sebastianertz
Copy link
Copy Markdown
Contributor

@sebastianertz sebastianertz commented May 4, 2026

go from to
connectrpc.com/connect 1.19.1 1.19.2
github.com/Azure/go-ntlmssp 0.1.0 0.1.1
github.com/alecthomas/chroma/v2 2.23.1 2.24.1
github.com/aws/aws-sdk-go-v2/credentials 1.19.15 1.19.16
github.com/aws/aws-sdk-go-v2/service/codecommit 1.33.13 1.33.14
github.com/blevesearch/bleve/v2 2.5.7 2.6.0
github.com/caddyserver/certmagic 0.25.2 0.25.3
github.com/fsnotify/fsnotify 1.9.0 1.10.1
github.com/getkin/kin-openapi 0.134.0 0.137.0
github.com/go-co-op/gocron/v2 2.21.0 2.21.1
github.com/go-sql-driver/mysql 1.9.3 1.10.0
github.com/go-webauthn/webauthn 0.16.5 0.17.2
github.com/klauspost/compress 1.18.5 1.18.6
github.com/mattn/go-isatty 0.0.21 0.0.22
github.com/mattn/go-sqlite3 1.14.42 1.14.44
github.com/minio/minio-go/v7 7.0.100 7.1.0
github.com/redis/go-redis/v9 9.18.0 9.19.0
google.golang.org/grpc 1.80.0 1.81.0
gopkg.in/ini.v1 1.67.1 1.67.2
js from to
@codemirror/search 6.6.0 6.7.0
@primer/octicons 19.24.1 19.25.0
clippie 4.1.14 4.1.15
easymde 2.20.0 2.21.0
postcss 8.5.10 8.5.13
rolldown-license-plugin 3.0.1 3.0.4
swagger-ui-dist 5.32.4 5.32.5
vite 8.0.9 8.0.10
vite-string-plugin 2.0.2 2.0.4
vue 3.5.32 3.5.33
@typescript-eslint/parser 8.59.0 8.59.1
eslint 10.2.1 10.3.0
eslint-plugin-vue 10.8.0 10.9.0
globals 17.5.0 17.6.0
material-icon-theme 5.33.1 5.34.0
spectral-cli-bundle 1.0.7 1.0.8
stylelint 17.8.0 17.10.0
typescript-eslint 8.59.0 8.59.1
updates 17.16.3 17.16.8
vitest 4.1.4 4.1.5
vue-tsc 3.2.7 3.2.8
pnpm 10.33.0 10.33.2
py from to
click 8.3.2 8.3.3
pathspec 1.0.4 1.1.1

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label May 4, 2026
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels May 4, 2026
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels May 4, 2026
@lunny lunny added the topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile label May 4, 2026
@silverwind silverwind enabled auto-merge (squash) May 4, 2026 17:37
@silverwind silverwind added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label May 4, 2026
@silverwind silverwind disabled auto-merge May 4, 2026 18:08
@silverwind silverwind removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label May 4, 2026
@silverwind
Copy link
Copy Markdown
Member

silverwind commented May 4, 2026

Odd, latest main branch merge brought new lint failures from unused disable directives, apparently only on Windows:

https://github.com/go-gitea/gitea/actions/runs/25333683115/job/74273439345?pr=37525

@silverwind
Copy link
Copy Markdown
Member

Odd, latest main branch merge brought new lint failures from unused disable directives, apparently only on Windows:

https://github.com/go-gitea/gitea/actions/runs/25333683115/job/74273439345?pr=37525

I think that must some sort of CI cache bug, investigating separately, restarted CI here once.

@silverwind
Copy link
Copy Markdown
Member

silverwind commented May 4, 2026

The bug is in golangci-lint (golangci/golangci-lint#3228), we can fix it by fixing the actual deprecations.

Removes the two `//nolint:staticcheck` directives that have been
hitting upstream golangci-lint bug go-gitea#3228 (cache + nolintlint
inconsistency on SA1019), causing intermittent lint-go-windows
failures.

Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
@sebastianertz sebastianertz reopened this May 4, 2026
@silverwind silverwind enabled auto-merge (squash) May 4, 2026 19:07
@silverwind silverwind added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label May 4, 2026
@silverwind silverwind merged commit 89a49de into go-gitea:main May 4, 2026
38 of 43 checks passed
@GiteaBot GiteaBot added this to the 1.27.0 milestone May 4, 2026
@GiteaBot GiteaBot removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label May 4, 2026
@sebastianertz sebastianertz deleted the deps branch May 5, 2026 03:09
silverwind added a commit to McMichalK/gitea that referenced this pull request May 5, 2026
* origin/main: (49 commits)
  ci: lint PR titles with commitlint (go-gitea#37498)
  Make ServeSetHeaders default to download attachment if filename exists (go-gitea#37552)
  fix(actions): validate workflow param to prevent 500 error (go-gitea#37546)
  Fix various problems (go-gitea#37547)
  docs: fix 4 typos in CHANGELOG.md (go-gitea#37549)
  [skip ci] Updated translations via Crowdin
  chore(deps): update action dependencies (go-gitea#37540)
  fix: Fix `nolyfill` for renovate (go-gitea#37537)
  Refactor pull request view (7) (go-gitea#37524)
  Update go js py dependencies (go-gitea#37525)
  Don't unblock run-level-concurrency-blocked runs in the resolver (go-gitea#37461)
  Refactor pull request view (6) (go-gitea#37522)
  Refactor pull request view (5) (go-gitea#37517)
  fix: persist mirror repository metadata (go-gitea#37519)
  fix(packages): use file names for generic web downloads (go-gitea#37514)
  fix: merge autodetect can't close other PRs but only the last one when multiple PRs are pushed at once (go-gitea#37512)
  Fix update branch protection order (go-gitea#37508)
  Refactor "flex-list" to "flex-divided-list" (go-gitea#37505)
  fix: redirect early CLI console logger to stderr (go-gitea#37507)
  Fix mCaptcha broken after Vite migration (go-gitea#37492)
  ...

# Conflicts:
#	templates/repo/diff/box.tmpl
zjjhot added a commit to zjjhot/gitea that referenced this pull request May 6, 2026
* main: (36 commits)
  refactor(deps): migrate from `nektos/act` fork to `gitea/runner` (go-gitea#37557)
  ci: lint PR titles with commitlint (go-gitea#37498)
  Make ServeSetHeaders default to download attachment if filename exists (go-gitea#37552)
  fix(actions): validate workflow param to prevent 500 error (go-gitea#37546)
  Fix various problems (go-gitea#37547)
  docs: fix 4 typos in CHANGELOG.md (go-gitea#37549)
  [skip ci] Updated translations via Crowdin
  chore(deps): update action dependencies (go-gitea#37540)
  fix: Fix `nolyfill` for renovate (go-gitea#37537)
  Refactor pull request view (7) (go-gitea#37524)
  Update go js py dependencies (go-gitea#37525)
  Don't unblock run-level-concurrency-blocked runs in the resolver (go-gitea#37461)
  Refactor pull request view (6) (go-gitea#37522)
  Refactor pull request view (5) (go-gitea#37517)
  fix: persist mirror repository metadata (go-gitea#37519)
  fix(packages): use file names for generic web downloads (go-gitea#37514)
  fix: merge autodetect can't close other PRs but only the last one when multiple PRs are pushed at once (go-gitea#37512)
  Fix update branch protection order (go-gitea#37508)
  Refactor "flex-list" to "flex-divided-list" (go-gitea#37505)
  fix: redirect early CLI console logger to stderr (go-gitea#37507)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants