Skip to content

Commit

Permalink
Drop support for ESLint < v8.44 (#558)
Browse files Browse the repository at this point in the history
* Chore: update ESLint in devDeps to v8.44.0

* Drop support for ESLint < v8.44

* Create lovely-brooms-explode.md
  • Loading branch information
ota-meshi authored Aug 26, 2023
1 parent b4ffda1 commit e591342
Show file tree
Hide file tree
Showing 7 changed files with 140 additions and 173 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-brooms-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-regexp": major
---

Drop support for ESLint < v8.44
26 changes: 0 additions & 26 deletions .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,32 +35,6 @@ jobs:
run: npm ci
- name: Test
run: npm test
test-with-eslint6:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install Target Packages
run: |+
npm ci
npm i -D eslint@6 mocha@9 --legacy-peer-deps
- name: Test
run: npm test
test-with-eslint7:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install Target Packages
run: |+
npm ci
npm i -D eslint@7 --legacy-peer-deps
- name: Test
run: npm test
test-and-coverage:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npm install --save-dev eslint eslint-plugin-regexp

> **Requirements**
>
> - ESLint v6.0.0 and above
> - ESLint v8.44.0 and above
> - Node.js v18.x, v20.x and above
<!--DOCS_IGNORE_END-->
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ npm install --save-dev eslint eslint-plugin-regexp

::: tip Requirements

- ESLint v6.0.0 and above
- ESLint v8.44.0 and above
- Node.js v18.x, v20.x and above

:::
Expand Down
Loading

0 comments on commit e591342

Please sign in to comment.