Skip to content

Commit

Permalink
Bump the development-dependencies group with 5 updates (#446)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.37.0` |
| [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.6` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.9` | `15.2.10` |
| [postcss](https://github.com/postcss/postcss) | `8.4.42` | `8.4.47` |
| [remark-github-admonitions-to-directives](https://github.com/incentro-dc/remark-github-admonitions-to-directives) | `1.0.5` | `2.0.0` |


Updates `eslint-plugin-react` from 7.35.0 to 7.37.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.35.0...v7.37.0)

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

Updates `lint-staged` from 15.2.9 to 15.2.10
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.9...v15.2.10)

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

Updates `remark-github-admonitions-to-directives` from 1.0.5 to 2.0.0
- [Release notes](https://github.com/incentro-dc/remark-github-admonitions-to-directives/releases)
- [Changelog](https://github.com/incentro-dc/remark-github-admonitions-to-directives/blob/main/CHANGELOG.md)
- [Commits](incentro-ecx/remark-github-admonitions-to-directives@1.0.5...2.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: remark-github-admonitions-to-directives
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent a1b62e1 commit f640595
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
58 changes: 29 additions & 29 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 @@ -88,17 +88,17 @@
"awesome-stylelint": "github:stylelint/awesome-stylelint",
"eslint": "^8.57.0",
"eslint-config-stylelint": "^22.0.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.0",
"glob": "^11.0.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.42",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"remark": "^15.0.1",
"remark-cli": "^12.0.1",
"remark-gfm": "^4.0.0",
"remark-github-admonitions-to-directives": "^1.0.5",
"remark-github-admonitions-to-directives": "^2.0.0",
"stylelint": "https://github.com/stylelint/stylelint/tarball/16.9.0",
"stylelint-config-standard": "^36.0.1",
"unist-util-visit": "^5.0.0"
Expand Down

0 comments on commit f640595

Please sign in to comment.