Skip to content

Commit 4a3a191

Browse files
committed
Release v4.0.0
1 parent bb58244 commit 4a3a191

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
88

99
### Features
1010

11-
- Update stylelint to v16.23.1 and up ([#41](https://github.com/torchbox/stylelint-config-torchbox/pull/41)).
12-
- Update all config dependencies to their latest releases, compatible with stylelint v16 ([#41](https://github.com/torchbox/stylelint-config-torchbox/pull/41)).
13-
- Change enforced rules from Stylelint and `stylelint-config-standard-scss` (see list below) ([#41](https://github.com/torchbox/stylelint-config-torchbox/pull/41)).
11+
- Update stylelint to v16.23.1 and up ([#45](https://github.com/torchbox/stylelint-config-torchbox/pull/45)).
12+
- Update all config dependencies to their latest releases, compatible with stylelint v16 ([#45](https://github.com/torchbox/stylelint-config-torchbox/pull/45)).
13+
- Change enforced rules from Stylelint and `stylelint-config-standard-scss` (see list below) ([#45](https://github.com/torchbox/stylelint-config-torchbox/pull/45)).
1414

1515
### BREAKING CHANGES
1616

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-torchbox",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Shareable stylelint config for CSS and SCSS, following Torchbox’s code style.",
55
"license": "MIT",
66
"author": "Torchbox Ltd",

renovate.json5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
packageRules: [
4141
{ packageNames: ['prettier'], groupName: 'prettier', automerge: true },
4242
{ packageNames: ['vitest'], groupName: 'vitest', automerge: true },
43-
{ packageNames: ['eslint'], groupName: 'eslint', automerge: true },
43+
{
44+
packageNames: ['eslint', '@eslint/js'],
45+
groupName: 'eslint',
46+
automerge: true,
47+
},
4448
{
4549
packageNames: ['stylelint-find-new-rules'],
4650
groupName: 'stylelint-find-new-rules',

0 commit comments

Comments
 (0)