@cucumber/cucumber 12.8.1 → 12.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "12.8.1";
1
+ export declare const version = "12.8.2";
package/lib/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // Generated by genversion.
5
- exports.version = '12.8.1';
5
+ exports.version = '12.8.2';
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,QAAQ,CAAA","sourcesContent":["// Generated by genversion.\nexport const version = '12.8.1'\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,QAAQ,CAAA","sourcesContent":["// Generated by genversion.\nexport const version = '12.8.2'\n"]}
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "gherkin",
9
9
  "tests"
10
10
  ],
11
- "version": "12.8.1",
11
+ "version": "12.8.2",
12
12
  "funding": "https://opencollective.com/cucumber",
13
13
  "homepage": "https://github.com/cucumber/cucumber-js",
14
14
  "author": "Julien Biezemans <jb@jbpros.com>",
@@ -224,10 +224,10 @@
224
224
  "@cucumber/gherkin": "38.0.0",
225
225
  "@cucumber/gherkin-streams": "6.0.0",
226
226
  "@cucumber/gherkin-utils": "11.0.0",
227
- "@cucumber/html-formatter": "23.0.0",
227
+ "@cucumber/html-formatter": "23.1.0",
228
228
  "@cucumber/junit-xml-formatter": "0.13.3",
229
229
  "@cucumber/message-streams": "4.1.1",
230
- "@cucumber/messages": "32.2.0",
230
+ "@cucumber/messages": "32.3.1",
231
231
  "@cucumber/pretty-formatter": "1.0.1",
232
232
  "@cucumber/tag-expressions": "9.1.0",
233
233
  "assertion-error-formatter": "^3.0.0",
@@ -265,13 +265,13 @@
265
265
  "@eslint/compat": "^2.0.0",
266
266
  "@eslint/eslintrc": "^3.3.1",
267
267
  "@eslint/js": "^9.29.0",
268
- "@microsoft/api-extractor": "7.58.2",
268
+ "@microsoft/api-extractor": "7.58.5",
269
269
  "@sinonjs/fake-timers": "15.3.2",
270
270
  "@types/chai": "4.3.20",
271
271
  "@types/debug": "4.1.13",
272
272
  "@types/dirty-chai": "2.0.5",
273
273
  "@types/express": "5.0.6",
274
- "@types/fs-extra": "9.0.13",
274
+ "@types/fs-extra": "11.0.4",
275
275
  "@types/has-ansi": "5.0.2",
276
276
  "@types/lodash.merge": "4.6.9",
277
277
  "@types/lodash.mergewith": "4.6.9",
@@ -298,7 +298,7 @@
298
298
  "eslint-plugin-n": "^17.20.0",
299
299
  "eslint-plugin-unicorn": "^63.0.0",
300
300
  "express": "^5.0.0",
301
- "fs-extra": "10.1.0",
301
+ "fs-extra": "11.3.4",
302
302
  "genversion": "3.2.0",
303
303
  "mocha": "^11.0.1",
304
304
  "mustache": "4.2.0",
@@ -306,7 +306,7 @@
306
306
  "prettier": "^3.5.3",
307
307
  "reindent-template-literals": "1.1.0",
308
308
  "shx": "0.4.0",
309
- "sinon": "21.0.3",
309
+ "sinon": "21.1.2",
310
310
  "sinon-chai": "3.7.0",
311
311
  "stream-to-string": "1.2.1",
312
312
  "tmp": "0.2.5",