@etchteam/eslint-config 1.11.0 → 1.11.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -10
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,14 +1,6 @@
1
- ## [1.11.0](https://github.com/etchteam/eslint/compare/v1.10.0...v1.11.0) (2024-05-21)
2
-
3
-
4
- ### Features
5
-
6
- * add precommit hook ([7c9f260](https://github.com/etchteam/eslint/commit/7c9f2601e2763ccc3950b5d83709f7c1db64a79f))
7
- * add you-dont-need-lodash-underscore ([bedda3c](https://github.com/etchteam/eslint/commit/bedda3ca3af4694bafab6327f4ef5b8ec5193cb0))
8
- * capture all supported file types ([495971e](https://github.com/etchteam/eslint/commit/495971e07d50f77728fb28cba7ed46af374e0209))
9
- * install husky hooks on postinstall ([0257184](https://github.com/etchteam/eslint/commit/025718424667d521aa7eb93471802fc98226d4c4))
1
+ ## [1.11.1](https://github.com/etchteam/eslint/compare/v1.11.0...v1.11.1) (2024-05-23)
10
2
 
11
3
 
12
4
  ### Bug Fixes
13
5
 
14
- * add schedule and directory to dependabot config ([5a88e95](https://github.com/etchteam/eslint/commit/5a88e95cb57a91f03ccd4c9146b2c5c8a13c702e))
6
+ * bump eslint-config-next from 14.0.1 to 14.2.3 ([7e28c6d](https://github.com/etchteam/eslint/commit/7e28c6dbe065a5282460db4d3aaaa5ddb5c308b3))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Etch's standard eslint config",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -25,14 +25,14 @@
25
25
  },
26
26
  "homepage": "https://github.com/etchteam/eslint#readme",
27
27
  "devDependencies": {
28
- "@commitlint/cli": "^17.3.0",
29
- "@commitlint/config-conventional": "^17.3.0",
30
- "husky": "^8.0.2",
31
- "lint-staged": "^13.1.0"
28
+ "@commitlint/cli": "^19.3.0",
29
+ "@commitlint/config-conventional": "^19.2.2",
30
+ "husky": "^9.0.11",
31
+ "lint-staged": "^15.2.2"
32
32
  },
33
33
  "dependencies": {
34
- "@typescript-eslint/eslint-plugin": "^6.18.1",
35
- "@typescript-eslint/parser": "^6.18.1",
34
+ "@typescript-eslint/eslint-plugin": "^7.10.0",
35
+ "@typescript-eslint/parser": "^7.10.0",
36
36
  "eslint": ">=8.29.0",
37
37
  "eslint-config-next": "^14.0.1",
38
38
  "eslint-config-prettier": "^9.0.0",
@@ -41,8 +41,8 @@
41
41
  "eslint-plugin-jsx-a11y": "^6.8.0",
42
42
  "eslint-plugin-prettier": "^5.0.1",
43
43
  "eslint-plugin-react": "^7.33.2",
44
- "eslint-plugin-security": "^1.7.1",
45
- "eslint-plugin-storybook": "^0.6.15",
44
+ "eslint-plugin-security": "^3.0.0",
45
+ "eslint-plugin-storybook": "^0.8.0",
46
46
  "eslint-plugin-unused-imports": "^3.0.0",
47
47
  "eslint-plugin-yml": "^1.10.0",
48
48
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",