@ridedott/eslint-plugin 1.7.64 → 1.7.66

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.7.66](https://github.com/ridedott/eslint-plugin/compare/v1.7.65...v1.7.66) (2023-01-03)
2
+
3
+ ### Chores
4
+
5
+ - **deps:** bump @typescript-eslint/utils from 5.47.1 to 5.48.0
6
+ ([7126f29](https://github.com/ridedott/eslint-plugin/commit/7126f2909b9c5b4cfa4a188748675154636b5d5b))
7
+
8
+ ## [1.7.65](https://github.com/ridedott/eslint-plugin/compare/v1.7.64...v1.7.65) (2022-12-30)
9
+
10
+ ### Chores
11
+
12
+ - **deps:** bump json5 and tsconfig-paths
13
+ ([e13e495](https://github.com/ridedott/eslint-plugin/commit/e13e49527e19a7f4a48d1a0d962beb7e926ffc0c))
14
+
1
15
  ## [1.7.64](https://github.com/ridedott/eslint-plugin/compare/v1.7.63...v1.7.64) (2022-12-30)
2
16
 
3
17
  ### Chores
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "dependencies": {
8
8
  "@typescript-eslint/parser": "^5.47.1",
9
- "@typescript-eslint/utils": "^5.47.1"
9
+ "@typescript-eslint/utils": "^5.48.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.7.64"
80
+ "version": "1.7.66"
81
81
  }