Skip to content

Commit

Permalink
build(deps): bump up dependencies to fix CVEs (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fine0830 authored Aug 26, 2024
1 parent ddcc49c commit a5073dd
Show file tree
Hide file tree
Showing 6 changed files with 1,025 additions and 2,474 deletions.
25 changes: 0 additions & 25 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,10 @@

module.exports = {
ignores: [(commit) => commit.includes("init")],
extends: ["@commitlint/config-conventional"],
rules: {
"body-leading-blank": [2, "always"],
"footer-leading-blank": [1, "always"],
"header-max-length": [2, "always", 108],
"subject-empty": [2, "never"],
"type-empty": [2, "never"],
"subject-case": [0],
"type-enum": [
2,
"always",
[
"feat",
"fix",
"perf",
"style",
"docs",
"test",
"refactor",
"build",
"ci",
"chore",
"revert",
"wip",
"workflow",
"types",
"release",
"merge",
],
],
},
};
Loading

0 comments on commit a5073dd

Please sign in to comment.