diff --git a/package.json b/package.json index d5a08689..83cbec04 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@antfu/eslint-config": "^7.2.0", "@commitlint/cli": "^20.4.0", "@commitlint/config-conventional": "^20.3.1", - "@commitlint/types": "^20.3.1", + "@commitlint/types": "^20.4.0", "@eslint-react/eslint-plugin": "^2.8.1", "@next/bundle-analyzer": "^16.1.6", "@next/eslint-plugin-next": "^16.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a4943bb8..be144b26 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,8 +40,8 @@ importers: specifier: ^20.3.1 version: 20.3.1 '@commitlint/types': - specifier: ^20.3.1 - version: 20.3.1 + specifier: ^20.4.0 + version: 20.4.0 '@eslint-react/eslint-plugin': specifier: ^2.8.1 version: 2.8.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3) @@ -369,10 +369,6 @@ packages: resolution: {integrity: sha512-NDzq8Q6jmFaIIBC/GG6n1OQEaHdmaAAYdrZRlMgW6glYWGZ+IeuXmiymDvQNXPc82mVxq2KiE3RVpcs+1OeDeA==} engines: {node: '>=v18'} - '@commitlint/types@20.3.1': - resolution: {integrity: sha512-VmIFV/JkBRhDRRv7N5B7zEUkNZIx9Mp+8Pe65erz0rKycXLsi8Epcw0XJ+btSeRXgTzE7DyOyA9bkJ9mn/yqVQ==} - engines: {node: '>=v18'} - '@commitlint/types@20.4.0': resolution: {integrity: sha512-aO5l99BQJ0X34ft8b0h7QFkQlqxC6e7ZPVmBKz13xM9O8obDaM1Cld4sQlJDXXU/VFuUzQ30mVtHjVz74TuStw==} engines: {node: '>=v18'} @@ -1616,9 +1612,6 @@ packages: '@types/chai@5.2.3': resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==} - '@types/conventional-commits-parser@5.0.2': - resolution: {integrity: sha512-BgT2szDXnVypgpNxOK8aL5SGjUdaQbC++WZNjF1Qge3Og2+zhHj+RWhmehLhYyvQwqAmvezruVfOf8+3m74W+g==} - '@types/d3-array@3.2.2': resolution: {integrity: sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==} @@ -5347,7 +5340,7 @@ snapshots: '@commitlint/config-conventional@20.3.1': dependencies: - '@commitlint/types': 20.3.1 + '@commitlint/types': 20.4.0 conventional-changelog-conventionalcommits: 7.0.2 '@commitlint/config-validator@20.4.0': @@ -5432,11 +5425,6 @@ snapshots: dependencies: escalade: 3.2.0 - '@commitlint/types@20.3.1': - dependencies: - '@types/conventional-commits-parser': 5.0.2 - chalk: 5.6.2 - '@commitlint/types@20.4.0': dependencies: conventional-commits-parser: 6.2.1 @@ -6468,10 +6456,6 @@ snapshots: assertion-error: 2.0.1 optional: true - '@types/conventional-commits-parser@5.0.2': - dependencies: - '@types/node': 25.1.0 - '@types/d3-array@3.2.2': {} '@types/d3-axis@3.0.6':