Trying to get all of the version updates in one go.
Some checks failed
CICD / Build and Push CICD Images (push) Successful in 25m14s
CICD / Build CICD Image Failure Postmortem (push) Has been skipped
CICD / Dependency Audits (Informational) (push) Successful in 4m45s
CICD / Source Checks (push) Failing after 13m49s
CICD / Build Release Images (push) Has been skipped
CICD / Build Tester Images (push) Has been skipped
CICD / CICD Tests Complete (push) Failing after 8s
CICD / Production Images Complete (push) Failing after 8s
CICD / Runtime Black-Box Integration Tests (push) Has been skipped
CICD / End-to-End Tests (push) Has been skipped
CICD / Production Image Failures Postmortem (push) Has been skipped
CICD / Integration Tests Failure Postmortem (push) Has been skipped
CICD / Source Lanes Failure Postmortem (push) Successful in 17s
CICD / E2E Tests Failure Postmortem (push) Has been skipped
CICD / Promote Staging Images To Release (push) Has been skipped
Some checks failed
CICD / Build and Push CICD Images (push) Successful in 25m14s
CICD / Build CICD Image Failure Postmortem (push) Has been skipped
CICD / Dependency Audits (Informational) (push) Successful in 4m45s
CICD / Source Checks (push) Failing after 13m49s
CICD / Build Release Images (push) Has been skipped
CICD / Build Tester Images (push) Has been skipped
CICD / CICD Tests Complete (push) Failing after 8s
CICD / Production Images Complete (push) Failing after 8s
CICD / Runtime Black-Box Integration Tests (push) Has been skipped
CICD / End-to-End Tests (push) Has been skipped
CICD / Production Image Failures Postmortem (push) Has been skipped
CICD / Integration Tests Failure Postmortem (push) Has been skipped
CICD / Source Lanes Failure Postmortem (push) Successful in 17s
CICD / E2E Tests Failure Postmortem (push) Has been skipped
CICD / Promote Staging Images To Release (push) Has been skipped
Signed-off-by: copilotcoder <copilotcoder@darkhelm.org>
This commit is contained in:
@@ -4,23 +4,23 @@ requires = ["hatchling"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"ruff==0.14.1",
|
||||
"pyright==1.1.410",
|
||||
"ruff==0.15.22",
|
||||
"pyright==1.1.411",
|
||||
"pydoclint==0.9.1",
|
||||
"pytest==9.1.1",
|
||||
"pytest-asyncio==1.4.0",
|
||||
"pytest-cov==7.0.0",
|
||||
"typeguard==4.4.4",
|
||||
"pytest-cov==7.1.0",
|
||||
"typeguard==4.5.2",
|
||||
"httpx==0.28.1", # For testing async HTTP calls
|
||||
"pytest-mock==3.15.1",
|
||||
# File format and linting tools
|
||||
"pre-commit==4.6.0", # For running pre-commit hooks in CI
|
||||
"pre-commit==4.6.1", # For running pre-commit hooks in CI
|
||||
"pyyaml==6.0.3",
|
||||
"yamllint==1.37.1",
|
||||
"toml-sort==0.24.3",
|
||||
"yamllint==1.38.0",
|
||||
"toml-sort==0.24.4",
|
||||
"language-formatters-pre-commit-hooks==2.16.0", # For pretty-format-toml
|
||||
"xdoctest==1.3.0", # For doctest support # Task runner for unified development workflows
|
||||
"poethepoet==0.41.0",
|
||||
"xdoctest==1.3.2", # For doctest support # Task runner for unified development workflows
|
||||
"poethepoet==0.48.0",
|
||||
"bandit>=1.9.4",
|
||||
"pip-audit>=2.9.0"
|
||||
]
|
||||
|
||||
1313
backend/uv.lock
generated
1313
backend/uv.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -30,21 +30,21 @@
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||
"@typescript-eslint/parser": "^8.0.0",
|
||||
"@vitejs/plugin-vue": "^6.0.0",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"@vitest/coverage-v8": "^4.0.0",
|
||||
"@vue/test-utils": "^2.4.0",
|
||||
"@vue/tsconfig": "^0.9.0",
|
||||
"eslint": "^9.33.0",
|
||||
"eslint-plugin-jsdoc": "^50.0.0",
|
||||
"eslint": "^10.0.0",
|
||||
"eslint-plugin-jsdoc": "^63.0.0",
|
||||
"eslint-plugin-security": "^4.0.1",
|
||||
"eslint-plugin-tsdoc": "^0.3.0",
|
||||
"eslint-plugin-vue": "^9.28.0",
|
||||
"jsdom": "^23.0.0",
|
||||
"prettier": "3.6.2",
|
||||
"typescript": "~5.9.0",
|
||||
"vite": "^7.1.10",
|
||||
"vitest": "^3.2.4",
|
||||
"vue-eslint-parser": "^9.4.0",
|
||||
"vue-tsc": "^2.0.0"
|
||||
"eslint-plugin-tsdoc": "^0.5.0",
|
||||
"eslint-plugin-vue": "^10.0.0",
|
||||
"jsdom": "^29.0.0",
|
||||
"prettier": "3.9.6",
|
||||
"typescript": "~7.0.0",
|
||||
"vite": "^8.0.0",
|
||||
"vitest": "^4.0.0",
|
||||
"vue-eslint-parser": "^10.0.0",
|
||||
"vue-tsc": "^3.0.0"
|
||||
},
|
||||
"packageManager": "yarn@4.17.1"
|
||||
}
|
||||
|
||||
2983
frontend/yarn.lock
2983
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user