lint-staged 15.2.0 → 15.2.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/lib/execGit.js CHANGED
@@ -19,6 +19,7 @@ export const execGit = async (cmd, options = {}) => {
19
19
  ...options,
20
20
  all: true,
21
21
  cwd: options.cwd || process.cwd(),
22
+ stdin: 'ignore',
22
23
  })
23
24
  return stdout
24
25
  } catch ({ all }) {
@@ -152,6 +152,7 @@ export const resolveTaskFn = ({
152
152
  preferLocal: true,
153
153
  reject: false,
154
154
  shell,
155
+ stdin: 'ignore',
155
156
  }
156
157
 
157
158
  debugLog('execaOptions:', execaOptions)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lint-staged",
3
- "version": "15.2.0",
3
+ "version": "15.2.1",
4
4
  "description": "Lint files staged by git",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/okonet/lint-staged",
@@ -41,7 +41,7 @@
41
41
  "debug": "4.3.4",
42
42
  "execa": "8.0.1",
43
43
  "lilconfig": "3.0.0",
44
- "listr2": "8.0.0",
44
+ "listr2": "8.0.1",
45
45
  "micromatch": "4.0.5",
46
46
  "pidtree": "0.6.0",
47
47
  "string-argv": "0.3.2",
@@ -50,20 +50,20 @@
50
50
  "devDependencies": {
51
51
  "@changesets/changelog-github": "0.5.0",
52
52
  "@changesets/cli": "2.27.1",
53
- "@commitlint/cli": "18.4.3",
54
- "@commitlint/config-conventional": "18.4.3",
53
+ "@commitlint/cli": "18.4.4",
54
+ "@commitlint/config-conventional": "18.4.4",
55
55
  "consolemock": "1.1.0",
56
56
  "cross-env": "7.0.3",
57
- "eslint": "8.55.0",
58
- "eslint-config-prettier": "9.0.0",
59
- "eslint-plugin-import": "2.29.0",
57
+ "eslint": "8.56.0",
58
+ "eslint-config-prettier": "9.1.0",
59
+ "eslint-plugin-import": "2.29.1",
60
60
  "eslint-plugin-node": "11.1.0",
61
- "eslint-plugin-prettier": "5.0.1",
61
+ "eslint-plugin-prettier": "5.1.3",
62
62
  "husky": "8.0.3",
63
63
  "jest": "29.7.0",
64
64
  "jest-snapshot-serializer-ansi": "2.1.0",
65
65
  "mock-stdin": "1.0.0",
66
- "prettier": "3.1.0"
66
+ "prettier": "3.2.4"
67
67
  },
68
68
  "keywords": [
69
69
  "lint",