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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
18.0.0
->20.0.0
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.