mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-12 11:48:14 +00:00
chore: drop make update* targets (#38845)
We no longer need these with renovate and if desired I run `updates` via global command, e.g. no need to keep it a dependency.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -109,7 +109,6 @@
|
||||
"svgo": "4.0.2",
|
||||
"typescript": "6.0.3",
|
||||
"typescript-eslint": "8.65.0",
|
||||
"updates": "17.19.2",
|
||||
"vitest": "4.1.10",
|
||||
"vue-tsc": "3.3.8"
|
||||
}
|
||||
|
||||
Generated
-10
@@ -309,9 +309,6 @@ importers:
|
||||
typescript-eslint:
|
||||
specifier: 8.65.0
|
||||
version: 8.65.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.19.2
|
||||
version: 17.19.2
|
||||
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.1.5(@types/node@26.1.2)(esbuild@0.28.1)(jiti@2.7.0)(yaml@2.9.0))
|
||||
@@ -4177,11 +4174,6 @@ packages:
|
||||
peerDependencies:
|
||||
browserslist: '>= 4.21.0'
|
||||
|
||||
updates@17.19.2:
|
||||
resolution: {integrity: sha512-4iritJheVOxCu/cNuM3NpZ/0K9Nke+65fpBQx8Dy0AKIIowY/1VzpXfEXkolnojLgjHJ5n7m2Ao/lDfy/3md2Q==}
|
||||
engines: {node: '>=22'}
|
||||
hasBin: true
|
||||
|
||||
uri-js@4.4.1:
|
||||
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
||||
|
||||
@@ -8909,8 +8901,6 @@ snapshots:
|
||||
escalade: 3.2.0
|
||||
picocolors: 1.1.1
|
||||
|
||||
updates@17.19.2: {}
|
||||
|
||||
uri-js@4.4.1:
|
||||
dependencies:
|
||||
punycode: 2.3.1
|
||||
|
||||
Reference in New Issue
Block a user