Skip to content

Commit a079e48

Browse files
chore(deps-dev): bump stylelint from 16.20.0 to 16.21.0 (#4417)
* chore(deps-dev): bump stylelint from 16.20.0 to 16.21.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.20.0 to 16.21.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.20.0...16.21.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.21.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: issue with self healing for stylelint --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Merget <[email protected]>
1 parent 39cc22e commit a079e48

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

.github/workflows/99-self-healing-dependabot-updates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: 🏃 Run Stylelint to format the code
4646
if: env.stylelint_update == 'true'
4747
run: |
48+
npm run build --workspace=@db-ux/core-stylelint
4849
npm run lint:stylelint --fix
4950
5051
- name: 🏃 Run Prettier to format the code

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"replace-in-file": "^8.3.0",
9696
"rimraf": "6.0.1",
9797
"rxjs": "~7.8.2",
98-
"stylelint": "16.20.0",
98+
"stylelint": "16.21.0",
9999
"stylelint-config-sass-guidelines": "12.1.0",
100100
"stylelint-config-standard": "^38.0.0",
101101
"stylelint-use-logical": "2.1.2",

0 commit comments

Comments
 (0)