adorade / gulp-stylelint-esm

Gulp plugin for running Stylelint results through various reporters.
MIT License
6 stars 1 forks source link

chore(deps): update dependency eslint-config-stylelint to v20 #6

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-stylelint 18.0.0 -> 20.0.0 age adoption passing confidence

Release Notes

stylelint/eslint-config-stylelint (eslint-config-stylelint) ### [`v20.0.0`](https://togithub.com/stylelint/eslint-config-stylelint/blob/HEAD/CHANGELOG.md#2000) [Compare Source](https://togithub.com/stylelint/eslint-config-stylelint/compare/19.1.0...20.0.0) - Added: `n/prefer-global/process` rule. ### [`v19.1.0`](https://togithub.com/stylelint/eslint-config-stylelint/blob/HEAD/CHANGELOG.md#1910) [Compare Source](https://togithub.com/stylelint/eslint-config-stylelint/compare/19.0.0...19.1.0) - Added: rules for ESM files. ### [`v19.0.0`](https://togithub.com/stylelint/eslint-config-stylelint/blob/HEAD/CHANGELOG.md#1900) [Compare Source](https://togithub.com/stylelint/eslint-config-stylelint/compare/18.0.0...19.0.0) - 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: ```diff js -// eslint-disable-next-line node/no-extraneous-import +// eslint-disable-next-line n/no-extraneous-import ``` See also the [`eslint-plugin-n` document](https://togithub.com/eslint-community/eslint-plugin-n#readme).

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Bucharest, 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.



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