[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 devdependency conventional-changelog-conventionalcommits to v7 (#233)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Sep 14, 2023, 5:50 PM +0100) 91914f45 4f164218

+10 -3
+1 -1
package.json
··· 49 49 "@typescript-eslint/eslint-plugin": "^6.4.0", 50 50 "@typescript-eslint/parser": "^6.4.0", 51 51 "c8": "^7.14.0", 52 - "conventional-changelog-conventionalcommits": "^6.1.0", 52 + "conventional-changelog-conventionalcommits": "^7.0.2", 53 53 "esbuild": "0.19.2", 54 54 "eslint": "^8.47.0", 55 55 "eslint-config-prettier": "^9.0.0",
+9 -2
pnpm-lock.yaml
··· 26 26 specifier: ^7.14.0 27 27 version: 7.14.0 28 28 conventional-changelog-conventionalcommits: 29 - specifier: ^6.1.0 30 - version: 6.1.0 29 + specifier: ^7.0.2 30 + version: 7.0.2 31 31 esbuild: 32 32 specifier: 0.19.2 33 33 version: 0.19.2 ··· 1901 1901 /conventional-changelog-conventionalcommits@6.1.0: 1902 1902 resolution: {integrity: sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==} 1903 1903 engines: {node: '>=14'} 1904 + dependencies: 1905 + compare-func: 2.0.0 1906 + dev: true 1907 + 1908 + /conventional-changelog-conventionalcommits@7.0.2: 1909 + resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} 1910 + engines: {node: '>=16'} 1904 1911 dependencies: 1905 1912 compare-func: 2.0.0 1906 1913 dev: true