Skip to content

Commit 84021c1

Browse files
committed
Update nearly all dependencies, including esbuild
This fixes #1198 [1]. [1] #1198
1 parent e05488c commit 84021c1

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
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 [#1198](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1198).
8+
59
## v20.0.6
610

711
- Search for configuration files using strategy `project`, fixes [#1185](https://github.com/badeball/cypress-cucumber-preprocessor/issues/1185).

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -60,67 +60,67 @@
6060
"dependencies": {
6161
"@badeball/cypress-configuration": "^6.1.1",
6262
"@cucumber/ci-environment": "^10.0.1",
63-
"@cucumber/cucumber": "^10.6.0",
63+
"@cucumber/cucumber": "^10.8.0",
6464
"@cucumber/cucumber-expressions": "^17.1.0",
6565
"@cucumber/gherkin": "^28.0.0",
6666
"@cucumber/html-formatter": "^21.3.1",
6767
"@cucumber/message-streams": "^4.0.1",
68-
"@cucumber/messages": "^24.1.0",
68+
"@cucumber/messages": "^25.0.1",
6969
"@cucumber/pretty-formatter": "^1.0.1",
7070
"@cucumber/tag-expressions": "^6.1.0",
7171
"base64-js": "^1.5.1",
7272
"chalk": "^4.1.2",
7373
"cli-table": "^0.3.11",
7474
"common-ancestor-path": "^1.0.1",
7575
"cosmiconfig": "^9.0.0",
76-
"debug": "^4.3.4",
76+
"debug": "^4.3.5",
7777
"error-stack-parser": "^2.1.4",
78-
"esbuild": "^0.20.2",
79-
"glob": "^10.3.12",
78+
"esbuild": "^0.21.5",
79+
"glob": "^10.4.1",
8080
"is-path-inside": "^3.0.3",
8181
"mocha": "^10.4.0",
8282
"seedrandom": "^3.0.5",
8383
"source-map": "^0.7.4",
8484
"split": "^1.0.1",
85-
"uuid": "^9.0.1"
85+
"uuid": "^10.0.0"
8686
},
8787
"devDependencies": {
88-
"@babel/parser": "^7.24.4",
89-
"@babel/types": "^7.24.0",
90-
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
88+
"@babel/parser": "^7.24.7",
89+
"@babel/types": "^7.24.7",
90+
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.1",
9191
"@cypress/browserify-preprocessor": "^3.0.2",
92-
"@cypress/webpack-preprocessor": "^6.0.1",
93-
"@testing-library/dom": "^10.0.0",
92+
"@cypress/webpack-preprocessor": "^6.0.2",
93+
"@testing-library/dom": "^10.1.0",
9494
"@types/cli-table": "^0.3.4",
9595
"@types/common-ancestor-path": "^1.0.2",
9696
"@types/debug": "^4.1.12",
9797
"@types/glob": "^8.1.0",
98-
"@types/jsdom": "^21.1.6",
98+
"@types/jsdom": "^21.1.7",
9999
"@types/mocha": "^10.0.6",
100-
"@types/pngjs": "^6.0.4",
100+
"@types/pngjs": "^6.0.5",
101101
"@types/prettier": "^2.7.3",
102102
"@types/seedrandom": "^3.0.8",
103103
"@types/split": "^1.0.5",
104104
"@types/stream-buffers": "^3.0.7",
105-
"@typescript-eslint/eslint-plugin": "^7.7.1",
106-
"@typescript-eslint/parser": "^7.7.1",
105+
"@typescript-eslint/eslint-plugin": "^7.13.0",
106+
"@typescript-eslint/parser": "^7.13.0",
107107
"ast-types": "^0.15.2",
108-
"cypress": "^13.8.1",
108+
"cypress": "^13.11.0",
109109
"eslint": "^8.51.0",
110110
"genversion": "^3.2.0",
111-
"jsdom": "^24.0.0",
111+
"jsdom": "^24.1.0",
112112
"pngjs": "^7.0.0",
113113
"prettier": "^2.8.8",
114-
"recast": "^0.23.6",
115-
"rollup": "^4.16.4",
114+
"recast": "^0.23.9",
115+
"rollup": "^4.18.0",
116116
"stream-buffers": "^3.0.2",
117117
"strip-ansi": "^6.0.1",
118118
"strip-indent": "^3.0.0",
119119
"ts-loader": "^9.5.1",
120120
"ts-node": "^10.9.2",
121121
"tsd": "^0.31.0",
122122
"typescript": "^5.4.5",
123-
"webpack": "^5.91.0"
123+
"webpack": "^5.92.0"
124124
},
125125
"peerDependencies": {
126126
"@cypress/browserify-preprocessor": "^3.0.1",

0 commit comments

Comments
 (0)