Author SHA1 Message Date
renovate c048137b9b Update dependency react-router-dom to v7.13.1
continuous-integration/drone/pr Build is failing
2026-03-01 06:09:53 +00:00
4 changed files with 280 additions and 490 deletions
+5 -5
View File
@@ -13,22 +13,22 @@ trigger:
steps: steps:
- name: install - name: install
image: node:26 image: node:25
commands: commands:
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
- name: lint - name: lint
image: node:26 image: node:25
commands: commands:
- yarn lint - yarn lint
- name: build - name: build
image: node:26 image: node:25
commands: commands:
- yarn build - yarn build
- name: unit-tests - name: unit-tests
image: node:26 image: node:25
environment: environment:
NODE_OPTIONS: --no-webstorage NODE_OPTIONS: --no-webstorage
commands: commands:
@@ -67,7 +67,7 @@ trigger:
steps: steps:
- name: publish-npm - name: publish-npm
image: node:26 image: node:25
environment: environment:
NEXUS_NPM_TOKEN: NEXUS_NPM_TOKEN:
from_secret: nexus_npm_token from_secret: nexus_npm_token
+1 -8
View File
@@ -1,10 +1,3 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json"
"packageRules": [
{
"groupName": "vitest",
"matchPackageNames": ["vitest", "@vitest/coverage-v8"],
"matchUpdateTypes": ["minor", "patch"]
}
]
} }
-1
View File
@@ -30,7 +30,6 @@ export default defineConfig({
test: { test: {
environment: 'jsdom', environment: 'jsdom',
setupFiles: ['./tests/setup.ts'], setupFiles: ['./tests/setup.ts'],
testTimeout: 10000,
coverage: { coverage: {
provider: 'v8', provider: 'v8',
include: ['src/**/*.{ts,tsx}'], include: ['src/**/*.{ts,tsx}'],
+274 -476
View File
File diff suppressed because it is too large Load Diff