@slango.configs/lint-staged 1.0.8 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @slango.configs/lint-staged
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0393a4b: Fixed issue with vitest
8
+
9
+ ## 1.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 5bed772: Fixed issue with vitest and paths with spaces
14
+
3
15
  ## 1.0.8
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slango.configs/lint-staged",
3
- "version": "1.0.8",
3
+ "version": "1.1.1",
4
4
  "private": false,
5
5
  "description": "Slango lint-staged configs",
6
6
  "type": "module",
@@ -11,11 +11,11 @@
11
11
  "deepmerge": "4.3.1"
12
12
  },
13
13
  "peerDependencies": {
14
- "lint-staged": "^16.1.2"
14
+ "lint-staged": "^16.1.4"
15
15
  },
16
16
  "devDependencies": {
17
- "eslint": "9.31.0",
18
- "@slango.configs/eslint": "1.0.22"
17
+ "eslint": "9.32.0",
18
+ "@slango.configs/eslint": "1.0.26"
19
19
  },
20
20
  "scripts": {
21
21
  "lint": "eslint . --max-warnings 0",