Skip to content

Commit

Permalink
Bump the development-dependencies group with 4 updates (#2083)
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), [postcss](https://github.com/postcss/postcss) and [stylelint](https://github.com/stylelint/stylelint).


Updates `@eslint/js` from 9.14.0 to 9.16.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.16.0/packages/js)

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

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

Updates `stylelint` from 16.10.0 to 16.11.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.10.0...16.11.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: postcss
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2024
1 parent dfc7bdc commit 7ea4d7c
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 62 deletions.
155 changes: 97 additions & 58 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.14.0",
"@eslint/js": "^9.16.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.133.5",
"hugo-bin": "^0.136.3",
"lockfile-lint": "^4.14.0",
"npm-run-all2": "^7.0.1",
"picocolors": "^1.1.1",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"stylelint": "^16.10.0",
"stylelint": "^16.11.0",
"stylelint-config-twbs-bootstrap": "^15.1.0",
"svg-sprite": "^3.0.0-rc2",
"svgo": "^3.3.2",
Expand Down

0 comments on commit 7ea4d7c

Please sign in to comment.