We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
These updates are awaiting their schedule. Click on a checkbox to get an update now.
.github/workflows/backend.yml actions/checkout v4 actions/setup-go v5 lewagon/wait-on-check-action v1.3.4 dawidd6/action-download-artifact v6 actions/upload-artifact v4 ubuntu 24.04 .github/workflows/frontend.yml actions/checkout v4 pnpm/action-setup v4 actions/setup-node v4 actions/upload-artifact v4 ubuntu 24.04 .github/workflows/goreleaser.yml actions/checkout v4 actions/setup-go v5 lewagon/wait-on-check-action v1.3.4 dawidd6/action-download-artifact v6 goreleaser/goreleaser-action v6 ubuntu 24.04 .github/workflows/issue-auto-close.yml devhaozi/issue-auto-lock v1 .github/workflows/issue-auto-reply.yml actions-cool/issues-helper v3 actions-cool/issues-helper v3 ubuntu 24.04 .github/workflows/lint.yml actions/checkout v4 actions/setup-go v5 golangci/golangci-lint-action v6 actions/checkout v4 actions/setup-go v5 actions/checkout v4 actions/setup-go v5 actions/checkout v4 pnpm/action-setup v4 actions/setup-node v4 ubuntu 24.04 ubuntu 24.04 ubuntu 24.04 ubuntu 24.04 .github/workflows/test.yml actions/checkout v4 actions/setup-go v5 codecov/codecov-action v5 ubuntu 24.04
actions/checkout v4
actions/setup-go v5
lewagon/wait-on-check-action v1.3.4
dawidd6/action-download-artifact v6
actions/upload-artifact v4
ubuntu 24.04
pnpm/action-setup v4
actions/setup-node v4
goreleaser/goreleaser-action v6
devhaozi/issue-auto-lock v1
actions-cool/issues-helper v3
golangci/golangci-lint-action v6
codecov/codecov-action v5
go.mod go 1.23 github.com/bddjr/hlfhr v1.2.4 github.com/beevik/ntp v1.4.3 github.com/creack/pty v1.1.24 github.com/expr-lang/expr v1.16.9 github.com/glebarez/sqlite v1.11.0 github.com/go-chi/chi/v5 v5.1.0 github.com/go-gormigrate/gormigrate/v2 v2.1.3 github.com/go-playground/locales v0.14.1 github.com/go-playground/universal-translator v0.18.1 github.com/go-playground/validator/v10 v10.23.0 github.com/go-rat/chix v1.1.4 github.com/go-rat/gormstore v1.0.6 github.com/go-rat/sessions v1.0.11 github.com/go-rat/utils v1.0.7 github.com/go-resty/resty/v2 v2.16.2 github.com/go-sql-driver/mysql v1.8.1 github.com/golang-cz/httplog v0.0.0-20241002114323-98e09d6f537a@98e09d6f537a github.com/gomodule/redigo v1.9.2 github.com/gorilla/websocket v1.5.3 github.com/hashicorp/go-version v1.7.0 github.com/knadh/koanf/parsers/yaml v0.1.0 github.com/knadh/koanf/providers/file v1.1.2 github.com/knadh/koanf/v2 v2.1.2 github.com/lib/pq v1.10.9 github.com/libdns/alidns v1.0.3 github.com/libdns/cloudflare v0.1.1 github.com/libdns/huaweicloud v0.2.2 github.com/libdns/libdns v0.2.2 github.com/libdns/tencentcloud v1.1.0 github.com/mholt/acmez/v2 v2.0.3 github.com/orandin/slog-gorm v1.4.0 github.com/robfig/cron/v3 v3.0.1 github.com/samber/do/v2 v2.0.0-beta.7 github.com/samber/lo v1.47.0 github.com/sethvargo/go-limiter v1.0.0 github.com/shirou/gopsutil v2.21.11+incompatible github.com/spf13/cast v1.7.0 github.com/stretchr/testify v1.10.0 github.com/tufanbarisyildirim/gonginx v0.0.0-20241115180907-128af6df1765@128af6df1765 github.com/urfave/cli/v3 v3.0.0-alpha9.6 go.uber.org/zap v1.27.0 go.uber.org/zap/exp v0.3.0 golang.org/x/crypto v0.29.0 golang.org/x/net v0.31.0 gopkg.in/natefinch/lumberjack.v2 v2.2.1 gopkg.in/yaml.v3 v3.0.1 gorm.io/gorm v1.25.12 github.com/TheTNB/acmez/v2 v2.0.0-20241025203320-cc718c4c870b@cc718c4c870b
go 1.23
github.com/bddjr/hlfhr v1.2.4
github.com/beevik/ntp v1.4.3
github.com/creack/pty v1.1.24
github.com/expr-lang/expr v1.16.9
github.com/glebarez/sqlite v1.11.0
github.com/go-chi/chi/v5 v5.1.0
github.com/go-gormigrate/gormigrate/v2 v2.1.3
github.com/go-playground/locales v0.14.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.23.0
github.com/go-rat/chix v1.1.4
github.com/go-rat/gormstore v1.0.6
github.com/go-rat/sessions v1.0.11
github.com/go-rat/utils v1.0.7
github.com/go-resty/resty/v2 v2.16.2
github.com/go-sql-driver/mysql v1.8.1
github.com/golang-cz/httplog v0.0.0-20241002114323-98e09d6f537a@98e09d6f537a
github.com/gomodule/redigo v1.9.2
github.com/gorilla/websocket v1.5.3
github.com/hashicorp/go-version v1.7.0
github.com/knadh/koanf/parsers/yaml v0.1.0
github.com/knadh/koanf/providers/file v1.1.2
github.com/knadh/koanf/v2 v2.1.2
github.com/lib/pq v1.10.9
github.com/libdns/alidns v1.0.3
github.com/libdns/cloudflare v0.1.1
github.com/libdns/huaweicloud v0.2.2
github.com/libdns/libdns v0.2.2
github.com/libdns/tencentcloud v1.1.0
github.com/mholt/acmez/v2 v2.0.3
github.com/orandin/slog-gorm v1.4.0
github.com/robfig/cron/v3 v3.0.1
github.com/samber/do/v2 v2.0.0-beta.7
github.com/samber/lo v1.47.0
github.com/sethvargo/go-limiter v1.0.0
github.com/shirou/gopsutil v2.21.11+incompatible
github.com/spf13/cast v1.7.0
github.com/stretchr/testify v1.10.0
github.com/tufanbarisyildirim/gonginx v0.0.0-20241115180907-128af6df1765@128af6df1765
github.com/urfave/cli/v3 v3.0.0-alpha9.6
go.uber.org/zap v1.27.0
go.uber.org/zap/exp v0.3.0
golang.org/x/crypto v0.29.0
golang.org/x/net v0.31.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
gorm.io/gorm v1.25.12
github.com/TheTNB/acmez/v2 v2.0.0-20241025203320-cc718c4c870b@cc718c4c870b
web/package.json @eslint/eslintrc ^3.2.0 @fontsource-variable/jetbrains-mono ^5.1.1 @guolao/vue-monaco-editor ^1.5.4 @vue-js-cron/naive-ui ^2.0.9 @vueuse/core ^11.3.0 @xterm/addon-attach ^0.11.0 @xterm/addon-clipboard ^0.1.0 @xterm/addon-fit ^0.10.0 @xterm/addon-unicode11 ^0.8.0 @xterm/addon-web-links ^0.11.0 @xterm/addon-webgl ^0.18.0 @xterm/xterm ^5.5.0 alova ^3.2.4 axios ^1.7.7 cronstrue ^2.52.0 echarts ^5.5.1 install ^0.13.0 lodash-es ^4.17.21 luxon ^3.5.0 marked ^15.0.2 mitt ^3.0.1 pinia ^2.2.6 pinia-plugin-persistedstate ^4.1.3 remove ^0.1.5 vue ^3.5.13 vue-echarts ^7.0.3 vue-i18n ^10.0.4 vue-router ^4.4.5 @iconify/json ^2.2.275 @iconify/vue ^4.1.2 @rushstack/eslint-patch ^1.10.4 @tsconfig/node22 ^22.0.0 @types/lodash-es ^4.17.12 @types/luxon ^3.4.2 @types/node ^22.9.1 @unocss/eslint-config ^0.64.1 @vitejs/plugin-vue ^5.2.0 @vue/eslint-config-prettier ^10.1.0 @vue/eslint-config-typescript ^14.1.3 @vue/tsconfig ^0.6.0 colord ^2.9.3 eslint ^9.15.0 eslint-plugin-vue ^9.31.0 md-editor-v3 ^5.0.2 monaco-editor ^0.52.0 naive-ui ^2.40.1 npm-run-all2 ^7.0.1 prettier ^3.3.3 prettier-plugin-organize-imports ^4.1.0 sass ^1.81.0 unocss ^0.64.1 unplugin-auto-import ^0.18.5 unplugin-icons ^0.20.1 unplugin-vue-components ^0.27.4 vite ^5.4.11 vite-plugin-html ^3.2.2 vite-plugin-mock ^3.0.2 vite-plugin-static-copy ^2.1.0 vite-plugin-vue-devtools ^7.6.4 vue-tsc ^2.1.10
@eslint/eslintrc ^3.2.0
@fontsource-variable/jetbrains-mono ^5.1.1
@guolao/vue-monaco-editor ^1.5.4
@vue-js-cron/naive-ui ^2.0.9
@vueuse/core ^11.3.0
@xterm/addon-attach ^0.11.0
@xterm/addon-clipboard ^0.1.0
@xterm/addon-fit ^0.10.0
@xterm/addon-unicode11 ^0.8.0
@xterm/addon-web-links ^0.11.0
@xterm/addon-webgl ^0.18.0
@xterm/xterm ^5.5.0
alova ^3.2.4
axios ^1.7.7
cronstrue ^2.52.0
echarts ^5.5.1
install ^0.13.0
lodash-es ^4.17.21
luxon ^3.5.0
marked ^15.0.2
mitt ^3.0.1
pinia ^2.2.6
pinia-plugin-persistedstate ^4.1.3
remove ^0.1.5
vue ^3.5.13
vue-echarts ^7.0.3
vue-i18n ^10.0.4
vue-router ^4.4.5
@iconify/json ^2.2.275
@iconify/vue ^4.1.2
@rushstack/eslint-patch ^1.10.4
@tsconfig/node22 ^22.0.0
@types/lodash-es ^4.17.12
@types/luxon ^3.4.2
@types/node ^22.9.1
@unocss/eslint-config ^0.64.1
@vitejs/plugin-vue ^5.2.0
@vue/eslint-config-prettier ^10.1.0
@vue/eslint-config-typescript ^14.1.3
@vue/tsconfig ^0.6.0
colord ^2.9.3
eslint ^9.15.0
eslint-plugin-vue ^9.31.0
md-editor-v3 ^5.0.2
monaco-editor ^0.52.0
naive-ui ^2.40.1
npm-run-all2 ^7.0.1
prettier ^3.3.3
prettier-plugin-organize-imports ^4.1.0
sass ^1.81.0
unocss ^0.64.1
unplugin-auto-import ^0.18.5
unplugin-icons ^0.20.1
unplugin-vue-components ^0.27.4
vite ^5.4.11
vite-plugin-html ^3.2.2
vite-plugin-mock ^3.0.2
vite-plugin-static-copy ^2.1.0
vite-plugin-vue-devtools ^7.6.4
vue-tsc ^2.1.10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
Awaiting Schedule
These updates are awaiting their schedule. Click on a checkbox to get an update now.
Detected dependencies
github-actions
gomod
npm
The text was updated successfully, but these errors were encountered: