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

Bump the development-dependencies group with 3 updates #340

Merged
Merged
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
Bump the development-dependencies group with 3 updates
Bumps the development-dependencies group with 3 updates: [husky](https://github.com/typicode/husky), [np](https://github.com/sindresorhus/np) and [prettier](https://github.com/prettier/prettier).


Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

Updates `np` from 10.0.7 to 10.1.0
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](sindresorhus/np@v10.0.7...v10.1.0)

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

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: np
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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>
dependabot[bot] authored Dec 1, 2024
commit 7407ad2b3aa685e5d7dda0ebf2a6e982b6cdbccd
1,043 changes: 293 additions & 750 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -54,11 +54,11 @@
"@stylelint/remark-preset": "^5.1.1",
"eslint": "^9.14.0",
"eslint-config-stylelint": "^23.0.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"np": "^10.0.7",
"np": "^10.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"remark-cli": "^12.0.1",
"stylelint": "^16.2.1"
},