Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3 & eslint-plugin-prettie…
Browse files Browse the repository at this point in the history
…r to v5 (#45)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Cavin <me@sherlox.io>
  • Loading branch information
renovate[bot] and sheerlox authored Jul 23, 2023
1 parent c83c913 commit 4684841
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ conventionalChangelog({ config }).pipe(process.stdout);
| `refactor` | Code Refactoring | A code change that neither fixes a bug nor adds a feature | 📦 | - | `true` |
| `perf` | Performance Improvements | A code change that improves performance | 🚀 | `patch` | `true` |
| `test` | Tests | Adding missing tests or correcting existing tests | 🚨 | - | `true` |
| `build` | Builds | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) | 🛠 | `patch` | `true` |
| `build` | Builds | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) | 🛠 | `patch` | `true` |
| `ci` | Continuous Integrations | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) | ⚙️ | - | `true` |
| `chore` | Chores | Other changes that don't modify src or test files | ♻️ | - | `true` |
| `revert` | Reverts | Reverts a previous commit | 🗑 | - | `true` |
| `revert` | Reverts | Reverts a previous commit | 🗑 | - | `true` |

## Related

Expand Down
Loading

0 comments on commit 4684841

Please sign in to comment.