Skip to content

Commit

Permalink
breaking: drop support for versions less than eslint v8 (#514)
Browse files Browse the repository at this point in the history
* breaking: drop support for versions less than node v18

* fix: updates

* breaking: drop support for versions less than eslint v8

* Create slow-needles-smash.md

---------

Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
  • Loading branch information
kazupon and ota-meshi authored May 24, 2024
1 parent 3f0c57f commit e45f983
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/slow-needles-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@intlify/eslint-plugin-vue-i18n": major
---

breaking: drop support for versions less than eslint v8
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
eslint: [5, 6, 7, 8, ^9.0.0-0]
eslint: [8, ^9.0.0-0]
node: [20]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion docs/started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install --save-dev eslint @intlify/eslint-plugin-vue-i18n

::: tip Requirements

- ESLint v5.0.0 or later
- ESLint v8.0.0 or later
- Node.js v18.x or later

:::
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"vue-github-button": "^3.1.0"
},
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0-0"
"eslint": "^8.0.0 || ^9.0.0-0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e45f983

Please sign in to comment.