cypress 13.15.1 → 13.16.0

Sign up to get free protection for your applications and to get access to all the features.
package/lib/cli.js CHANGED
@@ -100,7 +100,7 @@ const descriptions = {
100
100
  env: 'sets environment variables. separate multiple values with a comma. overrides any value in cypress.config.{js,ts,mjs,cjs} or cypress.env.json',
101
101
  exit: 'keep the browser open after tests finish',
102
102
  forceInstall: 'force install the Cypress binary',
103
- global: 'force Cypress into global mode as if its globally installed',
103
+ global: 'force Cypress into global mode as if it were globally installed',
104
104
  group: 'a named group for recorded runs in Cypress Cloud',
105
105
  headed: 'displays the browser instead of running headlessly',
106
106
  headless: 'hide the browser instead of running headed (default for cypress run)',
package/lib/util.js CHANGED
@@ -9,7 +9,7 @@ const la = require('lazy-ass');
9
9
  const is = require('check-more-types');
10
10
  const tty = require('tty');
11
11
  const path = require('path');
12
- const isCi = require('is-ci');
12
+ const isCi = require('ci-info').isCI;
13
13
  const execa = require('execa');
14
14
  const getos = require('getos');
15
15
  const chalk = require('chalk');
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "cypress",
3
- "version": "13.15.1",
3
+ "version": "13.16.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node index.js --exec install",
7
7
  "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
8
8
  },
9
9
  "dependencies": {
10
- "@cypress/request": "^3.0.4",
10
+ "@cypress/request": "^3.0.6",
11
11
  "@cypress/xvfb": "^1.2.4",
12
12
  "@types/sinonjs__fake-timers": "8.1.1",
13
13
  "@types/sizzle": "^2.3.2",
@@ -18,6 +18,7 @@
18
18
  "cachedir": "^2.3.0",
19
19
  "chalk": "^4.1.0",
20
20
  "check-more-types": "^2.24.0",
21
+ "ci-info": "^4.0.0",
21
22
  "cli-cursor": "^3.1.0",
22
23
  "cli-table3": "~0.6.1",
23
24
  "commander": "^6.2.1",
@@ -32,7 +33,6 @@
32
33
  "figures": "^3.2.0",
33
34
  "fs-extra": "^9.1.0",
34
35
  "getos": "^3.2.1",
35
- "is-ci": "^3.0.1",
36
36
  "is-installed-globally": "~0.4.0",
37
37
  "lazy-ass": "^1.6.0",
38
38
  "listr2": "^3.8.3",
@@ -141,8 +141,8 @@
141
141
  },
142
142
  "buildInfo": {
143
143
  "commitBranch": "develop",
144
- "commitSha": "199b1cd580d22fc412641f164e3ee6492f88e338",
145
- "commitDate": "2024-10-24T14:36:10.000Z",
144
+ "commitSha": "5c21c4b40186670572acef9452ebd0875c296dc9",
145
+ "commitDate": "2024-11-19T17:19:06.000Z",
146
146
  "stable": true
147
147
  },
148
148
  "description": "Cypress is a next generation front end testing tool built for the modern web",
@@ -22,10 +22,10 @@
22
22
  "axios": "0.21.2",
23
23
  "cypress": "0.0.0-development",
24
24
  "prop-types": "15.7.2",
25
- "react": "16.8.6",
26
- "react-dom": "16.8.6",
27
- "react-router": "6.0.0-alpha.1",
28
- "react-router-dom": "6.0.0-alpha.1",
25
+ "react": "17.0.2",
26
+ "react-dom": "17.0.2",
27
+ "react-router": "6.10.0",
28
+ "react-router-dom": "6.10.0",
29
29
  "semver": "^7.5.3",
30
30
  "typescript": "~5.4.5",
31
31
  "vite": "5.2.11",
@@ -22,10 +22,10 @@
22
22
  "axios": "0.21.2",
23
23
  "cypress": "0.0.0-development",
24
24
  "prop-types": "15.7.2",
25
- "react": "16.8.6",
26
- "react-dom": "16.8.6",
27
- "react-router": "6.0.0-alpha.1",
28
- "react-router-dom": "6.0.0-alpha.1",
25
+ "react": "17.0.2",
26
+ "react-dom": "17.0.2",
27
+ "react-router": "6.10.0",
28
+ "react-router-dom": "6.10.0",
29
29
  "semver": "^7.5.3",
30
30
  "typescript": "~5.4.5",
31
31
  "vite": "5.2.11",
@@ -15,11 +15,11 @@
15
15
  "@cypress/react": "0.0.0-development",
16
16
  "@rollup/plugin-commonjs": "^17.1.0",
17
17
  "@rollup/plugin-node-resolve": "^11.1.1",
18
- "@types/react": "^16",
19
- "@types/react-dom": "^16",
18
+ "@types/react": "17.0.83",
19
+ "@types/react-dom": "17.0.25",
20
20
  "cypress": "0.0.0-development",
21
- "react": "^16",
22
- "react-dom": "^16",
21
+ "react": "^17.0.2",
22
+ "react-dom": "^17.0.2",
23
23
  "rollup": "3.7.3",
24
24
  "rollup-plugin-typescript2": "^0.29.0",
25
25
  "typescript": "~5.4.5"
@@ -15,11 +15,11 @@
15
15
  "@cypress/react": "0.0.0-development",
16
16
  "@rollup/plugin-commonjs": "^17.1.0",
17
17
  "@rollup/plugin-node-resolve": "^11.1.1",
18
- "@types/react": "^16",
19
- "@types/react-dom": "^16",
18
+ "@types/react": "17.0.83",
19
+ "@types/react-dom": "17.0.25",
20
20
  "cypress": "0.0.0-development",
21
- "react": "^16",
22
- "react-dom": "^16",
21
+ "react": "^17.0.2",
22
+ "react-dom": "^17.0.2",
23
23
  "rollup": "3.7.3",
24
24
  "rollup-plugin-typescript2": "^0.29.0",
25
25
  "typescript": "~5.4.5"
@@ -3216,6 +3216,11 @@ declare namespace Cypress {
3216
3216
  setupNodeEvents: (on: PluginEvents, config: PluginConfigOptions) => Promise<PluginConfigOptions | void> | PluginConfigOptions | void
3217
3217
 
3218
3218
  indexHtmlFile: string
3219
+
3220
+ /**
3221
+ * The default browser to launch if the "--browser" command line option is not provided.
3222
+ */
3223
+ defaultBrowser: string
3219
3224
  }
3220
3225
 
3221
3226
  interface EndToEndConfigOptions extends Omit<CoreConfigOptions, 'indexHtmlFile'> {