[READ-ONLY] Mirror of https://github.com/danielroe/postcss-capsize. PostCSS plugin to inject Capsize font metrics
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update all non-major dependencies (#488)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Jan 26, 2026, 9:39 AM UTC) 850cacdf 30242af0

+6 -6
+3 -3
package.json
··· 48 48 "@capsizecss/core": "^4.1.3" 49 49 }, 50 50 "devDependencies": { 51 - "@antfu/eslint-config": "^7.0.1", 52 - "@vitest/coverage-v8": "^4.0.17", 51 + "@antfu/eslint-config": "^7.2.0", 52 + "@vitest/coverage-v8": "^4.0.18", 53 53 "bumpp": "^10.4.0", 54 54 "eslint": "^9.39.2", 55 55 "lint-staged": "^16.2.7", ··· 57 57 "simple-git-hooks": "^2.13.1", 58 58 "typescript": "^5.9.3", 59 59 "unbuild": "^3.6.1", 60 - "vitest": "^4.0.17" 60 + "vitest": "^4.0.18" 61 61 }, 62 62 "lintStaged": { 63 63 "*.{js,ts,json,md,yaml,yml}": [
+3 -3
pnpm-lock.yaml
··· 13 13 version: 4.1.3 14 14 devDependencies: 15 15 '@antfu/eslint-config': 16 - specifier: ^7.0.1 16 + specifier: ^7.2.0 17 17 version: 7.2.0(@vue/compiler-sfc@3.5.25)(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(vitest@4.0.18(jiti@2.6.1)(yaml@2.8.2)) 18 18 '@vitest/coverage-v8': 19 - specifier: ^4.0.17 19 + specifier: ^4.0.18 20 20 version: 4.0.18(vitest@4.0.18(jiti@2.6.1)(yaml@2.8.2)) 21 21 bumpp: 22 22 specifier: ^10.4.0 ··· 40 40 specifier: ^3.6.1 41 41 version: 3.6.1(typescript@5.9.3) 42 42 vitest: 43 - specifier: ^4.0.17 43 + specifier: ^4.0.18 44 44 version: 4.0.18(jiti@2.6.1)(yaml@2.8.2) 45 45 46 46 packages: