Author SHA1 Message Date
renovate 2615fb39ac Update dependency @storybook/addon-themes to v10.2.12
continuous-integration/drone/pr Build is passing
2026-02-25 06:15:06 +00:00
4 changed files with 289 additions and 506 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}'],
+283 -492
View File
File diff suppressed because it is too large Load Diff