Problem/Motivation

Run yarn upgrade stylelint

Proposed resolution

We should be on our latest version of this - it fixes a rule.

Remaining tasks

User interface changes

None

API changes

None

Data model changes

None

Release notes snippet

None

CommentFileSizeAuthor
#2 3024518-2.patch146.56 KBalexpott
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alexpott created an issue. See original summary.

alexpott’s picture

Status: Active » Needs review
FileSize
146.56 KB
markconroy’s picture

Status: Needs review » Reviewed & tested by the community

I've tested this a it seems to work fine, or at least not break our linting.

My steps:

  • Run the lint command yarn run lint:css
  • Add new stylerule from #3024505: Add quote standards to Stylelint config
  • Run the lint command yarn run lint:css - got lots of error messages about single vs double quotes
  • Run lint command with --fix parameter
  • Works as expected, fixed quotes issues

Given the amount of packages this changes, I'm not sure exactly how to test this besides:

  • running the lint rule without this patch
  • and then with this patch,
  • as well as running the lint rule without this patch on this issue #3024505: Add quote standards to Stylelint config
  • and then with this patch on that issue.
  • All seems fine to me.

Marking RTBC

  • lauriii committed 4c9c23c on 8.7.x
    Issue #3024518 by alexpott, markconroy: Upgrade stylelint to the latest...
lauriii’s picture

Status: Reviewed & tested by the community » Fixed

Yarn dependencies only affect development tools so there's no need for testing user-facing features as a result of this patch. I did run the JS compilers to confirm that this doesn't cause any changes for our compiled JS.

Committed 4c9c23c and pushed to 8.7.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.