Skip to content

Bump Stylelint dependency to support v16#10125

Merged
aduth merged 3 commits intomainfrom
aduth-stylelint-16
Feb 21, 2024
Merged

Bump Stylelint dependency to support v16#10125
aduth merged 3 commits intomainfrom
aduth-stylelint-16

Conversation

@aduth
Copy link
Contributor

@aduth aduth commented Feb 21, 2024

🎫 Ticket

Closes #10124

🛠 Summary of changes

Updates @18f/identity-stylelint-config to support Stylelint v16.

As noted in included revisions to the package's CHANGELOG.md, refer to dependency release notes for full details:

📜 Testing Plan

yarn lint:css

changelog: Internal, Dependencies, Update dependencies to latest versions

Closes #10124
@aduth
Copy link
Contributor Author

aduth commented Feb 21, 2024

There's a new warning when running yarn install after this upgrade:

warning Resolution field "postcss@8.4.31" is incompatible with requested version "postcss@^8.4.33"

I think this is ultimately harmless, and it stems from USWDS hard-pinning to an older version of postcss in its devDependencies (aside: It's a bit strange that Yarn even bothers resolving devDependencies when they're not relevant for us as consumers 🤔 ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update dependencies in @18f/identity-stylelint-config to support stylelint v16

2 participants