@fishawack/lab-env 4.40.0 → 4.40.1

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,5 +1,17 @@
1
1
  ## Changelog
2
2
 
3
+ ### 4.40.1 (2025-07-16)
4
+
5
+ #### Bug Fixes
6
+
7
+ * lock down minor version of linting packages to avoid mismatch in linting rules ([bb01dfe](https://bitbucket.org/fishawackdigital/lab-env/commits/bb01dfe43c4d9b545593341d38ce2f7b4ffb60f4))
8
+
9
+ ### 4.40.1-beta.1 (2025-07-16)
10
+
11
+ #### Bug Fixes
12
+
13
+ * lock down minor version of linting packages to avoid mismatch in linting rules ([bb01dfe](https://bitbucket.org/fishawackdigital/lab-env/commits/bb01dfe43c4d9b545593341d38ce2f7b4ffb60f4))
14
+
3
15
  ### 4.40.0 (2025-07-15)
4
16
 
5
17
  #### Features
@@ -73,26 +73,26 @@ module.exports.headers = {
73
73
  // Required global node modules
74
74
  module.exports.globalModules = [
75
75
  // HUSKY
76
- { package: "husky", version: "9" },
76
+ { package: "husky", version: "9.1" },
77
77
  // COMMITLINT
78
- { package: "@commitlint/cli", version: "19" },
79
- { package: "@commitlint/config-conventional", version: "19" },
78
+ { package: "@commitlint/cli", version: "19.8" },
79
+ { package: "@commitlint/config-conventional", version: "19.8" },
80
80
  // PRETTIER
81
- { package: "prettier", version: "3" },
81
+ { package: "prettier", version: "3.5" },
82
82
  // ESLINT
83
- { package: "@eslint/js", version: "9" },
84
- { package: "eslint-config-prettier", version: "10" },
85
- { package: "eslint-plugin-import", version: "2" },
86
- { package: "eslint-plugin-prettier", version: "5" },
87
- { package: "eslint-plugin-vue", version: "10" },
88
- { package: "eslint", version: "9" },
89
- { package: "globals", version: "16" },
83
+ { package: "@eslint/js", version: "9.27" },
84
+ { package: "eslint-config-prettier", version: "10.1" },
85
+ { package: "eslint-plugin-import", version: "2.31" },
86
+ { package: "eslint-plugin-prettier", version: "5.4" },
87
+ { package: "eslint-plugin-vue", version: "10.1" },
88
+ { package: "eslint", version: "9.27" },
89
+ { package: "globals", version: "16.1" },
90
90
  // STYLELINT
91
- { package: "stylelint", version: "16" },
92
- { package: "stylelint-config-standard-scss", version: "15" },
93
- { package: "stylelint-prettier", version: "5" },
91
+ { package: "stylelint", version: "16.19" },
92
+ { package: "stylelint-config-standard-scss", version: "15.0" },
93
+ { package: "stylelint-prettier", version: "5.0" },
94
94
  // PHPLINT
95
- { package: "@prettier/plugin-php", version: "0" },
95
+ { package: "@prettier/plugin-php", version: "0.22" },
96
96
  ];
97
97
 
98
98
  // User presets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishawack/lab-env",
3
- "version": "4.40.0",
3
+ "version": "4.40.1",
4
4
  "description": "Docker manager for FW",
5
5
  "main": "cli.js",
6
6
  "scripts": {