Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2025

Bumps the production-dependencies group with 3 updates in the / directory: stylelint, stylelint-browser-compat and stylelint-scss.

Updates stylelint from 16.18.0 to 16.19.1

Release notes

Sourced from stylelint's releases.

16.19.1

16.19.0

It adds 2 options to 2 rules and fixes 3 bugs.

  • Added: exceptWithoutPropertyFallback: [] to function-allowed-list (#8488) (@​ryo-manba).
  • Added: ignore: ["four-into-three-edge-values"] to shorthand-property-no-redundant-values (#8527) (@​ryo-manba).
  • Fixed: compact formatter with pnpm to newline the exit code (#8534) (@​konomae).
  • Fixed: declaration-property-value-no-unknown range and message for invalid syntax within known functions (#8528) (@​ryo-manba).
  • Fixed: no-empty-source false positives for --report-needless-disables (#8536) (@​romainmenke).
Changelog

Sourced from stylelint's changelog.

16.19.1 - 2025-04-25

16.19.0 - 2025-04-23

It adds 2 options to 2 rules and fixes 3 bugs.

  • Added: exceptWithoutPropertyFallback: [] to function-allowed-list (#8488) (@​ryo-manba).
  • Added: ignore: ["four-into-three-edge-values"] to shorthand-property-no-redundant-values (#8527) (@​ryo-manba).
  • Fixed: compact formatter with pnpm to newline the exit code (#8534) (@​konomae).
  • Fixed: declaration-property-value-no-unknown range and message for invalid syntax within known functions (#8528) (@​ryo-manba).
  • Fixed: no-empty-source false positives for --report-needless-disables (#8536) (@​romainmenke).
Commits

Updates stylelint-browser-compat from 1.0.0-beta.150 to 1.0.0-beta.151

Release notes

Sourced from stylelint-browser-compat's releases.

v1.0.0-beta.151

1.0.0-beta.151 (2025-05-08)

Bug Fixes

Changelog

Sourced from stylelint-browser-compat's changelog.

1.0.0-beta.151 (2025-05-08)

Bug Fixes

Commits
  • f3a3ea5 chore(release): 1.0.0-beta.151 [skip ci]
  • f9a4584 fix(npm): update dependency zod to v3.24.4 (#1019)
  • f448439 chore(npm): update dependency browserslist to v4.24.5 (#1018)
  • 7940f43 chore(npm): update babel monorepo to v7.27.1 (#1017)
  • c5d885c chore(npm): update pnpm to v10.10.0 (#1016)
  • c5b2950 chore(npm): update dependency stylelint to v16.19.1 (#1015)
  • a2fb8eb chore(npm): update dependency stylelint to v16.19.0 (#1014)
  • 6ecff6d chore(npm): update pnpm to v10.9.0 (#1013)
  • 41a08b1 chore(npm): update dependency jest-light-runner to v0.7.8 (#1012)
  • 4d31e02 chore(npm): update dependency jest-light-runner to v0.7.5 (#1011)
  • Additional commits viewable in compare view

Updates stylelint-scss from 6.11.1 to 6.12.0

Release notes

Sourced from stylelint-scss's releases.

6.12.0

  • Added: double-slash-comment-whitespace-inside add autofix and fix incorrect error locations (#1146).
  • Added: declaration-property-value-no-unknown add support for nested properties with shorthand values (#1142).
  • Fixed: operator-no-unspaced don't check Tailwind Directives (#1147).
  • Fixed: at-use-no-redundant-alias fix false negative for single quotes (#1130).

Full Changelog: stylelint-scss/stylelint-scss@v6.11.1...v6.12.0

Changelog

Sourced from stylelint-scss's changelog.

6.12.0

  • Added: double-slash-comment-whitespace-inside add autofix and fix incorrect error locations (#1146).
  • Added: declaration-property-value-no-unknown add support for nested properties with shorthand values (#1142).
  • Fixed: operator-no-unspaced don't check Tailwind Directives (#1147).
  • Fixed: at-use-no-redundant-alias fix false negative for single quotes (#1130).

Full Changelog: stylelint-scss/stylelint-scss@v6.11.1...v6.12.0

Commits
  • d1deb4f 6.12.0
  • 2ceffc2 Prepare version 6.12.0
  • 9ec5456 double-slash-comment-whitespace-inside: add autofix to README
  • d586476 Update contributors list
  • e4b8fd4 build(deps): bump known-css-properties from 0.35.0 to 0.36.0 (#1148)
  • 474af23 build(deps-dev): bump jest-preset-stylelint from 7.2.0 to 7.3.0 (#1138)
  • a68c5ab operator-no-unspaced: don't check Tailwind Directives (#1147)
  • 762387a Improve double-slash-comment-whitespace-inside (#1146)
  • 9d9f088 build(deps-dev): bump stylelint from 16.16.0 to 16.19.1 (#1143)
  • bdfa665 declaration-property-value-no-unknown support for nested properties with shor...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 3 updates in the / directory: [stylelint](https://github.com/stylelint/stylelint), [stylelint-browser-compat](https://github.com/3846masa/stylelint-browser-compat) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss).


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

Updates `stylelint-browser-compat` from 1.0.0-beta.150 to 1.0.0-beta.151
- [Release notes](https://github.com/3846masa/stylelint-browser-compat/releases)
- [Changelog](https://github.com/3846masa/stylelint-browser-compat/blob/develop/CHANGELOG.md)
- [Commits](3846masa/stylelint-browser-compat@v1.0.0-beta.150...v1.0.0-beta.151)

Updates `stylelint-scss` from 6.11.1 to 6.12.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.11.1...v6.12.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-version: 16.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: stylelint-browser-compat
  dependency-version: 1.0.0-beta.151
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: stylelint-scss
  dependency-version: 6.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

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 May 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 9, 2025 13:59
@dependabot dependabot bot requested a review from lukasoppermann May 9, 2025 13:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 9, 2025
@changeset-bot
Copy link

changeset-bot bot commented May 9, 2025

⚠️ No Changeset found

Latest commit: dce3547

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@jonrohan jonrohan enabled auto-merge (squash) June 5, 2025 23:54
@jonrohan jonrohan merged commit fa2d742 into main Jun 5, 2025
5 checks passed
@jonrohan jonrohan deleted the dependabot/npm_and_yarn/production-dependencies-c674b3852e branch June 5, 2025 23:54
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