@etchteam/eslint-config 2.1.4 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ jobs:
8
8
  lint:
9
9
  strategy:
10
10
  matrix:
11
- version: [18, 20, 21]
11
+ version: [18, 20, 22]
12
12
  name: 🧹 Lint
13
13
  runs-on: ubuntu-latest
14
14
  steps:
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 20.9.0
1
+ 22
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [2.1.4](https://github.com/etchteam/eslint/compare/v2.1.3...v2.1.4) (2024-11-05)
1
+ ## [2.2.0](https://github.com/etchteam/eslint/compare/v2.1.5...v2.2.0) (2024-11-08)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * bump eslint-plugin-storybook from 0.10.2 to 0.11.0 ([d5e6cce](https://github.com/etchteam/eslint/commit/d5e6cceaffd6ecc9a66bf0da60c823462f6a04d7))
6
+ * support node 22 ([0327fd2](https://github.com/etchteam/eslint/commit/0327fd2679c00adaf55f77417131fc4f3a777828))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.1.4",
3
+ "version": "2.2.0",
4
4
  "description": "Etch's standard eslint config",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "release": "semantic-release"
9
9
  },
10
10
  "engines": {
11
- "node": "^18 || ^20 || ^21"
11
+ "node": "^18 || ^20 || ^22"
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",