@definitelytyped/eslint-plugin 0.1.24 → 0.1.26

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @definitelytyped/eslint-plugin
2
2
 
3
+ ## 0.1.26
4
+
5
+ ### Patch Changes
6
+
7
+ - 11fc5f7: Bump glob to 10.5.0
8
+
9
+ ## 0.1.25
10
+
11
+ ### Patch Changes
12
+
13
+ - cfa769b: Bump TS version
14
+
3
15
  ## 0.1.24
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/eslint-plugin",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "ESLint rules for DefinitelyTyped",
5
5
  "main": "./dist/index.js",
6
6
  "publishConfig": {
@@ -34,9 +34,9 @@
34
34
  "@definitelytyped/eslint-plugin": "link:",
35
35
  "@types/eslint": "^8.56.12",
36
36
  "@types/semver": "^7.5.8",
37
- "glob": "^10.4.5",
37
+ "glob": "^10.5.0",
38
38
  "jest-file-snapshot": "^0.7.0",
39
- "typescript": "^5.9.2",
39
+ "typescript": "^5.9.3",
40
40
  "typescript-5.4": "npm:typescript@~5.4.0-0",
41
41
  "typescript-5.5": "npm:typescript@~5.5.0-0"
42
42
  },