Skip to content

Commit

Permalink
Bump the development-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [hugo-bin](https://github.com/fenneclab/hugo-bin), [npm-run-all2](https://github.com/bcomnes/npm-run-all2) and [stylelint](https://github.com/stylelint/stylelint).


Updates `@eslint/js` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.17.0/packages/js)

Updates `hugo-bin` from 0.136.3 to 0.137.2
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](fenneclab/hugo-bin@v0.136.3...v0.137.2)

Updates `npm-run-all2` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v7.0.1...v7.0.2)

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

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: npm-run-all2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 7ea4d7c commit 7dda5b5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 43 deletions.
69 changes: 30 additions & 39 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 @@ -68,7 +68,7 @@
"test": "npm-run-all --parallel --aggregate-output --continue-on-error test:*"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@twbs/fantasticon": "^3.0.0",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
Expand All @@ -79,13 +79,13 @@
"find-unused-sass-variables": "^6.0.0",
"fuse.js": "^7.0.0",
"globals": "^14.0.0",
"hugo-bin": "^0.136.3",
"hugo-bin": "^0.137.2",
"lockfile-lint": "^4.14.0",
"npm-run-all2": "^7.0.1",
"npm-run-all2": "^7.0.2",
"picocolors": "^1.1.1",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-twbs-bootstrap": "^15.1.0",
"svg-sprite": "^3.0.0-rc2",
"svgo": "^3.3.2",
Expand Down

0 comments on commit 7dda5b5

Please sign in to comment.