diff --git a/README.md b/README.md index b048856..b444e17 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@ module.exports = { 🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\ 💡 Manually fixable by [editor suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions). -| Name | Description | 💼 | 🔧 | 💡 | -| :------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- | :--- | :- | :- | -| [match-methods-to-routes](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/match-methods-to-routes) | Match method names to the decorated API routes | 🌐 ✅ | 🔧 | | -| [route-convention](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/route-convention) | Keep a convention when decorating routes | 🌐 ✅ | 🔧 | 💡 | -| [safe-route-params](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/safe-route-params) | Ensure safe usage of the `@Param` decorator | 🌐 ✅ | | 💡 | +| Name | Description | 💼 | 🔧 | 💡 | +| :------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------- | :---- | :-- | :-- | +| [match-methods-to-routes](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/match-methods-to-routes) | Match method names to the decorated API routes | 🌐 ✅ | 🔧 | | +| [route-convention](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/route-convention) | Keep a convention when decorating routes | 🌐 ✅ | 🔧 | 💡 | +| [safe-route-params](https://github.com/ej-shafran/eslint-plugin-nestjs-pedantic/wiki/safe-route-params) | Ensure safe usage of the `@Param` decorator | 🌐 ✅ | | 💡 | diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f4b5e4..180f49b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ devDependencies: version: 18.6.0(@types/node@20.11.10)(typescript@5.3.3) '@commitlint/config-conventional': specifier: ^18.4.4 - version: 18.4.4 + version: 18.6.0 '@commitlint/types': specifier: ^18.4.4 version: 18.6.0 @@ -278,8 +278,8 @@ packages: - typescript dev: true - /@commitlint/config-conventional@18.4.4: - resolution: {integrity: sha512-Bz3sPQSboBN+Et/KyZrR+OJ3z9PrHDw7Bls0/hv94PmuHBtMq1dCGxS9XzTGzxeMNlytCC4kxF083tbhPljl3Q==} + /@commitlint/config-conventional@18.6.0: + resolution: {integrity: sha512-CDCOf2eJz9D/TL44IBks0stM9TmdLCNE2B48owIU3YCadwzts/bobXPScagIgPQF6hhKYMEdj5zpUDlmbwuqwQ==} engines: {node: '>=v18'} dependencies: conventional-changelog-conventionalcommits: 7.0.2