Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @cucumber/messages to v26 #1112

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/allure-cucumberjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@cucumber/cucumber": "^10.8.0",
"@cucumber/messages": "^25.0.1",
"@cucumber/messages": "^26.0.0",
"@stylistic/eslint-plugin": "^2.6.1",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
Expand Down
30 changes: 23 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2036,15 +2036,15 @@ __metadata:
languageName: node
linkType: hard

"@cucumber/messages@npm:^25.0.1":
version: 25.0.1
resolution: "@cucumber/messages@npm:25.0.1"
"@cucumber/messages@npm:^26.0.0":
version: 26.0.0
resolution: "@cucumber/messages@npm:26.0.0"
dependencies:
"@types/uuid": "npm:9.0.8"
"@types/uuid": "npm:10.0.0"
class-transformer: "npm:0.5.1"
reflect-metadata: "npm:0.2.2"
uuid: "npm:9.0.1"
checksum: 10/ed3d4554cf540f432622b05e419d310852070437dbb0f0fe030156cefa523015bc5895e4e1660356b0d75c217d4a9e8f62d436ccbba18587b53360af7c42d102
uuid: "npm:10.0.0"
checksum: 10/3518b38c0a960dd1251b9e267bd776798fb1fc07021cc837ac11fdfde5303541ebe9712433482f39559a43c229ddb5f44b5b803557f6ee58822939c15765643d
languageName: node
linkType: hard

Expand Down Expand Up @@ -3587,6 +3587,13 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10/e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
languageName: node
linkType: hard

"@types/uuid@npm:9.0.1":
version: 9.0.1
resolution: "@types/uuid@npm:9.0.1"
Expand Down Expand Up @@ -4053,7 +4060,7 @@ __metadata:
"@babel/preset-env": "npm:^7.24.6"
"@babel/preset-typescript": "npm:^7.24.6"
"@cucumber/cucumber": "npm:^10.8.0"
"@cucumber/messages": "npm:^25.0.1"
"@cucumber/messages": "npm:^26.0.0"
"@stylistic/eslint-plugin": "npm:^2.6.1"
"@types/babel__core": "npm:^7"
"@types/babel__preset-env": "npm:^7"
Expand Down Expand Up @@ -14693,6 +14700,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
languageName: node
linkType: hard

"uuid@npm:8.3.2, uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
Expand Down
Loading