Skip to content

Commit f8fd34d

Browse files
chore(deps-dev): bump stylelint from 16.21.1 to 16.22.0 (#4580)
* chore(deps-dev): bump stylelint from 16.21.1 to 16.22.0 --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.22.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: issue with missing -- for npm --------- 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 0218c66 commit f8fd34d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: env.stylelint_update == 'true'
4747
run: |
4848
npm run build --workspace=@db-ux/core-stylelint
49-
npm run lint:stylelint --fix
49+
npm run lint:stylelint -- --fix
5050
5151
- name: 🏃 Run Prettier to format the code
5252
if: env.prettier_update == 'true'

package-lock.json

Lines changed: 4 additions & 4 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
@@ -127,7 +127,7 @@
127127
"replace-in-file": "^8.3.0",
128128
"rimraf": "6.0.1",
129129
"rxjs": "~7.8.2",
130-
"stylelint": "16.21.1",
130+
"stylelint": "16.22.0",
131131
"stylelint-config-recommended-scss": "15.0.1",
132132
"stylelint-config-standard": "38.0.0",
133133
"stylelint-use-logical": "2.1.2",

0 commit comments

Comments
 (0)