Skip to content

Commit

Permalink
Bump the development-dependencies group with 3 updates (#38)
Browse files Browse the repository at this point in the history
* Bump the development-dependencies group with 3 updates

Bumps the development-dependencies group with 3 updates: [husky](https://github.com/typicode/husky), [lint-staged](https://github.com/okonet/lint-staged) and [prettier](https://github.com/prettier/prettier).


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

Updates `lint-staged` from 15.2.0 to 15.2.2
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.0...v15.2.2)

Updates `prettier` from 3.1.1 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.1...3.2.5)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Follow husky v9

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <[email protected]>
  • Loading branch information
dependabot[bot] and ybiquitous authored Feb 8, 2024
1 parent 59ee53a commit b80d714
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 37 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no lint-staged
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Stylelint",
"type": "module",
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"build": "ncc build src/main.js",
"build-check": "git diff --exit-code --quiet -- dist/",
"format": "prettier --write --cache .",
Expand Down Expand Up @@ -42,10 +42,10 @@
"@tsconfig/strictest": "^2.0.2",
"@types/mdast": "^4.0.3",
"@vercel/ncc": "^0.38.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"remark-cli": "^12.0.0",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit b80d714

Please sign in to comment.