Merge pull request #878 from Wikid82/renovate/feature/beta-release-non-major-updates

fix(deps): update non-major-updates (feature/beta-release)
This commit is contained in:
Jeremy
2026-03-24 07:53:22 -04:00
committed by GitHub
6 changed files with 234 additions and 1198 deletions

View File

@@ -25,7 +25,7 @@ jobs:
fetch-depth: 1
- name: Run Renovate
uses: renovatebot/github-action@abd08c7549b2a864af5df4a2e369c43f035a6a9d # v46.1.5
uses: renovatebot/github-action@68a3ea99af6ad249940b5a9fdf44fc6d7f14378b # v46.1.6
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN || secrets.GITHUB_TOKEN }}

View File

@@ -385,7 +385,7 @@ jobs:
- name: Upload Trivy SARIF to GitHub Security
if: always() && steps.trivy-sarif-check.outputs.exists == 'true'
# github/codeql-action v4
uses: github/codeql-action/upload-sarif@05b1a5d28f8763fd11e77388fe57846f1ba8e766
uses: github/codeql-action/upload-sarif@72c0b0efb7def5141326c5e13760acdda431379d
with:
sarif_file: 'trivy-binary-results.sarif'
category: ${{ steps.pr-info.outputs.is_push == 'true' && format('security-scan-{0}', github.event_name == 'workflow_run' && github.event.workflow_run.head_branch || github.ref_name) || format('security-scan-pr-{0}', steps.pr-info.outputs.pr_number) }}

File diff suppressed because it is too large Load Diff

View File

@@ -33,20 +33,20 @@
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.95.0",
"@tanstack/react-query": "^5.95.2",
"axios": "^1.13.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"i18next": "^25.10.4",
"i18next": "^25.10.5",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^0.577.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.72.0",
"react-hot-toast": "^2.6.0",
"react-i18next": "^16.6.1",
"react-router-dom": "^7.13.1",
"react-i18next": "^16.6.2",
"react-router-dom": "^7.13.2",
"tailwind-merge": "^3.5.0",
"tldts": "^7.0.27"
},
@@ -64,14 +64,14 @@
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"@typescript-eslint/utils": "^8.57.1",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"@typescript-eslint/utils": "^8.57.2",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-istanbul": "^4.0.18",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/coverage-istanbul": "^4.1.1",
"@vitest/coverage-v8": "^4.1.1",
"@vitest/eslint-plugin": "^1.6.13",
"@vitest/ui": "^4.0.18",
"@vitest/ui": "^4.1.1",
"autoprefixer": "^10.4.27",
"eslint": "^10.1.0",
"eslint-import-resolver-typescript": "^4.4.4",
@@ -88,17 +88,17 @@
"eslint-plugin-unicorn": "^63.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"jsdom": "29.0.1",
"knip": "^6.0.2",
"knip": "^6.0.4",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.1-rc",
"typescript-eslint": "^8.57.1",
"vite": "^8.0.1",
"vitest": "^4.0.18",
"typescript": "^6.0.2",
"typescript-eslint": "^8.57.2",
"vite": "^8.0.2",
"vitest": "^4.1.1",
"zod-validation-error": "^5.0.0"
},
"overrides": {
"typescript": "^6.0.1-rc",
"typescript": "^6.0.2",
"eslint-plugin-react-hooks": {
"eslint": "^10.1.0"
},
@@ -109,7 +109,7 @@
"eslint": "^10.1.0"
},
"@vitejs/plugin-react": {
"vite": "8.0.1"
"vite": "8.0.2"
}
}
}

7
package-lock.json generated
View File

@@ -4,7 +4,6 @@
"requires": true,
"packages": {
"": {
"name": "Charon",
"dependencies": {
"@typescript/analyze-trace": "^0.10.1",
"tldts": "^7.0.27",
@@ -19,9 +18,9 @@
"markdownlint-cli2": "^0.22.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tar": "^7.5.12",
"typescript": "^6.0.1-rc",
"vite": "^8.0.1"
"tar": "^7.5.13",
"typescript": "^6.0.2",
"vite": "^8.0.2"
}
},
"node_modules/@bcoe/v8-coverage": {

View File

@@ -23,8 +23,8 @@
"markdownlint-cli2": "^0.22.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tar": "^7.5.12",
"typescript": "^6.0.1-rc",
"vite": "^8.0.1"
"tar": "^7.5.13",
"typescript": "^6.0.2",
"vite": "^8.0.2"
}
}