Merge remote-tracking branch 'origin/main' into renovate/dependencies

* origin/main:
  chore: drop `make update*` targets (#38845)

# Conflicts:
#	package.json
#	pnpm-lock.yaml
This commit is contained in:
silverwind
2026-08-10 10:59:12 +02:00
3 changed files with 0 additions and 33 deletions
-22
View File
@@ -602,28 +602,6 @@ node_modules: pnpm-lock.yaml
uv sync
@touch .venv
.PHONY: update
update: update-go update-js update-py ## update dependencies
.PHONY: update-go
update-go: ## update go dependencies
$(GO) get -u ./...
$(MAKE) tidy
.PHONY: update-js
update-js: node_modules ## update js dependencies
pnpm exec updates -u -f package.json
rm -rf node_modules pnpm-lock.yaml
pnpm install
@touch node_modules
.PHONY: update-py
update-py: node_modules ## update py dependencies
pnpm exec updates -u -f pyproject.toml
rm -rf .venv uv.lock
uv sync
@touch .venv
.PHONY: vite
vite: $(FRONTEND_DEST) ## build vite files
-1
View File
@@ -109,7 +109,6 @@
"svgo": "4.0.2",
"typescript": "6.0.3",
"typescript-eslint": "8.66.0",
"updates": "17.21.0",
"vitest": "4.1.10",
"vue-tsc": "3.3.9"
}
-10
View File
@@ -309,9 +309,6 @@ importers:
typescript-eslint:
specifier: 8.66.0
version: 8.66.0(eslint@10.8.0(jiti@2.7.0)(supports-color@10.2.2))(supports-color@10.2.2)(typescript@6.0.3)
updates:
specifier: 17.21.0
version: 17.21.0
vitest:
specifier: 4.1.10
version: 4.1.10(@types/node@26.1.2)(happy-dom@20.11.1)(jsdom@20.0.3(supports-color@10.2.2))(vite@8.2.0(@types/node@26.1.2)(esbuild@0.28.1)(jiti@2.7.0)(yaml@2.9.0))
@@ -4164,11 +4161,6 @@ packages:
peerDependencies:
browserslist: '>= 4.21.0'
updates@17.21.0:
resolution: {integrity: sha512-SgyA1fgOj2nKo41gfBSFevEsc+5/CBUSwhGbA14LlW6UWQAmL4NLsEfeJfUq/F3LsTB+yOShMJvELGow31oXAw==}
engines: {node: '>=22'}
hasBin: true
uri-js@4.4.1:
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
@@ -8863,8 +8855,6 @@ snapshots:
escalade: 3.2.0
picocolors: 1.1.1
updates@17.21.0: {}
uri-js@4.4.1:
dependencies:
punycode: 2.3.1