From 52c5864ca71b9d112d57dd9403cc02438836d2b2 Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Mon, 15 Jul 2024 19:05:02 +0200 Subject: [PATCH] Bump version of dev dependencies. Update changelog --- CHANGELOG.md | 4 +++- package-lock.json | 41 ++++++++++++++++------------------------- package.json | 14 +++++++------- 3 files changed, 26 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d502fb..1d5b315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,15 @@ ### Fixed - [#192](https://github.com/reportportal/agent-js-cypress/issues/192). Reporter procreates an enormous amount of processes during execution. Thanks to [epam-avramenko](https://github.com/epam-avramenko). ### Changed -- `@reportportal/client-javascript` bumped to version `5.1.4`. +- `@reportportal/client-javascript` bumped to version `5.1.4`, new `launchUuidPrintOutput` types introduced: 'FILE', 'ENVIRONMENT'. ## [5.3.0] - 2024-05-07 ### Added - `cucumberStepStart` and `cucumberStepEnd` commands for reporting `cypress-cucumber-preprocessor` scenario steps as nested steps in RP. ### Security - Updated versions of vulnerable packages (@reportportal/client-javascript, glob). +### Deprecated +- Node.js 12 usage. This minor version is the latest that supports Node.js 12. ## [5.2.0] - 2024-03-21 ### Fixed diff --git a/package-lock.json b/package-lock.json index f58c293..94877bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "@reportportal/agent-js-cypress", - "version": "5.3.1", + "version": "5.3.2", "license": "Apache-2.0", "dependencies": { "@reportportal/client-javascript": "~5.1.4", @@ -16,16 +16,16 @@ "node-ipc": "9.1.1" }, "devDependencies": { - "@types/jest": "^29.5.3", - "cypress": "^13.12.0", - "eslint": "^8.45.0", + "@types/jest": "^29.5.12", + "cypress": "^13.13.0", + "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-cypress": "2.12.1", - "eslint-plugin-import": "^2.27.5", + "eslint-config-prettier": "^8.10.0", + "eslint-plugin-cypress": "2.15.2", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^23.20.0", "eslint-plugin-prettier": "^4.2.1", - "jest": "^29.6.1", + "jest": "^29.7.0", "mock-fs": "^4.14.0", "prettier": "^2.8.8" }, @@ -2622,9 +2622,9 @@ } }, "node_modules/cypress": { - "version": "13.12.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", - "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", + "version": "13.13.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz", + "integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2667,7 +2667,7 @@ "request-progress": "^3.0.0", "semver": "^7.5.3", "supports-color": "^8.1.1", - "tmp": "~0.2.1", + "tmp": "~0.2.3", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -3256,26 +3256,17 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.12.1.tgz", - "integrity": "sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", + "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", "dev": true, "dependencies": { - "globals": "^11.12.0" + "globals": "^13.20.0" }, "peerDependencies": { "eslint": ">= 3.2.1" } }, - "node_modules/eslint-plugin-cypress/node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/eslint-plugin-import": { "version": "2.29.1", "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", diff --git a/package.json b/package.json index 478f707..359cf4f 100644 --- a/package.json +++ b/package.json @@ -31,16 +31,16 @@ }, "license": "Apache-2.0", "devDependencies": { - "@types/jest": "^29.5.3", - "cypress": "^13.12.0", - "eslint": "^8.45.0", + "@types/jest": "^29.5.12", + "cypress": "^13.13.0", + "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-cypress": "2.12.1", - "eslint-plugin-import": "^2.27.5", + "eslint-config-prettier": "^8.10.0", + "eslint-plugin-cypress": "2.15.2", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^23.20.0", "eslint-plugin-prettier": "^4.2.1", - "jest": "^29.6.1", + "jest": "^29.7.0", "mock-fs": "^4.14.0", "prettier": "^2.8.8" },