Skip to content

Commit 4591b66

Browse files
build(deps-dev): bump the dev-deps group across 1 directory with 3 updates
Updates the requirements on [rollup](https://github.com/rollup/rollup), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) to permit the latest version. Updates `rollup` to 4.28.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.27.4...v4.28.1) Updates `stylelint` 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) Updates `stylelint-config-standard-scss` from 13.1.0 to 14.0.0 - [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-config-standard-scss@v13.1.0...v14.0.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development dependency-group: dev-deps - dependency-name: stylelint dependency-type: direct:development dependency-group: dev-deps - dependency-name: stylelint-config-standard-scss dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f40fa6a commit 4591b66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"conventional-changelog-conventionalcommits": "^8.0.0",
4545
"husky": "^9.1.7",
4646
"purgecss": "^7.0.2",
47-
"rollup": "^4.27.4",
47+
"rollup": "^4.28.1",
4848
"semantic-release": "^24.2.0",
49-
"stylelint": "^16.10.0",
50-
"stylelint-config-standard-scss": "^13.1.0"
49+
"stylelint": "^16.11.0",
50+
"stylelint-config-standard-scss": "^14.0.0"
5151
},
5252
"prettier": {
5353
"trailingComma": "none"

0 commit comments

Comments
 (0)