@homestuck/eslint-config 1.2.0 → 1.3.0

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.
package/.prettierignore CHANGED
@@ -1 +1,2 @@
1
1
  /CHANGELOG.md
2
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.0](https://github.com/homestuck/configs/compare/eslint-config@v1.2.0...eslint-config@v1.3.0) (2026-01-15)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * release 1.3.0 ([c010dbb](https://github.com/homestuck/configs/commit/c010dbb267e3d36d33cffd0f9827484b89125f96))
9
+
3
10
  ## [1.2.0](https://github.com/homestuck/configs/compare/eslint-config@v1.1.1...eslint-config@v1.2.0) (2025-12-15)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homestuck/eslint-config",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "private": false,
5
5
  "description": "Baseline eslint configs used and maintained by Homestuck Inc., et al.",
6
6
  "repository": {
@@ -37,39 +37,39 @@
37
37
  "main": "./eslint.config.mjs",
38
38
  "prettier": "@homestuck/prettier-config",
39
39
  "dependencies": {
40
- "@eslint/eslintrc": "3.3.3",
41
- "@eslint/js": "9.39.2",
42
- "@next/eslint-plugin-next": "16.0.10",
43
- "@typescript-eslint/eslint-plugin": "8.49.0",
44
- "@typescript-eslint/parser": "8.49.0",
45
- "eslint": "9.39.2",
46
- "eslint-config-prettier": "10.1.8",
47
- "eslint-import-resolver-alias": "1.1.2",
48
- "eslint-import-resolver-typescript": "4.4.4",
49
- "eslint-plugin-import": "2.32.0",
50
- "eslint-plugin-jsx-a11y": "6.10.2",
51
- "eslint-plugin-perfectionist": "4.15.1",
52
- "eslint-plugin-prettier": "5.5.4",
53
- "eslint-plugin-react": "7.37.5",
40
+ "@eslint/eslintrc": "^3.3.3",
41
+ "@eslint/js": "^9.39.2",
42
+ "@next/eslint-plugin-next": "^16.1.1",
43
+ "@typescript-eslint/eslint-plugin": "^8.53.0",
44
+ "@typescript-eslint/parser": "^8.53.0",
45
+ "eslint": "^9.39.2",
46
+ "eslint-config-prettier": "^10.1.8",
47
+ "eslint-import-resolver-alias": "^1.1.2",
48
+ "eslint-import-resolver-typescript": "^4.4.4",
49
+ "eslint-plugin-import": "^2.32.0",
50
+ "eslint-plugin-jsx-a11y": "^6.10.2",
51
+ "eslint-plugin-perfectionist": "^5.3.1",
52
+ "eslint-plugin-prettier": "^5.5.5",
53
+ "eslint-plugin-react": "^7.37.5",
54
54
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
55
- "eslint-plugin-react-hooks": "7.0.1",
56
- "eslint-plugin-react-you-might-not-need-an-effect": "0.7.0",
57
- "eslint-plugin-regexp": "2.10.0",
58
- "eslint-plugin-simple-import-sort": "12.1.1",
59
- "eslint-plugin-storybook": "10.1.9",
60
- "eslint-plugin-turbo": "2.6.3",
61
- "eslint-plugin-unicorn": "62.0.0",
62
- "eslint-plugin-unused-imports": "4.3.0",
63
- "globals": "16.5.0",
64
- "typescript-eslint": "8.49.0"
55
+ "eslint-plugin-react-hooks": "^7.0.1",
56
+ "eslint-plugin-react-you-might-not-need-an-effect": "^0.8.5",
57
+ "eslint-plugin-regexp": "^2.10.0",
58
+ "eslint-plugin-simple-import-sort": "^12.1.1",
59
+ "eslint-plugin-storybook": "^10.1.11",
60
+ "eslint-plugin-turbo": "^2.7.4",
61
+ "eslint-plugin-unicorn": "^62.0.0",
62
+ "eslint-plugin-unused-imports": "^4.3.0",
63
+ "globals": "^17",
64
+ "typescript-eslint": "^8.53.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@types/eslint": "9.6.1",
68
- "@types/eslint__js": "9.14.0",
69
- "@types/node": "24.10.4",
67
+ "@types/eslint": "^9.6.1",
68
+ "@types/eslint__js": "^9.14.0",
69
+ "@types/node": "^24.10.8",
70
70
  "prettier": "3.7.4",
71
- "@homestuck/prettier-config": "1.2.0",
72
- "@homestuck/tsconfig": "1.1.0"
71
+ "@homestuck/prettier-config": "1.3.0",
72
+ "@homestuck/tsconfig": "1.3.0"
73
73
  },
74
74
  "scripts": {
75
75
  "clean": "rm -rf .turbo node_modules",