Skip to content

Commit 8a46937

Browse files
Bump the development-dependencies group across 1 directory with 6 updates (#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]>
1 parent 2357f3f commit 8a46937

File tree

2 files changed

+62
-64
lines changed

2 files changed

+62
-64
lines changed

package-lock.json

+56-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"test": "npm-run-all --parallel --aggregate-output --continue-on-error test:*"
6868
},
6969
"devDependencies": {
70-
"@eslint/js": "^9.9.1",
70+
"@eslint/js": "^9.11.1",
7171
"@twbs/fantasticon": "^3.0.0",
7272
"autoprefixer": "^10.4.20",
7373
"bootstrap": "^5.3.3",
@@ -78,14 +78,14 @@
7878
"find-unused-sass-variables": "^6.0.0",
7979
"fuse.js": "^7.0.0",
8080
"globals": "^14.0.0",
81-
"hugo-bin": "^0.130.1",
81+
"hugo-bin": "^0.131.3",
8282
"lockfile-lint": "^4.14.0",
83-
"npm-run-all2": "^6.2.2",
84-
"picocolors": "^1.0.1",
85-
"postcss": "^8.4.44",
83+
"npm-run-all2": "^6.2.3",
84+
"picocolors": "^1.1.0",
85+
"postcss": "^8.4.47",
8686
"postcss-cli": "^11.0.0",
8787
"stylelint": "^16.9.0",
88-
"stylelint-config-twbs-bootstrap": "^15.0.0",
88+
"stylelint-config-twbs-bootstrap": "^15.1.0",
8989
"svg-sprite": "^3.0.0-rc2",
9090
"svgo": "^3.3.2",
9191
"vnu-jar": "23.4.11"

0 commit comments

Comments
 (0)