@supertape/formatter-progress-bar 5.0.1 → 6.0.0

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.
@@ -201,8 +201,5 @@ function _createProgress({total, color, test}) {
201
201
  }
202
202
 
203
203
  function formatSkip(skiped) {
204
- const {TERMINAL_EMULATOR} = process.env;
205
- const spaces = /JetBrains/.test(TERMINAL_EMULATOR) ? '' : ' ';
206
-
207
- return `# ${WARNING}${spaces}skip ${skiped}`;
204
+ return `# ${WARNING} skip ${skiped}`;
208
205
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supertape/formatter-progress-bar",
3
- "version": "5.0.1",
3
+ "version": "6.0.0",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "📼 Supertape formatter progress bar",
6
6
  "homepage": "http://github.com/coderaiser/supertape",
@@ -23,7 +23,7 @@
23
23
  "wisdom": "madrun wisdom"
24
24
  },
25
25
  "dependencies": {
26
- "chalk": "^4.1.0",
26
+ "chalk": "^5.3.0",
27
27
  "ci-info": "^4.0.0",
28
28
  "cli-progress": "^3.8.2",
29
29
  "fullstore": "^3.0.0",
@@ -36,13 +36,12 @@
36
36
  ],
37
37
  "devDependencies": {
38
38
  "c8": "^9.0.0",
39
- "eslint": "^8.0.0-beta.0",
40
- "eslint-plugin-n": "^16.0.1",
39
+ "eslint": "^9.1.1",
41
40
  "eslint-plugin-putout": "^22.0.0",
42
41
  "madrun": "^10.0.0",
43
42
  "montag": "^1.0.0",
44
43
  "nodemon": "^3.0.1",
45
- "pullout": "^4.0.0",
44
+ "pullout": "^5.0.1",
46
45
  "putout": "^35.0.0",
47
46
  "supertape": "^10.0.0"
48
47
  },