@storm-software/git-tools 1.36.2 → 1.36.3

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 CHANGED
@@ -1,3 +1,15 @@
1
+ ## 1.36.3 (2024-02-09)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **linting-tools:** Added `--no-errors-on-unmatched` to format command ([c7bd849a](https://github.com/storm-software/storm-ops/commit/c7bd849a))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - Patrick Sullivan
12
+
1
13
  ## 1.36.2 (2024-02-09)
2
14
 
3
15
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "1.36.2",
3
+ "version": "1.36.3",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various git tools used in Storm workspaces.",
6
6
  "keywords": [
@@ -73,7 +73,7 @@ pre-push:
73
73
  lint:
74
74
  files: "git diff --name-only HEAD @{push}"
75
75
  glob: "**/*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
76
- run: "npx biome lint --apply --no-errors-on-unmatched --vcs-enabled --files-ignore-unknown=true {files} && git update-index"
76
+ run: "npx biome lint --apply --no-errors-on-unmatched --vcs-enabled=true --files-ignore-unknown=true {files} && git update-index"
77
77
  stage_fixed: true
78
78
 
79
79
  post-merge:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "1.36.2",
3
+ "version": "1.36.3",
4
4
  "private": false,
5
5
  "description": "⚡ A package containing various git tools used in Storm workspaces.",
6
6
  "keywords": [