Skip to content

Commit

Permalink
Bump version of dev dependencies. Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jul 15, 2024
1 parent a1ce572 commit 52c5864
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 33 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
41 changes: 16 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 52c5864

Please sign in to comment.