Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 6 upd…
Browse files Browse the repository at this point in the history
…ates (#2061)

* Bump the development-dependencies group across 1 directory with 6 updates

Bumps the development-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.1` | `9.11.1` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin) | `0.130.1` | `0.132.0` |
| [npm-run-all2](https://github.com/bcomnes/npm-run-all2) | `6.2.2` | `6.2.3` |
| [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.1` | `1.1.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.44` | `8.4.47` |
| [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) | `15.0.0` | `15.1.0` |



Updates `@eslint/js` from 9.9.1 to 9.11.1
- [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.11.1/packages/js)

Updates `hugo-bin` from 0.130.1 to 0.132.0
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](fenneclab/hugo-bin@v0.130.1...v0.132.0)

Updates `npm-run-all2` from 6.2.2 to 6.2.3
- [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@v6.2.2...v6.2.3)

Updates `picocolors` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/alexeyraspopov/picocolors/releases)
- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md)
- [Commits](alexeyraspopov/picocolors@v1.0.1...v1.1.0)

Updates `postcss` from 8.4.44 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.44...8.4.47)

Updates `stylelint-config-twbs-bootstrap` from 15.0.0 to 15.1.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](twbs/stylelint-config-twbs-bootstrap@v15.0.0...v15.1.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: picocolors
  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-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Downgrade hugo-bin to v0.131.3

It's using Hugo v0.134.3 which does emit a warning but doesn't fail the build

WARN  deprecated: data.GetJSON was deprecated in Hugo v0.123.0 and will be removed in a future release. use resources.Get or resources.GetRemote with transform.Unmarshal

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
  • Loading branch information
dependabot[bot] and XhmikosR authored Oct 1, 2024
1 parent 2357f3f commit 8a46937
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 64 deletions.
114 changes: 56 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"test": "npm-run-all --parallel --aggregate-output --continue-on-error test:*"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@eslint/js": "^9.11.1",
"@twbs/fantasticon": "^3.0.0",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
Expand All @@ -78,14 +78,14 @@
"find-unused-sass-variables": "^6.0.0",
"fuse.js": "^7.0.0",
"globals": "^14.0.0",
"hugo-bin": "^0.130.1",
"hugo-bin": "^0.131.3",
"lockfile-lint": "^4.14.0",
"npm-run-all2": "^6.2.2",
"picocolors": "^1.0.1",
"postcss": "^8.4.44",
"npm-run-all2": "^6.2.3",
"picocolors": "^1.1.0",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"stylelint": "^16.9.0",
"stylelint-config-twbs-bootstrap": "^15.0.0",
"stylelint-config-twbs-bootstrap": "^15.1.0",
"svg-sprite": "^3.0.0-rc2",
"svgo": "^3.3.2",
"vnu-jar": "23.4.11"
Expand Down

0 comments on commit 8a46937

Please sign in to comment.