@homestuck/eslint-config 1.5.0 → 1.5.2
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/CHANGELOG.md +19 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,44 +1,51 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [1.5.
|
|
3
|
+
## [1.5.2](https://github.com/homestuck/configs/compare/eslint-config@v1.5.1...eslint-config@v1.5.2) (2026-01-20)
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
###
|
|
6
|
+
### Miscellaneous Chores
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* release 1.5.2 ([bb61c1a](https://github.com/homestuck/configs/commit/bb61c1a286fa30a194b75ff6cdea0cb9f20e33fc))
|
|
9
9
|
|
|
10
|
+
## [1.5.1](https://github.com/homestuck/configs/compare/eslint-config@v1.5.0...eslint-config@v1.5.1) (2026-01-20)
|
|
10
11
|
|
|
11
12
|
### Miscellaneous Chores
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
- release 1.5.1 ([afdbfd6](https://github.com/homestuck/configs/commit/afdbfd65edeb63f455a91f5e38503ee0c1abbafa))
|
|
14
15
|
|
|
15
|
-
## [1.
|
|
16
|
+
## [1.5.0](https://github.com/homestuck/configs/compare/eslint-config@v1.4.0...eslint-config@v1.5.0) (2026-01-20)
|
|
17
|
+
|
|
18
|
+
### Features
|
|
16
19
|
|
|
20
|
+
- Move dependencies out of workspace and into packages ([#45](https://github.com/homestuck/configs/issues/45)) ([c89558b](https://github.com/homestuck/configs/commit/c89558b3446898ccd5661cf514586edfbbb41993))
|
|
21
|
+
|
|
22
|
+
### Miscellaneous Chores
|
|
23
|
+
|
|
24
|
+
- release 1.5.0 ([6f23a21](https://github.com/homestuck/configs/commit/6f23a21179bf1a4c2267478248b64158670efab6))
|
|
25
|
+
|
|
26
|
+
## [1.4.0](https://github.com/homestuck/configs/compare/eslint-config@v1.3.0...eslint-config@v1.4.0) (2026-01-19)
|
|
17
27
|
|
|
18
28
|
### Features
|
|
19
29
|
|
|
20
|
-
|
|
30
|
+
- **eslint:** Revised eslint configs to be cleaner, adding package script for config inspector ([#41](https://github.com/homestuck/configs/issues/41)) ([4156bb3](https://github.com/homestuck/configs/commit/4156bb30d003144676a7d6319f8dfc03f66ecfe6))
|
|
21
31
|
|
|
22
32
|
## [1.3.0](https://github.com/homestuck/configs/compare/eslint-config@v1.2.0...eslint-config@v1.3.0) (2026-01-15)
|
|
23
33
|
|
|
24
|
-
|
|
25
34
|
### Miscellaneous Chores
|
|
26
35
|
|
|
27
|
-
|
|
36
|
+
- release 1.3.0 ([c010dbb](https://github.com/homestuck/configs/commit/c010dbb267e3d36d33cffd0f9827484b89125f96))
|
|
28
37
|
|
|
29
38
|
## [1.2.0](https://github.com/homestuck/configs/compare/eslint-config@v1.1.1...eslint-config@v1.2.0) (2025-12-15)
|
|
30
39
|
|
|
31
|
-
|
|
32
40
|
### Features
|
|
33
41
|
|
|
34
|
-
|
|
42
|
+
- **eslint:** Add NextJS config to Eslint exports ([#18](https://github.com/homestuck/configs/issues/18)) ([54c5dc9](https://github.com/homestuck/configs/commit/54c5dc9625646c09e3ab7ebe917af43fb1ca871c))
|
|
35
43
|
|
|
36
44
|
## [1.1.1](https://github.com/homestuck/configs/compare/eslint-config@v1.1.0...eslint-config@v1.1.1) (2025-12-15)
|
|
37
45
|
|
|
38
|
-
|
|
39
46
|
### Bug Fixes
|
|
40
47
|
|
|
41
|
-
|
|
48
|
+
- **eslint:** Move eslint and globals from devDeps to deps ([#17](https://github.com/homestuck/configs/issues/17)) ([c91d958](https://github.com/homestuck/configs/commit/c91d958f76568dcc3b58e725ac2617a0c55633b9))
|
|
42
49
|
|
|
43
50
|
## [1.1.0](https://github.com/homestuck/configs/compare/eslint-config@v1.0.1...eslint-config@v1.1.0) (2025-12-11)
|
|
44
51
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homestuck/eslint-config",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Baseline ESLint configs used and maintained by Homestuck Inc., et al.",
|
|
6
6
|
"repository": {
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"@types/eslint__js": "^9.14.0",
|
|
68
68
|
"@types/node": "^25.0.9",
|
|
69
69
|
"prettier": "^3.8.0",
|
|
70
|
-
"@homestuck/prettier-config": "1.5.
|
|
71
|
-
"@homestuck/tsconfig": "1.5.
|
|
70
|
+
"@homestuck/prettier-config": "1.5.2",
|
|
71
|
+
"@homestuck/tsconfig": "1.5.2"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
74
|
"clean": "rm -rf .turbo node_modules",
|