[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 (#472)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Dec 1, 2025, 10:16 AM UTC) 083524f5 b37a7258

+7 -7
+4 -4
package.json
··· 1 1 { 2 2 "name": "postcss-capsize", 3 3 "version": "0.4.0", 4 - "packageManager": "pnpm@10.23.0", 4 + "packageManager": "pnpm@10.24.0", 5 5 "description": "PostCSS plugin to inject capsize font metrics", 6 6 "author": { 7 7 "name": "Daniel Roe", ··· 49 49 }, 50 50 "devDependencies": { 51 51 "@antfu/eslint-config": "^6.2.0", 52 - "@vitest/coverage-v8": "^4.0.13", 53 - "bumpp": "^10.3.1", 52 + "@vitest/coverage-v8": "^4.0.14", 53 + "bumpp": "^10.3.2", 54 54 "eslint": "^9.39.1", 55 55 "lint-staged": "^16.2.7", 56 56 "postcss": "^8.5.6", 57 57 "simple-git-hooks": "^2.13.1", 58 58 "typescript": "^5.9.3", 59 59 "unbuild": "^3.6.1", 60 - "vitest": "^4.0.13" 60 + "vitest": "^4.0.14" 61 61 }, 62 62 "lintStaged": { 63 63 "*.{js,ts,json,md,yaml,yml}": [
+3 -3
pnpm-lock.yaml
··· 16 16 specifier: ^6.2.0 17 17 version: 6.2.0(@vue/compiler-sfc@3.5.25)(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)(vitest@4.0.14(jiti@2.6.1)(yaml@2.8.2)) 18 18 '@vitest/coverage-v8': 19 - specifier: ^4.0.13 19 + specifier: ^4.0.14 20 20 version: 4.0.14(vitest@4.0.14(jiti@2.6.1)(yaml@2.8.2)) 21 21 bumpp: 22 - specifier: ^10.3.1 22 + specifier: ^10.3.2 23 23 version: 10.3.2(magicast@0.5.1) 24 24 eslint: 25 25 specifier: ^9.39.1 ··· 40 40 specifier: ^3.6.1 41 41 version: 3.6.1(typescript@5.9.3) 42 42 vitest: 43 - specifier: ^4.0.13 43 + specifier: ^4.0.14 44 44 version: 4.0.14(jiti@2.6.1)(yaml@2.8.2) 45 45 46 46 packages: