Skip to content

build(deps): bump stylelint-selector-bem-pattern from 4.0.1 to 5.0.0#536

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/stylelint-selector-bem-pattern-5.0.0
Open

build(deps): bump stylelint-selector-bem-pattern from 4.0.1 to 5.0.0#536
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/stylelint-selector-bem-pattern-5.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps stylelint-selector-bem-pattern from 4.0.1 to 5.0.0.

Changelog

Sourced from stylelint-selector-bem-pattern's changelog.

5.0.0

  • Remove deprecated 'line' from utils.report #77
  • [BREAKING] Update stylelint to 17 #79
Commits
  • e6dd580 5.0.0
  • f69a9d5 fix: node versions in ci
  • 7cb25c6 feat: add support for stylelint 17 Closes #78
  • 8c92c78 update gitignore for idea files
  • 75aa86d ci: run on node 24 only
  • 176dfdf Update index.js to fix DeprecationWarning
  • 69f78a0 Update index.js to add start and end index to utils.report
  • fbcea50 Update index.js – Removed deprecated 'line' from utils.report
  • See full diff in compare view

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 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-selector-bem-pattern](https://github.com/simonsmith/stylelint-selector-bem-pattern) from 4.0.1 to 5.0.0.
- [Changelog](https://github.com/simonsmith/stylelint-selector-bem-pattern/blob/master/CHANGELOG.md)
- [Commits](simonsmith/stylelint-selector-bem-pattern@4.0.1...5.0.0)

---
updated-dependencies:
- dependency-name: stylelint-selector-bem-pattern
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 11, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 11, 2026 16:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 11, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR attempts to upgrade a dependency to a new major version; however, the package.json file was not updated to reflect this change, leading to a state of inconsistency between the manifest and the lockfile.

Furthermore, the update to version 5.0.0 introduces a mandatory requirement for Stylelint 17. There is no evidence in the PR that the project environment has been adjusted to satisfy this peer dependency or that the code has been verified against the breaking changes associated with this major release. These issues must be addressed to prevent installation failures and runtime linting errors.

About this PR

  • The package.json file has not been updated to reflect the dependency version change. A dependency bump must include updates to both the manifest and the lockfile to ensure environment consistency.
  • This major version update introduces a peer dependency requirement for Stylelint 17 and removes deprecated properties. Ensure the project's Stylelint version is compatible and that the codebase adheres to the new requirements to avoid execution failures.

Test suggestions

  • Verify that Stylelint execution succeeds with the updated BEM pattern plugin across the codebase.
  • Verify that the current project environment meets the Stylelint 17 requirement introduced in this major version update.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that Stylelint execution succeeds with the updated BEM pattern plugin across the codebase.
2. Verify that the current project environment meets the Stylelint 17 requirement introduced in this major version update.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

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.

0 participants