Skip to content

Commit

Permalink
⬆️ deps: Upgrade dependency @commitlint/cli to v19.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent 2b5964b commit e5ce55b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"devDependencies": {
"@babel/core": "7.26.7",
"@babel/preset-env": "7.26.7",
"@commitlint/cli": "19.6.1",
"@commitlint/cli": "19.7.1",
"@iterable-iterator/sorted": "1.0.0",
"@js-library/commitlint-config": "0.0.4",
"@node-loader/babel": "2.1.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2087,13 +2087,13 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.1.tgz#d72197747b8c7f7d63faa4f91de26fa649955a6d"
integrity sha512-W+a0/JpU28AqH4IKtwUPcEUnUyXMDLALcn5/JLczGGT9fHE2sIby/xP/oQnx3nxkForzgzPy201RAKcB4xPAFQ==

"@commitlint/cli@19.6.1":
version "19.6.1"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.6.1.tgz#24edd26595d911cc6b680cdfbb1fb083bfd5f73d"
integrity sha512-8hcyA6ZoHwWXC76BoC8qVOSr8xHy00LZhZpauiD0iO0VYbVhMnED0da85lTfIULxl7Lj4c6vZgF0Wu/ed1+jlQ==
"@commitlint/cli@19.7.1":
version "19.7.1"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.7.1.tgz#aca351ae6200af58b49de58181319015e7429601"
integrity sha512-iObGjR1tE/PfDtDTEfd+tnRkB3/HJzpQqRTyofS2MPPkDn1mp3DBC8SoPDayokfAy+xKhF8+bwRCJO25Nea0YQ==
dependencies:
"@commitlint/format" "^19.5.0"
"@commitlint/lint" "^19.6.0"
"@commitlint/lint" "^19.7.1"
"@commitlint/load" "^19.6.1"
"@commitlint/read" "^19.5.0"
"@commitlint/types" "^19.5.0"
Expand Down Expand Up @@ -2133,20 +2133,20 @@
"@commitlint/types" "^19.5.0"
chalk "^5.3.0"

"@commitlint/is-ignored@^19.6.0":
version "19.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.6.0.tgz#6adb9097d36b68e00b9c06a73d7a08e9f54c54dc"
integrity sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==
"@commitlint/is-ignored@^19.7.1":
version "19.7.1"
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.7.1.tgz#d3d713d97df4da5d0a6440624d0db38e3a67494e"
integrity sha512-3IaOc6HVg2hAoGleRK3r9vL9zZ3XY0rf1RsUf6jdQLuaD46ZHnXBiOPTyQ004C4IvYjSWqJwlh0/u2P73aIE3g==
dependencies:
"@commitlint/types" "^19.5.0"
semver "^7.6.0"

"@commitlint/lint@^19.6.0":
version "19.6.0"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.6.0.tgz#f9fc9b11b808c96bd3f85e882e056daabac40c36"
integrity sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==
"@commitlint/lint@^19.7.1":
version "19.7.1"
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.7.1.tgz#a180d5695fc5328b8566a482750df7fbf72b11c5"
integrity sha512-LhcPfVjcOcOZA7LEuBBeO00o3MeZa+tWrX9Xyl1r9PMd5FWsEoZI9IgnGqTKZ0lZt5pO3ZlstgnRyY1CJJc9Xg==
dependencies:
"@commitlint/is-ignored" "^19.6.0"
"@commitlint/is-ignored" "^19.7.1"
"@commitlint/parse" "^19.5.0"
"@commitlint/rules" "^19.6.0"
"@commitlint/types" "^19.5.0"
Expand Down

0 comments on commit e5ce55b

Please sign in to comment.