Skip to content

Commit 44862b0

Browse files
committed
Merge branch '3.x' into bump-puppeteer-24.1.0
2 parents 7fbbbc3 + 786638c commit 44862b0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

lib/pause.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,10 @@ function pauseSession(passedObject = {}) {
8484
})
8585
return new Promise(resolve => {
8686
finish = resolve
87-
// eslint-disable-next-line
8887
return askForStep()
8988
})
9089
}
9190

92-
/* eslint-disable */
9391
async function parseInput(cmd) {
9492
rl.pause()
9593
next = false
@@ -198,7 +196,6 @@ async function parseInput(cmd) {
198196
recorder.add('ask for next step', askForStep)
199197
nextStep()
200198
}
201-
/* eslint-enable */
202199

203200
function askForStep() {
204201
return new Promise(resolve => {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"figures": "3.2.0",
9595
"fn-args": "4.0.0",
9696
"fs-extra": "11.2.0",
97-
"glob": "^11.0.0",
97+
"glob": "^11.0.1",
9898
"fuse.js": "^7.0.0",
9999
"html-minifier-terser": "7.2.0",
100100
"inquirer": "6.5.2",
@@ -113,7 +113,7 @@
113113
"promise-retry": "1.1.1",
114114
"resq": "1.11.0",
115115
"sprintf-js": "1.1.3",
116-
"uuid": "11.0.4"
116+
"uuid": "11.0.5"
117117
},
118118
"optionalDependencies": {
119119
"@codeceptjs/detox-helper": "1.1.5"
@@ -139,7 +139,7 @@
139139
"chai-subset": "1.6.0",
140140
"documentation": "14.0.3",
141141
"electron": "34.0.0",
142-
"eslint": "^9.17.0",
142+
"eslint": "^9.18.0",
143143
"eslint-plugin-import": "2.31.0",
144144
"eslint-plugin-mocha": "10.5.0",
145145
"expect": "29.7.0",

0 commit comments

Comments
 (0)