Skip to content

chore(deps-dev): bump the stylelint group across 1 directory with 4 updates - #7131

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/stylelint-ac31030674
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/stylelint-ac31030674

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the stylelint group with 4 updates in the / directory: stylelint, stylelint-config-standard, stylelint-config-standard-scss and stylelint-config-standard-vue.

Updates stylelint from 16.19.1 to 17.15.0

Release notes

Sourced from stylelint's releases.

17.15.0

It adds 1 new rule and 2 new rule options, and fixes 4 bugs.

  • Added: selector-no-unmatchable rule (#9451) (@​jeddy3).
  • Added: ignoreFunctions: [] to color-named and color-no-hex (#9463) (@​jsmitty12).
  • Fixed: custom-property-no-missing-var-function false positives for anchor positioning (#9466) (@​giaBaoJS).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for font shorthand (#9402) (@​sarathfrancis90).
  • Fixed: declaration-property-max-values false positives for interpolated inline expressions (#9437) (@​alexchen-sys).
  • Fixed: selector-no-invalid false negatives for pseudo-elements, combinators and nested :has() (#9452) (@​jeddy3).

17.14.1

It fixes 4 bugs.

  • Fixed: quiet option suppresses report* warning reports (#9387) (@​ychampion).
  • Fixed: reported range of unknown rules (#9385) (@​ybiquitous).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix producing invalid background shorthand when background-size is present (#9364) (@​sarathfrancis90).
  • Fixed: rule-empty-line-before false positives for shared-line comments with except: ["after-single-line-comment"] (#9394) (@​sarathfrancis90).

17.14.0

It fixes 3 bugs, including a false negative one.

  • Fixed: performance of getting module paths (#9354) (@​jeddy3).
  • Fixed: performance by dynamically importing TIMING only on use (#9356) (@​jeddy3).
  • Fixed: function-calc-no-unspaced-operator false negatives for unspaced + and - operators following a * or / operator (#9357) (@​sarathfrancis90).

17.13.0

It fixes 3 bugs, including a false negative one.

  • Fixed: declaration-block-no-duplicate-properties false negatives for interleaved non-consecutive duplicates with ignore: ["consecutive-duplicates(-*)"] (#9324) (@​sarathfrancis90).
  • Fixed: selector-max-type false positives for nested selectors (#9319) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for install (#9308) (@​Mouvedia).

17.12.0

It fixes 3 bugs, including a false negative one.

  • Fixed: block-no-empty reported range when using comments (#9294) (@​romainmenke).
  • Fixed: declaration-property-value-no-unknown false negatives for custom properties defined in reference files (#9292) (@​romainmenke).
  • Fixed: value-keyword-layout-mappings false positives for caption-side (#9293) (@​romainmenke).

17.11.1

It fixes 2 bugs.

  • Fixed: node_modules ignore for codeFilename paths containing a dot-prefixed directory (#9282) (@​tuhtah).
  • Fixed: declaration-block-no-redundant-longhand-properties range for contiguous redundant longhand properties (#9273) (@​pamelalozano16).

17.11.0

It adds 2 features, including a loader property to referenceFiles: {} for when the order of appearance in the reference styles matters.

... (truncated)

Changelog

Sourced from stylelint's changelog.

17.15.0 - 2026-09-04

It adds 1 new rule and 2 new rule options, and fixes 4 bugs.

  • Added: selector-no-unmatchable rule (#9451) (@​jeddy3).
  • Added: ignoreFunctions: [] to color-named and color-no-hex (#9463) (@​jsmitty12).
  • Fixed: custom-property-no-missing-var-function false positives for anchor positioning (#9466) (@​giaBaoJS).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for font shorthand (#9402) (@​sarathfrancis90).
  • Fixed: declaration-property-max-values false positives for interpolated inline expressions (#9437) (@​alexchen-sys).
  • Fixed: selector-no-invalid false negatives for pseudo-elements, combinators and nested :has() (#9452) (@​jeddy3).

17.14.1 - 2026-07-20

It fixes 4 bugs.

  • Fixed: quiet option suppresses report* warning reports (#9387) (@​ychampion).
  • Fixed: reported range of unknown rules (#9385) (@​ybiquitous).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix producing invalid background shorthand when background-size is present (#9364) (@​sarathfrancis90).
  • Fixed: rule-empty-line-before false positives for shared-line comments with except: ["after-single-line-comment"] (#9394) (@​sarathfrancis90).

17.14.0 - 2026-06-25

It fixes 3 bugs, including a false negative one.

  • Fixed: performance of getting module paths (#9354) (@​jeddy3).
  • Fixed: performance by dynamically importing TIMING only on use (#9356) (@​jeddy3).
  • Fixed: function-calc-no-unspaced-operator false negatives for unspaced + and - operators following a * or / operator (#9357) (@​sarathfrancis90).

17.13.0 - 2026-06-06

It fixes 3 bugs, including a false negative one.

  • Fixed: declaration-block-no-duplicate-properties false negatives for interleaved non-consecutive duplicates with ignore: ["consecutive-duplicates(-*)"] (#9324) (@​sarathfrancis90).
  • Fixed: selector-max-type false positives for nested selectors (#9319) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for install (#9308) (@​Mouvedia).

17.12.0 - 2026-05-20

It fixes 3 bugs, including a false negative one.

  • Fixed: block-no-empty reported range when using comments (#9294) (@​romainmenke).
  • Fixed: declaration-property-value-no-unknown false negatives for custom properties defined in reference files (#9292) (@​romainmenke).
  • Fixed: value-keyword-layout-mappings false positives for caption-side (#9293) (@​romainmenke).

17.11.1 - 2026-05-14

It fixes 2 bugs.

  • Fixed: node_modules ignore for codeFilename paths containing a dot-prefixed directory (#9282) (@​tuhtah).
  • Fixed: declaration-block-no-redundant-longhand-properties range for contiguous redundant longhand properties (#9273) (@​pamelalozano16).

... (truncated)

Commits
  • 0547bff Release 17.15.0 (#9484)
  • ac19a3c Fix custom-property-no-missing-var-function false positives for anchor posi...
  • 23947ae Bump @​humanfs/node from 0.16.6 to 0.16.8 (#9480)
  • 53c74f7 Bump fast-uri from 3.1.5 to 3.1.7 (#9481)
  • 26856e6 Bump the jest group across 1 directory with 2 updates (#9476)
  • b90ecd8 Bump browserslist from 4.28.4 to 4.28.8 (#9479)
  • 70072c0 Add ignoreFunctions: [] to color-named and color-no-hex (#9463)
  • f0ac642 Bump postcss-import from 16.1.1 to 16.2.0 in the postcss group (#9477)
  • fc8db57 Bump globby from 16.2.3 to 16.2.4 (#9478)
  • aec96b0 Bump @​csstools/css-syntax-patches-for-csstree from 1.1.8 to 1.1.9 in the csst...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for stylelint since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates stylelint-config-standard from 38.0.0 to 40.0.0

Release notes

Sourced from stylelint-config-standard's releases.

40.0.0

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Removed: support for Node.js less than 20.19.0.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: module type to ESM.

39.0.1

  • Fixed: layer-name-pattern false positives for dot notation.

39.0.0

Changelog

Sourced from stylelint-config-standard's changelog.

40.0.0

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Removed: support for Node.js less than 20.19.0.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: module type to ESM.

39.0.1

  • Fixed: layer-name-pattern false positives for dot notation.

39.0.0

Commits
  • fbbe7b8 Release 40.0.0 (#386)
  • e6368f9 Prepare 40.0.0 (#381)
  • 481e21c Bump the dev-deps group with 3 updates (#382)
  • 696689d Bump stylelint/.github/.github/workflows/call-release-pr.yml from 0.3.1 to 0....
  • 5d46c0f Bump stylelint/.github/.github/workflows/call-lint.yml from 0.3.1 to 0.5.0 (#...
  • f888c90 Bump stylelint/.github/.github/workflows/call-test.yml from 0.3.1 to 0.5.0 (#...
  • 066dda1 Fix vulnerable dependencies via npm audit fix (#378)
  • b6e6aec Bump js-yaml from 4.1.0 to 4.1.1 (#379)
  • 63bb8dd Bump mdast-util-to-hast from 13.1.0 to 13.2.1 (#380)
  • 0cc790a Bump the dev-deps group with 2 updates (#377)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for stylelint-config-standard since your current version.


Updates stylelint-config-standard-scss from 15.0.1 to 17.0.0

Release notes

Sourced from stylelint-config-standard-scss's releases.

17.0.0

16.0.0

Changelog

Sourced from stylelint-config-standard-scss's changelog.

17.0.0

16.0.0

Commits

Updates stylelint-config-standard-vue from 1.0.0 to 2.0.0

Release notes

Sourced from stylelint-config-standard-vue's releases.

v2.0.0

Major Changes

  • #62 9130282 Thanks @​ota-meshi! - Drop support for old Node.js versions. Node.js ^22.12 || >=24 is now required.

  • #66 cd63ea3 Thanks @​ota-meshi! - Migrate the package to ESM. On the supported Node.js versions, the configs can still be loaded from CommonJS via require(). The package now also defines an exports field; the stylelint-config-standard-vue/scss entry keeps working both with and without the /index.js suffix.

  • #65 1f6760a Thanks @​ota-meshi! - Move the stylelint-config-html, stylelint-config-recommended-vue, and stylelint-config-standard dependencies to peerDependencies. This lets you control the versions of the underlying shared configs from your own package.json, so a new major release of one of them can no longer break installations of this config.

  • #64 06bc920 Thanks @​ota-meshi! - Update peer dependencies: postcss-html now requires ^2.0.0, and stylelint now requires >=16.0.0. The stylelint-config-html dependency now requires v2, and stylelint-config-standard now requires v36 or newer. The configs now also define an empty top-level rules, so that configs that only extend them work with Stylelint v16+, which rejects root configs without a rules property.

  • #72 8238747 Thanks @​ota-meshi! - Update peer dependencies: stylelint-config-recommended-vue now requires >=2.0.0.

Minor Changes

  • #67 325a74b Thanks @​ota-meshi! - Declare stylelint-config-standard-scss as an optional peer dependency (>=13.0.0). It is not installed automatically and is only needed when using the stylelint-config-standard-vue/scss config, but package managers can now validate its version when it is installed.
Changelog

Sourced from stylelint-config-standard-vue's changelog.

2.0.0

Major Changes

  • #62 9130282 Thanks @​ota-meshi! - Drop support for old Node.js versions. Node.js ^22.12 || >=24 is now required.

  • #66 cd63ea3 Thanks @​ota-meshi! - Migrate the package to ESM. On the supported Node.js versions, the configs can still be loaded from CommonJS via require(). The package now also defines an exports field; the stylelint-config-standard-vue/scss entry keeps working both with and without the /index.js suffix.

  • #65 1f6760a Thanks @​ota-meshi! - Move the stylelint-config-html, stylelint-config-recommended-vue, and stylelint-config-standard dependencies to peerDependencies. This lets you control the versions of the underlying shared configs from your own package.json, so a new major release of one of them can no longer break installations of this config.

  • #64 06bc920 Thanks @​ota-meshi! - Update peer dependencies: postcss-html now requires ^2.0.0, and stylelint now requires >=16.0.0. The stylelint-config-html dependency now requires v2, and stylelint-config-standard now requires v36 or newer. The configs now also define an empty top-level rules, so that configs that only extend them work with Stylelint v16+, which rejects root configs without a rules property.

  • #72 8238747 Thanks @​ota-meshi! - Update peer dependencies: stylelint-config-recommended-vue now requires >=2.0.0.

Minor Changes

  • #67 325a74b Thanks @​ota-meshi! - Declare stylelint-config-standard-scss as an optional peer dependency (>=13.0.0). It is not installed automatically and is only needed when using the stylelint-config-standard-vue/scss config, but package managers can now validate its version when it is installed.
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for stylelint-config-standard-vue since your current version.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/stylelint-ac31030674 branch 6 times, most recently from b77ab11 to b01aec3 Compare August 12, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/stylelint-ac31030674 branch 6 times, most recently from 5f04a21 to 7c15b6c Compare August 19, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/stylelint-ac31030674 branch 5 times, most recently from 5b8e8d3 to 8ae77d5 Compare August 26, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/stylelint-ac31030674 branch 5 times, most recently from 55428c0 to f9143a3 Compare September 3, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/stylelint-ac31030674 branch 4 times, most recently from 5129718 to ed72f45 Compare September 10, 2026 13:04
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/stylelint-ac31030674 branch 2 times, most recently from fa9bd2d to 6a614fa Compare September 14, 2026 13:04
…pdates

Bumps the stylelint group with 4 updates in the / directory: [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard), [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) and [stylelint-config-standard-vue](https://github.com/ota-meshi/stylelint-config-standard-vue).


Updates `stylelint` from 16.19.1 to 17.15.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.19.1...17.15.0)

Updates `stylelint-config-standard` from 38.0.0 to 40.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@38.0.0...40.0.0)

Updates `stylelint-config-standard-scss` from 15.0.1 to 17.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-config-standard-scss@v15.0.1...v17.0.0)

Updates `stylelint-config-standard-vue` from 1.0.0 to 2.0.0
- [Release notes](https://github.com/ota-meshi/stylelint-config-standard-vue/releases)
- [Changelog](https://github.com/ota-meshi/stylelint-config-standard-vue/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/stylelint-config-standard-vue@v1.0.0...v2.0.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 17.14.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard
  dependency-version: 40.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard-scss
  dependency-version: 17.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard-vue
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/stylelint-ac31030674 branch from 6a614fa to 272cec5 Compare September 15, 2026 13:04
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.

4 participants