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

chore(deps-dev): bump the stylelint group across 1 directory with 4 updates#7131
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.14.1

Release notes

Sourced from stylelint's releases.

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.

17.10.0

It adds 3 rules and fixes 4 bugs. You can use the *-layout-mappings rules to enforce logical or physical properties, units and keywords.

... (truncated)

Changelog

Sourced from stylelint's changelog.

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).

17.11.0 - 2026-05-05

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

17.10.0 - 2026-05-03

It adds 3 rules and fixes 4 bugs. You can use the *-layout-mappings rules to enforce logical or physical properties, units and keywords.

... (truncated)

Commits
  • cd66b03 Release 17.14.1 (#9397)
  • 7c30fc5 Refactor to replace void with undefined in union types (#9395)
  • 57c8d0e Fix rule-empty-line-before false positives for shared-line comments with `e...
  • 226f10a Bump @​vscode/windows-process-tree from 0.7.0 to 0.8.0 (#9392)
  • 13c3c5c Bump globby from 16.2.0 to 16.2.1 (#9393)
  • 6dafcf5 Document unknown-effort contributions (#9391)
  • 54c2bc8 Fix test for Yarn PnP with npm v12 (#9390)
  • 3e7eb56 Fix declaration-block-no-redundant-longhand-properties invalid background...
  • 438196e Bump postcss from 8.5.15 to 8.5.16 in the postcss group across 1 directory (#...
  • c1e1489 Fix quiet option to suppress report* warning reports (#9387)
  • 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.


@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 from 8ae77d5 to 6558499 Compare August 27, 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.14.1
- [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.14.1)

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 6558499 to ab016cc Compare August 28, 2026 13:03
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