@mscharley/eslint-config 4.0.3 → 4.0.4

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 +7 -0
  2. package/package.json +48 -48
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 93ffd4d: fix(deps): update dependency typescript to v5.6.3
8
+ - 1a77c06: fix(deps): update dependency typescript-eslint to ^8.8.1
9
+
3
10
  ## 4.0.3
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
1
  {
2
- "name": "@mscharley/eslint-config",
3
- "version": "4.0.3",
4
- "type": "module",
5
- "module": "./rules/index.js",
6
- "exports": {
7
- ".": {
8
- "import": "./rules/index.js"
9
- }
10
- },
11
- "publishConfig": {
12
- "provenance": true
13
- },
14
- "description": "ESLint presets that I use a lot",
15
- "scripts": {
16
- "test": "eslint --max-warnings 0 ."
17
- },
18
- "repository": {
19
- "type": "git",
20
- "url": "git+https://github.com/mscharley/node-presets.git"
21
- },
22
- "keywords": [
23
- "eslint",
24
- "eslint-presets"
25
- ],
26
- "author": "Matthew Scharley <matt@scharley.me>",
27
- "funding": {
28
- "type": "individual",
29
- "url": "https://github.com/sponsors/mscharley"
30
- },
31
- "license": "MIT",
32
- "bugs": {
33
- "url": "https://github.com/mscharley/node-presets/issues"
34
- },
35
- "homepage": "https://github.com/mscharley/node-presets#readme",
36
- "peerDependencies": {
37
- "@stylistic/eslint-plugin": "^2.9.0",
38
- "@types/eslint": "^9.6.1",
39
- "eslint": "^9.12.0",
40
- "eslint-import-resolver-typescript": "^3.6.3",
41
- "eslint-plugin-import": "^2.31.0",
42
- "eslint-plugin-jest": "^28.8.3",
43
- "eslint-plugin-n": "^17.10.3",
44
- "eslint-plugin-react": "^7.37.1",
45
- "eslint-plugin-react-hooks": "5.1.0-beta-26f2496093-20240514",
46
- "typescript": "^5.6.2",
47
- "typescript-eslint": "^8.8.0"
48
- }
49
- }
2
+ "name": "@mscharley/eslint-config",
3
+ "version": "4.0.4",
4
+ "type": "module",
5
+ "module": "./rules/index.js",
6
+ "exports": {
7
+ ".": {
8
+ "import": "./rules/index.js"
9
+ }
10
+ },
11
+ "publishConfig": {
12
+ "provenance": true
13
+ },
14
+ "description": "ESLint presets that I use a lot",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/mscharley/node-presets.git"
18
+ },
19
+ "keywords": [
20
+ "eslint",
21
+ "eslint-presets"
22
+ ],
23
+ "author": "Matthew Scharley <matt@scharley.me>",
24
+ "funding": {
25
+ "type": "individual",
26
+ "url": "https://github.com/sponsors/mscharley"
27
+ },
28
+ "license": "MIT",
29
+ "bugs": {
30
+ "url": "https://github.com/mscharley/node-presets/issues"
31
+ },
32
+ "homepage": "https://github.com/mscharley/node-presets#readme",
33
+ "peerDependencies": {
34
+ "@stylistic/eslint-plugin": "^2.9.0",
35
+ "@types/eslint": "^9.6.1",
36
+ "eslint": "^9.12.0",
37
+ "eslint-import-resolver-typescript": "^3.6.3",
38
+ "eslint-plugin-import": "^2.31.0",
39
+ "eslint-plugin-jest": "^28.8.3",
40
+ "eslint-plugin-n": "^17.10.3",
41
+ "eslint-plugin-react": "^7.37.1",
42
+ "eslint-plugin-react-hooks": "5.1.0-beta-26f2496093-20240514",
43
+ "typescript": "^5.6.3",
44
+ "typescript-eslint": "^8.8.1"
45
+ },
46
+ "scripts": {
47
+ "test": "eslint --max-warnings 0 ."
48
+ }
49
+ }