@kyh/eslint-config 1.1.2 → 1.1.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.
@@ -0,0 +1 @@
1
+ [["1","2","3","4","5","6","7"],{"key":"8","value":"9"},{"key":"10","value":"11"},{"key":"12","value":"13"},{"key":"14","value":"15"},{"key":"16","value":"17"},{"key":"18","value":"19"},{"key":"20","value":"21"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/react.js",{"size":694,"mtime":1729471035591,"hash":"22","data":"23"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/tsconfig.json",{"size":94,"mtime":1723392751886,"hash":"24","data":"25"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/base.js",{"size":2879,"mtime":1723683656349,"hash":"26","data":"27"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/CHANGELOG.md",{"size":1316,"mtime":1734248664320,"hash":"28","data":"29"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/package.json",{"size":1057,"mtime":1739897693733,"hash":"30","data":"31"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/nextjs.js",{"size":640,"mtime":1722125377869,"hash":"32","data":"33"},"/Users/kyh/Documents/Projects/kyh/config/tooling/eslint/types.d.ts",{"size":1284,"mtime":1739898861453,"hash":"34","data":"35"},"723db23fc9f414214f7ad8b1258c1194",{"hashOfOptions":"36"},"5e60f7d12fea81abebae05eec8fdcbc1",{"hashOfOptions":"37"},"4c285e6b38fcc4a2819d7bfa4a533172",{"hashOfOptions":"38"},"a656de086e2bcc92077d86f853195629",{"hashOfOptions":"39"},"8f797d9d96408a815533303d2dfb3f7a",{"hashOfOptions":"40"},"7eaa7a6f0a8a03722b397b32290b6229",{"hashOfOptions":"41"},"01eca76606c72d7dbe8593a659201ddc",{"hashOfOptions":"42"},"2999595488","597492591","1698481152","82667417","2031604152","710541557","1158163110"]
@@ -0,0 +1,8 @@
1
+
2
+ 
3
+ > @kyh/eslint-config@1.1.3 format /Users/kyh/Documents/Projects/kyh/config/tooling/eslint
4
+ > prettier --check . --ignore-path ../../.gitignore --cache --cache-location .cache/.prettiercache --write
5
+
6
+ Checking formatting...
7
+ base.jsCHANGELOG.mdnextjs.jspackage.jsonreact.jstsconfig.jsontypes.d.ts[warn] types.d.ts
8
+ [warn] Code style issues fixed in the above file.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @kyh/eslint-config
2
2
 
3
+ ## 1.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - update to latest
8
+
9
+ ## 1.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - update packages
14
+
3
15
  ## 1.1.2
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyh/eslint-config",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -11,22 +11,22 @@
11
11
  "./react": "./react.js"
12
12
  },
13
13
  "dependencies": {
14
- "@eslint/compat": "^1.2.4",
15
- "@next/eslint-plugin-next": "^15.0.4",
14
+ "@eslint/compat": "^1.2.6",
15
+ "@next/eslint-plugin-next": "^15.1.7",
16
16
  "eslint-plugin-import": "^2.31.0",
17
17
  "eslint-plugin-jsx-a11y": "^6.10.2",
18
- "eslint-plugin-react": "^7.37.2",
18
+ "eslint-plugin-react": "^7.37.4",
19
19
  "eslint-plugin-react-hooks": "^5.1.0",
20
- "eslint-plugin-turbo": "^2.3.3",
21
- "typescript-eslint": "^8.17.0"
20
+ "eslint-plugin-turbo": "^2.4.2",
21
+ "typescript-eslint": "^8.24.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/eslint__js": "8.42.3",
25
- "eslint": "^9.16.0",
26
- "prettier": "^3.4.2",
27
- "typescript": "^5.7.2",
28
- "@kyh/prettier-config": "1.1.2",
29
- "@kyh/tsconfig": "1.1.2"
25
+ "eslint": "^9.20.1",
26
+ "prettier": "^3.5.1",
27
+ "typescript": "^5.7.3",
28
+ "@kyh/prettier-config": "1.1.4",
29
+ "@kyh/tsconfig": "1.1.4"
30
30
  },
31
31
  "prettier": "@kyh/prettier-config",
32
32
  "scripts": {
package/types.d.ts CHANGED
@@ -45,4 +45,4 @@ declare module "@next/eslint-plugin-next" {
45
45
  "core-web-vitals": { rules: Linter.RulesRecord };
46
46
  };
47
47
  export const rules: Record<string, Rule.RuleModule>;
48
- }
48
+ }