diff --git a/.gitignore b/.gitignore index dc757aa..297f006 100644 --- a/.gitignore +++ b/.gitignore @@ -22,9 +22,6 @@ # Dot env .env -# General folders -completions - # ================================================ # VSCODE # ================================================ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5171ba..e58a4be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,21 +2,20 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - - id: check-added-large-files - id: check-case-conflict - id: check-merge-conflict + - id: check-yaml + - id: check-json - id: trailing-whitespace - - id: fix-byte-order-marker - - id: mixed-line-ending - args: ["--fix=lf"] + - id: double-quote-string-fixer - id: end-of-file-fixer - repo: https://github.com/zricethezav/gitleaks - rev: v8.15.3 + rev: v8.16.3 hooks: - id: gitleaks args: ["--config", ".github/config/.gitleaks.toml", "--verbose"] - repo: https://github.com/commitizen-tools/commitizen - rev: v2.42.0 + rev: 3.1.0 hooks: - id: commitizen - stages: [commit-msg] + stages: [commit-msg] \ No newline at end of file diff --git a/LICENSE b/LICENSE index e12533b..5b39750 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 CI Monk +Copyright (c) 2022 Lucca Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. \ No newline at end of file diff --git a/package.json b/package.json index bdab658..b6ab884 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,13 @@ "devDependencies": { "@commitlint/cli": "17.6.1", "@commitlint/config-conventional": "17.6.1", + "@commitlint/prompt-cli": "17.6.1", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "9.0.2", - "@semantic-release/exec": "6.0.3", + "@semantic-release/npm": "10.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/github": "8.0.7", - "@semantic-release/release-notes-generator": "10.0.3", - "commitizen": "4.3.0", + "@semantic-release/release-notes-generator": "11.0.1", "semantic-release": "21.0.2" } -} +} \ No newline at end of file