@storm-software/linting-tools 1.48.0 → 1.48.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 +32 -0
- package/bin/lint.js +40247 -44553
- package/package.json +27 -27
- package/src/cli/index.js +30459 -31012
- package/src/eslint/next/index.js +1 -2
- package/src/manypkg/index.js +1912 -2674
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
## 1.48.2 (2024-05-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **deps:** update patch prod dependencies ([a8113435](https://github.com/storm-software/storm-ops/commit/a8113435))
|
|
7
|
+
|
|
8
|
+
- **deps:** update dependencies-non-major ([#145](https://github.com/storm-software/storm-ops/pull/145))
|
|
9
|
+
|
|
10
|
+
- **deps:** update patch prod dependencies ([20ed7f14](https://github.com/storm-software/storm-ops/commit/20ed7f14))
|
|
11
|
+
|
|
12
|
+
- **deps:** update patch prod dependencies ([bef67d5d](https://github.com/storm-software/storm-ops/commit/bef67d5d))
|
|
13
|
+
|
|
14
|
+
- **deps:** update dependencies-non-major ([#159](https://github.com/storm-software/storm-ops/pull/159))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### ❤️ Thank You
|
|
18
|
+
|
|
19
|
+
- Patrick Sullivan
|
|
20
|
+
|
|
21
|
+
## 1.48.1 (2024-05-06)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### 🩹 Fixes
|
|
25
|
+
|
|
26
|
+
- **markdownlint:** Resolved issue with bad config in lint file ([95b3aba7](https://github.com/storm-software/storm-ops/commit/95b3aba7))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### ❤️ Thank You
|
|
30
|
+
|
|
31
|
+
- Patrick Sullivan
|
|
32
|
+
|
|
1
33
|
## 1.48.0 (2024-05-06)
|
|
2
34
|
|
|
3
35
|
### 🚀 Features
|