Skip to content

Commit

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

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


Updates `eslint-config-stylelint` from 20.0.0 to 21.0.0
- [Release notes](https://github.com/stylelint/eslint-config-stylelint/releases)
- [Changelog](https://github.com/stylelint/eslint-config-stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/eslint-config-stylelint@20.0.0...21.0.0)

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.1
- [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.1)

Updates `prettier` from 3.1.1 to 3.2.4
- [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.4)

---
updated-dependencies:
- dependency-name: eslint-config-stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-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] <support@github.com>

* Update package.json

* Update pre-commit

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jeddy3 committed Feb 5, 2024
1 parent f399e87 commit 54a6b14
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 93 deletions.
7 changes: 1 addition & 6 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
#!/usr/bin/env sh
[ -n "$CI" ] && exit 0

. "$(dirname -- "$0")/_/husky.sh"

npx --no-install lint-staged
npx --no lint-staged
158 changes: 76 additions & 82 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"scripts": {
"format": "prettier . --write",
"prepare": "husky install",
"prepare": "husky",
"lint:formatting": "prettier . --check",
"lint:js": "eslint . --ignore-path .gitignore",
"lint:md": "remark . --quiet --frail --ignore-path .gitignore",
Expand Down Expand Up @@ -52,12 +52,12 @@
"@stylelint/prettier-config": "^3.0.0",
"@stylelint/remark-preset": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-stylelint": "^20.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"eslint-config-stylelint": "^21.0.0",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"np": "^9.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"remark-cli": "^12.0.0",
"stylelint": "^16.1.0"
},
Expand Down

0 comments on commit 54a6b14

Please sign in to comment.