Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2025

Bumps the jest group with 1 update: jest-preset-stylelint.

Updates jest-preset-stylelint from 7.2.0 to 7.3.0

Release notes

Sourced from jest-preset-stylelint's releases.

7.3.0

  • Added: support for testing languageOptions.
  • Fixed: false negatives when fix is missing and computedEditInfo is set to true.
Changelog

Sourced from jest-preset-stylelint's changelog.

7.3.0

  • Added: support for testing languageOptions.
  • Fixed: false negatives when fix is missing and computedEditInfo is set to true.
Commits
  • a94ead4 7.3.0
  • bbf9238 Add support for testing languageOptions (#144)
  • e7e6045 Fix false negatives when fix is missing and computedEditInfo is set to `t...
  • 461cdfe Test fix and computeEditInfo in the same testRule call (#142)
  • d71935c Bump stylelint from 16.14.1 to 16.15.0 (#140)
  • 76f7c34 Bump the development-dependencies group with 3 updates (#139)
  • 2eec77c Bump stylelint from 16.14.0 to 16.14.1 (#137)
  • 1201b1c Bump the development-dependencies group with 5 updates (#136)
  • 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 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 jest group with 1 update: [jest-preset-stylelint](https://github.com/stylelint/jest-preset-stylelint).


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

---
updated-dependencies:
- dependency-name: jest-preset-stylelint
  dependency-version: 7.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: jest
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the pr: dependencies relates to dependencies label Apr 4, 2025
Copy link

changeset-bot bot commented Apr 4, 2025

⚠️ No Changeset found

Latest commit: ccee5b4

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

Copy link
Contributor

github-actions bot commented Apr 4, 2025

PR packaged and instant preview available.

View demo website

Install locally:

npm i -D https://pkg.pr.new/stylelint@ccee5b4

(View Commit)

Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

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

Nicely done. LGTM, thank you.

@ybiquitous ybiquitous merged commit 5069cf0 into main Apr 4, 2025
19 checks passed
@ybiquitous ybiquitous deleted the dependabot/npm_and_yarn/jest-345c9067f2 branch April 4, 2025 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies relates to dependencies
Development

Successfully merging this pull request may close these issues.

Fix computeEditInfo tests for latest Jest preset
2 participants