@ridedott/eslint-plugin 1.6.232 → 1.6.236

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