Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2025

Bumps stylelint-config-prettier from 8.0.2 to 9.0.5.

Release notes

Sourced from stylelint-config-prettier's releases.

v9.0.5

As of Stylelint v15, you may not need this package anymore. #140

v9.0.4

Bugfixes:

v9.0.3

  • Re-adds a rule from v8 that had been removed, but is needed (#129).

v9.0.2

  • Drops new SCSS rules as they cause errors unless using the SCSS plugin

v9.0.1

Fixes commit history.

v9.0.0

  • Updates rules (#125)
  • Adds SCSS rule resets (#124)
  • Sorts rules
  • Simplifies package.json
  • Migrates from Travis CI to Github Workflows
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier) from 8.0.2 to 9.0.5.
- [Release notes](https://github.com/prettier/stylelint-config-prettier/releases)
- [Commits](prettier/stylelint-config-prettier@v8.0.2...v9.0.5)

---
updated-dependencies:
- dependency-name: stylelint-config-prettier
  dependency-version: 9.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 14, 2025
@akshayutture-augment
Copy link
Contributor

@claude review this PR

@claude
Copy link

claude bot commented Nov 20, 2025

Claude finished @akshayutture-augment's task —— View job


PR Review: stylelint-config-prettier Update

Summary

This PR updates stylelint-config-prettier from version 8.0.2 to 9.0.5, a dependency update that appears safe to merge with one important consideration.


Review Findings

✅ What looks good:

  1. Clean dependency update: Only 2 files changed (package.json and yarn.lock) with minimal changes (+5/-5 lines)
  2. Active configuration: The project uses stylelint-config-prettier in stylelint.config.js:7
  3. Non-breaking changes: The v9.x release series is primarily maintenance updates:
    • v9.0.5: Peer dependency updates
    • v9.0.4: Internal API refactor support
    • v9.0.3-v9.0.2: Bug fixes
    • v9.0.0: Rule updates, SCSS rule resets, sorting improvements

⚠️ Important consideration:

Current Stylelint version: 13.13.0 (package.json:171)

The release notes for v9.0.5 state: "As of Stylelint v15, you may not need this package anymore."

While this update is compatible with Stylelint v13, you should be aware that:

  • This package exists to turn off formatting rules that conflict with Prettier
  • Stylelint v15+ removed many of these formatting rules, making this package less necessary
  • Your project is on Stylelint v13, so this package is still relevant and useful

🔍 Configuration check:

The stylelint configuration (stylelint.config.js) properly extends:

extends: [
  'stylelint-config-recommended',
  'stylelint-config-styled-components',
  'stylelint-config-prettier',  // ← This is the updated package
]

The ordering is correct - stylelint-config-prettier should come last to properly override formatting rules.


Recommendation

✅ Approve and merge - This is a safe dependency update that:

  • Maintains compatibility with your current Stylelint v13 setup
  • Includes bug fixes and improvements
  • Doesn't introduce breaking changes
  • Properly disables style rules that conflict with Prettier

Optional follow-up: Consider upgrading to Stylelint v15+ in a future PR, at which point you can evaluate whether stylelint-config-prettier is still needed for your configuration.


Testing suggestion

Before merging, verify the linting still works correctly:

yarn lint:css

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants