Skip to content

Commit 531839b

Browse files
committed
Update* all dependencies, including @cucumber/messages
* Nearly all, except some packages that have migrated to ESM and are more diffult to update, in addition to - eslint, for which typescript-eslint doesn't support yet [1[, and - prettier, for which the associated extension remains behind [2] This fixes #1180 [3]. [1] typescript-eslint/typescript-eslint#8211 [2] prettier/prettier-vscode#3142 [3] #1180
1 parent a135df3 commit 531839b

File tree

2 files changed

+41
-37
lines changed

2 files changed

+41
-37
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## Unreleased
6+
7+
- Updated all dependencies, fixes [#1180](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1180).
8+
59
## v20.0.4
610

711
- Fix type signature of `defineParameterType` to correctly reflect `transformer` property's optionality, fixes [#1179](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1179).

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -57,68 +57,68 @@
5757
"prepublishOnly": "npm run clean && npm run build && npm run test"
5858
},
5959
"dependencies": {
60-
"@badeball/cypress-configuration": "^6.1.0",
61-
"@cucumber/ci-environment": "^10.0.0",
62-
"@cucumber/cucumber": "^10.0.0",
63-
"@cucumber/cucumber-expressions": "^17.0.0",
64-
"@cucumber/gherkin": "^27.0.0",
65-
"@cucumber/html-formatter": "^20.4.0",
60+
"@badeball/cypress-configuration": "^6.1.1",
61+
"@cucumber/ci-environment": "^10.0.1",
62+
"@cucumber/cucumber": "^10.6.0",
63+
"@cucumber/cucumber-expressions": "^17.1.0",
64+
"@cucumber/gherkin": "^28.0.0",
65+
"@cucumber/html-formatter": "^21.3.1",
6666
"@cucumber/message-streams": "^4.0.1",
67-
"@cucumber/messages": "^22.0.0",
68-
"@cucumber/pretty-formatter": "^1.0.0",
69-
"@cucumber/tag-expressions": "^6.0.0",
67+
"@cucumber/messages": "^24.1.0",
68+
"@cucumber/pretty-formatter": "^1.0.1",
69+
"@cucumber/tag-expressions": "^6.1.0",
7070
"base64-js": "^1.5.1",
7171
"chalk": "^4.1.2",
7272
"cli-table": "^0.3.11",
7373
"common-ancestor-path": "^1.0.1",
74-
"cosmiconfig": "^8.3.6",
74+
"cosmiconfig": "^9.0.0",
7575
"debug": "^4.3.4",
7676
"error-stack-parser": "^2.1.4",
77-
"esbuild": "^0.19.4",
78-
"glob": "^10.3.10",
77+
"esbuild": "^0.20.2",
78+
"glob": "^10.3.12",
7979
"is-path-inside": "^3.0.3",
80-
"mocha": "^10.2.0",
80+
"mocha": "^10.4.0",
8181
"seedrandom": "^3.0.5",
8282
"source-map": "^0.7.4",
8383
"split": "^1.0.1",
8484
"uuid": "^9.0.1"
8585
},
8686
"devDependencies": {
87-
"@babel/parser": "^7.23.0",
88-
"@babel/types": "^7.23.0",
87+
"@babel/parser": "^7.24.4",
88+
"@babel/types": "^7.24.0",
8989
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
9090
"@cypress/browserify-preprocessor": "^3.0.2",
91-
"@cypress/webpack-preprocessor": "^6.0.0",
92-
"@types/cli-table": "^0.3.2",
93-
"@types/common-ancestor-path": "^1.0.0",
94-
"@types/debug": "^4.1.9",
91+
"@cypress/webpack-preprocessor": "^6.0.1",
92+
"@types/cli-table": "^0.3.4",
93+
"@types/common-ancestor-path": "^1.0.2",
94+
"@types/debug": "^4.1.12",
9595
"@types/glob": "^8.1.0",
96-
"@types/jsdom": "^21.1.3",
97-
"@types/mocha": "^10.0.2",
98-
"@types/pngjs": "^6.0.2",
96+
"@types/jsdom": "^21.1.6",
97+
"@types/mocha": "^10.0.6",
98+
"@types/pngjs": "^6.0.4",
9999
"@types/prettier": "^2.7.3",
100-
"@types/seedrandom": "^3.0.6",
101-
"@types/split": "^1.0.3",
102-
"@types/stream-buffers": "^3.0.5",
103-
"@typescript-eslint/eslint-plugin": "^6.7.5",
104-
"@typescript-eslint/parser": "^6.7.5",
100+
"@types/seedrandom": "^3.0.8",
101+
"@types/split": "^1.0.5",
102+
"@types/stream-buffers": "^3.0.7",
103+
"@typescript-eslint/eslint-plugin": "^7.7.1",
104+
"@typescript-eslint/parser": "^7.7.1",
105105
"ast-types": "^0.15.2",
106-
"cypress": "^13.3.1",
106+
"cypress": "^13.8.1",
107107
"eslint": "^8.51.0",
108-
"genversion": "^3.1.1",
109-
"jsdom": "^22.1.0",
108+
"genversion": "^3.2.0",
109+
"jsdom": "^24.0.0",
110110
"pngjs": "^7.0.0",
111111
"prettier": "^2.8.8",
112-
"recast": "^0.23.4",
113-
"rollup": "^4.1.0",
112+
"recast": "^0.23.6",
113+
"rollup": "^4.16.4",
114114
"stream-buffers": "^3.0.2",
115115
"strip-ansi": "^6.0.1",
116116
"strip-indent": "^3.0.0",
117-
"ts-loader": "^9.5.0",
118-
"ts-node": "^10.9.1",
119-
"tsd": "^0.29.0",
120-
"typescript": "^5.2.2",
121-
"webpack": "^5.89.0"
117+
"ts-loader": "^9.5.1",
118+
"ts-node": "^10.9.2",
119+
"tsd": "^0.31.0",
120+
"typescript": "^5.4.5",
121+
"webpack": "^5.91.0"
122122
},
123123
"peerDependencies": {
124124
"@cypress/browserify-preprocessor": "^3.0.1",

0 commit comments

Comments
 (0)