Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.15` | `10.4.16` |
| [eslint](https://github.com/eslint/eslint) | `8.49.0` | `8.50.0` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin) | `0.114.2` | `0.115.0` |
| [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) | `0.9.2` | `0.10.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.29` | `8.4.31` |


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

Updates `eslint` from 8.49.0 to 8.50.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

Updates `hugo-bin` from 0.114.2 to 0.115.0
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](fenneclab/hugo-bin@v0.114.2...v0.115.0)

Updates `markdownlint-cli2` from 0.9.2 to 0.10.0
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](DavidAnson/markdownlint-cli2@v0.9.2...v0.10.0)

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

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint
  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: markdownlint-cli2
  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
...

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 2, 2023
1 parent bf1b7ad commit 7e09777
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
74 changes: 37 additions & 37 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 @@ -34,18 +34,18 @@
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm run build"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"bootstrap": "^5.3.2",
"clipboard": "^2.0.11",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"find-unused-sass-variables": "^5.0.0",
"hugo-bin": "^0.114.2",
"hugo-bin": "^0.115.0",
"linkinator": "^5.0.2",
"lockfile-lint": "^4.12.1",
"markdownlint-cli2": "^0.9.2",
"markdownlint-cli2": "^0.10.0",
"npm-run-all2": "^6.0.6",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"stylelint": "^15.10.3",
"stylelint-config-twbs-bootstrap": "^11.0.1",
Expand Down

0 comments on commit 7e09777

Please sign in to comment.