Commit b0a322a
chore(deps): adopt stylelint 17 (#430)
Dependabot proposed stylelint 17 on its own, which cannot work: it takes
coordinated bumps, and the one that actually blocks it is easy to miss.
- @nextcloud/stylelint-config -> ^3.2.2, the version that peers stylelint ^17.9.1
- stylelint -> ^17.9.1
- stylelint-config-recommended-scss -> ^17.0.1 and -recommended-vue -> ^1.6.1
where this app pins them
- stylelint-webpack-plugin -> ^5.1.0 where this app uses it. This is the
blocker: 5.0.1 peers stylelint only to ^16, and 5.1.0 is the first release
that accepts ^17.
The findings stylelint 17 then reports are fixed rather than silenced:
`word-break: break-word` is deprecated and `overflow-wrap: break-word` is what
it actually meant, the deprecated `clip` property becomes `clip-path`, and
stylelint --fix's logical-property rewrites (`text-align: left` -> `start`) are
correct for RTL.
Verified: npm ci, npm run stylelint and npm run build all exit 0.
Co-authored-by: Conduction Release Bot <release-bot@conduction.nl>1 parent 4d3819d commit b0a322a
7 files changed
Lines changed: 1571 additions & 2055 deletions
File tree
- src
- components
- Widgets/Renderers
- modals
0 commit comments