Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency eslint-config-stylelint to v19 #366

Merged
merged 2 commits into from
Jul 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-stylelint 17.1.0 -> 19.0.0 age adoption passing confidence

Release Notes

stylelint/eslint-config-stylelint (eslint-config-stylelint)

v19.0.0

Compare Source

  • Removed: Node.js 14 support.
  • Changed: migrate from eslint-plugin-node to eslint-plugin-n.
  • Changed: parserOptions.ecmaVersion from 2020 to 2021.

Migration note: You may need to rewrite rule names for eslint-plugin-node like this:

-// eslint-disable-next-line node/no-extraneous-import
+// eslint-disable-next-line n/no-extraneous-import

See also the eslint-plugin-n document.

v18.0.0

Compare Source

  • Removed: Jest rules from the default config.
  • Changed: eslint-plugin-jest to optional peer dependencies.
  • Added: Jest only config "stylelint/jest".
  • Added: eslint to peer dependencies.

Migration note: if you want to continue Jest rules, you need to:

  • run npm install eslint-plugin-jest --save-dev
  • add "stylelint/jest" to extends in your ESlint config like this:
{
-  "extends": ["stylelint"]
+  "extends": ["stylelint", "stylelint/jest"]
}

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/eslint-config-stylelint-19.x branch from f0c2912 to b4d5376 Compare June 17, 2023 00:59
@renovate renovate bot force-pushed the renovate/eslint-config-stylelint-19.x branch 2 times, most recently from c7febbc to bb139fe Compare July 6, 2023 18:40
@renovate renovate bot force-pushed the renovate/eslint-config-stylelint-19.x branch 2 times, most recently from 648bf14 to 3e20d80 Compare July 20, 2023 21:43
@renovate renovate bot force-pushed the renovate/eslint-config-stylelint-19.x branch from 3e20d80 to 9ab2ce0 Compare July 20, 2023 21:46
@renovate
Copy link
Contributor Author

renovate bot commented Jul 20, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@spaceninja spaceninja merged commit acec030 into main Jul 20, 2023
2 checks passed
spaceninja added a commit that referenced this pull request Jul 24, 2023
* main:
  Update dependency stylelint-config-suitcss to v19 (#361)
  Update dependency postcss to v8.4.27
  Update dependency eslint-config-stylelint to v19 (#366)
  Update dependency @stylelint/prettier-config to v3
  Update dependency prettier to v3
  Bump semver from 5.7.1 to 5.7.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant