Skip to content

Commit 54a6b14

Browse files
Bump the development-dependencies group with 4 updates (#312)
* 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] <[email protected]> * Update package.json * Update pre-commit --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard Hallows <[email protected]>
1 parent f399e87 commit 54a6b14

File tree

3 files changed

+82
-93
lines changed

3 files changed

+82
-93
lines changed

.husky/pre-commit

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
#!/usr/bin/env sh
2-
[ -n "$CI" ] && exit 0
3-
4-
. "$(dirname -- "$0")/_/husky.sh"
5-
6-
npx --no-install lint-staged
1+
npx --no lint-staged

package-lock.json

Lines changed: 76 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"scripts": {
1818
"format": "prettier . --write",
19-
"prepare": "husky install",
19+
"prepare": "husky",
2020
"lint:formatting": "prettier . --check",
2121
"lint:js": "eslint . --ignore-path .gitignore",
2222
"lint:md": "remark . --quiet --frail --ignore-path .gitignore",
@@ -52,12 +52,12 @@
5252
"@stylelint/prettier-config": "^3.0.0",
5353
"@stylelint/remark-preset": "^5.0.0",
5454
"eslint": "^8.56.0",
55-
"eslint-config-stylelint": "^20.0.0",
56-
"husky": "^8.0.3",
57-
"lint-staged": "^15.2.0",
55+
"eslint-config-stylelint": "^21.0.0",
56+
"husky": "^9.0.10",
57+
"lint-staged": "^15.2.1",
5858
"np": "^9.2.0",
5959
"npm-run-all": "^4.1.5",
60-
"prettier": "^3.1.1",
60+
"prettier": "^3.2.4",
6161
"remark-cli": "^12.0.0",
6262
"stylelint": "^16.1.0"
6363
},

0 commit comments

Comments
 (0)