chore: upgrade cypress to 12.11.0 and other dependencies (#23294)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Saturnino Abril
2023-05-09 06:11:40 +08:00
committed by GitHub
parent d40689466d
commit aa39e5758e
3 changed files with 638 additions and 1089 deletions

View File

@@ -28,6 +28,7 @@
"cypress/no-async-tests": "error",
"cypress/no-pause": "error",
"cypress/no-unnecessary-waiting": 0,
"cypress/unsafe-to-chain-command": 0,
"func-names": 0,
"import/no-unresolved": 0,
"max-nested-callbacks": 0,

File diff suppressed because it is too large Load Diff

View File

@@ -1,15 +1,15 @@
{
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@babel/eslint-parser": "7.21.8",
"@babel/eslint-plugin": "7.19.1",
"@cypress/request": "2.88.11",
"@mattermost/types": "7.4.0",
"@mattermost/types": "7.10.0",
"@testing-library/cypress": "9.0.0",
"@types/async": "3.2.16",
"@types/async": "3.2.20",
"@types/authenticator": "1.1.1",
"@types/express": "4.17.15",
"@types/express": "4.17.17",
"@types/fs-extra": "11.0.1",
"@types/lodash": "4.14.191",
"@types/lodash": "4.14.194",
"@types/lodash.intersection": "4.4.7",
"@types/lodash.mapkeys": "4.6.7",
"@types/lodash.without": "4.4.7",
@@ -17,30 +17,30 @@
"@types/mochawesome": "6.2.1",
"@types/pdf-parse": "1.1.1",
"@types/recursive-readdir": "2.2.1",
"@types/shelljs": "0.8.11",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@types/shelljs": "0.8.12",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"async": "3.2.4",
"authenticator": "1.1.5",
"aws-sdk": "2.1295.0",
"axios": "1.2.2",
"axios-retry": "3.3.1",
"aws-sdk": "2.1371.0",
"axios": "1.4.0",
"axios-retry": "3.4.0",
"chai": "4.3.7",
"chalk": "4.1.2",
"client-oauth2": "github:larkox/js-client-oauth2#e24e2eb5dfcbbbb3a59d095e831dbe0012b0ac49",
"cross-env": "7.0.3",
"cypress": "12.3.0",
"cypress": "12.11.0",
"cypress-file-upload": "5.0.8",
"cypress-multi-reporters": "1.6.2",
"cypress-multi-reporters": "1.6.3",
"cypress-plugin-tab": "1.0.5",
"cypress-wait-until": "1.7.2",
"dayjs": "1.11.7",
"deepmerge": "4.2.2",
"deepmerge": "4.3.1",
"dotenv": "16.0.3",
"eslint": "7.32.0",
"eslint": "8.39.0",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-cypress": "2.13.3",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-mattermost": "github:mattermost/eslint-plugin-mattermost#5b0c972eacf19286e4c66221b39113bf8728a99e",
@@ -48,7 +48,7 @@
"eslint-plugin-react": "7.32.2",
"express": "4.18.2",
"extract-zip": "2.0.1",
"knex": "2.4.0",
"knex": "2.4.2",
"localforage": "1.10.0",
"lodash.intersection": "4.4.0",
"lodash.mapkeys": "4.6.0",
@@ -61,19 +61,19 @@
"mocha-junit-reporter": "2.2.0",
"mocha-multi-reporters": "1.5.1",
"mochawesome": "7.1.3",
"mochawesome-merge": "4.2.2",
"mochawesome-merge": "4.3.0",
"mochawesome-report-generator": "6.2.0",
"moment-timezone": "0.5.40",
"moment-timezone": "0.5.43",
"mysql": "2.18.1",
"path": "0.12.7",
"pdf-parse": "1.1.1",
"pg": "8.8.0",
"pg": "8.10.0",
"recursive-readdir": "2.2.3",
"shelljs": "0.8.5",
"timezones.json": "1.6.1",
"typescript": "4.9.4",
"timezones.json": "1.7.0",
"typescript": "5.0.4",
"uuid": "9.0.0",
"yargs": "17.6.2"
"yargs": "17.7.2"
},
"scripts": {
"postinstall": "patch-package",
@@ -94,6 +94,6 @@
"fix": "eslint --ext .js,.ts . --quiet --fix --cache"
},
"dependencies": {
"patch-package": "6.5.1"
"patch-package": "7.0.0"
}
}