Skip to content

Commit e55af22

Browse files
NPM: Bump the npm-dependencies group with 3 updates
Bumps the npm-dependencies group with 3 updates: [postcss](https://github.com/postcss/postcss), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). Updates `postcss` from 8.4.49 to 8.5.1 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.49...8.5.1) Updates `stylelint` from 16.13.0 to 16.13.2 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.13.0...16.13.2) Updates `stylelint-scss` from 6.10.0 to 6.10.1 - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-scss@v6.10.0...v6.10.1) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b6812a commit e55af22

File tree

2 files changed

+30
-23
lines changed

2 files changed

+30
-23
lines changed

package-lock.json

Lines changed: 27 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"devDependencies": {
2020
"esbuild": "^0.24.2",
2121
"esbuild-sass-plugin": "^3.3.1",
22-
"postcss": "^8.4.49",
22+
"postcss": "^8.5.1",
2323
"prettier": "^3.4.2",
24-
"stylelint": "^16.13.0",
24+
"stylelint": "^16.13.2",
2525
"stylelint-config-standard-scss": "^14.0.0",
2626
"stylelint-order": "^6.0.4",
27-
"stylelint-scss": "^6.10.0"
27+
"stylelint-scss": "^6.10.1"
2828
}
2929
}

0 commit comments

Comments
 (0)