Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump yaml, @commitlint/cli and husky #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump yaml, @commitlint/cli and husky
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependencies [yaml](https://github.com/eemeli/yaml), [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) and [husky](https://github.com/typicode/husky). These dependencies need to be updated together.


Removes `yaml`

Updates `@commitlint/cli` from 11.0.0 to 17.6.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.1/@commitlint/cli)

Updates `husky` from 4.3.8 to 8.0.3
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v4.3.8...v8.0.3)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
- dependency-name: husky
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Apr 24, 2023
commit f9cf24c4017a265161e07e5985516aaed0a5e3f5
1,449 changes: 831 additions & 618 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -31,13 +31,13 @@
"@babel/preset-env": "^7.6.3",
"@babel/node": "^7.6.3",
"@babel/register": "^7.6.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^11.0.0",
"nodemon": "^1.19.4",
"eslint": "^5.16.0",
"eslint-config-codfish": "^2.5.0",
"prettier": "^1.18.2",
"husky": "^4.2.5",
"husky": "^8.0.3",
"lint-staged": "^8.2.1"
}
}