@ridedott/eslint-plugin 1.6.233 → 1.6.237

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 +36 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,39 @@
1
+ ## [1.6.237](https://github.com/ridedott/eslint-plugin/compare/v1.6.236...v1.6.237) (2021-09-29)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump cspell from 5.10.1 to 5.11.0
6
+ ([3de0bfd](https://github.com/ridedott/eslint-plugin/commit/3de0bfd6b82c1d41220ade1dab5be92955f074c5))
7
+ - **deps:** bump ridedott/release-me-action from 3.5.61 to 3.5.62
8
+ ([5ba97c9](https://github.com/ridedott/eslint-plugin/commit/5ba97c97f934a4716869232c82d48cab190bee62))
9
+
10
+ ## [1.6.236](https://github.com/ridedott/eslint-plugin/compare/v1.6.235...v1.6.236) (2021-09-28)
11
+
12
+ ### Chores
13
+
14
+ - **deps:** bump actions/setup-node from 2.4.0 to 2.4.1
15
+ ([d09ea30](https://github.com/ridedott/eslint-plugin/commit/d09ea30d09a7f6e122a30d4e33bc69ce6dda9286))
16
+ - **deps:** bump ridedott/release-me-action from 3.5.60 to 3.5.61
17
+ ([aa42410](https://github.com/ridedott/eslint-plugin/commit/aa4241017aefb3dd570753d3686258d4744f4261))
18
+
19
+ ## [1.6.235](https://github.com/ridedott/eslint-plugin/compare/v1.6.234...v1.6.235) (2021-09-28)
20
+
21
+ ### Chores
22
+
23
+ - **deps-dev:** bump @commitlint/config-conventional
24
+ ([10e5f00](https://github.com/ridedott/eslint-plugin/commit/10e5f00d899074b6f45cdf4c6fe47bf5bf254cb9))
25
+ - **deps:** bump @typescript-eslint/parser from 4.31.2 to 4.32.0
26
+ ([da55abe](https://github.com/ridedott/eslint-plugin/commit/da55abecd77cfa4955b797ab200237d9428809b4))
27
+
28
+ ## [1.6.234](https://github.com/ridedott/eslint-plugin/compare/v1.6.233...v1.6.234) (2021-09-28)
29
+
30
+ ### Chores
31
+
32
+ - **deps-dev:** bump @commitlint/cli from 13.1.0 to 13.2.0
33
+ ([018097f](https://github.com/ridedott/eslint-plugin/commit/018097f30aa04cd864eeed97478684acb525f128))
34
+ - **deps:** bump @typescript-eslint/experimental-utils
35
+ ([888480d](https://github.com/ridedott/eslint-plugin/commit/888480dd93de0b093e80e1ff583f8b1c51bcdd1e))
36
+
1
37
  ## [1.6.233](https://github.com/ridedott/eslint-plugin/compare/v1.6.232...v1.6.233) (2021-09-23)
2
38
 
3
39
  ### Chores
package/package.json CHANGED
@@ -5,18 +5,18 @@
5
5
  }
6
6
  },
7
7
  "dependencies": {
8
- "@typescript-eslint/experimental-utils": "^4.31.2",
9
- "@typescript-eslint/parser": "^4.31.2"
8
+ "@typescript-eslint/experimental-utils": "^4.32.0",
9
+ "@typescript-eslint/parser": "^4.32.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^13.1.0",
14
- "@commitlint/config-conventional": "^13.1.0",
13
+ "@commitlint/cli": "^13.2.0",
14
+ "@commitlint/config-conventional": "^13.2.0",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
16
  "@types/jest": "^27.0.2",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.10.1",
19
+ "cspell": "^5.11.0",
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^7.0.2",
22
22
  "jest": "^26.6.3",
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.6.233"
80
+ "version": "1.6.237"
81
81
  }