@anolilab/lint-staged-config 3.0.26 → 3.0.28
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 +22 -0
- package/package.json +2 -2
- /package/dist/{bin.d.mts → bin.d.ts} +0 -0
- /package/dist/{bin.mjs → bin.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## @anolilab/lint-staged-config [3.0.28](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.27...@anolilab/lint-staged-config@3.0.28) (2025-09-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update eslint configuration and dependencies ([37da962](https://github.com/anolilab/javascript-style-guide/commit/37da962d9e96dbc70c19b0d54ace342e0135e1fd))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@anolilab/eslint-config:** upgraded to 16.2.24
|
|
11
|
+
|
|
12
|
+
## @anolilab/lint-staged-config [3.0.27](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.26...@anolilab/lint-staged-config@3.0.27) (2025-08-04)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous Chores
|
|
15
|
+
|
|
16
|
+
* update dependencies and versions across packages ([edf84af](https://github.com/anolilab/javascript-style-guide/commit/edf84af6f9ff9a290c4e3705f3466068777e9992))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* **@anolilab/eslint-config:** upgraded to 16.2.23
|
|
22
|
+
|
|
1
23
|
## @anolilab/lint-staged-config [3.0.26](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.25...@anolilab/lint-staged-config@3.0.26) (2025-07-22)
|
|
2
24
|
|
|
3
25
|
### Miscellaneous Chores
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/lint-staged-config",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.28",
|
|
4
4
|
"description": "Shareable Lint-Staged Config for any project.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"bin": {
|
|
68
|
-
"lint-stage-config:install": "./dist/bin.
|
|
68
|
+
"lint-stage-config:install": "./dist/bin.js"
|
|
69
69
|
},
|
|
70
70
|
"files": [
|
|
71
71
|
"CHANGELOG.md",
|
|
File without changes
|
/package/dist/{bin.mjs → bin.js}
RENAMED
|
File without changes
|