Skip to content

Commit e591342

Browse files
authored
Drop support for ESLint < v8.44 (#558)
* Chore: update ESLint in devDeps to v8.44.0 * Drop support for ESLint < v8.44 * Create lovely-brooms-explode.md
1 parent b4ffda1 commit e591342

File tree

7 files changed

+140
-173
lines changed

7 files changed

+140
-173
lines changed

.changeset/lovely-brooms-explode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-regexp": major
3+
---
4+
5+
Drop support for ESLint < v8.44

.github/workflows/NodeCI.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,32 +35,6 @@ jobs:
3535
run: npm ci
3636
- name: Test
3737
run: npm test
38-
test-with-eslint6:
39-
runs-on: ubuntu-latest
40-
steps:
41-
- uses: actions/checkout@v3
42-
- uses: actions/setup-node@v3
43-
with:
44-
node-version: 18.x
45-
- name: Install Target Packages
46-
run: |+
47-
npm ci
48-
npm i -D eslint@6 mocha@9 --legacy-peer-deps
49-
- name: Test
50-
run: npm test
51-
test-with-eslint7:
52-
runs-on: ubuntu-latest
53-
steps:
54-
- uses: actions/checkout@v3
55-
- uses: actions/setup-node@v3
56-
with:
57-
node-version: 18.x
58-
- name: Install Target Packages
59-
run: |+
60-
npm ci
61-
npm i -D eslint@7 --legacy-peer-deps
62-
- name: Test
63-
run: npm test
6438
test-and-coverage:
6539
runs-on: ubuntu-latest
6640
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npm install --save-dev eslint eslint-plugin-regexp
4040

4141
> **Requirements**
4242
>
43-
> - ESLint v6.0.0 and above
43+
> - ESLint v8.44.0 and above
4444
> - Node.js v18.x, v20.x and above
4545
4646
<!--DOCS_IGNORE_END-->

docs/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ npm install --save-dev eslint eslint-plugin-regexp
88

99
::: tip Requirements
1010

11-
- ESLint v6.0.0 and above
11+
- ESLint v8.44.0 and above
1212
- Node.js v18.x, v20.x and above
1313

1414
:::

0 commit comments

Comments
 (0)