@storm-software/linting-tools 1.25.0 → 1.25.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.
Files changed (4) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/cli/index.js +9439 -5392
  3. package/manypkg/index.js +7556 -2708
  4. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [1.25.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.25.0...linting-tools-v1.25.1) (2024-01-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **linting-tools:** Resolve Dependabot Alerts [#1](https://github.com/storm-software/storm-ops/issues/1), [#2](https://github.com/storm-software/storm-ops/issues/2), [#3](https://github.com/storm-software/storm-ops/issues/3), and [#4](https://github.com/storm-software/storm-ops/issues/4) ([88253ba](https://github.com/storm-software/storm-ops/commit/88253ba59b21442d7af2f1f3cb958d9e9d13289e))
7
+
8
+ # [1.25.0](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.24.1...linting-tools-v1.25.0) (2024-01-15)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **linting-tools:** Various improvements to the biome formatter and linter configuration ([1dfd480](https://github.com/storm-software/storm-ops/commit/1dfd4802024427b6041fc09f6bdaa01d7be8783b))
14
+
15
+
16
+ ### Features
17
+
18
+ * **git-tools:** Added default `lefthook` and `biome` configuration ([489bec2](https://github.com/storm-software/storm-ops/commit/489bec287d5d8d556746df25ab44856c2ae368b7))
19
+
1
20
  ## [1.24.1](https://github.com/storm-software/storm-ops/compare/linting-tools-v1.24.0...linting-tools-v1.24.1) (2024-01-14)
2
21
 
3
22